-
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.
Push to the OCI registry and debug chart with console.error() (#31)
* Bump dependencies versions * Fix typos * Add ability to push to OCI registry and work with new version of helm-push plugin * Add the ability to debug deno charts using console.error() * Update actions versions in GitHub Workflows * Fix code formatting * Fix e2e test with helm secret plugin
- Loading branch information
Showing
18 changed files
with
629 additions
and
335 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
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
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
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
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 +1 @@ | ||
deno 1.14.0 | ||
deno 1.26.2 |
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
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
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,9 +1,9 @@ | ||
name: "deno" | ||
version: "0.2.0-alpha.1" | ||
version: "0.3.0-alpha" | ||
usage: "Helm charts with Deno" | ||
description: |- | ||
This plugin allows to use Deno to prepare kubernetes manifests | ||
hooks: | ||
install: "$HELM_PLUGIN_DIR/scripts/install.sh v1.14.0" | ||
update: "$HELM_PLUGIN_DIR/scripts/install.sh v1.14.0" | ||
install: "$HELM_PLUGIN_DIR/scripts/install.sh v1.26.2" | ||
update: "$HELM_PLUGIN_DIR/scripts/install.sh v1.26.2" | ||
command: "$HELM_PLUGIN_DIR/scripts/run.sh" |
Oops, something went wrong.