Skip to content
This repository has been archived by the owner on Jan 21, 2021. It is now read-only.

Commit

Permalink
Update podinfo to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanprodan committed Aug 16, 2019
1 parent a4ed1ec commit 9a14466
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ here](https://github.com/fluxcd/flux/blob/master/docs/tutorials/get-started-helm

### Workloads

podinfo
[podinfo](https://github.com/stefanprodan/podinfo)
* Kubernetes deployment, ClusterIP service and Horizontal Pod Autoscaler
* init container automated image updates (regular expression filter)
* container automated image updates (semantic versioning filter)
Expand Down
8 changes: 4 additions & 4 deletions workloads/podinfo-dep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ metadata:
app: podinfo
annotations:
flux.weave.works/automated: "true"
flux.weave.works/tag.init: regexp:^3.*
flux.weave.works/tag.podinfod: semver:~1.3
flux.weave.works/tag.init: regex:^3.10.*
flux.weave.works/tag.podinfod: semver:~2.1
spec:
strategy:
rollingUpdate:
Expand All @@ -27,13 +27,13 @@ spec:
spec:
initContainers:
- name: init
image: alpine:3.5
image: alpine:3.10.1
command:
- sleep
- "1"
containers:
- name: podinfod
image: stefanprodan/podinfo:1.3.2
image: stefanprodan/podinfo:2.1.0
imagePullPolicy: IfNotPresent
ports:
- containerPort: 9898
Expand Down

0 comments on commit 9a14466

Please sign in to comment.