Skip to content

Commit 50007d7

Browse files
committed
fix: upgrade helm-operator base image to latest
1 parent 4e571d7 commit 50007d7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

snyk-operator-certified/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.17
1+
FROM quay.io/operator-framework/helm-operator:v1.18
22

33
LABEL name="Snyk Operator" \
44
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.17
1+
FROM quay.io/operator-framework/helm-operator:v1.18
22

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

0 commit comments

Comments
 (0)