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

build(release): add release workflow #2829

Merged
merged 12 commits into from
Jun 27, 2024
Prev Previous commit
Next Next commit
Don't publish profile helm chart
  • Loading branch information
hairyhum committed Jun 26, 2024
commit aeef969000c6b89f5e7ea9454d90e8095493a0a6
1 change: 0 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ release:
prerelease: auto
extra_files:
- glob: 'helm_package/kanister-operator-*.tgz'
- glob: 'helm_package/profile-*.tgz'
builds:
- id: kanctl
binary: kanctl
Expand Down
3 changes: 0 additions & 3 deletions build/package_helm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ main() {
fi
mkdir ${PACKAGE_FOLDER}

# Build profile chart archive
helm package helm/profile --version ${version} -d ${PACKAGE_FOLDER}

# Build kanister-operator chart archive
helm package helm/kanister-operator --version ${version} -d ${PACKAGE_FOLDER}

Expand Down