Skip to content

Commit

Permalink
fix: locked console version for keycloak theme [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
Maurice Faber committed Mar 19, 2021
1 parent 4708a32 commit a34abc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions values/keycloak/keycloak.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ keycloak:
cp -Rv /themes/* /opt/jboss/keycloak/themes/
extraInitContainers:
- name: keycloak-otomi-branding
image: "otomi/console:{{ $v | get "charts.otomi-console.image.tag" "master" }}"
imagePullPolicy: "{{ $v | get "charts.otomi-console.image.pullPolicy" "IfNotPresent" }}"
image: otomi/console:v0.4.37
imagePullPolicy: IfNotPresent
securityContext:
runAsUser: 1000
runAsGroup: 1000
Expand Down

0 comments on commit a34abc3

Please sign in to comment.