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

Commit

Permalink
Set version to 18.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
keycloak-bot committed Apr 20, 2022
1 parent d3a2315 commit 46dccd3
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 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:main
image: quay.io/keycloak/keycloak-operator:18.0.0-legacy
command:
- keycloak-operator
imagePullPolicy: Always
Expand Down
4 changes: 2 additions & 2 deletions pkg/model/image_manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ const (
RHMIBackupContainer = "RELATED_IMAGE_RHMI_BACKUP_CONTAINER"
PostgresqlImage = "RELATED_IMAGE_POSTGRESQL"

DefaultKeycloakImage = "quay.io/keycloak/keycloak:legacy"
DefaultKeycloakImage = "quay.io/keycloak/keycloak:18.0.0-legacy"
DefaultRHSSOImageOpenJ9 = "registry.redhat.io/rh-sso-7/sso75-openj9-openshift-rhel8:7.5"
DefaultRHSSOImageOpenJDK = "registry.redhat.io/rh-sso-7/sso75-openshift-rhel8:7.5"
DefaultKeycloakInitContainer = "quay.io/keycloak/keycloak-init-container:legacy"
DefaultKeycloakInitContainer = "quay.io/keycloak/keycloak-init-container:18.0.0-legacy"
DefaultRHSSOInitContainer = "registry.redhat.io/rh-sso-7/sso7-rhel8-init-container:7.5"
DefaultRHMIBackupContainer = "quay.io/integreatly/backup-container:1.0.16"
DefaultPostgresqlImage = "registry.access.redhat.com/rhscl/postgresql-10-rhel7:1"
Expand Down
3 changes: 3 additions & 0 deletions release-details
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
VERSION=18.0.0
SHORT_VERSION=18.0
NPM_VERSION=18.0.0
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 = "main"
Version = "18.0.0"
)

0 comments on commit 46dccd3

Please sign in to comment.