chore: Set minor version for all controllers

This commit is contained in:
2025-12-15 02:53:20 +01:00
parent 8046ec13aa
commit be1c67d665
4 changed files with 3 additions and 3 deletions

View File

@@ -10,4 +10,4 @@ spec:
mediaType: "application/vnd.cncf.helm.chart.content.v1.tar+gzip" mediaType: "application/vnd.cncf.helm.chart.content.v1.tar+gzip"
operation: copy operation: copy
ref: ref:
semver: "1.x" semver: "1.19.x"

View File

@@ -17,7 +17,7 @@ spec:
chart: chart:
spec: spec:
chart: cilium chart: cilium
version: "1.x" version: "1.18.x"
sourceRef: sourceRef:
kind: HelmRepository kind: HelmRepository
name: cilium name: cilium

View File

@@ -16,7 +16,6 @@ spec:
chart: chart:
spec: spec:
chart: longhorn chart: longhorn
# TODO: Is it safe to upgrade automatically to 1.x?
version: "1.10.x" version: "1.10.x"
sourceRef: sourceRef:
kind: HelmRepository kind: HelmRepository

View File

@@ -16,6 +16,7 @@ spec:
chart: chart:
spec: spec:
chart: spegel chart: spegel
version: "0.5.x"
sourceRef: sourceRef:
kind: HelmRepository kind: HelmRepository
name: spegel name: spegel