Skip to content

Commit d2ed0ad

Browse files
Update workflow-reporter SA name
1 parent 4411109 commit d2ed0ad

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

Diff for: charts/gitops-runtime/Chart.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ annotations:
1717
artifacthub.io/changes: |
1818
- kind: changed
1919
description: Updated `app-proxy` to `1.2268.0`
20+
- kind: changed
21+
description: updated default value of workflow-reporter SA to "codefresh-sa"
2022
dependencies:
2123
- name: argo-cd
2224
repository: https://codefresh-io.github.io/argo-helm

Diff for: charts/gitops-runtime/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## Codefresh gitops runtime
2-
![Version: 0.2.8-alpha.1](https://img.shields.io/badge/Version-0.2.8--alpha.1-informational?style=flat-square) ![AppVersion: 0.1.29](https://img.shields.io/badge/AppVersion-0.1.29-informational?style=flat-square)
2+
![Version: 0.2.9-alpha](https://img.shields.io/badge/Version-0.2.9--alpha-informational?style=flat-square) ![AppVersion: 0.1.30](https://img.shields.io/badge/AppVersion-0.1.30-informational?style=flat-square)
33

44
## Codefresh official documentation:
55
Prior to running the installation please see the official documentation at: https://codefresh.io/docs/docs/installation/gitops/hybrid-gitops-helm-installation/
@@ -15,7 +15,7 @@ We have created a helper utility to resolve this issue:
1515
The utility is packaged in a container image. Below are instructions on executing the utility using Docker:
1616

1717
```
18-
docker run -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.2.8-alpha.1 <local_registry>
18+
docker run -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.2.9-alpha <local_registry>
1919
```
2020
`output_dir` - is a local directory where the utility will output files. <br>
2121
`local_registry` - is your local registry where you want to mirror the images to

Diff for: charts/gitops-runtime/templates/_components/event-reporters/_helpers.tpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ Create the name of the service account to use
140140
*/}}
141141
{{- define "event-reporters.workflow-reporter.serviceAccountName" -}}
142142
{{- if .Values.workflow.serviceAccount.create }}
143-
{{- default (include "event-reporters.workflow-reporter.fullname" .) .Values.workflow.serviceAccount.name }}
143+
{{- default "codefresh-sa" .Values.workflow.serviceAccount.name }}
144144
{{- else }}
145145
{{- default "default" .Values.workflow.serviceAccount.name }}
146146
{{- end }}

0 commit comments

Comments
 (0)