Skip to content
This repository was archived by the owner on Aug 9, 2023. It is now read-only.

Commit 574b52a

Browse files
author
Bjørn
authored
Use latest image in deployment examples (#30)
This ensures that we do not have to update the version number (which we forget) when cutting new releases.
1 parent 6913381 commit 574b52a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/deployment.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ spec:
1919
spec:
2020
containers:
2121
- name: snyk-exporter
22-
image: quay.io/lunarway/snyk_exporter:v1.0.0
22+
image: quay.io/lunarway/snyk_exporter:latest
2323
args: ["--snyk.api-token", "$(SNYK_API_TOKEN)", "--log.level", "debug"]
2424
env:
2525
- name: SNYK_API_TOKEN
@@ -40,4 +40,4 @@ spec:
4040
failureThreshold: 5
4141
ports:
4242
- name: scrape
43-
containerPort: 9532
43+
containerPort: 9532

0 commit comments

Comments
 (0)