Skip to content
Merged
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
9 changes: 2 additions & 7 deletions .github/workflows/publish-charts.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
name: Release Charts

#on:
# push:
# tags:
# - "v*.*.*"
on:
push:
paths:
- 'charts/**'
- '.github/workflows/publish-charts.yaml'
branches:
- master

Expand Down Expand Up @@ -42,8 +39,6 @@ jobs:
shell: bash
working-directory: redis-operator
run: |
# VERSION=$(echo ${{ env.chart_version }} | cut -c 2-)
# sed -i "s/appVersion:.*/appVersion: \"$VERSION\"/g" charts/redis-operator/Chart.yaml
helm repo add jetstack https://charts.jetstack.io
helm repo update
helm dependency update charts/redis-operator
Expand Down Expand Up @@ -100,4 +95,4 @@ jobs:
# owner
CR_OWNER: "${{ github.repository_owner }}"
# index path
CR_INDEX_PATH: "index.yaml"
CR_INDEX_PATH: "index.yaml"