Skip to content

Commit ac657aa

Browse files
Merge pull request #112 from openshift-bot/art-consistency-openshift-4.17-kube-state-metrics
OCPBUGS-34202: Updating kube-state-metrics-container image to be consistent with ART for 4.17
2 parents 9b67b8d + 15027e7 commit ac657aa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.ci-operator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
build_root_image:
22
name: release
33
namespace: openshift
4-
tag: rhel-9-release-golang-1.21-openshift-4.16
4+
tag: rhel-9-release-golang-1.21-openshift-4.17

Dockerfile.ocp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.21-openshift-4.16 AS builder
1+
FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.21-openshift-4.17 AS builder
22
WORKDIR /go/src/k8s.io/kube-state-metrics
33
COPY . .
44
ENV GOFLAGS="-mod=vendor"
55
RUN make build-local
66

7-
FROM registry.ci.openshift.org/ocp/4.16:base-rhel9
7+
FROM registry.ci.openshift.org/ocp/4.17:base-rhel9
88
LABEL io.k8s.display-name="kube-state-metrics" \
99
io.k8s.description="This is a component that exposes metrics about Kubernetes objects." \
1010
io.openshift.tags="kubernetes" \

0 commit comments

Comments
 (0)