Skip to content

Commit

Permalink
fix(argo-workflows): BASE_HREF -> ARGO_BASE_HREF for forward comp…
Browse files Browse the repository at this point in the history
…at (#2756)
  • Loading branch information
agilgur5 committed Jun 9, 2024
1 parent 377332f commit 8b02b6d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions charts/argo-workflows/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ appVersion: v3.5.7
name: argo-workflows
description: A Helm chart for Argo Workflows
type: application
version: 0.41.7
version: 0.41.8
icon: https://argo-workflows.readthedocs.io/en/stable/assets/logo.png
home: https://github.com/argoproj/argo-helm
sources:
Expand All @@ -16,5 +16,5 @@ annotations:
fingerprint: 2B8F22F57260EFA67BE1C5824B11F800CD9D2252
url: https://argoproj.github.io/argo-helm/pgp_keys.asc
artifacthub.io/changes: |
- kind: changed
description: Bump argo-workflows to v3.5.7
- kind: fixed
description: changed BASE_HREF to ARGO_BASE_HREF for forward compat
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ spec:
fieldRef:
apiVersion: v1
fieldPath: metadata.namespace
- name: BASE_HREF
- name: ARGO_BASE_HREF
value: {{ .Values.server.baseHref | quote }}
{{- with .Values.server.extraEnv }}
{{- toYaml . | nindent 12 }}
Expand Down

0 comments on commit 8b02b6d

Please sign in to comment.