Updates to workflow and few path updates

This commit is contained in:
talha0324
2021-01-18 17:43:07 +05:00
parent 58c622eb91
commit 1490a1feaa
2 changed files with 9 additions and 36 deletions

View File

@@ -148,10 +148,10 @@ jobs:
with:
kustomize-version: ${{ env.KUSTOMIZE_VERSION }}
- name: Generate Bundle
env:
VERSION: ${{ steps.generate_operator_tag.outputs.new_tag }}
run: make bundle
# - name: Generate Bundle
# env:
# VERSION: ${{ steps.generate_operator_tag.outputs.new_tag }}
# run: make bundle
# Update chart tag to the latest semver tag
- name: Update Chart Version
@@ -159,8 +159,8 @@ jobs:
VERSION: ${{ steps.generate_operator_tag.outputs.new_tag }}
run: make bump-chart
- name: Update Chart CRDs
run: make generate-crds
# - name: Update Chart CRDs
# run: make generate-crds
# Setting up helm binary
- uses: azure/setup-helm@v1