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 #52 from philbrookes/INTLY-1541
Browse files Browse the repository at this point in the history
Intly 1541
  • Loading branch information
philbrookes authored Mar 28, 2019
2 parents 6956bf3 + 6a74100 commit 8490464
Show file tree
Hide file tree
Showing 6 changed files with 358 additions and 363 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.2.2
TAG=v1.2.3
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 client.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ spec:
- offline_access
- uma_authorization
username: admin
version: 7.2.2.GA
version: 7.2.6.GA
status:
attempts: 0
message: ""
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.2.2
image: quay.io/integreatly/keycloak-operator:v1.2.3
ports:
- containerPort: 60000
name: metrics
Expand Down
Loading

0 comments on commit 8490464

Please sign in to comment.