Closed josephca closed 1 year ago
Hi @josephca, thanks for raising this issue.
HELM_EXPERIMANTAL_OCI
flag is deprecated since Helm v3.8.0
which was released in January of 2022. That is a year and a half ago. (See: https://helm.sh/docs/topics/registries/, https://github.com/helm/helm/releases/tag/v3.8.0). I don't think we should advise users on this since we don't aim to support every Helm version, so this should be safe to omit from the README.@tumido I found one more place which may require a fix. From https://github.com/janus-idp/helm-backstage/blob/main/charts/backstage/README.md, at the end of the readme
upstream:
backstage:
-> it's missing
appConfig:
app:
I've updated the PR. Thank you for noticing 👍 🙂
Minor bugs need to be fixed in readme,
helm upgrade -i oci://ghcr.io/janus-idp/helm-backstage/backstage --version=<version>
should be updated tohelm upgrade -i <release-name> oci://ghcr.io/janus-idp/helm-backstage/backstage --version=<version>
HELM_EXPERIMENTAL_OCI=1
to avoid installation errors. It would be nicer to have the instruction in README. However, the error message contains the correct instruction to fix the error :