fix(argo-workflows): Updated chart to reflect change to ARGO_BASE_HREF env (#3049)

* Updated chart to reflect change to ARGO_BASE_HREF env

Signed-off-by: Scott Melhop <scott.melhop@optimeering.com>

* Update changelog

Signed-off-by: Scott Melhop <scott.melhop@optimeering.com>

* remove ide formatting

Signed-off-by: Scott Melhop <scott.melhop@optimeering.com>

---------

Signed-off-by: Scott Melhop <scott.melhop@optimeering.com>
This commit is contained in:
Scott Melhop 2024-11-22 12:40:29 +01:00 committed by GitHub
parent ccfa0651cb
commit e888b374c9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -3,7 +3,7 @@ appVersion: v3.6.0
name: argo-workflows name: argo-workflows
description: A Helm chart for Argo Workflows description: A Helm chart for Argo Workflows
type: application type: application
version: 0.44.0 version: 0.44.1
icon: https://argo-workflows.readthedocs.io/en/stable/assets/logo.png icon: https://argo-workflows.readthedocs.io/en/stable/assets/logo.png
home: https://github.com/argoproj/argo-helm home: https://github.com/argoproj/argo-helm
sources: sources:
@ -17,4 +17,4 @@ annotations:
url: https://argoproj.github.io/argo-helm/pgp_keys.asc url: https://argoproj.github.io/argo-helm/pgp_keys.asc
artifacthub.io/changes: | artifacthub.io/changes: |
- kind: fixed - kind: fixed
description: Remove excessive RBAC privileges from workflow-role. description: Change BASE_HREF to ARGO_BASE_HREF.

View file

@ -95,7 +95,7 @@ spec:
fieldRef: fieldRef:
apiVersion: v1 apiVersion: v1
fieldPath: metadata.namespace fieldPath: metadata.namespace
- name: BASE_HREF - name: ARGO_BASE_HREF
value: {{ .Values.server.baseHref | quote }} value: {{ .Values.server.baseHref | quote }}
{{- with .Values.server.extraEnv }} {{- with .Values.server.extraEnv }}
{{- toYaml . | nindent 12 }} {{- toYaml . | nindent 12 }}