Skip to content

Commit 7a2ee45

Browse files
chore(deps): bump argocd_bootstrap::devops-stack-module-argocd (#1439)
Bumps [argocd_bootstrap::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_bootstrap::github::camptocamp/devops-stack-module-argocd::v7.1.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent be82779 commit 7a2ee45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/sks/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ module "sks" {
2121
}
2222

2323
module "argocd_bootstrap" {
24-
source = "git::https://github.com/camptocamp/devops-stack-module-argocd.git//bootstrap?ref=v7.1.1"
24+
source = "git::https://github.com/camptocamp/devops-stack-module-argocd.git//bootstrap?ref=v7.2.0"
2525

2626
argocd_projects = {
2727
"${module.sks.cluster_name}" = {

0 commit comments

Comments
 (0)