diff --git a/plugin.yaml b/plugin.yaml index 11293aa..c2c58b4 100644 --- a/plugin.yaml +++ b/plugin.yaml @@ -1,8 +1,8 @@ name: "schema-gen" -version: "0.0.2" +version: "0.0.3" usage: "generate json schema for values yaml" description: "generate json schema for values yaml" command: "$HELM_PLUGIN_DIR/bin/helm-schema-gen" hooks: install: "cd $HELM_PLUGIN_DIR; scripts/install_version.sh" - update: "cd $HELM_PLUGIN_DIR; scripts/install_version.sh" \ No newline at end of file + update: "cd $HELM_PLUGIN_DIR; scripts/install_version.sh"