From 35173a6734b568bdcee0c2b5ea44e80dbf866b8e Mon Sep 17 00:00:00 2001 From: Gaurav Mehta Date: Mon, 15 Apr 2024 17:34:11 +1000 Subject: [PATCH] update vm-import-controller to v0.1.8 --- 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 c1c350725..b42260e79 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.1.7" + version: "0.1.8" 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.1.7 + tag: v0.1.8 fullnameOverride: harvester-vm-import-controller - apiVersion: harvesterhci.io/v1beta1 kind: Addon diff --git a/scripts/build-bundle b/scripts/build-bundle index 261fec203..83c70c47a 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.1.7" -VM_IMPORT_CONTROLLER_IMAGE="rancher/harvester-vm-import-controller:v0.1.7" +VM_IMPORT_CONTROLLER_CHART_VERSION="0.1.8" +VM_IMPORT_CONTROLLER_IMAGE="rancher/harvester-vm-import-controller:v0.1.8" PCIDEVICES_CONTROLLER_CHART_VERSION="0.3.2" PCIDEVICES_CONTROLLER_IMAGE="rancher/harvester-pcidevices:v0.3.2" HARVESTER_SEEDER_CHART_VERSION="0.1.1"