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

[1.0.gamma] Build-time variables to set url and version of chart #121

Open
wants to merge 2 commits into
base: release-1.0.gamma
Choose a base branch
from

Conversation

osmman
Copy link
Collaborator

@osmman osmman commented Dec 11, 2023

Rebased version of closed #119 PR

Changes:

  • add chartUrl flag for tas-install cli
  • add Makefile with support to build tas-installer project
  • set cmd.helmChartVersion and cmd.helmChartUrl during build time by go tool link

Usage:

Dev

Build installer which use by default Helm Chart from ./charts/trusted-artifact-signer path.
make build

Prod

Compile with reseted default values to use released oci helm chart
CHART_VERSION=0.1.24 CHART_URL='oci://quay.io/redhat-user-workloads/arewm-tenant/sigstore-ocp/trusted-artifact-signer' make build

@osmman osmman requested a review from sallyom December 11, 2023 09:59
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.

1 participant