We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As VC-AuthN transitions to OWF (see openwallet-foundation/acapy-vc-authn-oidc#684) the automation to deploy the service to our dev environment automatically will be lost.
As a solution, we could create a GHA that deploys dev from the unpublished chart in the repo (check-out repo, run helm update) and set it so:
helm update
This should allow us to continue being able to test the latest chart before it is publicly released.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
As VC-AuthN transitions to OWF (see openwallet-foundation/acapy-vc-authn-oidc#684) the automation to deploy the service to our dev environment automatically will be lost.
As a solution, we could create a GHA that deploys dev from the unpublished chart in the repo (check-out repo, run
helm update
) and set it so:This should allow us to continue being able to test the latest chart before it is publicly released.
The text was updated successfully, but these errors were encountered: