Skip to content

Commit

Permalink
Update Harvester VM image
Browse files Browse the repository at this point in the history
Signed-off-by: ArthurSens <arthursens2005@gmail.com>
  • Loading branch information
Wulf Thimm authored and roboquat committed Feb 28, 2022
1 parent d4a2db8 commit 4e4386e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .werft/vm/manifests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ kind: VirtualMachine
metadata:
namespace: ${namespace}
annotations:
harvesterhci.io/volumeClaimTemplates: '[{"metadata":{"name":"${claimName}","annotations":{"harvesterhci.io/imageId":"default/image-h9w2h"}},"spec":{"accessModes":["ReadWriteMany"],"resources":{"requests":{"storage":"100Gi"}},"volumeMode":"Block","storageClassName":"longhorn-image-h9w2h"}}]'
harvesterhci.io/volumeClaimTemplates: '[{"metadata":{"name":"${claimName}","annotations":{"harvesterhci.io/imageId":"default/image-wh4cr"}},"spec":{"accessModes":["ReadWriteMany"],"resources":{"requests":{"storage":"200Gi"}},"volumeMode":"Block","storageClassName":"longhorn-image-wh4cr"}}]'
network.harvesterhci.io/ips: "[]"
labels:
harvesterhci.io/creator: harvester
Expand Down

0 comments on commit 4e4386e

Please sign in to comment.