-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added argocd image updater and rollout (currently dockerhub)
- Loading branch information
runalsh
committed
Mar 16, 2024
1 parent
e901566
commit 1dd7fed
Showing
8 changed files
with
5,541 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# resource "helm_release" "argocd-imageupdater" { | ||
# name = "argocd-imageupdater" | ||
|
||
# repository = "https://argoproj.github.io/argo-helm" | ||
# chart = "argocd-image-updater" | ||
# namespace = "argocd" | ||
# version = "0.8.4" | ||
|
||
# values = [file("values/argocd-imageupdater.yaml")] | ||
# } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
|
||
|
||
# resource "helm_release" "argo-rollouts" { | ||
# name = "argo-rollouts" | ||
# repository = "https://argoproj.github.io/argo-helm" | ||
# chart = "argo-rollouts" | ||
# namespace = "argocd" | ||
# version = "2.32.0" | ||
# values = [file("values/argo-rollouts.yaml")] | ||
# } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.