Skip to content

Commit

Permalink
chore(deps): update helm release argocd-image-updater to v0.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 27, 2024
1 parent a51e6ab commit cb81dcb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ resource "helm_release" "argocd_image_updater" {
namespace = kubernetes_namespace.argocd[0].id
repository = "https://argoproj.github.io/argo-helm"
chart = "argocd-image-updater"
version = "0.11.1"
version = "0.11.3"
values = [
templatefile("chart-values/argocd-image-updater.yaml", {
region = var.region
Expand Down
2 changes: 1 addition & 1 deletion apps-devstg/us-east-1/k8s-eks/k8s-components/cicd-argo.tf
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ resource "helm_release" "argocd_image_updater" {
namespace = kubernetes_namespace.argocd[0].id
repository = "https://argoproj.github.io/argo-helm"
chart = "argocd-image-updater"
version = "0.8.0"
version = "0.11.3"
values = [
templatefile("chart-values/argocd-image-updater.yaml", {
region = var.region
Expand Down

0 comments on commit cb81dcb

Please sign in to comment.