Skip to content

Commit

Permalink
Update to Wobbly 0.2.1, re-enable metrics
Browse files Browse the repository at this point in the history
Update to Wobbly 0.2.1, which disables strict certificate validation
when submitting metrics since the current Strimzi certificates for
Sasquatch do not pass it. Re-enable metrics on idfdev and idfint.
  • Loading branch information
rra committed Dec 18, 2024
1 parent 20faa4f commit bc2c3ec
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion applications/wobbly/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version: 1.0.0
description: "IVOA UWS database storage"
sources:
- https://github.com/lsst-sqre/wobbly
appVersion: 0.2.0
appVersion: 0.2.1

annotations:
phalanx.lsst.io/docs: |
Expand Down
3 changes: 3 additions & 0 deletions applications/wobbly/values-idfdev.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
config:
metrics:
enabled: true
cloudsql:
enabled: true
instanceConnectionName: "science-platform-dev-7696:us-central1:science-platform-dev-e9e11de2"
Expand Down
3 changes: 3 additions & 0 deletions applications/wobbly/values-idfint.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
config:
metrics:
enabled: true
cloudsql:
enabled: true
instanceConnectionName: "science-platform-int-dc5d:us-central1:science-platform-int-8f439af2"
Expand Down

0 comments on commit bc2c3ec

Please sign in to comment.