diff --git a/charts/akash-node/Chart.yaml b/charts/akash-node/Chart.yaml index 37a29764..2df1aafd 100644 --- a/charts/akash-node/Chart.yaml +++ b/charts/akash-node/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.15.0 +version: 0.16.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/akash-node/templates/deployment-node.yaml b/charts/akash-node/templates/deployment-node.yaml index 72b8e6c6..fbc8a465 100644 --- a/charts/akash-node/templates/deployment-node.yaml +++ b/charts/akash-node/templates/deployment-node.yaml @@ -27,8 +27,8 @@ spec: serviceAccountName: {{ include "akash-node.serviceAccountName" . }} securityContext: {{- toYaml .Values.podSecurityContext | nindent 8 }} - {{- range untilStep 1 5 1 }} containers: + {{- range untilStep 1 5 1 }} - name: {{ $.Chart.Name }}-{{ . }} securityContext: {{- toYaml $.Values.securityContext | nindent 12 }}