From 8dadf1e2a91392eb9aaa08f548de1a424cffa27c Mon Sep 17 00:00:00 2001 From: Nammxn <113170845+Nammxn@users.noreply.github.com> Date: Tue, 13 Aug 2024 17:48:51 +0700 Subject: [PATCH 1/2] Update Chart.yaml --- charts/zrenderer/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/zrenderer/Chart.yaml b/charts/zrenderer/Chart.yaml index d3e8be8..8f010a2 100644 --- a/charts/zrenderer/Chart.yaml +++ b/charts/zrenderer/Chart.yaml @@ -16,7 +16,7 @@ type: application # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) # Version 0.9.0 update hpa v2 to support 1.26+ -version: 1.0.2 +version: 1.0.3 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to From 502bf3b255f69a9ee305f8dfa6c888578c1ee594 Mon Sep 17 00:00:00 2001 From: Nammxn <113170845+Nammxn@users.noreply.github.com> Date: Tue, 13 Aug 2024 17:49:18 +0700 Subject: [PATCH 2/2] Update deployment.yaml --- charts/zrenderer/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/zrenderer/templates/deployment.yaml b/charts/zrenderer/templates/deployment.yaml index 554e07c..2648428 100644 --- a/charts/zrenderer/templates/deployment.yaml +++ b/charts/zrenderer/templates/deployment.yaml @@ -36,7 +36,7 @@ spec: {{ "{{- with secret \"" }}{{ .Values.vault.secretPath }}{{ "\" -}}" }} 1 0,{{ "{{ .Data.data.admintoken }}" }},Auto-generated Admin Token,admin - 1,{{ "{{ .Data.data.usertoken }},user + 1,{{ "{{ .Data.data.usertoken }}" }},user {{ "{{ end -}}" }} {{- end }} {{- with .Values.podAnnotations }}