Skip to content

Commit

Permalink
Merge branch 'main' into sr-oauth2-init
Browse files Browse the repository at this point in the history
  • Loading branch information
srodenhuis authored Oct 28, 2024
2 parents 48463a2 + e85ff2c commit 4eea998
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion values/keycloak-operator/keycloak-operator-cr.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ spec:
emptyDir: {}
initContainers:
- name: init-container-theme-copy # Otomi branding init container
image: docker.io/linode/apl-console:v{{ $v.versions.console }}
image: docker.io/linode/apl-console:{{ $v.versions.consoleLogin }}
resources: {{ $k.resources.keycloak | toYaml | nindent 12 }}
command:
- sh
Expand Down
1 change: 1 addition & 0 deletions versions.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
api: 3.0.0
console: 3.0.0
consoleLogin: v3.0.0
tasks: 3.3.0
tools: 2.7.0

0 comments on commit 4eea998

Please sign in to comment.