Skip to content

Commit a755b12

Browse files
author
Your Name
committed
Bump up version
1 parent 2844725 commit a755b12

File tree

3 files changed

+15
-12
lines changed

3 files changed

+15
-12
lines changed

charts/opencloud-microservices/deployments/helm/helmfile.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ releases:
182182
priority: 50
183183
additionalInitContainers:
184184
- name: external-sites
185-
image: opencloudeu/web-extensions:external-sites-latest
185+
image: opencloudeu/web-extensions:external-sites-1.0.0
186186
command:
187187
- /bin/sh
188188
- -c
@@ -191,7 +191,7 @@ releases:
191191
- name: apps
192192
mountPath: /apps
193193
- name: drawio
194-
image: opencloudeu/web-extensions:draw-io-latest
194+
image: opencloudeu/web-extensions:draw-io-1.0.0
195195
command:
196196
- /bin/sh
197197
- -c
@@ -200,7 +200,7 @@ releases:
200200
- name: apps
201201
mountPath: /apps
202202
- name: importer
203-
image: opencloudeu/web-extensions:importer-latest
203+
image: opencloudeu/web-extensions:importer-1.0.0
204204
command:
205205
- /bin/sh
206206
- -c
@@ -209,7 +209,7 @@ releases:
209209
- name: apps
210210
mountPath: /apps
211211
- name: jsonviewer
212-
image: opencloudeu/web-extensions:json-viewer-latest
212+
image: opencloudeu/web-extensions:json-viewer-1.0.0
213213
command:
214214
- /bin/sh
215215
- -c
@@ -218,7 +218,7 @@ releases:
218218
- name: apps
219219
mountPath: /apps
220220
- name: progressbars
221-
image: opencloudeu/web-extensions:progress-bars-latest
221+
image: opencloudeu/web-extensions:progress-bars-1.0.0
222222
command:
223223
- /bin/sh
224224
- -c
@@ -227,7 +227,7 @@ releases:
227227
- name: apps
228228
mountPath: /apps
229229
- name: unzip
230-
image: opencloudeu/web-extensions:unzip-latest
230+
image: opencloudeu/web-extensions:unzip-1.0.0
231231
command:
232232
- /bin/sh
233233
- -c

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

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -88,21 +88,24 @@ spec:
8888
startupProbe:
8989
httpGet:
9090
path: /realms/master
91-
port: http
91+
port: 8080
92+
scheme: HTTP
9293
periodSeconds: 10
9394
failureThreshold: 30
9495
readinessProbe:
9596
httpGet:
96-
path: /health/ready
97-
port: http
97+
path: /realms/master
98+
port: 8080
99+
scheme: HTTP
98100
initialDelaySeconds: 30
99101
periodSeconds: 10
100102
timeoutSeconds: 5
101103
failureThreshold: 12
102104
livenessProbe:
103105
httpGet:
104-
path: /health/live
105-
port: http
106+
path: /realms/master
107+
port: 8080
108+
scheme: HTTP
106109
initialDelaySeconds: 90
107110
periodSeconds: 10
108111
timeoutSeconds: 5

charts/opencloud-microservices/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6577,7 +6577,7 @@ keycloak:
65776577
# required: true
65786578
# @schema
65796579
# -- Keycloak image tag
6580-
tag: "25.0.0"
6580+
tag: "25.0.5"
65816581
# PostgreSQL configuration
65826582
postgresql:
65836583
# @schema

0 commit comments

Comments
 (0)