From 51f7c96b20c6206a4ffb86851e63ed9a81635592 Mon Sep 17 00:00:00 2001 From: konsthol Date: Thu, 29 May 2025 12:58:56 +0300 Subject: [PATCH] Update json-echo-helm-chart/json-echo/templates/deployment.yaml --- json-echo-helm-chart/json-echo/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/json-echo-helm-chart/json-echo/templates/deployment.yaml b/json-echo-helm-chart/json-echo/templates/deployment.yaml index 9a3279a..5944e58 100644 --- a/json-echo-helm-chart/json-echo/templates/deployment.yaml +++ b/json-echo-helm-chart/json-echo/templates/deployment.yaml @@ -29,7 +29,7 @@ spec: imagePullSecrets: - name: {{ .Values.app.secret }} containers: - - name: example-app + - name: json-echo image: {{ .Values.app.image }} imagePullPolicy: Always ports: