File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
22name : keycloak
33description : Open Source Identity and Access Management Solution
44type : application
5- version : 0.8.3
5+ version : 0.8.4
66appVersion : " 26.4.2"
77keywords :
88 - keycloak
Original file line number Diff line number Diff line change 2222 template : templates/deployment.yaml
2323 - equal :
2424 path : spec.template.spec.containers[0].image
25- value : docker.io/keycloak/keycloak:26.4.2 @sha256:3617b09bb4b7510a8d8d9b9fc5707399e2d70688dbcc2f8fb013a144829be1b9
25+ value : docker.io/keycloak/keycloak:26.4.4 @sha256:c6459d5fae1b759f5d667ebdc6237ab3121379c3494e213898569014ede1846d
2626 template : templates/deployment.yaml
2727
2828 - it : should render custom name and fullname overrides
6262 asserts :
6363 - equal :
6464 path : spec.template.spec.containers[0].image
65- value : custom-registry.io/keycloak/keycloak:26.4.2 @sha256:3617b09bb4b7510a8d8d9b9fc5707399e2d70688dbcc2f8fb013a144829be1b9
65+ value : custom-registry.io/keycloak/keycloak:26.4.4 @sha256:c6459d5fae1b759f5d667ebdc6237ab3121379c3494e213898569014ede1846d
6666 template : templates/deployment.yaml
6767
6868 - it : should render custom replica count
@@ -190,4 +190,4 @@ tests:
190190 - contains :
191191 path : spec.template.spec.containers[0].args
192192 content : " start"
193- template : templates/deployment.yaml
193+ template : templates/deployment.yaml
Original file line number Diff line number Diff line change 2222 # # @param image.repository Keycloak image repository
2323 repository : keycloak/keycloak
2424 # # @param image.tag Keycloak image tag (immutable tags are recommended)
25- tag : " 26.4.2 @sha256:3617b09bb4b7510a8d8d9b9fc5707399e2d70688dbcc2f8fb013a144829be1b9 "
25+ tag : " 26.4.4 @sha256:c6459d5fae1b759f5d667ebdc6237ab3121379c3494e213898569014ede1846d "
2626 # # @param image.imagePullPolicy Keycloak image pull policy
2727 imagePullPolicy : Always
2828 # # @param image.command Keycloak container command
You can’t perform that action at this time.
0 commit comments