Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

✨ Add --app-version to the goreleaser packaging action #185

Merged
merged 1 commit into from
Jan 26, 2024

Conversation

francostellari
Copy link
Contributor

Summary

Add --app-version to the goreleaser packaging action

Related issue(s)

Fixes #

@@ -61,6 +61,6 @@ jobs:
- name: Package and push chart
run: |
make chart IMG=${{ env.REGISTRY }}/${{ env.OPERATOR_IMAGE }}:${{github.ref_name}}
helm package ${{ env.CHART_PATH }} --destination . --version ${{github.ref_name}}
helm push ./*.tgz oci://${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
helm package ${{ env.CHART_PATH }} --destination . --version ${{github.ref_name}} --app-version ${{github.ref_name}} --dependency-update
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@francostellari do we need the dependency update even if we do not use the sub-chart ?

@francostellari
Copy link
Contributor Author

francostellari commented Jan 25, 2024 via email

@pdettori
Copy link
Collaborator

We can leave it, it should not make a difference.

Copy link
Collaborator

@pdettori pdettori left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@pdettori pdettori merged commit 603943a into kubestellar:main Jan 26, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants