Skip to content

Commit b2e02df

Browse files
author
Your Name
committed
Bump up version
1 parent 79f7bf2 commit b2e02df

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

charts/opencloud-microservices/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ maintainers:
1212
1313
url: https://opencloud.eu
1414
type: application
15-
version: 0.2.8
15+
version: 0.2.9
1616
# renovate: datasource=docker depName=opencloudeu/opencloud-rolling
1717
appVersion: 3.4.0
1818
kubeVersion: ""

charts/opencloud-microservices/templates/keycloak/deployment.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ spec:
3232
- "--hostname=https://{{ .Values.keycloak.domain }}"
3333
- "--spi-connections-http-client-default-disable-trust-manager={{ .Values.insecure.oidcIdpInsecure }}"
3434
- "--import-realm"
35-
- "--health-enabled=true"
35+
3636
env:
3737
- name: OC_DOMAIN
3838
value: {{ .Values.externalDomain }}
@@ -88,13 +88,13 @@ spec:
8888
memory: 1Gi
8989
startupProbe:
9090
httpGet:
91-
path: /realms/master
91+
path: /
9292
port: http
9393
periodSeconds: 10
9494
failureThreshold: 30
9595
readinessProbe:
9696
httpGet:
97-
path: /health/ready
97+
path: /
9898
port: http
9999
initialDelaySeconds: 30
100100
periodSeconds: 10

0 commit comments

Comments
 (0)