Skip to content

Commit e74fad0

Browse files
chore(deps): update docker.io/obiba/opal docker tag to v5.5.2 (#848)
* chore(deps): update docker.io/obiba/opal docker tag to v5.5.2 * updated probe endpoints --------- Co-authored-by: miracum-renovate[bot] <184965040+miracum-renovate[bot]@users.noreply.github.com> Co-authored-by: chgl <chgl@users.noreply.github.com>
1 parent d99b75c commit e74fad0

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

charts/opal/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ dependencies:
2222
repository: oci://ghcr.io/miracum/charts
2323
version: 0.1.1
2424
kubeVersion: ">= 1.19.0"
25-
version: 0.3.48
25+
version: 0.3.49
2626
annotations:
2727
artifacthub.io/license: Apache-2.0
2828
artifacthub.io/containsSecurityUpdates: "false"
@@ -36,4 +36,4 @@ annotations:
3636
# When using the list of objects option the valid supported kinds are
3737
# added, changed, deprecated, removed, fixed and security.
3838
- kind: changed
39-
description: "Updated docker.io/library/postgres to 18.3"
39+
description: "Updated docker.io/obiba/opal to 5.5.2"

charts/opal/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ opal:
1212
image:
1313
registry: docker.io
1414
repository: obiba/opal
15-
tag: 5.4.0@sha256:2ad1e4dbeefc37a4a121e2dca2cba3df49b56ce3c28b7fbe5e97b33cd1cc0ef4
15+
tag: 5.5.2@sha256:8d22f2533b4925817300aa1b5dac239a33cd92d81e23a1ed4816b28a723fe82b
1616
pullPolicy: IfNotPresent
1717

1818
auth:
@@ -203,7 +203,7 @@ opal:
203203
# @ignored
204204
readinessProbe:
205205
httpGet:
206-
path: /ui/index.html
206+
path: /
207207
port: http
208208
failureThreshold: 5
209209
initialDelaySeconds: 30
@@ -215,7 +215,7 @@ opal:
215215
# @ignored
216216
livenessProbe:
217217
httpGet:
218-
path: /ui/index.html
218+
path: /
219219
port: http
220220
failureThreshold: 5
221221
initialDelaySeconds: 30

0 commit comments

Comments
 (0)