diff --git a/packages/apps/versions_map b/packages/apps/versions_map index 776c897d..0c0e8b1a 100644 --- a/packages/apps/versions_map +++ b/packages/apps/versions_map @@ -157,7 +157,8 @@ virtual-machine 0.8.0 3fa4dd3a virtual-machine 0.8.1 93c46161 virtual-machine 0.8.2 de19450f virtual-machine 0.9.0 721c12a7 -virtual-machine 0.9.1 HEAD +virtual-machine 0.9.1 93bdf411 +virtual-machine 0.9.2 HEAD vm-disk 0.1.0 d971f2ff vm-disk 0.1.1 HEAD vm-instance 0.1.0 1ec10165 diff --git a/packages/apps/virtual-machine/Chart.yaml b/packages/apps/virtual-machine/Chart.yaml index 225f9c24..87358d5b 100644 --- a/packages/apps/virtual-machine/Chart.yaml +++ b/packages/apps/virtual-machine/Chart.yaml @@ -17,10 +17,10 @@ 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.9.1 +version: 0.9.2 # 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: 0.9.0 +appVersion: 0.9.2 diff --git a/packages/apps/virtual-machine/templates/vm.yaml b/packages/apps/virtual-machine/templates/vm.yaml index 21c07c3a..1d94799b 100644 --- a/packages/apps/virtual-machine/templates/vm.yaml +++ b/packages/apps/virtual-machine/templates/vm.yaml @@ -27,10 +27,7 @@ spec: - metadata: name: {{ include "virtual-machine.fullname" . }} spec: - pvc: - volumeMode: Block - accessModes: - - ReadWriteMany + storage: resources: requests: storage: {{ .Values.systemDisk.storage | quote }}