Merge pull request #240 from jfrog/feature/INST-4928-1

Changes in operator versions on Dockerfile
This commit is contained in:
Logeshwar Sekar
2022-10-03 16:55:12 +05:30
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
# Build the manager binary # 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" \ LABEL name="JFrog Artifactory Enterprise Operator" \
description="Openshift operator to deploy JFrog Artifactory Enterprise based on the Red Hat Universal Base Image." \ description="Openshift operator to deploy JFrog Artifactory Enterprise based on the Red Hat Universal Base Image." \
vendor="JFrog" \ vendor="JFrog" \

View File

@@ -1,5 +1,5 @@
# Build the manager binary # 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" \ LABEL name="JFrog Xray Enterprise Operator" \
description="Openshift operator to deploy JFrog Xray Enterprise based on the Red Hat Universal Base Image" \ description="Openshift operator to deploy JFrog Xray Enterprise based on the Red Hat Universal Base Image" \
vendor="JFrog" \ vendor="JFrog" \