You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app-dev/devops-and-containers/oke/oke-gitops/repos/oke-cluster-config/appsets/templates/argocd/argocd.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ spec:
23
23
sources:
24
24
- repoURL: https://argoproj.github.io/argo-helm # This is the repository where to pull the Helm chart. It is possible to configure even an OCI compliant repository, such as the Oracle Container Registry
25
25
chart: argo-cd # Name of the Chart to pull
26
-
targetRevision: 7.8.2# Better always to specify the version of the Chart to deploy
26
+
targetRevision: 8.0.17# Better always to specify the version of the Chart to deploy
27
27
helm:
28
28
releaseName: "argocd"# Helm release name for the Chart
0 commit comments