mirror of https://git.rancher.io/charts
Update sriov version to 103.0.0
follow-up to bcab8844d807ee1db558533248273ccd492874bb Signed-off-by: Michael Fritch <mfritch@suse.com>pull/3040/head^2
parent
db89ca7359
commit
66bba8997f
|
@ -5,7 +5,7 @@
|
|||
+ 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.27.0-0'
|
||||
+ catalog.cattle.io/kube-version: '>= 1.16.0-0 < 1.28.0-0'
|
||||
+ catalog.cattle.io/namespace: cattle-sriov-system
|
||||
+ catalog.cattle.io/os: linux
|
||||
+ catalog.cattle.io/permits-os: linux
|
||||
|
|
|
@ -35,26 +35,26 @@
|
|||
- resourcesInjector: ghcr.io/k8snetworkplumbingwg/network-resources-injector
|
||||
- webhook: ghcr.io/k8snetworkplumbingwg/sriov-network-operator-webhook
|
||||
+ operator:
|
||||
+ image: rancher/hardened-sriov-network-operator
|
||||
+ tag: v1.2.0-build20221014
|
||||
+ repository: rancher/hardened-sriov-network-operator
|
||||
+ tag: v1.2.0-build20230912
|
||||
+ sriovConfigDaemon:
|
||||
+ image: rancher/hardened-sriov-network-config-daemon
|
||||
+ tag: v1.2.0-build20221014
|
||||
+ repository: rancher/hardened-sriov-network-config-daemon
|
||||
+ tag: v1.2.0-build20230912
|
||||
+ sriovCni:
|
||||
+ image: rancher/hardened-sriov-cni
|
||||
+ tag: v2.6.3-build20221014
|
||||
+ repository: rancher/hardened-sriov-cni
|
||||
+ tag: v2.6.3-build20230913
|
||||
+ ibSriovCni:
|
||||
+ image: rancher/hardened-ib-sriov-cni
|
||||
+ tag: v1.0.2-build20221014
|
||||
+ repository: rancher/hardened-ib-sriov-cni
|
||||
+ tag: v1.0.2-build20230911
|
||||
+ sriovDevicePlugin:
|
||||
+ image: rancher/hardened-sriov-network-device-plugin
|
||||
+ tag: v3.5.1-build20221014
|
||||
+ repository: rancher/hardened-sriov-network-device-plugin
|
||||
+ tag: v3.5.1-build20230911
|
||||
+ resourcesInjector:
|
||||
+ image: rancher/hardened-sriov-network-resources-injector
|
||||
+ tag: v1.5-build20221014
|
||||
+ repository: rancher/hardened-sriov-network-resources-injector
|
||||
+ tag: v1.5-build20230911
|
||||
+ webhook:
|
||||
+ image: rancher/hardened-sriov-network-webhook
|
||||
+ tag: v1.2.0-build20221014
|
||||
+ repository: rancher/hardened-sriov-network-webhook
|
||||
+ tag: v1.2.0-build20230912
|
||||
+
|
||||
+# cert_manager enables integration with cert-manager to generate
|
||||
+# certificates for the operator webhooks. Otherwise the chart will
|
||||
|
|
|
@ -8,4 +8,3 @@ additionalCharts:
|
|||
templateDirectory: crd-template
|
||||
crdDirectory: templates
|
||||
addCRDValidationToMainChart: true
|
||||
doNotRelease: true
|
||||
|
|
|
@ -86,6 +86,10 @@ rancher-cis-benchmark:
|
|||
rancher-cis-benchmark-crd:
|
||||
- 5.0.0-rc2
|
||||
- 4.2.0
|
||||
sriov:
|
||||
- 103.0.0+up0.1.0
|
||||
sriov-crd:
|
||||
- 103.0.0+up0.1.0
|
||||
neuvector:
|
||||
- 102.0.4+up2.6.2
|
||||
neuvector-crd:
|
||||
|
|
Loading…
Reference in New Issue