Skip to content
Merged
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
18 changes: 9 additions & 9 deletions plugins/pv-mounter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: Plugin
metadata:
name: pv-mounter
spec:
version: v26.1.0
version: v26.3.0
shortDescription: Mount PVC locally using SSHFS
homepage: https://github.com/fenio/pv-mounter
description: |
Expand All @@ -13,8 +13,8 @@ spec:
matchLabels:
os: linux
arch: amd64
uri: https://github.com/fenio/pv-mounter/releases/download/v26.1.0/pv-mounter_v26.1.0_linux_amd64.tar.gz
sha256: affff9a85eb98830e70b90bc64a0312b8b36e36e0fdfb50b7b743d6fc75270d6
uri: https://github.com/fenio/pv-mounter/releases/download/v26.3.0/pv-mounter_v26.3.0_linux_amd64.tar.gz
sha256: 127f2963a878d1315ee2d94e0cf7a005b25714d41259cd37338e5af2ab12eba7
files:
- from: "./pv-mounter"
to: "."
Expand All @@ -25,8 +25,8 @@ spec:
matchLabels:
os: linux
arch: arm64
uri: https://github.com/fenio/pv-mounter/releases/download/v26.1.0/pv-mounter_v26.1.0_linux_arm64.tar.gz
sha256: 39be4e343d4c9dee792785d495a537e25dd9fed93234d566f2429cde9cda2f6d
uri: https://github.com/fenio/pv-mounter/releases/download/v26.3.0/pv-mounter_v26.3.0_linux_arm64.tar.gz
sha256: eaf1a3cedbd86c69937f21a75676a18452889502b53ba8d8397324a63bd028cf
files:
- from: "./pv-mounter"
to: "."
Expand All @@ -38,8 +38,8 @@ spec:
matchLabels:
os: darwin
arch: amd64
uri: https://github.com/fenio/pv-mounter/releases/download/v26.1.0/pv-mounter_v26.1.0_darwin_amd64.tar.gz
sha256: a8a0794c3216521bbce30966557689e4507425b602582c6d526d0fc502c480d4
uri: https://github.com/fenio/pv-mounter/releases/download/v26.3.0/pv-mounter_v26.3.0_darwin_amd64.tar.gz
sha256: 2d8e207e7bce61b0eb98672013b3fdb4578928ec3de7d8209f2e6d38b312588d
files:
- from: "./pv-mounter"
to: "."
Expand All @@ -50,8 +50,8 @@ spec:
matchLabels:
os: darwin
arch: arm64
uri: https://github.com/fenio/pv-mounter/releases/download/v26.1.0/pv-mounter_v26.1.0_darwin_arm64.tar.gz
sha256: 6594d9808c82d219a3c0a2b18ee251fc60811274a1873e90a97c67837915a875
uri: https://github.com/fenio/pv-mounter/releases/download/v26.3.0/pv-mounter_v26.3.0_darwin_arm64.tar.gz
sha256: de53b594dadde24b9346e6dc756ba881245b679476b0ef3d6eae2af3e113f282
files:
- from: "./pv-mounter"
to: "."
Expand Down