Skip to content

Commit 072d006

Browse files
authored
Merge pull request fluxcd#17 from fluxcd/podinfo-update
Update podinfo to v2
2 parents a4ed1ec + 9a14466 commit 072d006

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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)

workloads/podinfo-dep.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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
1313
spec:
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

0 commit comments

Comments
 (0)