From 2fd4aa97ec92b9e029d45ab18a28917e0846dfe2 Mon Sep 17 00:00:00 2001 From: Stefan Prodan Date: Tue, 31 May 2022 13:13:50 +0300 Subject: [PATCH] Update podinfo to v6.1.3 Signed-off-by: Stefan Prodan --- README.md | 6 +++--- microservice/app-deployment.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b426d6f..1760be6 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,7 @@ the multi-doc YAML and add it to your repository. ## Update microservices To trigger a rolling deployment of all microservices, add the following patch to your `msdemo` Kustomization, -and set the [podinfo](https://github.com/stefanprodan/podinfo/releases) version to value greater than `6.1.0`: +and set the [podinfo](https://github.com/stefanprodan/podinfo/releases) version to value greater than `6.1.3`: ```yaml apiVersion: kustomize.toolkit.fluxcd.io/v1beta2 @@ -117,7 +117,7 @@ spec: patch: | - op: add path: /spec/postBuild/substitute/app_version - value: 6.1.4 + value: 6.1.5 ``` 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: patch: | - op: add path: /spec/postBuild/substitute/app_version - value: 6.1.5 + value: 6.1.6 ``` To test rollout failures use a non existing version such as `99.0.0`. diff --git a/microservice/app-deployment.yaml b/microservice/app-deployment.yaml index 11f24e4..f0c950e 100644 --- a/microservice/app-deployment.yaml +++ b/microservice/app-deployment.yaml @@ -23,7 +23,7 @@ spec: spec: containers: - name: "${app_name:=demo}" - image: "ghcr.io/stefanprodan/podinfo:${app_version:=6.1.0}" + image: "ghcr.io/stefanprodan/podinfo:${app_version:=6.1.3}" imagePullPolicy: IfNotPresent ports: - name: http