diff --git a/charts/daemonset-app/Chart.yaml b/charts/daemonset-app/Chart.yaml index 131e6aa6..259a4c94 100644 --- a/charts/daemonset-app/Chart.yaml +++ b/charts/daemonset-app/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: daemonset-app description: Default DaemonSet Helm Chart type: application -version: 0.15.3 +version: 0.15.4 appVersion: latest maintainers: - name: diranged diff --git a/charts/daemonset-app/README.md b/charts/daemonset-app/README.md index 090f3faf..2be2af07 100644 --- a/charts/daemonset-app/README.md +++ b/charts/daemonset-app/README.md @@ -2,7 +2,7 @@ Default DaemonSet Helm Chart -![Version: 0.15.3](https://img.shields.io/badge/Version-0.15.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.15.4](https://img.shields.io/badge/Version-0.15.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) [statefulsets]: https://kubernetes.io/docs/concepts/workloads/controllers/statefulset/ [hpa]: https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/ diff --git a/charts/daemonset-app/templates/kmssecret.yaml b/charts/daemonset-app/templates/kmssecret.yaml index 91de4cef..b46681a8 100644 --- a/charts/daemonset-app/templates/kmssecret.yaml +++ b/charts/daemonset-app/templates/kmssecret.yaml @@ -7,6 +7,6 @@ spec: region: {{ .Values.kmsSecretsRegion }} encryptedData: {{- range $key, $value := .Values.secrets }} - {{ $key | upper }}: {{ $value | quote }} + {{ $key }}: {{ $value | quote }} {{- end }} {{- end }} diff --git a/charts/daemonset-app/templates/sealedsecret.yaml b/charts/daemonset-app/templates/sealedsecret.yaml index 5d6d30c8..59d41e84 100644 --- a/charts/daemonset-app/templates/sealedsecret.yaml +++ b/charts/daemonset-app/templates/sealedsecret.yaml @@ -13,7 +13,7 @@ metadata: spec: encryptedData: {{- range $key, $value := .Values.secrets }} - {{ $key | upper }}: {{ $value | quote }} + {{ $key }}: {{ $value | quote }} {{- end }} template: metadata: diff --git a/charts/daemonset-app/templates/secret.yaml b/charts/daemonset-app/templates/secret.yaml index 179a021b..2fa3862e 100644 --- a/charts/daemonset-app/templates/secret.yaml +++ b/charts/daemonset-app/templates/secret.yaml @@ -8,6 +8,6 @@ metadata: name: {{ include "nd-common.fullname" . }}-secrets data: {{- range $key, $value := .Values.secrets }} - {{ $key | upper }}: {{ $value | b64enc }} + {{ $key }}: {{ $value | b64enc }} {{- end }} {{- end }} diff --git a/charts/rollout-app/Chart.yaml b/charts/rollout-app/Chart.yaml index 7a614972..c7cf1c46 100644 --- a/charts/rollout-app/Chart.yaml +++ b/charts/rollout-app/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: rollout-app description: Argo Rollout-based Application Helm Chart type: application -version: 0.7.3 +version: 0.7.4 appVersion: latest maintainers: - name: diranged diff --git a/charts/rollout-app/README.md b/charts/rollout-app/README.md index 4b92c7c1..28839f29 100644 --- a/charts/rollout-app/README.md +++ b/charts/rollout-app/README.md @@ -2,7 +2,7 @@ Argo Rollout-based Application Helm Chart -![Version: 0.7.3](https://img.shields.io/badge/Version-0.7.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.7.4](https://img.shields.io/badge/Version-0.7.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) [analysistemplate]: https://argoproj.github.io/argo-rollouts/features/analysis/?query=AnalysisTemplate#background-analysis [argo_rollouts]: https://argoproj.github.io/argo-rollouts/ diff --git a/charts/rollout-app/templates/kmssecret.yaml b/charts/rollout-app/templates/kmssecret.yaml index 91de4cef..b46681a8 100644 --- a/charts/rollout-app/templates/kmssecret.yaml +++ b/charts/rollout-app/templates/kmssecret.yaml @@ -7,6 +7,6 @@ spec: region: {{ .Values.kmsSecretsRegion }} encryptedData: {{- range $key, $value := .Values.secrets }} - {{ $key | upper }}: {{ $value | quote }} + {{ $key }}: {{ $value | quote }} {{- end }} {{- end }} diff --git a/charts/rollout-app/templates/sealedsecret.yaml b/charts/rollout-app/templates/sealedsecret.yaml index 5d6d30c8..59d41e84 100644 --- a/charts/rollout-app/templates/sealedsecret.yaml +++ b/charts/rollout-app/templates/sealedsecret.yaml @@ -13,7 +13,7 @@ metadata: spec: encryptedData: {{- range $key, $value := .Values.secrets }} - {{ $key | upper }}: {{ $value | quote }} + {{ $key }}: {{ $value | quote }} {{- end }} template: metadata: diff --git a/charts/rollout-app/templates/secret.yaml b/charts/rollout-app/templates/secret.yaml index 179a021b..2fa3862e 100644 --- a/charts/rollout-app/templates/secret.yaml +++ b/charts/rollout-app/templates/secret.yaml @@ -8,6 +8,6 @@ metadata: name: {{ include "nd-common.fullname" . }}-secrets data: {{- range $key, $value := .Values.secrets }} - {{ $key | upper }}: {{ $value | b64enc }} + {{ $key }}: {{ $value | b64enc }} {{- end }} {{- end }} diff --git a/charts/simple-app/Chart.yaml b/charts/simple-app/Chart.yaml index a9e019ff..0e3d0fcd 100644 --- a/charts/simple-app/Chart.yaml +++ b/charts/simple-app/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: simple-app description: Default Microservice Helm Chart type: application -version: 1.6.3 +version: 1.6.4 appVersion: latest maintainers: - name: diranged diff --git a/charts/simple-app/README.md b/charts/simple-app/README.md index aa063034..3ab5550d 100644 --- a/charts/simple-app/README.md +++ b/charts/simple-app/README.md @@ -2,7 +2,7 @@ Default Microservice Helm Chart -![Version: 1.6.3](https://img.shields.io/badge/Version-1.6.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 1.6.4](https://img.shields.io/badge/Version-1.6.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) [deployments]: https://kubernetes.io/docs/concepts/workloads/controllers/deployment/ [hpa]: https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/ diff --git a/charts/simple-app/templates/kmssecret.yaml b/charts/simple-app/templates/kmssecret.yaml index 91de4cef..b46681a8 100644 --- a/charts/simple-app/templates/kmssecret.yaml +++ b/charts/simple-app/templates/kmssecret.yaml @@ -7,6 +7,6 @@ spec: region: {{ .Values.kmsSecretsRegion }} encryptedData: {{- range $key, $value := .Values.secrets }} - {{ $key | upper }}: {{ $value | quote }} + {{ $key }}: {{ $value | quote }} {{- end }} {{- end }} diff --git a/charts/simple-app/templates/sealedsecret.yaml b/charts/simple-app/templates/sealedsecret.yaml index 10066916..8c3d3ac6 100644 --- a/charts/simple-app/templates/sealedsecret.yaml +++ b/charts/simple-app/templates/sealedsecret.yaml @@ -13,7 +13,7 @@ metadata: spec: encryptedData: {{- range $key, $value := .Values.secrets }} - {{ $key | upper }}: {{ $value | quote }} + {{ $key }}: {{ $value | quote }} {{- end }} template: metadata: diff --git a/charts/simple-app/templates/secret.yaml b/charts/simple-app/templates/secret.yaml index 179a021b..2fa3862e 100644 --- a/charts/simple-app/templates/secret.yaml +++ b/charts/simple-app/templates/secret.yaml @@ -8,6 +8,6 @@ metadata: name: {{ include "nd-common.fullname" . }}-secrets data: {{- range $key, $value := .Values.secrets }} - {{ $key | upper }}: {{ $value | b64enc }} + {{ $key }}: {{ $value | b64enc }} {{- end }} {{- end }} diff --git a/charts/stateful-app/Chart.yaml b/charts/stateful-app/Chart.yaml index e9c5b61b..e485c482 100644 --- a/charts/stateful-app/Chart.yaml +++ b/charts/stateful-app/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: stateful-app description: Default StatefulSet Helm Chart type: application -version: 0.16.3 +version: 0.16.4 appVersion: latest maintainers: - name: diranged diff --git a/charts/stateful-app/README.md b/charts/stateful-app/README.md index 607b0f23..a55f7f0c 100644 --- a/charts/stateful-app/README.md +++ b/charts/stateful-app/README.md @@ -2,7 +2,7 @@ Default StatefulSet Helm Chart -![Version: 0.16.3](https://img.shields.io/badge/Version-0.16.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.16.4](https://img.shields.io/badge/Version-0.16.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) [statefulsets]: https://kubernetes.io/docs/concepts/workloads/controllers/statefulset/ [hpa]: https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/ diff --git a/charts/stateful-app/templates/kmssecret.yaml b/charts/stateful-app/templates/kmssecret.yaml index 91de4cef..b46681a8 100644 --- a/charts/stateful-app/templates/kmssecret.yaml +++ b/charts/stateful-app/templates/kmssecret.yaml @@ -7,6 +7,6 @@ spec: region: {{ .Values.kmsSecretsRegion }} encryptedData: {{- range $key, $value := .Values.secrets }} - {{ $key | upper }}: {{ $value | quote }} + {{ $key }}: {{ $value | quote }} {{- end }} {{- end }} diff --git a/charts/stateful-app/templates/sealedsecret.yaml b/charts/stateful-app/templates/sealedsecret.yaml index 5d6d30c8..59d41e84 100644 --- a/charts/stateful-app/templates/sealedsecret.yaml +++ b/charts/stateful-app/templates/sealedsecret.yaml @@ -13,7 +13,7 @@ metadata: spec: encryptedData: {{- range $key, $value := .Values.secrets }} - {{ $key | upper }}: {{ $value | quote }} + {{ $key }}: {{ $value | quote }} {{- end }} template: metadata: diff --git a/charts/stateful-app/templates/secret.yaml b/charts/stateful-app/templates/secret.yaml index 179a021b..2fa3862e 100644 --- a/charts/stateful-app/templates/secret.yaml +++ b/charts/stateful-app/templates/secret.yaml @@ -8,6 +8,6 @@ metadata: name: {{ include "nd-common.fullname" . }}-secrets data: {{- range $key, $value := .Values.secrets }} - {{ $key | upper }}: {{ $value | b64enc }} + {{ $key }}: {{ $value | b64enc }} {{- end }} {{- end }}