Skip to content

Commit

Permalink
chore(deps): bump keycloak::devops-stack-module-keycloak
Browse files Browse the repository at this point in the history
Bumps [keycloak::devops-stack-module-keycloak](https://github.com/camptocamp/devops-stack-module-keycloak) from 3.1.1 to 4.0.0.
- [Release notes](https://github.com/camptocamp/devops-stack-module-keycloak/releases)
- [Changelog](https://github.com/camptocamp/devops-stack-module-keycloak/blob/main/CHANGELOG.md)
- [Commits](camptocamp/devops-stack-module-keycloak@v3.1.1...v4.0.0)

---
updated-dependencies:
- dependency-name: keycloak::github::camptocamp/devops-stack-module-keycloak::v3.1.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 10, 2024
1 parent a77e799 commit 272408e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/sks/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ module "cert-manager" {

# TODO Create an external database as PoC
module "keycloak" {
source = "git::https://github.com/camptocamp/devops-stack-module-keycloak.git?ref=v3.1.1"
source = "git::https://github.com/camptocamp/devops-stack-module-keycloak.git?ref=v4.0.0"

cluster_name = module.sks.cluster_name
base_domain = module.sks.base_domain
Expand Down

0 comments on commit 272408e

Please sign in to comment.