From 461cd6b556bf73e8ead22e8f20cd145344056ea5 Mon Sep 17 00:00:00 2001 From: konsthol Date: Fri, 30 May 2025 11:53:49 +0300 Subject: [PATCH] Update example-app-helm-chart/example-app/values.yaml --- example-app-helm-chart/example-app/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example-app-helm-chart/example-app/values.yaml b/example-app-helm-chart/example-app/values.yaml index 4bea66f..e292962 100644 --- a/example-app-helm-chart/example-app/values.yaml +++ b/example-app-helm-chart/example-app/values.yaml @@ -1,6 +1,6 @@ --- app: - image: docker.io/root/example-app:1.0.0-SNAPSHOT + image: docker.io/root/example-app:1.0.0 ports: http: 8080 secret: nexus-secret