Helm reports Bitnami postgres chart as not found #34

Closed
opened 2020-09-29 04:02:19 +00:00 by bclermont · 10 comments

in helm chart repo https://dl.gitea.io/charts/index.yaml the latest version is 1.5.1 but in this repository it's 1.5.2

in helm chart repo `https://dl.gitea.io/charts/index.yaml` the latest version is `1.5.1` but in this repository it's [`1.5.2`](https://gitea.com/gitea/helm-chart/src/commit/0877cc81caf0d825d7358622602bf9df8771fe4f/Chart.yaml#L5)

Something is up with bitnami charts as you can see from this build: https://drone.gitea.com/gitea/helm-chart/96/2/2

Something is up with bitnami charts as you can see from this build: https://drone.gitea.com/gitea/helm-chart/96/2/2
Author

@techknowlogick can you please restart the build? I just looked in bitnami repo and the chart is there

@techknowlogick can you please restart the build? I just looked in bitnami repo and the chart [is there](https://charts.bitnami.com/bitnami/index.yaml)

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.

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.
techknowlogick changed title from Helm repo chart is not sync with gitea repo to Helm reports Bitnami postgres chart as not found 2020-09-29 05:18:47 +00:00

Found the error

curl https://charts.bitnami.com/bitnami/index.yaml | grep -A5 postgresql | grep 9.7

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

Found the error ``` curl https://charts.bitnami.com/bitnami/index.yaml | grep -A5 postgresql | grep 9.7 ``` 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

I've created an upstream error report at https://github.com/bitnami/charts/issues/3801
Member

Shall we go back to version 9.7.2 then?

Shall we go back to version 9.7.2 then?
Member

My mistake again btw, I tested locally without deleting the old postgres package, so helm didn't care for the new version :/

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.

@luhahn yes, seems bitnami found issues with v9.7.3 and held off publishing it. I've created #36 to use a published version.
Member

Okay, sorry for missing that, in my defense, I wrote i would test more today :D

Okay, sorry for missing that, in my defense, I wrote i would test more today :D

@luhahn no worries :) all is good.

@luhahn no worries :) all is good.
Sign in to join this conversation.
No Milestone
No Assignees
3 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: gitea/helm-chart#34
No description provided.