Skip to content

Commit

Permalink
chore(deps): bump argocd::devops-stack-module-argocd in /examples/kind
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 6.0.0 to 6.1.0.
- [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@v6.0.0...v6.1.0)

---
updated-dependencies:
- dependency-name: argocd::github::camptocamp/devops-stack-module-argocd::v6.0.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and lentidas committed Aug 22, 2024
1 parent c784ed4 commit 59fb64b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/kind/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ module "kube-prometheus-stack" {
}

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

base_domain = local.base_domain
cluster_name = local.cluster_name
Expand Down

0 comments on commit 59fb64b

Please sign in to comment.