Skip to content

Commit

Permalink
updated addon templates
Browse files Browse the repository at this point in the history
  • Loading branch information
ibrokethecloud authored and bk201 committed Aug 13, 2024
1 parent 7911d23 commit afc4cac
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 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.0"
version: "0.3.2"
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.0
tag: v0.3.2
fullnameOverride: harvester-vm-import-controller
- apiVersion: harvesterhci.io/v1beta1
kind: Addon
Expand All @@ -24,7 +24,7 @@ resources:
namespace: harvester-system
spec:
repo: http://harvester-cluster-repo.cattle-system.svc/charts
version: "0.3.2"
version: "0.3.3"
chart: harvester-pcidevices-controller
{{- if and .Addons .Addons.harvester_pcidevices_controller }}
enabled: {{ .Addons.harvester_pcidevices_controller.Enabled }}
Expand All @@ -33,7 +33,7 @@ resources:
{{- end }}
valuesContent: |
image:
tag: v0.3.2
tag: v0.3.3
fullnameOverride: harvester-pcidevices-controller
- apiVersion: harvesterhci.io/v1beta1
kind: Addon
Expand Down Expand Up @@ -203,7 +203,7 @@ resources:
addon.harvesterhci.io/experimental: "true"
spec:
repo: http://harvester-cluster-repo.cattle-system.svc/charts
version: "0.3.0"
version: "0.3.2"
chart: harvester-seeder
{{- if and .Addons .Addons.harvester_seeder}}
enabled: {{ .Addons.harvester_seeder.Enabled }}
Expand All @@ -212,7 +212,7 @@ resources:
{{- end }}
valuesContent: |
image:
tag: v0.3.0
tag: v0.3.2
fullnameOverride: harvester-seeder
- apiVersion: harvesterhci.io/v1beta1
kind: Addon
Expand Down

0 comments on commit afc4cac

Please sign in to comment.