diff --git a/charts/provider/Chart.yaml b/charts/provider/Chart.yaml index 31e516fc..3b186dec 100644 --- a/charts/provider/Chart.yaml +++ b/charts/provider/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.49.0 +version: 0.50.0 # 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 diff --git a/charts/provider/templates/secret.yaml b/charts/provider/templates/secret.yaml index 9a5729bc..817eb78e 100644 --- a/charts/provider/templates/secret.yaml +++ b/charts/provider/templates/secret.yaml @@ -5,7 +5,7 @@ metadata: type: "Opaque" data: provider-cert.pem: | - {{ .Values.akash_provider.providercert }} + "{{ .Values.akash_provider.providercert }}" key.txt: | - {{ .Values.akash_client.key }} + "{{ .Values.akash_client.key }}" key-pass.txt: "{{ .Values.akash_client.keysecret }}"