-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update plugin.yaml with new version and checksums
- 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.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |