Skip to content
Open
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
14 changes: 7 additions & 7 deletions helmfile/helmfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ releases:
category: system
step: 1
chart: secrets-store-csi-driver/secrets-store-csi-driver
version: 1.4.1
version: 1.5.5
values:
- ./overrides/system/secrets-csi.yaml.gotmpl

Expand Down Expand Up @@ -241,7 +241,7 @@ releases:
category: system
step: 2
chart: prometheus-community/kube-state-metrics
version: 6.3.0
version: 6.4.2
values:
- ./overrides/system/kube-state-metrics.yaml.gotmpl

Expand Down Expand Up @@ -332,7 +332,7 @@ releases:
category: tools
step: 1
chart: fluent/fluent-bit
version: 0.48.5
version: 0.57.0
values:
- ./overrides/system/fluentbit-agent.yaml.gotmpl

Expand All @@ -344,7 +344,7 @@ releases:
category: system
step: 2
chart: jetstack/cert-manager
version: v1.17.0
version: v1.20.1
values:
- ./overrides/system/cert-manager.yaml.gotmpl

Expand Down Expand Up @@ -406,7 +406,7 @@ releases:
category: system
step: 1
chart: metrics-server/metrics-server
version: 3.12.2
version: 3.13.0
values:
- ./overrides/system/metrics-server.yaml.gotmpl

Expand All @@ -424,7 +424,7 @@ releases:

- name: velero
namespace: velero
version: 11.1.1
version: 11.4.0
disableValidationOnInstall: true
labels:
app: velero
Expand Down Expand Up @@ -516,7 +516,7 @@ releases:

- name: signoz
namespace: signoz
version: 0.110.0
version: 0.117.1
disableValidationOnInstall: true
labels:
app: signoz
Expand Down
Loading