Skip to content

Commit

Permalink
Don't publish profile helm chart
Browse files Browse the repository at this point in the history
  • Loading branch information
hairyhum committed Jun 3, 2024
1 parent 7d75161 commit 76e62b3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
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

0 comments on commit 76e62b3

Please sign in to comment.