diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 0844ed45..d89643e4 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -21,12 +21,13 @@ jobs: git config user.name "$GITHUB_ACTOR" git config user.email "$GITHUB_ACTOR@users.noreply.github.com" # See https://github.com/helm/chart-releaser-action/issues/6 + - name: Install Helm - run: | - curl -fsSLo get_helm.sh https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 - chmod 700 get_helm.sh - ./get_helm.sh + uses: azure/setup-helm@v3 + with: + version: v3.5.4 + - name: Run chart-releaser - uses: helm/chart-releaser-action@v1.0.0 + uses:helm/chart-releaser-action@v1.5.0 env: CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" diff --git a/charts/redis-cluster/Chart.yaml b/charts/redis-cluster/Chart.yaml index fccd8ebd..fc0f16f2 100644 --- a/charts/redis-cluster/Chart.yaml +++ b/charts/redis-cluster/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: redis-cluster description: Provides easy redis setup definitions for Kubernetes services, and deployment. -version: 0.15.6 +version: 0.15.7 appVersion: "0.15.1" home: https://github.com/ot-container-kit/redis-operator sources: diff --git a/charts/redis-operator/Chart.yaml b/charts/redis-operator/Chart.yaml index cf1b8f79..f5e12ea4 100644 --- a/charts/redis-operator/Chart.yaml +++ b/charts/redis-operator/Chart.yaml @@ -1,6 +1,6 @@ --- apiVersion: v2 -version: 0.15.6 +version: 0.15.7 appVersion: "0.15.1" description: Provides easy redis setup definitions for Kubernetes services, and deployment. engine: gotpl diff --git a/charts/redis-replication/Chart.yaml b/charts/redis-replication/Chart.yaml index cb541ff9..624dde02 100644 --- a/charts/redis-replication/Chart.yaml +++ b/charts/redis-replication/Chart.yaml @@ -9,7 +9,7 @@ maintainers: - name: shubham-cmyk sources: - https://github.com/ot-container-kit/redis-operator -version: 0.15.6 +version: 0.15.7 appVersion: "0.15.0" home: https://github.com/ot-container-kit/redis-operator keywords: diff --git a/charts/redis-sentinel/Chart.yaml b/charts/redis-sentinel/Chart.yaml index 53062d57..fbd77da1 100644 --- a/charts/redis-sentinel/Chart.yaml +++ b/charts/redis-sentinel/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: redis-sentinel description: Provides easy redis setup definitions for Kubernetes services, and deployment. -version: 0.15.6 +version: 0.15.7 appVersion: "0.15.0" home: https://github.com/ot-container-kit/redis-operator sources: diff --git a/charts/redis/Chart.yaml b/charts/redis/Chart.yaml index 766ff956..cc51975f 100644 --- a/charts/redis/Chart.yaml +++ b/charts/redis/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: redis description: Provides easy redis setup definitions for Kubernetes services, and deployment. -version: 0.15.6 +version: 0.15.7 appVersion: "0.15.0" home: https://github.com/ot-container-kit/redis-operator sources: