Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ethereum/helmfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,13 +88,13 @@ templates:

erigon:
chart: graphops/erigon
version: 0.6.0
version: 0.6.1-canary.2
inherit:
- template: defaults

nimbus:
chart: graphops/nimbus
version: 0.3.0
version: 0.3.1-canary.1
inherit:
- template: defaults

Expand Down
8 changes: 4 additions & 4 deletions monitoring/helmfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,26 +99,26 @@ templates:

kube-prometheus-stack:
chart: prometheus-community/kube-prometheus-stack
version: 41.3.2
version: 48.1.1
inherit:
- template: defaults
disableValidationOnInstall: true

node-problem-detector:
chart: deliveryhero/node-problem-detector
version: 2.2.2
version: 2.3.5
inherit:
- template: defaults

loki:
chart: grafana/loki-distributed
version: 0.55.4
version: 0.69.16
inherit:
- template: defaults

promtail:
chart: grafana/promtail
version: 6.2.3
version: 6.11.5
inherit:
- template: defaults

Expand Down
4 changes: 2 additions & 2 deletions storage/helmfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,13 +100,13 @@ templates:

openebs:
chart: openebs/openebs
version: 3.6.0
version: 3.7.0
inherit:
- template: defaults

openebs-rawfile-localpv:
chart: graphops/openebs-rawfile-localpv
version: 0.8.0
version: 0.8.1-canary.1
inherit:
- template: defaults

Expand Down