Skip to content
This repository was archived by the owner on Apr 24, 2023. It is now read-only.

Commit 4b70e3b

Browse files
authored
Merge pull request #108 from philbrookes/INTLY-9312
update to SSO 7.4
2 parents 4b0da23 + 3918113 commit 4b70e3b

File tree

9 files changed

+662
-10
lines changed

9 files changed

+662
-10
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ CONSUMER_NAMESPACES=${NAMESPACE}
44
PROJECT=keycloak-operator
55
REG=quay.io
66
SHELL=/bin/bash
7-
TAG=v1.9.5
7+
TAG=v1.10.0
88
PKG=github.com/integr8ly/keycloak-operator
99
TEST_DIRS?=$(shell sh -c "find $(TOP_SRC_DIRS) -name \\*_test.go -exec dirname {} \\; | sort | uniq")
1010
TEST_POD_NAME=keycloak-operator-test

deploy/operator.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ spec:
1414
spec:
1515
containers:
1616
- name: keycloak-operator
17-
image: quay.io/integreatly/keycloak-operator:v1.9.5
17+
image: quay.io/integreatly/keycloak-operator:v1.10.0
1818
ports:
1919
- containerPort: 60000
2020
name: metrics

deploy/rbac.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ rules:
2424
- secrets
2525
- services
2626
- pods
27+
- configmaps
2728
verbs:
2829
- "*"
2930
- apiGroups:

0 commit comments

Comments
 (0)