Skip to content

Commit

Permalink
chore: revert dependency upgrade and fix README (#3946)
Browse files Browse the repository at this point in the history
  • Loading branch information
Srihas Konduru authored Mar 14, 2023
1 parent 2e59e51 commit dd1b599
Show file tree
Hide file tree
Showing 3 changed files with 16,112 additions and 16,893 deletions.
2 changes: 1 addition & 1 deletion examples/argocd/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ In the current example; A dedicated `values-prod.yaml` file has been created per
helm repo update
helm -n argocd install argocd argo/argo-cd --version 5.13.5 --create-namespace
```
- Create [argocd-applications](https://github.com/garden-io-testing/gitops-demo/tree/main/argocd-applications) which contains all the manifests that will help with sync'ing apps on prod cluster via ArgoCD
- Create [argocd-applications](https://github.com/garden-io/garden/tree/main/examples/argocd/argocd-applications) which contains all the manifests that will help with sync'ing apps on prod cluster via ArgoCD
- (Optional) Install ingress-nginx controller
- Apply necessary annotations to the ArgoCD app, in this case for the `api` and `web` so that argocd-image-updater looks for newest image builds on container repo that match the `update-strategy`. Example configuration for `api` Argocd Application is as below:
```yaml
Expand Down
Loading

0 comments on commit dd1b599

Please sign in to comment.