Skip to content

Commit fc6b325

Browse files
committed
fix: upgrade Helm operator template to v1.13
1 parent 0194db7 commit fc6b325

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

snyk-operator-certified/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
# Build the manager binary
2-
FROM quay.io/operator-framework/helm-operator:v1.12
1+
FROM quay.io/operator-framework/helm-operator:v1.13
32

43
LABEL name="Snyk Operator" \
54
maintainer="[email protected]" \

snyk-operator/build/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM quay.io/operator-framework/helm-operator:v1.12
1+
FROM quay.io/operator-framework/helm-operator:v1.13
22

33
LABEL name="Snyk Operator" \
44
maintainer="[email protected]" \

0 commit comments

Comments
 (0)