Skip to content
This repository was archived by the owner on Nov 16, 2022. It is now read-only.

Commit a5c40dc

Browse files
committed
Keycloak Operator 9.0.0
1 parent ec03b5a commit a5c40dc

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

deploy/operator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ spec:
1616
containers:
1717
- name: keycloak-operator
1818
# Replace this with the built image name
19-
image: quay.io/keycloak/keycloak-operator:8.0.2
19+
image: quay.io/keycloak/keycloak-operator:9.0.0
2020
command:
2121
- keycloak-operator
2222
imagePullPolicy: Always

pkg/model/constants.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const (
1212
PostgresqlDeploymentComponent = "database"
1313
PostgresqlServiceName = ApplicationName + "-postgresql"
1414
PostgresqlImage = "postgres:11.5"
15-
KeycloakImage = "quay.io/keycloak/keycloak:8.0.2"
15+
KeycloakImage = "quay.io/keycloak/keycloak:9.0.0"
1616
KeycloakInitContainerImage = "quay.io/keycloak/keycloak-init-container:master"
1717
RHSSOImage = "registry.access.redhat.com/redhat-sso-7/sso73-openshift:1.0-15"
1818
BackupImage = "quay.io/integreatly/backup-container:1.0.10"

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package version
22

33
var (
4-
Version = "8.0.2"
4+
Version = "9.0.0"
55
)

0 commit comments

Comments
 (0)