Skip to content

Commit

Permalink
update vm-import-controller addon
Browse files Browse the repository at this point in the history
  • Loading branch information
ibrokethecloud committed Dec 20, 2024
1 parent 094af32 commit 5058dae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pkg/config/templates/rancherd-22-addons.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions scripts/build-bundle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 5058dae

Please sign in to comment.