Netflix / consoleme

A Central Control Plane for AWS Permissions and Access
Apache License 2.0
3.11k stars 252 forks source link

9354 Fix Bitnami Chart Versioning #9355

Open johnknapprs opened 1 year ago

johnknapprs commented 1 year ago

Fix to Bitnami's missing Chart version. #9354

This change references the full chart version list for Bitnami instead of the hosted YAML which only keeps 6 months of versions.

More information can be found here: https://github.com/bitnami/charts/issues/10539

Testing:

  1. helm repo add consoleme "git+ssh://git@github.com/johnknapprs/consoleme@helm?ref=9354-fix-bitnami-chart-versioning"
  2. helm repo update
  3. helm install my-consoleme consoleme/consoleme

Previously the first step would fail. See #9354 for more information about issue