From e44d3a508b402ccaa380f8b731b6605fb2d03fc8 Mon Sep 17 00:00:00 2001 From: Logeshwarsn Date: Mon, 3 Oct 2022 16:25:48 +0530 Subject: [PATCH] Changes in operator versions on Dockerfile --- Openshift4/operator/artifactory-ha-operator/Dockerfile | 2 +- Openshift4/operator/xray-operator/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Openshift4/operator/artifactory-ha-operator/Dockerfile b/Openshift4/operator/artifactory-ha-operator/Dockerfile index 41fab9c..5f60fce 100644 --- a/Openshift4/operator/artifactory-ha-operator/Dockerfile +++ b/Openshift4/operator/artifactory-ha-operator/Dockerfile @@ -1,6 +1,6 @@ # Build the manager binary -FROM quay.io/operator-framework/helm-operator:v1.9.0 +FROM quay.io/operator-framework/helm-operator:v1.23.0 LABEL name="JFrog Artifactory Enterprise Operator" \ description="Openshift operator to deploy JFrog Artifactory Enterprise based on the Red Hat Universal Base Image." \ vendor="JFrog" \ diff --git a/Openshift4/operator/xray-operator/Dockerfile b/Openshift4/operator/xray-operator/Dockerfile index db455c0..ce5ca90 100644 --- a/Openshift4/operator/xray-operator/Dockerfile +++ b/Openshift4/operator/xray-operator/Dockerfile @@ -1,5 +1,5 @@ # Build the manager binary -FROM quay.io/operator-framework/helm-operator:v1.9.0 +FROM quay.io/operator-framework/helm-operator:v1.23.0 LABEL name="JFrog Xray Enterprise Operator" \ description="Openshift operator to deploy JFrog Xray Enterprise based on the Red Hat Universal Base Image" \ vendor="JFrog" \