Skip to content

Commit

Permalink
plugin yaml adjusted and installation binary contents fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
WoodProgrammer committed Jun 4, 2023
1 parent 0a54575 commit c1aed44
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
20 changes: 20 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
builds:
- main: ./cmd/helm-migrate
binary: ./bin/helm-migrate
flags:
- -trimpath
env:
- CGO_ENABLED=0
targets:
- darwin_amd64
- darwin_arm64
- linux_amd64
- linux_arm64
- windows_amd64

archives:
- id: tar
format: tar.gz
files:
- LICENSE
- plugin.yaml
3 changes: 2 additions & 1 deletion plugin.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: migrate
version: "0.0.4"
usage: "backup restore"
description: "Backup and restore helm charts in entire cluster"
command: "$HELM_PLUGIN_DIR/helm-migrate"
command: "$HELM_PLUGIN_DIR/bin/helm-migrate"
platformCommand:
- os: linux
arch: amd64
Expand Down

0 comments on commit c1aed44

Please sign in to comment.