This repository was archived by the owner on Apr 24, 2023. It is now read-only.
File tree 5 files changed +5
-4
lines changed
pkg/apis/aerogear/v1alpha1
5 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ CONSUMER_NAMESPACES=${NAMESPACE}
4
4
PROJECT =keycloak-operator
5
5
REG =quay.io
6
6
SHELL =/bin/bash
7
- TAG =v1.8.0
7
+ TAG =v1.8.1
8
8
PKG =github.com/integr8ly/keycloak-operator
9
9
TEST_DIRS? =$(shell sh -c "find $(TOP_SRC_DIRS ) -name \\* _test.go -exec dirname {} \\; | sort | uniq")
10
10
TEST_POD_NAME =keycloak-operator-test
Original file line number Diff line number Diff line change 14
14
spec :
15
15
containers :
16
16
- name : keycloak-operator
17
- image : quay.io/integreatly/keycloak-operator:v1.8.0
17
+ image : quay.io/integreatly/keycloak-operator:v1.8.1
18
18
ports :
19
19
- containerPort : 60000
20
20
name : metrics
Original file line number Diff line number Diff line change 6
6
restartPolicy : Never
7
7
containers :
8
8
- name : keycloak-operator-test
9
- image : quay.io/integreatly/keycloak-operator:v1.8.0
9
+ image : quay.io/integreatly/keycloak-operator:v1.8.1
10
10
imagePullPolicy : Always
11
11
command : ["/go-test.sh"]
12
12
env :
Original file line number Diff line number Diff line change @@ -122,6 +122,7 @@ type KeycloakIdentityProvider struct {
122
122
AddReadTokenRoleOnCreate bool `json:"addReadTokenRoleOnCreate"`
123
123
FirstBrokerLoginFlowAlias string `json:"firstBrokerLoginFlowAlias"`
124
124
PostBrokerLoginFlowAlias string `json:"postBrokerLoginFlowAlias"`
125
+ LinkOnly bool `json:"linkOnly"`
125
126
Config map [string ]string `json:"config"`
126
127
}
127
128
type KeycloakIdentityProviderPair struct {
Original file line number Diff line number Diff line change 1
1
package version
2
2
3
3
var (
4
- Version = "1.8.0 "
4
+ Version = "1.8.1 "
5
5
)
You can’t perform that action at this time.
0 commit comments