Merge pull request #95 from codefresh-io/repo-server/fix-cf-token
[repo server] make cf token required when version reporting is enabled
This commit is contained in:
commit
f526b3fccf
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@ appVersion: v2.11-2024.8.19-6be897266
|
|||
kubeVersion: ">=1.23.0-0"
|
||||
description: A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.
|
||||
name: argo-cd
|
||||
version: 6.11.1-7-cap-2.11-2024.8.19-6be897266
|
||||
version: 6.11.1-8-cap-2.11-repo-server-cftoken-fix
|
||||
home: https://github.com/argoproj/argo-helm
|
||||
icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png
|
||||
sources:
|
||||
|
|
|
@ -293,7 +293,7 @@ spec:
|
|||
secretKeyRef:
|
||||
key: token
|
||||
name: codefresh-token
|
||||
optional: true
|
||||
optional: {{ not .Values.applicationVersioning.enabled }}
|
||||
{{- if .Values.repoServer.useEphemeralHelmWorkingDir }}
|
||||
- name: HELM_CACHE_HOME
|
||||
value: /helm-working-dir
|
||||
|
|
Loading…
Reference in a new issue