Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Remove Helm operator from codebase #2329

Merged
merged 12 commits into from
Aug 15, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ workflows:
- build:
filters:
tags:
only: /(helm-)?[0-9]+(\.[0-9]+)*(-[a-z0-9]+)?/
only: /[0-9]+(\.[0-9]+)*(-[a-z0-9]+)?/

release-helm:
jobs:
Expand Down
Loading