Skip to content

Commit

Permalink
fix: source
Browse files Browse the repository at this point in the history
  • Loading branch information
swbsf committed Oct 24, 2023
1 parent 7200b05 commit ba390b3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion plugin.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: "schema-gen"
version: "0.0.10"
version: "0.0.1"
usage: "generate json schema for values yaml"
description: "generate json schema for values yaml"
command: "$HELM_PLUGIN_DIR/bin/helm-schema-gen"
Expand Down
2 changes: 1 addition & 1 deletion scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ End of functions from https://github.com/client9/shlib
EOF

PROJECT_NAME="helm-schema-gen"
OWNER=KnechtionsCoding
OWNER=swbsf
REPO="helm-schema-gen"
BINARY=helm-schema-gen
FORMAT=tar.gz
Expand Down
2 changes: 1 addition & 1 deletion scripts/install_version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
## version of the plugin mentioned
## in the plugin.yaml

./scripts/install.sh "0.0.10"
./scripts/install.sh "0.0.1"

0 comments on commit ba390b3

Please sign in to comment.