dnskr commented on PR #4: URL: https://github.com/apache/ozone-helm-charts/pull/4#issuecomment-2400756793
Added `chart-releaser-action` as git submodule similar to PR https://github.com/apache/ozone-helm-charts/pull/6. SHA `a917fd15b20e8b64b94d9158ad54cd6345335584` points to `[email protected]`. ```shell git submodule add --force https://github.com/helm/chart-releaser-action .github/actions/chart-releaser-action cd .github/actions/chart-releaser-action git checkout a917fd15b20e8b64b94d9158ad54cd6345335584 ``` Tested changes in fork repo: - PR https://github.com/dnskr/ozone-helm-charts/pull/5 - Workflow https://github.com/dnskr/ozone-helm-charts/actions/runs/11242903854/job/31257616042 - Release https://github.com/dnskr/ozone-helm-charts/releases/tag/ozone-0.1.0 - Helm repo index https://dnskr.github.io/ozone-helm-charts/index.yaml Test the chart release ``` helm install ozone https://github.com/dnskr/ozone-helm-charts/releases/download/ozone-0.1.0/ozone-0.1.0.tgz kubectl get pod NAME READY STATUS RESTARTS AGE ozone-datanode-0 1/1 Running 0 115s ozone-datanode-1 1/1 Running 0 113s ozone-datanode-2 1/1 Running 0 111s ozone-om-0 1/1 Running 0 115s ozone-s3g-0 1/1 Running 0 115s ozone-scm-0 1/1 Running 0 115s ``` @adoroszlai Please take a look at the changes and I think we can proceed with the release. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
