diff --git a/charts/aethos/Chart.yaml b/charts/aethos/Chart.yaml index 40da061..7d455c9 100644 --- a/charts/aethos/Chart.yaml +++ b/charts/aethos/Chart.yaml @@ -3,7 +3,7 @@ appVersion: 0.1.0 description: A Helm chart for Kubernetes name: aethos type: application -version: 0.1.3 +version: 0.1.4 maintainers: - name: xom4ek email: aleksei.lazarev@p2p.org diff --git a/charts/aethos/templates/pvc.tpl b/charts/aethos/templates/pvc.tpl index 4cee309..b504a8e 100644 --- a/charts/aethos/templates/pvc.tpl +++ b/charts/aethos/templates/pvc.tpl @@ -12,7 +12,7 @@ metadata: {{- toYaml . | nindent 4 }} {{- end}} spec: - storageClassName: oci-bv + storageClassName: {{ .Values.pvc.storageClassName }} accessModes: - ReadWriteOnce resources: diff --git a/charts/aethos/templates/serviceaccount.tpl b/charts/aethos/templates/serviceaccount.tpl index 431386d..0e94b42 100644 --- a/charts/aethos/templates/serviceaccount.tpl +++ b/charts/aethos/templates/serviceaccount.tpl @@ -2,7 +2,7 @@ apiVersion: v1 kind: ServiceAccount metadata: - name: {{ include "aethos.fullname" . }} + name: {{ .Values.serviceAccount.name | default (include "aethos.fullname" .) }} labels: {{- include "aethos.labels" . | nindent 4 }} {{- with .Values.labels }} diff --git a/charts/arpa/templates/serviceaccount.tpl b/charts/arpa/templates/serviceaccount.tpl index 9a4a276..638e0f9 100644 --- a/charts/arpa/templates/serviceaccount.tpl +++ b/charts/arpa/templates/serviceaccount.tpl @@ -2,7 +2,7 @@ apiVersion: v1 kind: ServiceAccount metadata: - name: {{ include "arpa.fullname" . }} + name: {{ .Values.serviceAccount.name | default (include "arpa.fullname" .) }} labels: {{- include "arpa.labels" . | nindent 4 }} {{- with .Values.labels }} diff --git a/charts/k3/Chart.yaml b/charts/k3/Chart.yaml index 16ded6c..31dfd4d 100644 --- a/charts/k3/Chart.yaml +++ b/charts/k3/Chart.yaml @@ -3,7 +3,7 @@ appVersion: 0.1.0 description: A Helm chart for Kubernetes name: k3 type: application -version: 0.1.2 +version: 0.1.3 maintainers: - name: xom4ek email: aleksei.lazarev@p2p.org diff --git a/charts/k3/templates/serviceaccount.tpl b/charts/k3/templates/serviceaccount.tpl index 5f0edac..2d2e846 100644 --- a/charts/k3/templates/serviceaccount.tpl +++ b/charts/k3/templates/serviceaccount.tpl @@ -2,7 +2,7 @@ apiVersion: v1 kind: ServiceAccount metadata: - name: {{ include "k3.fullname" . }} + name: {{ .Values.serviceAccount.name | default (include "k3.fullname" .) }} labels: {{- include "k3.labels" . | nindent 4 }} {{- with .Values.labels }} diff --git a/charts/lagrange/Chart.yaml b/charts/lagrange/Chart.yaml index 714ed03..412d04a 100644 --- a/charts/lagrange/Chart.yaml +++ b/charts/lagrange/Chart.yaml @@ -3,7 +3,7 @@ appVersion: 0.1.0 description: A Helm chart for Kubernetes name: lagrange type: application -version: 0.1.0 +version: 0.1.1 maintainers: - name: xom4ek email: aleksei.lazarev@p2p.org diff --git a/charts/lagrange/templates/serviceaccount.tpl b/charts/lagrange/templates/serviceaccount.tpl index 9de577f..b1c10ac 100644 --- a/charts/lagrange/templates/serviceaccount.tpl +++ b/charts/lagrange/templates/serviceaccount.tpl @@ -2,7 +2,7 @@ apiVersion: v1 kind: ServiceAccount metadata: - name: {{ include "lagrange.fullname" . }} + name: {{ .Values.serviceAccount.name | default (include "lagrange.fullname" .) }} labels: {{- include "lagrange.labels" . | nindent 4 }} {{- with .Values.labels }} diff --git a/charts/openoracle/templates/serviceaccount.tpl b/charts/openoracle/templates/serviceaccount.tpl index 697ace8..7b57277 100644 --- a/charts/openoracle/templates/serviceaccount.tpl +++ b/charts/openoracle/templates/serviceaccount.tpl @@ -2,7 +2,7 @@ apiVersion: v1 kind: ServiceAccount metadata: - name: {{ include "openoracle.fullname" . }} + name: {{ .Values.serviceAccount.name | default (include "openoracle.fullname" .) }} labels: {{- include "openoracle.labels" . | nindent 4 }} {{- with .Values.labels }}