Skip to content

Commit

Permalink
Fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
psav committed Dec 12, 2023
1 parent 7e5c264 commit a873d9e
Show file tree
Hide file tree
Showing 6 changed files with 311 additions and 278 deletions.
2 changes: 1 addition & 1 deletion controllers/cloud.redhat.com/providers/utils/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ var DefaultImageCaddySideCar = "quay.io/cloudservices/crc-caddy-plugin:a988cd2"
var DefaultImageCaddyGateway = DefaultImageCaddySideCar
var DefaultImageMBOP = "quay.io/cloudservices/mbop:959d00d"
var DefaultImageMocktitlements = "quay.io/cloudservices/mocktitlements:81fd80e"
var DefaultKeyCloakVersion = "23.0.0"
var DefaultKeyCloakVersion = "23.0.1"
var DefaultImageKeyCloak = fmt.Sprintf("quay.io/keycloak/keycloak:%s", DefaultKeyCloakVersion)

// MakeLocalDB populates the given deployment object with the local DB struct.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -380,6 +380,8 @@ func makeKeycloak(o obj.ClowdObject, objMap providers.ObjectMap, _ bool, nodePor
"false",
"--http-enabled",
"true",
"--http-relative-path",
"/auth",
},
Ports: ports,
LivenessProbe: &livenessProbe,
Expand Down
Loading

0 comments on commit a873d9e

Please sign in to comment.