From 37d32432a7e01001ea849289033ff06aca7ccbc9 Mon Sep 17 00:00:00 2001 From: argocd-image-updater Date: Mon, 29 Aug 2022 15:54:02 +0000 Subject: [PATCH] build: automatic update of test-app updates image nginx tag '1.21.0' to '1.23.1' --- helm-guestbook/.argocd-source-test-app.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 helm-guestbook/.argocd-source-test-app.yaml diff --git a/helm-guestbook/.argocd-source-test-app.yaml b/helm-guestbook/.argocd-source-test-app.yaml new file mode 100644 index 0000000..72e3ded --- /dev/null +++ b/helm-guestbook/.argocd-source-test-app.yaml @@ -0,0 +1,8 @@ +helm: + parameters: + - name: image.name + value: nginx + forcestring: true + - name: image.tag + value: 1.23.1 + forcestring: true