File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed
charts/simcore-charts/resource-usage-tracker Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -122,3 +122,10 @@ repos:
122122 always_run : true
123123 language : script
124124 files : ' ^(.*\/Makefile.*)|(.*\.deploy_everything_locally.bash)|(.*\/services/.*\/.*\.((sh)|(bash)))$'
125+ - id : helm-update-dependencies
126+ name : Helm Dependency Update
127+ description : Make sure all Chart.lock files are up-to-date
128+ entry : bash -c 'find . -name Chart.yaml -exec dirname {} \; | xargs -t -I% helm dependency update %'
129+ language : system
130+ files : ^charts/
131+ pass_filenames : false
Original file line number Diff line number Diff line change 11dependencies:
22- name: common-helpers
33 repository: file://../common-helpers
4- version: 0.0.1
5- digest: sha256:5dad45e33a2acd921f5f907f9cabb434bb60f14bb799df95897661e95b302a26
6- generated: "2024-08-29T11:15:50.206549321 +02:00"
4+ version: 0.0.2
5+ digest: sha256:d6893dfacee6738bea269ee1ef0cec150d742d229541cde753b35f45fc1fa48a
6+ generated: "2025-07-21T13:47:47.456513024 +02:00"
Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ services:
3939 - "--config.file=/etc/prometheus/prometheus.yml"
4040 - "--storage.tsdb.path=/prometheus"
4141 - "--storage.tsdb.retention=${MONITORING_PROMETHEUS_RETENTION}"
42+ - "--web.enable-remote-write-receiver"
4243 - "--web.console.libraries=/usr/share/prometheus/console_libraries"
4344 - "--web.console.templates=/usr/share/prometheus/consoles"
4445 - "--web.external-url=https://${MONITORING_DOMAIN}/prometheus/"
You can’t perform that action at this time.
0 commit comments