Skip to content

Commit 0a22dda

Browse files
committed
Enabled automatically deploy latest available image.
1 parent c18a5ac commit 0a22dda

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

deploy/kubernetes/podinfo-dep.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ apiVersion: apps/v1beta1 # for versions before 1.6.0 use extensions/v1beta1
33
kind: Deployment
44
metadata:
55
name: podinfo
6+
annotations:
7+
flux.weave.works/tag.podinfo: glob:*
8+
flux.weave.works/automated: 'true'
69
spec:
710
replicas: 3
811
template:

0 commit comments

Comments
 (0)