Skip to content

Commit e999f0a

Browse files
committed
f
1 parent 68c9cf9 commit e999f0a

File tree

1 file changed

+16
-8
lines changed

1 file changed

+16
-8
lines changed

k0s-patches/release-1.30/0001-fix-chart-crd-forceUpgrade-field-should-be-nil-by-de.patch

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
1-
commit 9905f210161dae52cce4b26db560fbf120902945
2-
Author: Ethan Mosbaugh <[email protected]>
3-
Date: Tue Oct 1 21:20:00 2024 -0700
1+
From 9905f210161dae52cce4b26db560fbf120902945 Mon Sep 17 00:00:00 2001
2+
From: Ethan Mosbaugh <[email protected]>
3+
Date: Tue, 1 Oct 2024 21:20:00 -0700
4+
Subject: [PATCH] fix: chart crd forceUpgrade field should be nil by default
45

5-
fix: chart crd forceUpgrade field should be nil by default
6-
7-
Signed-off-by: Ethan Mosbaugh <[email protected]>
8-
(cherry picked from commit a82ada54919f6d96d83ba1d1cb6e8d369a420563)
9-
(cherry picked from commit c92cd3bd3096e6ed96e44ed8592d021145677461)
6+
Signed-off-by: Ethan Mosbaugh <[email protected]>
7+
(cherry picked from commit a82ada54919f6d96d83ba1d1cb6e8d369a420563)
8+
(cherry picked from commit c92cd3bd3096e6ed96e44ed8592d021145677461)
9+
---
10+
pkg/apis/helm/v1beta1/chart_types.go | 1 -
11+
pkg/apis/k0s/v1beta1/extensions.go | 1 -
12+
static/_crds/helm/helm.k0sproject.io_charts.yaml | 1 -
13+
static/_crds/v1beta1/k0s.k0sproject.io_clusterconfigs.yaml | 1 -
14+
4 files changed, 4 deletions(-)
1015

1116
diff --git a/pkg/apis/helm/v1beta1/chart_types.go b/pkg/apis/helm/v1beta1/chart_types.go
1217
index f6832fc19..93a03c750 100644
@@ -56,3 +61,6 @@ index 66798aa3b..c81765a2f 100644
5661
description: 'ForceUpgrade when set to false, disables
5762
the use of the "--force" flag when upgrading the the
5863
chart (default: true).'
64+
--
65+
2.46.1
66+

0 commit comments

Comments
 (0)