diff --git a/charts/provider/Chart.yaml b/charts/provider/Chart.yaml index 8a99a949..353ece1b 100644 --- a/charts/provider/Chart.yaml +++ b/charts/provider/Chart.yaml @@ -15,9 +15,9 @@ 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.12.0 +version: 0.13.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 # follow Semantic Versioning. They should reflect the version the application is using. -appVersion: 1.16.0 +appVersion: 0.12.2 diff --git a/charts/provider/templates/configmap.yaml b/charts/provider/templates/configmap.yaml index 9d7f64d0..490e8399 100644 --- a/charts/provider/templates/configmap.yaml +++ b/charts/provider/templates/configmap.yaml @@ -1,7 +1,7 @@ apiVersion: v1 kind: ConfigMap metadata: - name: run-script + name: akash-provider-boot data: run.sh: | #!/bin/sh diff --git a/charts/provider/templates/deployment.yaml b/charts/provider/templates/deployment.yaml index fb74b339..604fca4c 100644 --- a/charts/provider/templates/deployment.yaml +++ b/charts/provider/templates/deployment.yaml @@ -338,16 +338,10 @@ spec: - name: keys mountPath: /boot-keys readOnly: true - - name: run-script - mountPath: /boot/run.sh - subPath: run.sh volumes: - name: boot configMap: name: akash-provider-boot - - name: run-script - configMap: - name: run-script - name: keys secret: secretName: akash-provider-keys