Skip to content

Commit

Permalink
Merge pull request #1343 from cybozu/kube-state-metrics-kube-metrics-…
Browse files Browse the repository at this point in the history
…adapter-k8s-1.28

kube-state-metrics and kube-metrics-adapter supports
  • Loading branch information
terassyi committed May 10, 2024
2 parents 1e0e659 + 20090e1 commit 290326b
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions kube-metrics-adapter/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# kube-metrics-adapter container

# Stage1: build from source
FROM ghcr.io/cybozu/golang:1.21-jammy AS build
FROM ghcr.io/cybozu/golang:1.22-jammy AS build

ARG KMA_VERSION=0.2.1
ARG KMA_VERSION=0.2.2

RUN curl -fsSL -o kma.tar.gz https://github.com/zalando-incubator/kube-metrics-adapter/archive/v${KMA_VERSION}.tar.gz \
&& tar -x -z --strip-components 1 -f kma.tar.gz \
Expand Down
2 changes: 1 addition & 1 deletion kube-metrics-adapter/TAG
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.1.3
0.2.2.1
4 changes: 2 additions & 2 deletions kube-state-metrics/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# kube-state-metrics container

# Stage1: build from source
FROM ghcr.io/cybozu/golang:1.21-jammy AS build
FROM ghcr.io/cybozu/golang:1.22-jammy AS build

ARG KUBE_STATE_METRICS_VERSION=2.10.0
ARG KUBE_STATE_METRICS_VERSION=2.12.0
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
RUN curl -fsSL https://github.com/kubernetes/kube-state-metrics/archive/v${KUBE_STATE_METRICS_VERSION}.tar.gz | \
tar --strip-components=1 -xzf -
Expand Down
2 changes: 1 addition & 1 deletion kube-state-metrics/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Usage

```console
$ docker run -p 8080:8080 -p 8081:8081 \
ghcr.io/cybozu/kube-state-metrics:2.10.0.2 \
ghcr.io/cybozu/kube-state-metrics:2.12.0.1 \
--kubeconfig=<KUBE-CONFIG>\
```

Expand Down
2 changes: 1 addition & 1 deletion kube-state-metrics/TAG
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.10.0.2
2.12.0.1

0 comments on commit 290326b

Please sign in to comment.