Skip to content

Updated redis chart for Redis .6.14 and added networkpolicy feature #1007

Updated redis chart for Redis .6.14 and added networkpolicy feature

Updated redis chart for Redis .6.14 and added networkpolicy feature #1007

Workflow file for this run

name: Release helm chart
on:
push:
branches:
- master
paths:
- 'charts/**'
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Configure Git
run: |
git config user.name "$GITHUB_ACTOR"
git config user.email "[email protected]"
- name: Add dependencies
run: |
helm repo add groundhog2k https://groundhog2k.github.io/helm-charts
- name: Run Release
uses: helm/[email protected]
env:
CR_TOKEN: '${{ secrets.GITHUB_TOKEN }}'