Skip to content

Commit

Permalink
chore(base-cluster/dependencies): update helm release descheduler to …
Browse files Browse the repository at this point in the history
…0.31.x

chore(base-cluster/descheduler): up the minimum kubernetes version to 1.27.x

this should've already happened, but renovate force-pushed this over,
see #1173 (comment)
  • Loading branch information
renovate[bot] authored and cwrau committed Nov 13, 2024
1 parent 45a0bdd commit 68780fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions charts/base-cluster/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ dependencies:
description: A common base for every kubernetes cluster
home: https://teuto.net
icon: https://teuto.net/favicon.ico
kubeVersion: ">=1.27.0-0"
maintainers:
- email: [email protected]
name: cwrau
Expand Down
2 changes: 1 addition & 1 deletion charts/base-cluster/templates/descheduler/descheduler.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{{- if .Values.descheduler.enabled -}}
{{- $kubeMinorVersion := .Capabilities.KubeVersion.Minor -}}
{{- $versionMatrix := dict 18 "0.20.x" 19 "0.21.x" 20 "0.22.x" 21 "0.23.x" 22 "0.24.x" 23 "0.25.x" 24 "0.26.x" 25 "0.27.x" 26 "0.28.x" -}}
{{- $versionMatrix := dict 27 "0.29.x" 28 "0.30.x" -}}
{{- $latestVersion := .Values.global.helmRepositories.descheduler.charts.descheduler -}}
{{- $selectedVersion := (hasKey $versionMatrix $kubeMinorVersion) | ternary (index $versionMatrix $kubeMinorVersion) $latestVersion -}}
apiVersion: helm.toolkit.fluxcd.io/v2
Expand Down

0 comments on commit 68780fb

Please sign in to comment.