Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update kubernetes #38

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
2 changes: 1 addition & 1 deletion cluster/apps/home/n8n/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ helmCharts:
repo: oci://8gears.container-registry.com/library
releaseName: n8n
namespace: home
version: 0.24.4
version: 0.25.2
valuesFile: values.yaml

resources:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ helmCharts:
repo: https://charts.external-secrets.io
releaseName: external-secrets
namespace: external-secrets
version: 0.9.11
version: 0.10.2
valuesFile: values.yaml

resources:
Expand Down
2 changes: 1 addition & 1 deletion cluster/core/keda/keda/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ helmCharts:
releaseName: keda
repo: https://kedacore.github.io/charts
valuesFile: ./values.yaml
version: 2.14.2
version: 2.15.1

resources:
- ./resources/namespace.yaml
2 changes: 1 addition & 1 deletion cluster/core/monitoring/alloy/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ helmCharts:
releaseName: alloy
repo: https://grafana.github.io/helm-charts
valuesFile: ./values.yaml
version: 0.5.1
version: 0.7.0

resources:
- ./resources/config-map.yaml
Expand Down
2 changes: 1 addition & 1 deletion cluster/core/monitoring/grafana/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ helmCharts:
releaseName: grafana
repo: https://grafana.github.io/helm-charts
valuesFile: ./values.yaml
version: 8.4.1
version: 8.5.0

resources:
- ./resources/external-secret.yaml
Expand Down
2 changes: 1 addition & 1 deletion cluster/core/monitoring/loki/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ helmCharts:
releaseName: loki
repo: https://grafana.github.io/helm-charts
valuesFile: ./values.yaml
version: 6.7.3
version: 6.12.0

resources:
- ./resources/grafana-datasource.yaml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ helmCharts:
releaseName: rollout-operator
repo: https://grafana.github.io/helm-charts
valuesFile: ./values.yaml
version: 0.16.0
version: 0.17.0
2 changes: 1 addition & 1 deletion cluster/core/networking/tailscale/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ helmCharts:
- name: tailscale-operator
repo: https://pkgs.tailscale.com/helmcharts
releaseName: tailscale-operator
version: 1.70.0
version: 1.72.1

resources:
- ./resources/namespace.yaml
Expand Down
2 changes: 1 addition & 1 deletion cluster/core/velero/velero/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ helmCharts:
- name: velero
repo: https://vmware-tanzu.github.io/helm-charts
releaseName: velero
version: 7.1.0
version: 7.2.0
valuesFile: ./values.yaml

resources:
Expand Down