Skip to content
This repository has been archived by the owner on Nov 11, 2020. It is now read-only.

Commit

Permalink
Merge pull request #176 from rawlingsj/master
Browse files Browse the repository at this point in the history
chore: allow boot image tag to be overriden
  • Loading branch information
jstrachan authored Apr 7, 2020
2 parents 5a34345 + 8607041 commit de2a5ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/jxl-boot/templates/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ spec:
value: "true"
- name: JX_HOME
value: /secrets
image: "{{ .Values.image.repository }}:{{ .Chart.AppVersion }}"
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
imagePullPolicy: {{ .Values.image.pullPolicy }}
name: boot
restartPolicy: Never
Expand Down
1 change: 1 addition & 0 deletions charts/jxl-boot/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

image:
repository: gcr.io/jenkinsxio-labs/jxl
tag: ""
pullPolicy: IfNotPresent

serviceAccount:
Expand Down

0 comments on commit de2a5ca

Please sign in to comment.