Skip to content

Commit c3a5e01

Browse files
authored
Merge pull request #180 from Icinga/fix-example-yml
Remove 'edge' tag from image
2 parents 94ae1d4 + 481187a commit c3a5e01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

icinga-kubernetes.example.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ spec:
8282
serviceAccountName: icinga-for-kubernetes
8383
containers:
8484
- name: icinga-for-kubernetes
85-
image: icinga/icinga-kubernetes:edge
85+
image: icinga/icinga-kubernetes
8686
volumeMounts:
8787
- name: config-volume
8888
mountPath: /config.yml

0 commit comments

Comments
 (0)