Fix helm package build redundancy and release automation (#1010)

This commit is contained in:
Christian Adams
2022-08-01 17:27:15 -04:00
committed by GitHub
parent 3a6040e0cd
commit c230016819
2 changed files with 3 additions and 1 deletions

View File

@@ -16,7 +16,7 @@
- name: Build and package helm chart
command: |
make helm-chart helm-package
make helm-package
environment:
VERSION: "{{ tag }}"
IMAGE_TAG_BASE: "{{ operator_image }}"