You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the Release Charts action runs it fails with the message:
release
Process completed with exit code 1.
This action runs on pushes to the main branch and is defined in workflows/release.yaml
The full log from the Action Run:
Run helm/[email protected]
Run owner=$(cut -d '/' -f 1 <<< "$GITHUB_REPOSITORY")
Looking up latest tag...
Discovering changed charts since 'xnat-1.1.4'...
Installing chart-releaser...
Adding cr directory to PATH...
Packaging chart 'releases/xnat'...
Error: could not find protocol handler for:
Usage:
cr package [CHART_PATH] [...] [flags]
Flags:
-h, --help help for package
--key string Name of the key to use when signing
--keyring string Location of a public keyring (default "/home/runner/.gnupg/pubring.gpg")
-p, --package-path string Path to directory with chart packages (default ".cr-release-packages")
--passphrase-file string Location of a file which contains the passphrase for the signing key. Use '-' in order to read from stdin
--sign Use a PGP private key to sign this package
Global Flags:
--config string Config file (default is $HOME/.cr.yaml)
Error: Process completed with exit code 1.
Steps to reproduce
Update version in xnat/Chart.yaml and ctp/Chart.yaml
Check in/Merge new Chart.yaml's code
Action starts and fails
Expected behavior
Chart is released
XNAT Chart Version
1.1.4
Version of Helm
3.4.0
Version of Kubernetes
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
When the Release Charts action runs it fails with the message:
release
Process completed with exit code 1.
This action runs on pushes to the main branch and is defined in workflows/release.yaml
The full log from the Action Run:
Steps to reproduce
Update version in xnat/Chart.yaml and ctp/Chart.yaml
Check in/Merge new Chart.yaml's code
Action starts and fails
Expected behavior
Chart is released
XNAT Chart Version
1.1.4
Version of Helm
3.4.0
Version of Kubernetes
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: