forked from rancher/charts
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update to the latest sriov chart and images: - suse-edge/charts#104 - suse-edge/charts#108 Issue: rancher/rke2#5089 Signed-off-by: Michael Fritch <[email protected]>
- Loading branch information
Showing
10 changed files
with
75 additions
and
94 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
url: https://github.com/kubernetes-sigs/node-feature-discovery/releases/download/v0.14.1/node-feature-discovery-chart-0.14.1.tgz | ||
version: 103.0.0 | ||
url: https://github.com/kubernetes-sigs/node-feature-discovery/releases/download/v0.15.4/node-feature-discovery-chart-0.15.4.tgz | ||
version: 104.0.0 | ||
# node-feature-discovery is only used as a dependency of sriov | ||
doNotRelease: true |
18 changes: 7 additions & 11 deletions
18
packages/rancher-sriov/generated-changes/patch/Chart.yaml.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,29 @@ | ||
--- charts-original/Chart.yaml | ||
+++ charts/Chart.yaml | ||
@@ -1,18 +1,29 @@ | ||
@@ -1,3 +1,14 @@ | ||
+annotations: | ||
+ catalog.cattle.io/auto-install: sriov-crd=match | ||
+ catalog.cattle.io/certified: rancher | ||
+ catalog.cattle.io/experimental: "true" | ||
+ catalog.cattle.io/kube-version: '>= 1.16.0-0 < 1.28.0-0' | ||
+ catalog.cattle.io/kube-version: '>= 1.16.0-0 < 1.30.0-0' | ||
+ catalog.cattle.io/namespace: cattle-sriov-system | ||
+ catalog.cattle.io/os: linux | ||
+ catalog.cattle.io/permits-os: linux | ||
+ catalog.cattle.io/rancher-version: '>= 2.8.0-0 < 2.9.0-0' | ||
+ catalog.cattle.io/rancher-version: '>= 2.9.0-0 < 2.10.0-0' | ||
+ catalog.cattle.io/release-name: sriov | ||
+ catalog.cattle.io/upstream-version: 1.2.0 | ||
apiVersion: v2 | ||
-appVersion: 1.1.0 | ||
-dependencies: | ||
-- condition: rancher-nfd.enabled | ||
- name: rancher-nfd | ||
- repository: file://./charts/rancher-nfd | ||
- version: 0.14.1 | ||
+appVersion: 1.2.0 | ||
appVersion: 1.2.0 | ||
dependencies: | ||
@@ -8,11 +19,16 @@ | ||
description: SR-IOV network operator configures and manages SR-IOV networks in the | ||
kubernetes cluster | ||
home: https://github.com/k8snetworkplumbingwg/sriov-network-operator | ||
+icon: https://charts.rancher.io/assets/logos/sr-iov.svg | ||
keywords: | ||
- sriov | ||
+- Networking | ||
kubeVersion: '>= 1.16.0' | ||
kubeVersion: '>= 1.16.0-0' | ||
-name: sriov-network-operator | ||
+maintainers: | ||
+- email: [email protected] | ||
|
11 changes: 11 additions & 0 deletions
11
packages/rancher-sriov/generated-changes/patch/charts/rancher-nfd/Chart.yaml.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- charts-original/charts/rancher-nfd/Chart.yaml | ||
+++ charts/charts/rancher-nfd/Chart.yaml | ||
@@ -1,7 +1,7 @@ | ||
apiVersion: v2 | ||
appVersion: v0.15.4 | ||
description: 'Detects hardware features available on each node in a Kubernetes cluster, | ||
- and advertises those features using node labels. ' | ||
+ and advertises those features using node labels' | ||
home: https://github.com/kubernetes-sigs/node-feature-discovery | ||
keywords: | ||
- feature-discovery |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 15 additions & 0 deletions
15
packages/rancher-sriov/generated-changes/patch/templates/sriovoperatorconfig.yaml.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- charts-original/templates/sriovoperatorconfig.yaml | ||
+++ charts/templates/sriovoperatorconfig.yaml | ||
@@ -9,9 +9,9 @@ | ||
enableOperatorWebhook: {{ .Values.operator.admissionControllers.enabled }} | ||
{{- with .Values.sriovOperatorConfig.configDaemonNodeSelector }} | ||
configDaemonNodeSelector: | ||
- {{- range $k, $v := .}}{{printf "%s: %s" $k $v | nindent 4 }}{{ end }} | ||
+ {{- range $k, $v := .}}{{printf "%s: '%s'" $k $v | nindent 4 }}{{ end }} | ||
{{- end }} | ||
logLevel: {{ .Values.sriovOperatorConfig.logLevel }} | ||
disableDrain: {{ .Values.sriovOperatorConfig.disableDrain }} | ||
configurationMode: {{ .Values.sriovOperatorConfig.configurationMode }} | ||
-{{ end }} | ||
\ No newline at end of file | ||
+{{ end }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters