From 74a3981575c38ba8fcfbcf06e9aa75ab5fefcb61 Mon Sep 17 00:00:00 2001 From: AOS Automation Release Team Date: Sun, 2 Oct 2022 04:11:59 +0000 Subject: [PATCH] UPSTREAM: : Updating vertical-pod-autoscaler images to be consistent with ART Reconciling with https://github.com/openshift/ocp-build-data/tree/b44f15ec9e84d1831eac81f8c757b3bed985dbeb/images/vertical-pod-autoscaler.yml --- .ci-operator.yaml | 2 +- vertical-pod-autoscaler/Dockerfile.rhel | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.ci-operator.yaml b/.ci-operator.yaml index a4eb6d96544c..b14fb3fdf062 100644 --- a/.ci-operator.yaml +++ b/.ci-operator.yaml @@ -1,4 +1,4 @@ build_root_image: name: release namespace: openshift - tag: rhel-8-release-golang-1.18-openshift-4.12 + tag: rhel-8-release-golang-1.19-openshift-4.12 diff --git a/vertical-pod-autoscaler/Dockerfile.rhel b/vertical-pod-autoscaler/Dockerfile.rhel index b3c21e31ba5d..e860817f4254 100644 --- a/vertical-pod-autoscaler/Dockerfile.rhel +++ b/vertical-pod-autoscaler/Dockerfile.rhel @@ -1,4 +1,4 @@ -FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.18-openshift-4.12 AS builder +FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.19-openshift-4.12 AS builder WORKDIR /go/src/k8s.io/autoscaler/vertical-pod-autoscaler COPY . . RUN go build ./pkg/admission-controller