Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitops/deploy/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ apiVersion: v2
name: helm-argocd
version: 0.0.0
description: GitOps packaging for the Argo CD Crossplane configuration
appVersion: 9.3.3
appVersion: 9.3.4
2 changes: 1 addition & 1 deletion functions/render/200-helm-release-argocd.yaml.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
chart:
name: argo-cd
repository: https://argoproj.github.io/argo-helm
version: 9.3.3
version: 9.3.4
namespace: {{ $argo.namespace }}
{{- if $argo.overrideAllValues }}
values:
Expand Down