mirror of
https://github.com/stakater/Reloader.git
synced 2026-02-14 18:09:50 +00:00
Added helm template step in push action
This commit is contained in:
5
.github/workflows/push.yaml
vendored
5
.github/workflows/push.yaml
vendored
@@ -127,6 +127,11 @@ jobs:
|
||||
VERSION: ${{ steps.generate_operator_tag.outputs.new_tag }}
|
||||
run: make bump-chart
|
||||
|
||||
- name: Helm Template
|
||||
run: |
|
||||
cd deployments/kubernetes
|
||||
helm template stakater chart/reloader/ > reloader.yaml
|
||||
|
||||
# Publish helm chart
|
||||
- name: Publish Helm chart
|
||||
uses: stefanprodan/helm-gh-pages@master
|
||||
|
||||
Reference in New Issue
Block a user