Skip to content

Commit e053c80

Browse files
chore(deps): bump argocd::devops-stack-module-argocd in /examples/kind
Bumps [argocd::devops-stack-module-argocd](https://github.com/camptocamp/devops-stack-module-argocd) from 7.1.1 to 7.2.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@v7.1.1...v7.2.0) --- updated-dependencies: - dependency-name: argocd::github::camptocamp/devops-stack-module-argocd::v7.1.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b995409 commit e053c80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/kind/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ module "kube-prometheus-stack" {
213213
}
214214

215215
module "argocd" {
216-
source = "git::https://github.com/camptocamp/devops-stack-module-argocd.git?ref=v7.1.1"
216+
source = "git::https://github.com/camptocamp/devops-stack-module-argocd.git?ref=v7.2.0"
217217

218218
base_domain = local.base_domain
219219
cluster_name = local.cluster_name

0 commit comments

Comments
 (0)