Skip to content

Commit

Permalink
chore(deps): bump minio::devops-stack-module-minio in /examples/kind
Browse files Browse the repository at this point in the history
Bumps [minio::devops-stack-module-minio](https://github.com/camptocamp/devops-stack-module-minio) from 3.1.1 to 3.2.0.
- [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@v3.1.1...v3.2.0)

---
updated-dependencies:
- dependency-name: minio::github::camptocamp/devops-stack-module-minio::v3.1.1
  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 Jul 1, 2024
1 parent a51898c commit c319caa
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 @@ -103,7 +103,7 @@ module "oidc" {
}

module "minio" {
source = "git::https://github.com/camptocamp/devops-stack-module-minio.git?ref=v3.1.1"
source = "git::https://github.com/camptocamp/devops-stack-module-minio.git?ref=v3.2.0"

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

0 comments on commit c319caa

Please sign in to comment.