diff --git a/release-manifest-image/release_manifest.yaml b/release-manifest-image/release_manifest.yaml index 25c66f9..b3c508c 100644 --- a/release-manifest-image/release_manifest.yaml +++ b/release-manifest-image/release_manifest.yaml @@ -155,11 +155,11 @@ spec: - prettyName: SRIOV releaseName: sriov-network-operator chart: %%CHART_REPO%%/%%CHART_PREFIX%%sriov-network-operator - version: %%CHART_MAJOR%%.0.0+up1.5.0 + version: %%CHART_MAJOR%%.0.2+up1.5.0 dependencyCharts: - releaseName: sriov-crd chart: %%CHART_REPO%%/%%CHART_PREFIX%%sriov-crd - version: %%CHART_MAJOR%%.0.0+up1.5.0 + version: %%CHART_MAJOR%%.0.2+up1.5.0 - prettyName: Akri releaseName: akri chart: %%CHART_REPO%%/%%CHART_PREFIX%%akri diff --git a/sriov-crd-chart/Chart.yaml b/sriov-crd-chart/Chart.yaml index 0104af1..199e116 100644 --- a/sriov-crd-chart/Chart.yaml +++ b/sriov-crd-chart/Chart.yaml @@ -1,5 +1,5 @@ -#!BuildTag: %%CHART_PREFIX%%sriov-crd:%%CHART_MAJOR%%.0.0_up1.5.0-%RELEASE% -#!BuildTag: %%CHART_PREFIX%%sriov-crd:%%CHART_MAJOR%%.0.0_up1.5.0 +#!BuildTag: %%CHART_PREFIX%%sriov-crd:%%CHART_MAJOR%%.0.2_up1.5.0-%RELEASE% +#!BuildTag: %%CHART_PREFIX%%sriov-crd:%%CHART_MAJOR%%.0.2_up1.5.0 annotations: catalog.cattle.io/experimental: "true" catalog.cattle.io/hidden: "true" @@ -10,4 +10,4 @@ apiVersion: v2 description: Installs the CRDs for the SR-IOV operator name: sriov-crd type: application -version: "%%CHART_MAJOR%%.0.0+up1.5.0" +version: "%%CHART_MAJOR%%.0.2+up1.5.0" diff --git a/sriov-crd-chart/templates/sriovnetwork.openshift.io_ovsnetworks.yaml b/sriov-crd-chart/templates/sriovnetwork.openshift.io_ovsnetworks.yaml index e038430..7c72de6 100644 --- a/sriov-crd-chart/templates/sriovnetwork.openshift.io_ovsnetworks.yaml +++ b/sriov-crd-chart/templates/sriovnetwork.openshift.io_ovsnetworks.yaml @@ -102,4 +102,4 @@ spec: served: true storage: true subresources: - status: {} \ No newline at end of file + status: {} diff --git a/sriov-crd-chart/templates/sriovnetwork.openshift.io_sriovibnetworks.yaml b/sriov-crd-chart/templates/sriovnetwork.openshift.io_sriovibnetworks.yaml index 57a14d5..7245ba6 100644 --- a/sriov-crd-chart/templates/sriovnetwork.openshift.io_sriovibnetworks.yaml +++ b/sriov-crd-chart/templates/sriovnetwork.openshift.io_sriovibnetworks.yaml @@ -75,4 +75,4 @@ spec: served: true storage: true subresources: - status: {} \ No newline at end of file + status: {} diff --git a/sriov-crd-chart/templates/sriovnetwork.openshift.io_sriovnetworknodepolicies.yaml b/sriov-crd-chart/templates/sriovnetwork.openshift.io_sriovnetworknodepolicies.yaml index aac6889..3c2642c 100644 --- a/sriov-crd-chart/templates/sriovnetwork.openshift.io_sriovnetworknodepolicies.yaml +++ b/sriov-crd-chart/templates/sriovnetwork.openshift.io_sriovnetworknodepolicies.yaml @@ -210,4 +210,4 @@ spec: served: true storage: true subresources: - status: {} \ No newline at end of file + status: {} diff --git a/sriov-crd-chart/templates/sriovnetwork.openshift.io_sriovnetworknodestates.yaml b/sriov-crd-chart/templates/sriovnetwork.openshift.io_sriovnetworknodestates.yaml index fa88e6d..40b89a9 100644 --- a/sriov-crd-chart/templates/sriovnetwork.openshift.io_sriovnetworknodestates.yaml +++ b/sriov-crd-chart/templates/sriovnetwork.openshift.io_sriovnetworknodestates.yaml @@ -366,4 +366,4 @@ spec: served: true storage: true subresources: - status: {} \ No newline at end of file + status: {} diff --git a/sriov-crd-chart/templates/sriovnetwork.openshift.io_sriovnetworkpoolconfigs.yaml b/sriov-crd-chart/templates/sriovnetwork.openshift.io_sriovnetworkpoolconfigs.yaml index df51b7f..d0c58f1 100644 --- a/sriov-crd-chart/templates/sriovnetwork.openshift.io_sriovnetworkpoolconfigs.yaml +++ b/sriov-crd-chart/templates/sriovnetwork.openshift.io_sriovnetworkpoolconfigs.yaml @@ -126,4 +126,4 @@ spec: served: true storage: true subresources: - status: {} \ No newline at end of file + status: {} diff --git a/sriov-crd-chart/templates/sriovnetwork.openshift.io_sriovnetworks.yaml b/sriov-crd-chart/templates/sriovnetwork.openshift.io_sriovnetworks.yaml index 56bbff4..60d5e9b 100644 --- a/sriov-crd-chart/templates/sriovnetwork.openshift.io_sriovnetworks.yaml +++ b/sriov-crd-chart/templates/sriovnetwork.openshift.io_sriovnetworks.yaml @@ -133,4 +133,4 @@ spec: served: true storage: true subresources: - status: {} \ No newline at end of file + status: {} diff --git a/sriov-crd-chart/templates/sriovnetwork.openshift.io_sriovoperatorconfigs.yaml b/sriov-crd-chart/templates/sriovnetwork.openshift.io_sriovoperatorconfigs.yaml index 5e28865..e782d02 100644 --- a/sriov-crd-chart/templates/sriovnetwork.openshift.io_sriovoperatorconfigs.yaml +++ b/sriov-crd-chart/templates/sriovnetwork.openshift.io_sriovoperatorconfigs.yaml @@ -111,4 +111,4 @@ spec: served: true storage: true subresources: - status: {} \ No newline at end of file + status: {} diff --git a/sriov-network-operator-chart/Chart.yaml b/sriov-network-operator-chart/Chart.yaml index 8fa6e93..fd91649 100644 --- a/sriov-network-operator-chart/Chart.yaml +++ b/sriov-network-operator-chart/Chart.yaml @@ -1,5 +1,5 @@ -#!BuildTag: %%CHART_PREFIX%%sriov-network-operator:%%CHART_MAJOR%%.0.0_up1.5.0-%RELEASE% -#!BuildTag: %%CHART_PREFIX%%sriov-network-operator:%%CHART_MAJOR%%.0.0_up1.5.0 +#!BuildTag: %%CHART_PREFIX%%sriov-network-operator:%%CHART_MAJOR%%.0.2_up1.5.0-%RELEASE% +#!BuildTag: %%CHART_PREFIX%%sriov-network-operator:%%CHART_MAJOR%%.0.2_up1.5.0 annotations: catalog.cattle.io/auto-install: sriov-crd=match catalog.cattle.io/experimental: "true" @@ -25,4 +25,4 @@ name: sriov-network-operator sources: - https://github.com/k8snetworkplumbingwg/sriov-network-operator type: application -version: "%%CHART_MAJOR%%.0.0+up1.5.0" \ No newline at end of file +version: "%%CHART_MAJOR%%.0.2+up1.5.0" \ No newline at end of file diff --git a/sriov-network-operator-chart/charts/sriov-nfd/values.yaml b/sriov-network-operator-chart/charts/sriov-nfd/values.yaml index 3e27510..d9ed05c 100644 --- a/sriov-network-operator-chart/charts/sriov-nfd/values.yaml +++ b/sriov-network-operator-chart/charts/sriov-nfd/values.yaml @@ -3,7 +3,7 @@ image: # This should be set to 'IfNotPresent' for released version pullPolicy: IfNotPresent # tag, if defined will use the given image tag, else Chart.AppVersion will be used - tag: v0.15.7-build20250402 + tag: v0.15.7-build20250425 imagePullSecrets: [] nameOverride: "" diff --git a/sriov-network-operator-chart/templates/pre-delete-webooks.yaml b/sriov-network-operator-chart/templates/pre-delete-webooks.yaml index 6bf2102..1100026 100644 --- a/sriov-network-operator-chart/templates/pre-delete-webooks.yaml +++ b/sriov-network-operator-chart/templates/pre-delete-webooks.yaml @@ -22,7 +22,7 @@ spec: {{- end }} containers: - name: cleanup - image: {{ .Values.images.operator }} + image: {{ include "system_default_registry" . }}{{ .Values.images.operator.repository }}:{{ .Values.images.operator.tag }} command: - sriov-network-operator-config-cleanup args: diff --git a/sriov-network-operator-chart/values.yaml b/sriov-network-operator-chart/values.yaml index b1120ad..dfe76f2 100644 --- a/sriov-network-operator-chart/values.yaml +++ b/sriov-network-operator-chart/values.yaml @@ -102,25 +102,25 @@ supportedExtraNICs: [] images: operator: repository: rancher/hardened-sriov-network-operator - tag: v1.5.0-build20250402 + tag: v1.5.0-build20250425 sriovConfigDaemon: repository: rancher/hardened-sriov-network-config-daemon - tag: v1.5.0-build20250402 + tag: v1.5.0-build20250425 sriovCni: repository: rancher/hardened-sriov-cni - tag: v2.9.0-build20250402 + tag: v2.9.0-build20250425 ibSriovCni: repository: rancher/hardened-ib-sriov-cni - tag: v1.2.0-build20250402 + tag: v1.2.1-build20250425 sriovDevicePlugin: repository: rancher/hardened-sriov-network-device-plugin - tag: v3.9.0-build20250402 + tag: v3.9.0-build20250425 resourcesInjector: repository: rancher/hardened-sriov-network-resources-injector - tag: v1.7.1-build20250402 + tag: v1.7.1-build20250425 webhook: repository: rancher/hardened-sriov-network-webhook - tag: v1.5.0-build20250402 + tag: v1.5.0-build20250425 imagePullSecrets: [] extraDeploy: [] global: