Skip to content

Commit 14d9a14

Browse files
chore(chart): bump reloader chart to 0.1.4
1 parent b69cf63 commit 14d9a14

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/release-helm-chart-by-branch.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,9 @@ jobs:
8686
CHART_VERSION="${{ steps.branch.outputs.chart_version }}"
8787
# After chart-releaser action, gh-pages is already updated locally
8888
git checkout gh-pages
89+
git fetch origin gh-pages
90+
# Fast-forward or align to remote to avoid non-fast-forward push errors
91+
git reset --hard origin/gh-pages
8992
mkdir -p branches/$SAFE
9093
if [ -f index.yaml ]; then
9194
cp index.yaml branches/$SAFE/index.yaml

deployments/kubernetes/chart/reloader/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v1
22
name: reloader
33
description: Reloader chart that runs on kubernetes
4-
version: 0.1.3
4+
version: 0.1.4
55
appVersion: v1.4.10
66
keywords:
77
- Reloader

0 commit comments

Comments
 (0)