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

Commit

Permalink
Merge pull request #108 from philbrookes/INTLY-9312
Browse files Browse the repository at this point in the history
update to SSO 7.4
  • Loading branch information
philbrookes authored Jul 29, 2020
2 parents 4b0da23 + 3918113 commit 4b70e3b
Show file tree
Hide file tree
Showing 9 changed files with 662 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ CONSUMER_NAMESPACES=${NAMESPACE}
PROJECT=keycloak-operator
REG=quay.io
SHELL=/bin/bash
TAG=v1.9.5
TAG=v1.10.0
PKG=github.com/integr8ly/keycloak-operator
TEST_DIRS?=$(shell sh -c "find $(TOP_SRC_DIRS) -name \\*_test.go -exec dirname {} \\; | sort | uniq")
TEST_POD_NAME=keycloak-operator-test
Expand Down
2 changes: 1 addition & 1 deletion deploy/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
spec:
containers:
- name: keycloak-operator
image: quay.io/integreatly/keycloak-operator:v1.9.5
image: quay.io/integreatly/keycloak-operator:v1.10.0
ports:
- containerPort: 60000
name: metrics
Expand Down
1 change: 1 addition & 0 deletions deploy/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ rules:
- secrets
- services
- pods
- configmaps
verbs:
- "*"
- apiGroups:
Expand Down
Loading

0 comments on commit 4b70e3b

Please sign in to comment.