Skip to content

Commit d7d9e30

Browse files
chore(deps): bump argocd_bootstrap::devops-stack-module-argocd (#1052)
Bumps [argocd_bootstrap::devops-stack-module-argocd](https://github.com/camptocamp/devops-stack-module-argocd) from 3.1.3 to 3.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@v3.1.3...v3.2.0) --- updated-dependencies: - dependency-name: argocd_bootstrap::github::camptocamp/devops-stack-module-argocd::v3.1.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c65b281 commit d7d9e30

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/sks/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ module "sks" {
1919
}
2020

2121
module "argocd_bootstrap" {
22-
source = "git::https://github.com/camptocamp/devops-stack-module-argocd.git//bootstrap?ref=v3.1.3"
22+
source = "git::https://github.com/camptocamp/devops-stack-module-argocd.git//bootstrap?ref=v3.2.0"
2323

2424
depends_on = [module.sks]
2525
}

0 commit comments

Comments
 (0)