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 13.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
keycloak-bot committed May 25, 2021
1 parent 485897b commit 6a279be
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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:13.0.0
image: quay.io/keycloak/keycloak-operator:13.0.1
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 @@ -15,7 +15,7 @@ const (
RHMIBackupContainer = "RELATED_IMAGE_RHMI_BACKUP_CONTAINER"
PostgresqlImage = "RELATED_IMAGE_POSTGRESQL"

DefaultKeycloakImage = "quay.io/keycloak/keycloak:13.0.0"
DefaultKeycloakImage = "quay.io/keycloak/keycloak:13.0.1"
DefaultRHSSOImageOpenJ9 = "registry.redhat.io/rh-sso-7/sso74-openj9-openshift-rhel8:7.4"
DefaultRHSSOImageOpenJDK = "registry.redhat.io/rh-sso-7/sso74-openshift-rhel8:7.4"
DefaultKeycloakInitContainer = "quay.io/keycloak/keycloak-init-container:master"
Expand Down
4 changes: 2 additions & 2 deletions release-details
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
VERSION=13.0.0
VERSION=13.0.1
SHORT_VERSION=13.0
NPM_VERSION=13.0.0
NPM_VERSION=13.0.1
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 = "13.0.0"
Version = "13.0.1"
)

0 comments on commit 6a279be

Please sign in to comment.