Skip to content

Commit

Permalink
Merge pull request #1587 from rancher/revert_gitjob_image_tags_change
Browse files Browse the repository at this point in the history
Revert Gitjob image tag change
  • Loading branch information
thardeck committed Jun 12, 2023
2 parents ddbb435 + d40cad2 commit 414e433
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/fleet/charts/gitjob/templates/deployment.yaml
Expand Up @@ -13,14 +13,14 @@ spec:
spec:
serviceAccountName: gitjob
containers:
- image: "{{ template "system_default_registry" . }}{{ .Values.gitjob.repository }}:{{ .Values.gitjob.tag | default (printf "v%s" .Chart.AppVersion) }}"
- image: "{{ template "system_default_registry" . }}{{ .Values.gitjob.repository }}:{{ .Values.gitjob.tag }}"
name: gitjob
args:
{{- if .Values.debug }}
- --debug
{{- end }}
- --tekton-image
- "{{ template "system_default_registry" . }}{{ .Values.tekton.repository }}:{{ .Values.tekton.tag | default "v0.1.22" }}"
- "{{ template "system_default_registry" . }}{{ .Values.tekton.repository }}:{{ .Values.tekton.tag }}"
env:
- name: NAMESPACE
valueFrom:
Expand Down
2 changes: 2 additions & 0 deletions charts/fleet/charts/gitjob/values.yaml
@@ -1,8 +1,10 @@
gitjob:
repository: rancher/gitjob
tag: v0.1.54

tekton:
repository: rancher/tekton-utils
tag: v0.1.22

global:
cattle:
Expand Down

0 comments on commit 414e433

Please sign in to comment.