Skip to content

Commit

Permalink
bump version of pcidevices chart
Browse files Browse the repository at this point in the history
  • Loading branch information
ibrokethecloud committed Feb 14, 2023
1 parent 7f18994 commit df4c402
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 @@ -22,11 +22,11 @@ resources:
addon.harvesterhci.io/experimental: "true"
spec:
repo: http://harvester-cluster-repo.cattle-system.svc/charts
version: "0.2.3"
version: "0.2.4-rc1"
chart: harvester-pcidevices-controller
enabled: false
valuesContent: |
image:
tag: v0.2.3
tag: v0.2.4-rc1
fullnameOverride: harvester-pcidevices-controller
4 changes: 2 additions & 2 deletions scripts/build-bundle
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ IMAGES_LISTS_DIR="${BUNDLE_DIR}/harvester/images-lists"
RANCHERD_IMAGES_DIR="${BUNDLE_DIR}/rancherd/images"
VM_IMPORT_CONTROLLER_CHART_VERSION="0.1.2"
VM_IMPORT_CONTROLLER_IMAGE="rancher/harvester-vm-import-controller:v0.1.2"
PCIDEVICES_CONTROLLER_CHART_VERSION="0.2.3"
PCIDEVICES_CONTROLLER_IMAGE="rancher/harvester-pcidevices:v0.2.3"
PCIDEVICES_CONTROLLER_CHART_VERSION="0.2.4-rc1"
PCIDEVICES_CONTROLLER_IMAGE="rancher/harvester-pcidevices:v0.2.4-rc1"
mkdir -p ${CHARTS_DIR}
mkdir -p ${IMAGES_DIR}
mkdir -p ${IMAGES_LISTS_DIR}
Expand Down

0 comments on commit df4c402

Please sign in to comment.