Skip to content

Commit

Permalink
feat: [CDS-97420]: Bump Argo-CD version. (#35)
Browse files Browse the repository at this point in the history
Signed-off-by: Mirko Teodorovic <[email protected]>
  • Loading branch information
mteodor authored Jul 8, 2024
1 parent 8585562 commit 648aa3a
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
apiVersion: v2
name: gitops-helm
description: A Helm chart for Harness GitOps Agent - for more information, please visit https://developer.harness.io/docs/category/gitops.
version: 1.1.8
version: 1.1.9
dependencies:
- name: argo-cd
version: 5.53.1
version: 6.7.18
repository: https://argoproj.github.io/argo-helm
condition: argo-cd.enabled
18 changes: 16 additions & 2 deletions index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ entries:
url: https://argoproj.github.io/argo-helm/pgp_keys.asc
apiVersion: v2
appVersion: v2.9.4
created: "2024-05-02T23:54:04.469743+05:30"
created: "2024-07-08T12:32:13.419214+02:00"
dependencies:
- condition: redis-ha.enabled
name: redis-ha
Expand Down Expand Up @@ -38,7 +38,21 @@ entries:
version: 5.53.1
gitops-helm:
- apiVersion: v2
created: "2024-06-13T12:19:12.369425+02:00"
created: "2024-07-08T12:32:13.411304+02:00"
dependencies:
- condition: argo-cd.enabled
name: argo-cd
repository: https://argoproj.github.io/argo-helm
version: 6.7.18
description: A Helm chart for Harness GitOps Agent - for more information, please
visit https://developer.harness.io/docs/category/gitops.
digest: 7a2768053255921ba7a959802aebf4e8a33edf52fc391d6cd0a8a0ff2085e7c1
name: gitops-helm
urls:
- https://harness.github.io/gitops-helm/releases/gitops-helm-1.1.9.tgz
version: 1.1.9
- apiVersion: v2
created: "2024-07-08T12:32:13.506092+02:00"
dependencies:
- condition: argo-cd.enabled
name: argo-cd
Expand Down
Binary file added releases/gitops-helm-1.1.9.tgz
Binary file not shown.
2 changes: 1 addition & 1 deletion templates/gitops-agent/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,9 @@ spec:
valueFrom:
secretKeyRef:
name: {{ default "argocd-redis" .Values.externalRedis.existingSecret }}
optional: true
{{- if .Values.externalRedis.host }}
key: redis-password
optional: true
{{- else }}
key: auth
{{- end }}
Expand Down

0 comments on commit 648aa3a

Please sign in to comment.