Skip to content

Commit

Permalink
Bump appVersion and chart version, default to appVersion (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
brtkwr authored Jan 31, 2023
1 parent d90eb41 commit 44a70d6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/unleash/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "4.15.1"
appVersion: "4.19.4"
dependencies:
- name: postgresql
repository: https://charts.bitnami.com/bitnami
Expand All @@ -15,4 +15,4 @@ sources:
- https://github.com/Unleash/unleash
- https://github.com/Unleash/helm-charts
type: application
version: 2.7.4
version: 2.7.5
2 changes: 1 addition & 1 deletion charts/unleash/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ spec:
{{- with .Values.existingSecrets }}
{{- tpl . $ | nindent 12 }}
{{- end }}
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
image: "{{ .Values.image.repository }}:{{ default .Chart.AppVersion .Values.image.tag }}"
imagePullPolicy: {{ .Values.image.pullPolicy }}
ports:
- name: http
Expand Down
2 changes: 1 addition & 1 deletion charts/unleash/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ fullnameOverride: ""

image:
repository: unleashorg/unleash-server
tag: 4.12.6
tag: # Obtained from .Chart.AppVersion, up to date tags available at https://hub.docker.com/r/unleashorg/unleash-server/tags
pullPolicy: Always

imagePullSecrets: []
Expand Down

0 comments on commit 44a70d6

Please sign in to comment.