Skip to content

Commit 22f1ed3

Browse files
author
Your Name
committed
bump up version
1 parent 02bd15a commit 22f1ed3

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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.1
15+
version: 0.2.2
1616
# renovate: datasource=docker depName=opencloudeu/opencloud-rolling
1717
appVersion: 3.2.1
1818
kubeVersion: ""

charts/opencloud-microservices/deployments/timoni/opencloud.cue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ bundle: {
2525
}
2626
chart: {
2727
name: "opencloud-microservices"
28-
version: "0.2.1"
28+
version: "0.2.2"
2929
}
3030
sync: {
3131
timeout: 10

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,21 +87,21 @@ spec:
8787
memory: 512Mi
8888
startupProbe:
8989
httpGet:
90-
path: /health/ready
90+
path: /realms/master
9191
port: http
9292
periodSeconds: 10
9393
failureThreshold: 30
9494
readinessProbe:
9595
httpGet:
96-
path: /health/ready
96+
path: /realms/master
9797
port: http
9898
initialDelaySeconds: 30
9999
periodSeconds: 10
100100
timeoutSeconds: 5
101101
failureThreshold: 12
102102
livenessProbe:
103103
httpGet:
104-
path: /health/live
104+
path: /realms/master
105105
port: http
106106
initialDelaySeconds: 90
107107
periodSeconds: 10

0 commit comments

Comments
 (0)