File tree Expand file tree Collapse file tree 5 files changed +14
-6
lines changed
Expand file tree Collapse file tree 5 files changed +14
-6
lines changed Original file line number Diff line number Diff line change @@ -6,10 +6,10 @@ type: application
66# This is the chart version. This version number should be incremented each time you make changes
77# to the chart and its templates, including the app version.
88# Versions are expected to follow Semantic Versioning (https://semver.org/)
9- version : 0.3.16
9+ version : 0.3.17
1010
1111# This is the version number of the application being deployed. This version number should be
1212# incremented each time you make changes to the application. Versions are not expected to
1313# follow Semantic Versioning. They should reflect the version the application is using.
1414# It is recommended to use it with quotes.
15- appVersion : " 0.7.15 "
15+ appVersion : " 0.7.16 "
Original file line number Diff line number Diff line change 4747 secretKeyRef :
4848 key : token
4949 name : cluster-agent
50- image : {{ with .Values.agent }}{{ .image | default "signadot/workspaces-agent:v0.7.15 " | quote }}{{ else }}signadot/workspaces-agent:v0.7.15 {{ end }}
50+ image : {{ with .Values.agent }}{{ .image | default "signadot/workspaces-agent:v0.7.16 " | quote }}{{ else }}signadot/workspaces-agent:v0.7.16 {{ end }}
5151 imagePullPolicy : {{ with .Values.agent }}{{ .imagePullPolicy | default "IfNotPresent" | quote }}{{ else }}IfNotPresent{{ end }}
5252 livenessProbe :
5353 httpGet :
Original file line number Diff line number Diff line change 3636 {{- end }}
3737 spec :
3838 containers :
39- - image : {{ with .Values.routeServer }}{{ .image | default "signadot/workspaces-routeserver:v0.7.15 " | quote }}{{ else }}signadot/workspaces-routeserver:v0.7.15 {{ end }}
39+ - image : {{ with .Values.routeServer }}{{ .image | default "signadot/workspaces-routeserver:v0.7.16 " | quote }}{{ else }}signadot/workspaces-routeserver:v0.7.16 {{ end }}
4040 imagePullPolicy : {{ with .Values.routeServer }}{{ .imagePullPolicy | default "IfNotPresent" | quote }}{{ else }}IfNotPresent{{ end }}
4141 name : routeserver
4242 ports :
Original file line number Diff line number Diff line change @@ -58,4 +58,12 @@ rules:
5858 - get
5959 - list
6060 - watch
61+ - apiGroups :
62+ - argoproj.io
63+ resources :
64+ - rollouts
65+ verbs :
66+ - get
67+ - list
68+ - watch
6169{{ end }}
Original file line number Diff line number Diff line change 4747 - name : REPO_OVERLAY_IMAGE_PULL_POLICY
4848 value : {{ with .Values.repoOverlay }}{{ .imagePullPolicy | default "IfNotPresent" | quote }}{{ else }}IfNotPresent{{ end }}
4949 - name : REPO_OVERLAY_IMAGE
50- value : {{ with .Values.repoOverlay }}{{ .image | default "signadot/workspaces-repo-overlay:v0.7.15 " | quote }}{{ else }}signadot/workspaces-repo-overlay:v0.7.15 {{ end }}
51- image : {{ with .Values.operator }}{{ .image | default "signadot/workspaces-operator:v0.7.15 " | quote }}{{ else }}signadot/workspaces-operator:v0.7.15 {{ end }}
50+ value : {{ with .Values.repoOverlay }}{{ .image | default "signadot/workspaces-repo-overlay:v0.7.16 " | quote }}{{ else }}signadot/workspaces-repo-overlay:v0.7.16 {{ end }}
51+ image : {{ with .Values.operator }}{{ .image | default "signadot/workspaces-operator:v0.7.16 " | quote }}{{ else }}signadot/workspaces-operator:v0.7.16 {{ end }}
5252 imagePullPolicy : {{ with .Values.operator }}{{ .imagePullPolicy | default "IfNotPresent" | quote }}{{ else }}IfNotPresent{{ end }}
5353 livenessProbe :
5454 httpGet :
You can’t perform that action at this time.
0 commit comments