Skip to content

Bump dependent charts versions to v1.5.0-rc2 #8

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: v1.5
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions deploy/charts/harvester/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ dependencies:
version: 0.1.0
- name: harvester-network-controller
repository: https://charts.harvesterhci.io
version: 1.5.0-dev.1
version: 1.5.0-rc2
- name: harvester-networkfs-manager
repository: https://charts.harvesterhci.io
version: 1.5.0-dev.0
version: 1.5.0-rc2
- name: harvester-node-disk-manager
repository: https://charts.harvesterhci.io
version: 1.5.0-dev.2
version: 1.5.0-rc2
- name: csi-snapshotter
repository: file://dependency_charts/csi-snapshotter
version: 0.2.0
Expand All @@ -34,9 +34,9 @@ dependencies:
version: 0.1.1
- name: harvester-node-manager
repository: https://charts.harvesterhci.io
version: 1.5.0-dev.0
version: 1.5.0-rc2
- name: snapshot-validation-webhook
repository: file://dependency_charts/snapshot-validation-webhook
version: 0.2.0
digest: sha256:cdbd2d709b16a9eab7063211438ed4b83a37a2ba7ea3db7d04321e7ec6926213
generated: "2025-03-07T15:32:08.202062+08:00"
digest: sha256:14445cdd52d6629638454a25519aabae120946f9247292a6754cb7bfbfe1f348
generated: "2025-03-24T15:09:52.552658+08:00"
8 changes: 4 additions & 4 deletions deploy/charts/harvester/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@ dependencies:
- cdi
- crd
- name: harvester-network-controller
version: 1.5.0-dev.1
version: 1.5.0-rc2
repository: https://charts.harvesterhci.io
condition: harvester-network-controller.enabled
- name: harvester-networkfs-manager
version: 1.5.0-dev.0
version: 1.5.0-rc2
repository: https://charts.harvesterhci.io
condition: harvester-networkfs-manager.enabled
- name: harvester-node-disk-manager
version: 1.5.0-dev.2
version: 1.5.0-rc2
repository: https://charts.harvesterhci.io
condition: harvester-node-disk-manager.enabled
- name: csi-snapshotter
Expand All @@ -64,7 +64,7 @@ dependencies:
repository: file://dependency_charts/whereabouts
condition: whereabouts.enabled
- name: harvester-node-manager
version: 1.5.0-dev.0
version: 1.5.0-rc2
repository: https://charts.harvesterhci.io
- name: snapshot-validation-webhook
version: 0.2.0
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
16 changes: 8 additions & 8 deletions deploy/charts/harvester/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -412,16 +412,16 @@ harvester-network-controller:
repository: rancher/harvester-network-controller
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: v1.5.0-dev.0
tag: v1.5.0-rc2
helper:
image:
repository: rancher/harvester-network-helper
tag: v1.5.0-dev.0
tag: v1.5.0-rc2
webhook:
image:
repository: rancher/harvester-network-webhook
pullPolicy: IfNotPresent
tag: v1.5.0-dev.0
tag: v1.5.0-rc2

harvester-networkfs-manager:
## Specify to install harvester networkfs manager,
Expand All @@ -432,7 +432,7 @@ harvester-networkfs-manager:
repository: rancher/harvester-networkfs-manager
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: v1.5.0-dev.0
tag: v1.5.0-rc2

harvester-node-disk-manager:
## Specify to install harvester node disk manager,
Expand All @@ -446,14 +446,14 @@ harvester-node-disk-manager:
repository: rancher/harvester-node-disk-manager
pullPolicy: Always
# Overrides the image tag whose default is the chart appVersion.
tag: v1.5.0-dev.2
tag: v1.5.0-rc2

webhook:
image:
repository: rancher/harvester-node-disk-manager-webhook
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: v1.5.0-dev.2
tag: v1.5.0-rc2

csi-snapshotter:
## Specify whether to install the csi-snapshotter
Expand Down Expand Up @@ -594,12 +594,12 @@ harvester-node-manager:
image:
pullPolicy: IfNotPresent
repository: rancher/harvester-node-manager
tag: v1.5.0-dev.0
tag: v1.5.0-rc2
webhook:
image:
pullPolicy: IfNotPresent
repository: rancher/harvester-node-manager-webhook
tag: v1.5.0-dev.0
tag: v1.5.0-rc2

snapshot-validation-webhook:
enabled: true
Expand Down