File tree 4 files changed +7
-7
lines changed
4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 2
2
# The Keycloak image repository
3
3
repository : quay.io/keycloak/keycloak
4
4
# Overrides the Keycloak image tag whose default is the chart appVersion
5
- tag : " 24.0.3 "
5
+ tag : " 24.0.4 "
6
6
# The Keycloak image pull policy
7
7
pullPolicy : IfNotPresent
8
8
9
9
# renovate: datasource=github-tags depName=defenseunicorns/uds-identity-config versioning=semver
10
- configImage : ghcr.io/defenseunicorns/uds/identity-config:0.4.2
10
+ configImage : ghcr.io/defenseunicorns/uds/identity-config:0.4.3
11
11
12
12
# The public domain name of the Keycloak server
13
13
domain : " ###ZARF_VAR_DOMAIN###"
Original file line number Diff line number Diff line change 1
1
includes :
2
- - config : https://raw.githubusercontent.com/defenseunicorns/uds-identity-config/v0.4.2 /tasks.yaml
2
+ - config : https://raw.githubusercontent.com/defenseunicorns/uds-identity-config/v0.4.3 /tasks.yaml
3
3
4
4
tasks :
5
5
- name : validate
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ podSecurityContext:
2
2
fsGroup : 1000
3
3
image :
4
4
repository : quay.io/keycloak/keycloak
5
- tag : " 24.0.3 "
5
+ tag : " 24.0.4 "
Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ components:
20
20
valuesFiles :
21
21
- " values/upstream-values.yaml"
22
22
images :
23
- - quay.io/keycloak/keycloak:24.0.3
24
- - ghcr.io/defenseunicorns/uds/identity-config:0.4.2
23
+ - quay.io/keycloak/keycloak:24.0.4
24
+ - ghcr.io/defenseunicorns/uds/identity-config:0.4.3
25
25
26
26
- name : keycloak
27
27
required : true
@@ -37,4 +37,4 @@ components:
37
37
- " values/registry1-values.yaml"
38
38
images :
39
39
- registry1.dso.mil/ironbank/opensource/keycloak/keycloak:24.0.3
40
- - ghcr.io/defenseunicorns/uds/identity-config:0.4.2
40
+ - ghcr.io/defenseunicorns/uds/identity-config:0.4.3
You can’t perform that action at this time.
0 commit comments