We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0980afb commit e85ff2cCopy full SHA for e85ff2c
values/keycloak-operator/keycloak-operator-cr.gotmpl
@@ -47,7 +47,7 @@ spec:
47
emptyDir: {}
48
initContainers:
49
- name: init-container-theme-copy # Otomi branding init container
50
- image: docker.io/linode/apl-console:{{ $v.versions.console }}
+ image: docker.io/linode/apl-console:{{ $v.versions.consoleLogin }}
51
resources: {{ $k.resources.keycloak | toYaml | nindent 12 }}
52
command:
53
- sh
versions.yaml
@@ -1,4 +1,5 @@
1
api: 3.0.0
2
console: 3.0.0
3
+consoleLogin: v3.0.0
4
tasks: 3.3.0
5
tools: 2.7.0
0 commit comments