Skip to content

Commit

Permalink
chore(deps): bump argocd::devops-stack-module-argocd in /examples/eks
Browse files Browse the repository at this point in the history
Bumps [argocd::devops-stack-module-argocd](https://github.com/camptocamp/devops-stack-module-argocd) from 7.1.0 to 7.1.1.
- [Release notes](https://github.com/camptocamp/devops-stack-module-argocd/releases)
- [Changelog](https://github.com/camptocamp/devops-stack-module-argocd/blob/main/CHANGELOG.md)
- [Commits](camptocamp/devops-stack-module-argocd@v7.1.0...v7.1.1)

---
updated-dependencies:
- dependency-name: argocd::github::camptocamp/devops-stack-module-argocd::v7.1.0
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and lentidas committed Oct 24, 2024
1 parent b5418e5 commit 4ca12c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/eks/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ module "kube-prometheus-stack" {
}

module "argocd" {
source = "git::https://github.com/camptocamp/devops-stack-module-argocd.git?ref=v7.1.0"
source = "git::https://github.com/camptocamp/devops-stack-module-argocd.git?ref=v7.1.1"

cluster_name = module.eks.cluster_name
base_domain = module.eks.base_domain
Expand Down

0 comments on commit 4ca12c5

Please sign in to comment.