|
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 |
4 | 5 |
|
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(-) |
10 | 15 |
|
11 | 16 | diff --git a/pkg/apis/helm/v1beta1/chart_types.go b/pkg/apis/helm/v1beta1/chart_types.go
|
12 | 17 | index f6832fc19..93a03c750 100644
|
@@ -56,3 +61,6 @@ index 66798aa3b..c81765a2f 100644
|
56 | 61 | description: 'ForceUpgrade when set to false, disables
|
57 | 62 | the use of the "--force" flag when upgrading the the
|
58 | 63 | chart (default: true).'
|
| 64 | +-- |
| 65 | +2.46.1 |
| 66 | + |
0 commit comments