From 5058dae5d35ab17be38efa57e67e5f5c8a88ba90 Mon Sep 17 00:00:00 2001 From: Gaurav Mehta Date: Fri, 20 Dec 2024 12:17:16 +1100 Subject: [PATCH] update vm-import-controller addon --- pkg/config/templates/rancherd-22-addons.yaml | 4 ++-- scripts/build-bundle | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pkg/config/templates/rancherd-22-addons.yaml b/pkg/config/templates/rancherd-22-addons.yaml index 6d315285f..8aa497f6e 100644 --- a/pkg/config/templates/rancherd-22-addons.yaml +++ b/pkg/config/templates/rancherd-22-addons.yaml @@ -6,7 +6,7 @@ resources: namespace: harvester-system spec: repo: http://harvester-cluster-repo.cattle-system.svc/charts - version: "0.3.2" + version: "0.3.4" chart: harvester-vm-import-controller {{- if and .Addons .Addons.harvester_vm_import_controller }} enabled: {{ .Addons.harvester_vm_import_controller.Enabled }} @@ -15,7 +15,7 @@ resources: {{- end }} valuesContent: | image: - tag: v0.3.2 + tag: v0.3.4 fullnameOverride: harvester-vm-import-controller - apiVersion: harvesterhci.io/v1beta1 kind: Addon diff --git a/scripts/build-bundle b/scripts/build-bundle index 36a4d559c..f0c94ad2c 100755 --- a/scripts/build-bundle +++ b/scripts/build-bundle @@ -24,8 +24,8 @@ CHARTS_DIR="${PACKAGE_HARVESTER_REPO_DIR}/charts" IMAGES_DIR="${BUNDLE_DIR}/harvester/images" IMAGES_LISTS_DIR="${BUNDLE_DIR}/harvester/images-lists" RANCHERD_IMAGES_DIR="${BUNDLE_DIR}/rancherd/images" -VM_IMPORT_CONTROLLER_CHART_VERSION="0.3.2" -VM_IMPORT_CONTROLLER_IMAGE="rancher/harvester-vm-import-controller:v0.3.2" +VM_IMPORT_CONTROLLER_CHART_VERSION="0.3.4" +VM_IMPORT_CONTROLLER_IMAGE="rancher/harvester-vm-import-controller:v0.3.4" PCIDEVICES_CONTROLLER_CHART_VERSION="0.3.3" PCIDEVICES_CONTROLLER_IMAGE="rancher/harvester-pcidevices:v0.3.3" HARVESTER_SEEDER_CHART_VERSION="0.3.2"