Updated RT & X-ray versions to 7.17.5 & 3.21.2 respectively

This commit is contained in:
Aayush-sood94
2021-04-15 01:55:27 +05:30
parent 619c67445e
commit 2e95a2e916
31 changed files with 1751 additions and 23 deletions

View File

@@ -1,4 +1,5 @@
# Build the manager binary
FROM quay.io/operator-framework/helm-operator:v1.3.0
LABEL name="JFrog Artifactory Enterprise Operator" \
description="Openshift operator to deploy JFrog Artifactory Enterprise based on the Red Hat Universal Base Image." \
@@ -6,8 +7,10 @@ LABEL name="JFrog Artifactory Enterprise Operator" \
summary="JFrog Artifactory Enterprise Operator" \
com.jfrog.license_terms="https://jfrog.com/artifactory/eula/"
COPY licenses/ /licenses
COPY licenses/ /licenses
ENV HOME=/opt/helm
COPY watches.yaml ${HOME}/watches.yaml
COPY helm-charts ${HOME}/helm-charts
WORKDIR ${HOME}