ObolNetwork / helm-charts

Obol's Helm Charts
1 stars 4 forks source link

update to charon v0.14.0 #32

Closed gsora closed 1 year ago

gsora commented 1 year ago

This PR updates charon version to v0.14.0.

aly-obol commented 1 year ago

@gsora can you update the version in Chart.yaml files because the readme files are auto-generated from there. You will need to update the appVersion: "0.13.0" to appVersion: "0.14.0" and also the charon version: 0.2.2 to version: 0.2.3 and charon-cluster version: 0.1.3 to version: 0.1.4 so the helm release workflow publishes them correctly to the public artifactory. Thanks a lot for taking care of the release!

gsora commented 1 year ago

Will the helm chart workflow also regenerate the values.yaml file?

If yes, I'll just revert my last commit and edit the files you suggested.

aly-obol commented 1 year ago

Will the helm chart workflow also regenerate the values.yaml file?

If yes, I'll just revert my last commit and edit the files you suggested.

@gsora It will not generate the values.yaml so you need to: 1- keep the values.yaml files updates 2- update the Chart.yaml files 3- run make docs

aly-obol commented 1 year ago

@gsora bumping this one up!

gsora commented 1 year ago

Done!

Let's hold off merging this though, 0.14.1 should be around the corner.

aly-obol commented 1 year ago

Done!

Let's hold off merging this though, 0.14.1 should be around the corner.

Thanks @gsora we will hold on this PR merge until 0.14.1

aly-obol commented 1 year ago

I will close this PR for the sake of the newer v0.14.3 PR