diff --git a/charts/harvester-csi-driver-lvm/Chart.yaml b/charts/harvester-csi-driver-lvm/Chart.yaml index 4a6ca577..8d1538d8 100644 --- a/charts/harvester-csi-driver-lvm/Chart.yaml +++ b/charts/harvester-csi-driver-lvm/Chart.yaml @@ -15,13 +15,13 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.5 +version: 1.8.0-rc1 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "v0.1.2" +appVersion: "v1.8.0-rc1" maintainers: - name: harvester diff --git a/charts/harvester-load-balancer/Chart.yaml b/charts/harvester-load-balancer/Chart.yaml index f53db74b..5dd5f018 100644 --- a/charts/harvester-load-balancer/Chart.yaml +++ b/charts/harvester-load-balancer/Chart.yaml @@ -15,11 +15,11 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 1.8.0-dev.1 +version: 1.8.0-rc1 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. -appVersion: "master-head" +appVersion: "v1.8.0-rc1" home: https://github.com/harvester/harvester-load-balancer diff --git a/charts/harvester-network-controller/Chart.yaml b/charts/harvester-network-controller/Chart.yaml index 55d6bf49..b735358d 100644 --- a/charts/harvester-network-controller/Chart.yaml +++ b/charts/harvester-network-controller/Chart.yaml @@ -15,12 +15,12 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 1.8.0-dev.2 +version: 1.8.0-rc1 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. -appVersion: "master-head" +appVersion: "v1.8.0-rc1" maintainers: - name: harvester diff --git a/charts/harvester-networkfs-manager/Chart.yaml b/charts/harvester-networkfs-manager/Chart.yaml index f8293aa3..008d8857 100644 --- a/charts/harvester-networkfs-manager/Chart.yaml +++ b/charts/harvester-networkfs-manager/Chart.yaml @@ -15,13 +15,13 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 1.8.0-dev.0 +version: 1.8.0-rc1 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "main-head" +appVersion: "v1.8.0-rc1" maintainers: - name: harvester diff --git a/charts/harvester-node-disk-manager/Chart.yaml b/charts/harvester-node-disk-manager/Chart.yaml index 2d918766..47a44fcf 100644 --- a/charts/harvester-node-disk-manager/Chart.yaml +++ b/charts/harvester-node-disk-manager/Chart.yaml @@ -15,13 +15,13 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 1.8.0-dev.0 +version: 1.8.0-rc1 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "master-head" +appVersion: "v1.8.0-rc1" maintainers: - name: harvester diff --git a/charts/harvester-node-disk-manager/values.yaml b/charts/harvester-node-disk-manager/values.yaml index c2b40eb5..e55fe718 100644 --- a/charts/harvester-node-disk-manager/values.yaml +++ b/charts/harvester-node-disk-manager/values.yaml @@ -6,7 +6,7 @@ image: repository: rancher/harvester-node-disk-manager pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: "master-head" + tag: "v1.8.0-rc1" webhook: replicas: 1 @@ -14,7 +14,7 @@ webhook: repository: rancher/harvester-node-disk-manager-webhook pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: "master-head" + tag: "v1.8.0-rc1" httpsPort: 8443 imagePullSecrets: [] diff --git a/charts/harvester-node-manager/Chart.yaml b/charts/harvester-node-manager/Chart.yaml index ff626c19..b45063b4 100644 --- a/charts/harvester-node-manager/Chart.yaml +++ b/charts/harvester-node-manager/Chart.yaml @@ -15,13 +15,13 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 1.8.0-dev.0 +version: 1.8.0-rc1 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "master-head" +appVersion: "v1.8.0-rc1" maintainers: - name: harvester diff --git a/charts/harvester-pcidevices-controller/Chart.yaml b/charts/harvester-pcidevices-controller/Chart.yaml index d60c1be6..b4a80468 100644 --- a/charts/harvester-pcidevices-controller/Chart.yaml +++ b/charts/harvester-pcidevices-controller/Chart.yaml @@ -15,12 +15,12 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 1.8.0-dev.0 +version: 1.8.0-rc1 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "master-head" +appVersion: "v1.8.0-rc1" maintainers: - name: harvester diff --git a/charts/harvester-seeder/Chart.yaml b/charts/harvester-seeder/Chart.yaml index 041ebe8c..a6353970 100644 --- a/charts/harvester-seeder/Chart.yaml +++ b/charts/harvester-seeder/Chart.yaml @@ -15,13 +15,13 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 1.8.0-dev.1 +version: 1.8.0-rc1 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "main-head" +appVersion: "v1.8.0-rc1" maintainers: - name: harvester diff --git a/charts/harvester-vm-import-controller/Chart.yaml b/charts/harvester-vm-import-controller/Chart.yaml index 9742f6f0..fe6b23f5 100644 --- a/charts/harvester-vm-import-controller/Chart.yaml +++ b/charts/harvester-vm-import-controller/Chart.yaml @@ -15,13 +15,13 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 1.8.0-dev.0 +version: 1.8.0-rc1 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "main-head" +appVersion: "v1.8.0-rc1" maintainers: - name: harvester diff --git a/charts/nvidia-driver-runtime/Chart.yaml b/charts/nvidia-driver-runtime/Chart.yaml index 479d2342..af892f07 100644 --- a/charts/nvidia-driver-runtime/Chart.yaml +++ b/charts/nvidia-driver-runtime/Chart.yaml @@ -15,14 +15,14 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 1.8.0-dev.1 +version: 1.8.0-rc1 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. # It doesn't matter, the appVersion will be overridden in the addons. -appVersion: "v1.8.0-dev.1" +appVersion: "v1.8.0-rc1" maintainers: - name: harvester