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

Commit

Permalink
Keycloak Operator 9.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Laskawiec committed Apr 1, 2020
1 parent 1740014 commit 7855fa5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deploy/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
containers:
- name: keycloak-operator
# Replace this with the built image name
image: quay.io/keycloak/keycloak-operator:9.0.0
image: quay.io/keycloak/keycloak-operator:9.0.2
command:
- keycloak-operator
imagePullPolicy: Always
Expand Down
2 changes: 1 addition & 1 deletion pkg/model/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const (
PostgresqlDeploymentComponent = "database"
PostgresqlServiceName = ApplicationName + "-postgresql"
PostgresqlImage = "postgres:11.5"
KeycloakImage = "quay.io/keycloak/keycloak:9.0.0"
KeycloakImage = "quay.io/keycloak/keycloak:9.0.2"
KeycloakInitContainerImage = "quay.io/keycloak/keycloak-init-container:master"
RHSSOImage = "registry.access.redhat.com/redhat-sso-7/sso73-openshift:1.0-15"
BackupImage = "quay.io/integreatly/backup-container:1.0.10"
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package version

var (
Version = "9.0.0"
Version = "9.0.2"
)

0 comments on commit 7855fa5

Please sign in to comment.