We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bba76d5 + 54a647d commit 1a4ff32Copy full SHA for 1a4ff32
snyk-operator/build/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM quay.io/operator-framework/helm-operator:v0.15.1
+FROM quay.io/operator-framework/helm-operator:v1.1.0
2
3
LABEL name="Snyk Operator" \
4
maintainer="[email protected]" \
@@ -8,5 +8,6 @@ LABEL name="Snyk Operator" \
8
9
COPY LICENSE /licenses/LICENSE
10
11
+ENV HOME=/opt/helm
12
COPY watches.yaml ${HOME}/watches.yaml
13
COPY helm-charts/ ${HOME}/helm-charts/
0 commit comments