Skip to content

Commit 21bbbb7

Browse files
chore(deps): bump minio::devops-stack-module-minio in /examples/kind (#1031)
Bumps [minio::devops-stack-module-minio](https://github.com/camptocamp/devops-stack-module-minio) from 1.1.0 to 2.0.1. - [Release notes](https://github.com/camptocamp/devops-stack-module-minio/releases) - [Changelog](https://github.com/camptocamp/devops-stack-module-minio/blob/main/CHANGELOG.md) - [Commits](camptocamp/devops-stack-module-minio@v1.1.0...v2.0.1) --- updated-dependencies: - dependency-name: minio::github::camptocamp/devops-stack-module-minio::v1.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 840a7c8 commit 21bbbb7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/kind/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ module "oidc" {
121121
}
122122

123123
module "minio" {
124-
source = "git::https://github.com/camptocamp/devops-stack-module-minio?ref=v1.1.0"
124+
source = "git::https://github.com/camptocamp/devops-stack-module-minio?ref=v2.0.1"
125125

126126
cluster_name = local.cluster_name
127127
base_domain = local.base_domain

0 commit comments

Comments
 (0)