Skip to content

Commit 8d35b98

Browse files
committed
Updated argocd version
1 parent fce71d4 commit 8d35b98

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app-dev/devops-and-containers/oke/oke-gitops/repos/oke-cluster-config/appsets/templates/argocd/argocd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ spec:
2323
sources:
2424
- 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
2525
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
2727
helm:
2828
releaseName: "argocd" # Helm release name for the Chart
2929
valueFiles:

app-dev/devops-and-containers/oke/oke-gitops/repos/pipelines/mirror_argo.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ env:
1010
repo_prefix: ""
1111
region: ""
1212
artifact: "argo-cd"
13-
version: "8.0.14"
13+
version: "8.0.17"
1414
source_helm_repo: "https://argoproj.github.io/argo-helm"
1515
namespace: "argocd" # The Helm Chart will be deployed in this namespace
1616

0 commit comments

Comments
 (0)