File tree Expand file tree Collapse file tree 3 files changed +15
-12
lines changed
charts/opencloud-microservices Expand file tree Collapse file tree 3 files changed +15
-12
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments