Skip to content

Commit

Permalink
Update plugin.yaml with new version and checksums
Browse files Browse the repository at this point in the history
  • Loading branch information
iits authored and iits committed Dec 22, 2023
1 parent b46a160 commit 23ded14
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions plugin.yaml
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
name: "iits-chart-creator"
version: "0.13.0"
version: "0.13.1"
usage: "This creates helm charts based on iits standards"
description: "iits helm chart manager"
ignoreFlags: false
command: "$HELM_PLUGIN_DIR/iits-chart-creator"
platformCommand:
- os: darwin
arch: amd64
command: "$HELM_PLUGIN_DIR/iits-chart-creator_0.13.0_darwin_amd64"
command: "$HELM_PLUGIN_DIR/iits-chart-creator_0.13.1_darwin_amd64"
- os: darwin
arch: arm64
command: "$HELM_PLUGIN_DIR/iits-chart-creator_0.13.0_darwin_arm64"
command: "$HELM_PLUGIN_DIR/iits-chart-creator_0.13.1_darwin_arm64"
- os: linux
arch: "386"
command: "$HELM_PLUGIN_DIR/iits-chart-creator_0.13.0_linux_386"
command: "$HELM_PLUGIN_DIR/iits-chart-creator_0.13.1_linux_386"
- os: linux
arch: amd64
command: "$HELM_PLUGIN_DIR/iits-chart-creator_0.13.0_linux_amd64"
command: "$HELM_PLUGIN_DIR/iits-chart-creator_0.13.1_linux_amd64"
- os: linux
arch: arm64
command: "$HELM_PLUGIN_DIR/iits-chart-creator_0.13.0_linux_arm64"
command: "$HELM_PLUGIN_DIR/iits-chart-creator_0.13.1_linux_arm64"
- os: windows
arch: "386"
command: "$HELM_PLUGIN_DIR/iits-chart-creator_0.13.0_windows_386.exe"
command: "$HELM_PLUGIN_DIR/iits-chart-creator_0.13.1_windows_386.exe"
- os: windows
arch: amd64
command: "$HELM_PLUGIN_DIR/iits-chart-creator_0.13.0_windows_amd64.exe"
command: "$HELM_PLUGIN_DIR/iits-chart-creator_0.13.1_windows_amd64.exe"
- os: windows
arch: arm64
command: "$HELM_PLUGIN_DIR/iits-chart-creator_0.13.0_windows_arm64.exe"
command: "$HELM_PLUGIN_DIR/iits-chart-creator_0.13.1_windows_arm64.exe"

0 comments on commit 23ded14

Please sign in to comment.