Skip to content

Commit a59b03b

Browse files
authored
Merge pull request #1805 from oracle-devrel/oke-gitops
Updated argocd version oke-gitops
2 parents 32a637e + 9822b3d commit a59b03b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

app-dev/devops-and-containers/oke/oke-gitops/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ This stack will:
139139
* Create 2 OCI Code Repositories: one with pipelines definitions, and another one called "oke-cluster-config" with the git template for the OKE cluster administrators
140140
* Create an OCI Build Pipeline that will mirror the ArgoCD Helm Chart inside the Oracle Cloud Registry, and deploy it in the chosen cluster
141141

142-
[![Deploy to Oracle Cloud](https://oci-resourcemanager-plugin.plugins.oci.oraclecloud.com/latest/deploy-to-oracle-cloud.svg)](https://cloud.oracle.com/resourcemanager/stacks/create?zipUrl=https://github.com/oracle-devrel/technology-engineering/releases/download/oke-gitops-1.0.0/stack.zip)
142+
[![Deploy to Oracle Cloud](https://oci-resourcemanager-plugin.plugins.oci.oraclecloud.com/latest/deploy-to-oracle-cloud.svg)](https://cloud.oracle.com/resourcemanager/stacks/create?zipUrl=https://github.com/oracle-devrel/technology-engineering/releases/download/oke-gitops-1.0.1/stack.zip)
143143

144144
Once the stack has been provisioned, you can modify the ArgoCD version to deploy by editing the `mirror_argo.yaml` file in the `pipelines` repository.
145145
By default, ArgoCD will be deployed in an "insecure" mode to disable the default SSL certificate, but feel free to modify the chart values in the `argo-cd-chart-values` artifact.

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)