Skip to content

Commit

Permalink
[skip ci] repo-sync
Browse files Browse the repository at this point in the history
  • Loading branch information
loft-bot committed Oct 25, 2024
1 parent 047347d commit 32b2e38
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This plugin adds the [Loft CLI](https://github.com/loft-sh/loft) commands to [De

You can add this plugin to devspace via:
```
devspace add plugin https://github.com/loft-sh/devspace-plugin-loft --version=v4.1.0-alpha.17
devspace add plugin https://github.com/loft-sh/devspace-plugin-loft --version=v4.0.1-alpha.0
```

Update this plugin via:
Expand Down
12 changes: 6 additions & 6 deletions plugin.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: loft
version: v4.1.0-alpha.17
version: v4.0.1-alpha.0
commands:
- name: "login"
usage: "Log into Loft"
Expand Down Expand Up @@ -71,16 +71,16 @@ vars:
binaries:
- os: darwin
arch: amd64
path: https://github.com/loft-sh/vcluster/releases/download/v0.21.0-beta.2/vcluster-darwin-amd64
path: https://github.com/loft-sh/vcluster/releases/download/v0.20.1/vcluster-darwin-amd64
- os: darwin
arch: arm64
path: https://github.com/loft-sh/vcluster/releases/download/v0.21.0-beta.2/vcluster-darwin-arm64
path: https://github.com/loft-sh/vcluster/releases/download/v0.20.1/vcluster-darwin-arm64
- os: linux
arch: amd64
path: https://github.com/loft-sh/vcluster/releases/download/v0.21.0-beta.2/vcluster-linux-amd64
path: https://github.com/loft-sh/vcluster/releases/download/v0.20.1/vcluster-linux-amd64
- os: linux
arch: arm64
path: https://github.com/loft-sh/vcluster/releases/download/v0.21.0-beta.2/vcluster-linux-arm64
path: https://github.com/loft-sh/vcluster/releases/download/v0.20.1/vcluster-linux-arm64
- os: windows
arch: amd64
path: https://github.com/loft-sh/vcluster/releases/download/v0.21.0-beta.2/vcluster-windows-amd64.exe
path: https://github.com/loft-sh/vcluster/releases/download/v0.20.1/vcluster-windows-amd64.exe

0 comments on commit 32b2e38

Please sign in to comment.