Skip to content

Commit

Permalink
Merge pull request #1537 from rancher/updatecli_73d08a99fc7126c71dc66…
Browse files Browse the repository at this point in the history
…9bd53147d2946ad5606d744ef45a88b4c521d50ff1e

[updatecli] Bump Gitjob chart to 0.1.54
  • Loading branch information
thardeck committed May 16, 2023
2 parents 7f91e18 + dd991c8 commit f52a0e7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion charts/fleet/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ appVersion: 0.0.0
dependencies:
- condition: gitops.enabled
name: gitjob
version: 0.1.53
version: 0.1.54
repository: file://./charts/gitjob
description: Fleet Manager - GitOps at Scale
icon: https://charts.rancher.io/assets/logos/fleet.svg
Expand Down
4 changes: 2 additions & 2 deletions charts/fleet/charts/gitjob/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: 0.1.53
appVersion: 0.1.54
description: Controller that run jobs based on git events
name: gitjob
version: 0.1.53
version: 0.1.54
4 changes: 2 additions & 2 deletions charts/fleet/charts/gitjob/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ spec:
spec:
serviceAccountName: gitjob
containers:
- image: "{{ template "system_default_registry" . }}{{ .Values.gitjob.repository }}:{{ .Values.gitjob.tag }}"
- image: "{{ template "system_default_registry" . }}{{ .Values.gitjob.repository }}:{{ .Values.gitjob.tag | default (printf "v%s" .Chart.AppVersion) }}"
name: gitjob
args:
{{- if .Values.debug }}
- --debug
{{- end }}
- --tekton-image
- "{{ template "system_default_registry" . }}{{ .Values.tekton.repository }}:{{ .Values.tekton.tag }}"
- "{{ template "system_default_registry" . }}{{ .Values.tekton.repository }}:{{ .Values.tekton.tag | default "v0.1.22" }}"
env:
- name: NAMESPACE
valueFrom:
Expand Down
2 changes: 0 additions & 2 deletions charts/fleet/charts/gitjob/values.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
gitjob:
repository: rancher/gitjob
tag: v0.1.53

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

global:
cattle:
Expand Down

0 comments on commit f52a0e7

Please sign in to comment.