File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ here](https://github.com/fluxcd/flux/blob/master/docs/tutorials/get-started-helm
55
66### Workloads
77
8- podinfo
8+ [ podinfo] ( https://github.com/stefanprodan/podinfo )
99* Kubernetes deployment, ClusterIP service and Horizontal Pod Autoscaler
1010* init container automated image updates (regular expression filter)
1111* container automated image updates (semantic versioning filter)
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ metadata:
88 app : podinfo
99 annotations :
1010 flux.weave.works/automated : " true"
11- flux.weave.works/tag.init : regexp :^3.*
12- flux.weave.works/tag.podinfod : semver:~1.3
11+ flux.weave.works/tag.init : regex :^3.10 .*
12+ flux.weave.works/tag.podinfod : semver:~2.1
1313spec :
1414 strategy :
1515 rollingUpdate :
@@ -27,13 +27,13 @@ spec:
2727 spec :
2828 initContainers :
2929 - name : init
30- image : alpine:3.5
30+ image : alpine:3.10.1
3131 command :
3232 - sleep
3333 - " 1"
3434 containers :
3535 - name : podinfod
36- image : stefanprodan/podinfo:1.3.2
36+ image : stefanprodan/podinfo:2.1.0
3737 imagePullPolicy : IfNotPresent
3838 ports :
3939 - containerPort : 9898
You can’t perform that action at this time.
0 commit comments