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" \