If I run the following to ensure I get up to date info:
helm repo remove authorizer
rm ${HOME}/.cache/helm/repository/authorizer-*
helm repo add authorizer https://helm-charts.authorizer.dev
helm repo update
The newest chart I get is 2.0.1. I can also download it directly using
curl https://helm-charts.authorizer.dev/charts/authorizer-2.0.1.tgz -o authorizer-2.0.1.tgz
but I get 404 if I try that with 2.2.0.
So is the chart repo out of date or moved elsewhere?
If I run the following to ensure I get up to date info:
The newest chart I get is 2.0.1. I can also download it directly using
but I get 404 if I try that with 2.2.0.
So is the chart repo out of date or moved elsewhere?