diff --git a/charts/unleash-edge/Chart.yaml b/charts/unleash-edge/Chart.yaml index 45f42fc..2bd82c7 100644 --- a/charts/unleash-edge/Chart.yaml +++ b/charts/unleash-edge/Chart.yaml @@ -5,7 +5,7 @@ icon: https://docs.getunleash.io/img/logo.svg type: application -version: 2.6.1 +version: 2.6.2 appVersion: "v19.1.3" diff --git a/charts/unleash-edge/templates/deployment.yaml b/charts/unleash-edge/templates/deployment.yaml index ef0da46..a8250e1 100644 --- a/charts/unleash-edge/templates/deployment.yaml +++ b/charts/unleash-edge/templates/deployment.yaml @@ -1,3 +1,4 @@ +--- apiVersion: apps/v1 kind: Deployment metadata: @@ -31,7 +32,7 @@ spec: securityContext: {{- toYaml .Values.podSecurityContext | nindent 8 }} containers: - - name: {{ .Chart.Name }} + - name: {{ include "unleash-edge.name" . }} args: ["edge"] env: - name: UPSTREAM_URL diff --git a/charts/unleash-proxy/Chart.yaml b/charts/unleash-proxy/Chart.yaml index 9be7b06..51dbf64 100644 --- a/charts/unleash-proxy/Chart.yaml +++ b/charts/unleash-proxy/Chart.yaml @@ -16,13 +16,13 @@ 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.8.0 +version: 0.8.1 # 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. # It is recommended to use it with quotes. -appVersion: "v0.17.0" +appVersion: "v1.3.0" maintainers: - name: nkz-soft diff --git a/charts/unleash-proxy/templates/deployment.yaml b/charts/unleash-proxy/templates/deployment.yaml index c4365e9..a118881 100644 --- a/charts/unleash-proxy/templates/deployment.yaml +++ b/charts/unleash-proxy/templates/deployment.yaml @@ -1,3 +1,4 @@ +--- apiVersion: apps/v1 kind: Deployment metadata: @@ -31,7 +32,7 @@ spec: securityContext: {{- toYaml .Values.podSecurityContext | nindent 8 }} containers: - - name: {{ .Chart.Name }} + - name: {{ include "unleash-proxy.name" . }} env: {{- if .Values.proxy.apiTokenSecret.enabled }} - name: UNLEASH_API_TOKEN diff --git a/charts/unleash/Chart.yaml b/charts/unleash/Chart.yaml index d0724dc..3dfe88c 100644 --- a/charts/unleash/Chart.yaml +++ b/charts/unleash/Chart.yaml @@ -5,7 +5,7 @@ icon: https://docs.getunleash.io/img/logo.svg type: application -version: 5.1.0 +version: 5.1.1 appVersion: "6.0.0" diff --git a/charts/unleash/templates/deployment.yaml b/charts/unleash/templates/deployment.yaml index a5b156a..e935847 100644 --- a/charts/unleash/templates/deployment.yaml +++ b/charts/unleash/templates/deployment.yaml @@ -1,3 +1,4 @@ +--- apiVersion: apps/v1 kind: Deployment metadata: @@ -29,7 +30,7 @@ spec: {{- end }} serviceAccountName: {{ include "unleash.serviceAccountName" . }} containers: - - name: {{ .Chart.Name }} + - name: {{ include "unleash.name" . }} env: {{- if or (.Values.dbConfig.useExistingSecret.name) (.Values.postgresql.enabled) }} - name: POSTGRESQL_PASSWORD