anyone has been having problems with Pulumi and Bi...
# kubernetes
b
anyone has been having problems with Pulumi and Bitnami helm charts? As of today I had a working chart being deployed but now it says that the chart version does not exist in the repository. I ran
helm search repo bitnami/mariadb --versions
and the version is there.
b
Bitnami removed a whole lot of old charts versions: https://github.com/bitnami/charts/issues/10539
👀 1
b
I upgraded to what seems to be latest and still the same problem, but let me check the proper yaml file to see the latest version
yeah, latest version (10.6.8) does not work
sorry, 11.0.13
10.6.8 was the appversion lol
b
what error are you getting?
b
same error,
Copy code
error: Error: invocation of kubernetes:helm:template returned an error: failed to generate YAML for specified Helm chart: failed to pull chart: chart "mariadb" version "11.0.13" not found in <https://charts.bitnami.com/bitnami> repository
I might need to update helm too, let me try that
q
Bitnami charts sometimes behave weirdly (especially in automation) I’ve had this issue before (not only with Pulumi) where a previously working chart would stop working. Apparently, many others have experienced this as well: https://github.com/bitnami/charts/issues/8433 Not sure how helpful this is, but you can try again and it might work!
👀 1