Helm reports Bitnami postgres chart as not found #34
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
in helm chart repo
https://dl.gitea.io/charts/index.yaml
the latest version is1.5.1
but in this repository it's1.5.2
Something is up with bitnami charts as you can see from this build: https://drone.gitea.com/gitea/helm-chart/96/2/2
@techknowlogick can you please restart the build? I just looked in bitnami repo and the chart is there
I've looked as well, and see it too. However the build has already been restarted several times, and I am able to replicate the error on my local machine so sadly it isn't a one time failure.
As such I will update the title of this issue to track the error with bitnami.
Found the error
seems 9.7.3 is not found, however it supposedly has been published: https://github.com/bitnami/charts/blob/master/bitnami/postgresql/Chart.yaml#L3
I've created an upstream error report at https://github.com/bitnami/charts/issues/3801
Shall we go back to version 9.7.2 then?
My mistake again btw, I tested locally without deleting the old postgres package, so helm didn't care for the new version :/
@luhahn yes, seems bitnami found issues with v9.7.3 and held off publishing it. I've created #36 to use a published version.
Okay, sorry for missing that, in my defense, I wrote i would test more today :D
@luhahn no worries :) all is good.