Skip to content

Commit

Permalink
release chart fixes (#153)
Browse files Browse the repository at this point in the history
Signed-off-by: Shubham Gupta <[email protected]>
  • Loading branch information
shubham-cmyk authored Oct 10, 2023
1 parent a459132 commit 571b5ee
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,14 @@ jobs:
- name: Update Chart Dependencies for redis-operator
run: helm dependency update charts/redis-operator

- name: Package and Release Charts
run: |
CHARTS=("elasticsearch" "k8s-vault-webhook" "logging-operator" "mongodb" "mongodb-cluster" "mongodb-operator" "mysql" "redis" "redis-cluster" "redis-operator" "redis-replication" "redis-sentinel" "fluentd" "kibana")
for CHART in "${CHARTS[@]}"; do
echo "Packaging $CHART..."
helm package charts/$CHART
done
- name: Run chart-releaser
uses: helm/[email protected]
env:
Expand Down

0 comments on commit 571b5ee

Please sign in to comment.