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

Commit

Permalink
Keycloak Operator 10.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Laskawiec committed Jun 3, 2020
1 parent f970e2c commit 1208fdd
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:master
image: quay.io/keycloak/keycloak-operator:10.0.0
command:
- keycloak-operator
imagePullPolicy: Always
Expand Down
2 changes: 1 addition & 1 deletion pkg/model/image_manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const (
RHMIBackupContainer = "RELATED_IMAGE_RHMI_BACKUP_CONTAINER"
PostgresqlImage = "RELATED_IMAGE_POSTGRESQL"

DefaultKeycloakImage = "quay.io/keycloak/keycloak:9.0.2"
DefaultKeycloakImage = "quay.io/keycloak/keycloak:10.0.0"
DefaultRHSSOImageOpenJ9 = "registry.redhat.io/rh-sso-7/sso74-openshift-rhel8:7.4-1"
DefaultRHSSOImageOpenJDK = "registry.redhat.io/rh-sso-7/sso74-openshift-rhel8:7.4-1"
DefaultKeycloakInitContainer = "quay.io/keycloak/keycloak-init-container:master"
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.2"
Version = "10.0.0"
)

0 comments on commit 1208fdd

Please sign in to comment.