Skip to content
This repository was archived by the owner on Feb 6, 2024. It is now read-only.

Commit 2fd4aa9

Browse files
committed
Update podinfo to v6.1.3
Signed-off-by: Stefan Prodan <[email protected]>
1 parent b0c544c commit 2fd4aa9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ the multi-doc YAML and add it to your repository.
102102
## Update microservices
103103

104104
To trigger a rolling deployment of all microservices, add the following patch to your `msdemo` Kustomization,
105-
and set the [podinfo](https://github.com/stefanprodan/podinfo/releases) version to value greater than `6.1.0`:
105+
and set the [podinfo](https://github.com/stefanprodan/podinfo/releases) version to value greater than `6.1.3`:
106106

107107
```yaml
108108
apiVersion: kustomize.toolkit.fluxcd.io/v1beta2
@@ -117,7 +117,7 @@ spec:
117117
patch: |
118118
- op: add
119119
path: /spec/postBuild/substitute/app_version
120-
value: 6.1.4
120+
value: 6.1.5
121121
```
122122

123123
To update specific microservices, add their names to the patch target:
@@ -130,7 +130,7 @@ To update specific microservices, add their names to the patch target:
130130
patch: |
131131
- op: add
132132
path: /spec/postBuild/substitute/app_version
133-
value: 6.1.5
133+
value: 6.1.6
134134
```
135135

136136
To test rollout failures use a non existing version such as `99.0.0`.

microservice/app-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ spec:
2323
spec:
2424
containers:
2525
- name: "${app_name:=demo}"
26-
image: "ghcr.io/stefanprodan/podinfo:${app_version:=6.1.0}"
26+
image: "ghcr.io/stefanprodan/podinfo:${app_version:=6.1.3}"
2727
imagePullPolicy: IfNotPresent
2828
ports:
2929
- name: http

0 commit comments

Comments
 (0)