Changes in operator versions on Dockerfile

This commit is contained in:
Logeshwarsn
2022-10-03 16:25:48 +05:30
parent 4678eb8daa
commit e44d3a508b
2 changed files with 2 additions and 2 deletions

View File

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

View File

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