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

Commit 46dccd3

Browse files
committed
Set version to 18.0.0
1 parent d3a2315 commit 46dccd3

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

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:main
19+
image: quay.io/keycloak/keycloak-operator:18.0.0-legacy
2020
command:
2121
- keycloak-operator
2222
imagePullPolicy: Always

pkg/model/image_manager.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ const (
1515
RHMIBackupContainer = "RELATED_IMAGE_RHMI_BACKUP_CONTAINER"
1616
PostgresqlImage = "RELATED_IMAGE_POSTGRESQL"
1717

18-
DefaultKeycloakImage = "quay.io/keycloak/keycloak:legacy"
18+
DefaultKeycloakImage = "quay.io/keycloak/keycloak:18.0.0-legacy"
1919
DefaultRHSSOImageOpenJ9 = "registry.redhat.io/rh-sso-7/sso75-openj9-openshift-rhel8:7.5"
2020
DefaultRHSSOImageOpenJDK = "registry.redhat.io/rh-sso-7/sso75-openshift-rhel8:7.5"
21-
DefaultKeycloakInitContainer = "quay.io/keycloak/keycloak-init-container:legacy"
21+
DefaultKeycloakInitContainer = "quay.io/keycloak/keycloak-init-container:18.0.0-legacy"
2222
DefaultRHSSOInitContainer = "registry.redhat.io/rh-sso-7/sso7-rhel8-init-container:7.5"
2323
DefaultRHMIBackupContainer = "quay.io/integreatly/backup-container:1.0.16"
2424
DefaultPostgresqlImage = "registry.access.redhat.com/rhscl/postgresql-10-rhel7:1"

release-details

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
VERSION=18.0.0
2+
SHORT_VERSION=18.0
3+
NPM_VERSION=18.0.0

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 = "main"
4+
Version = "18.0.0"
55
)

0 commit comments

Comments
 (0)