diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index d89643e4..0844ed45 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -21,13 +21,12 @@ 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 - uses: azure/setup-helm@v3 - with: - version: v3.5.4 - + 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 - name: Run chart-releaser - uses:helm/chart-releaser-action@v1.5.0 + uses: helm/chart-releaser-action@v1.0.0 env: CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" diff --git a/charts/redis-cluster/Chart.yaml b/charts/redis-cluster/Chart.yaml index fc0f16f2..fccd8ebd 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.7 +version: 0.15.6 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 f5e12ea4..cf1b8f79 100644 --- a/charts/redis-operator/Chart.yaml +++ b/charts/redis-operator/Chart.yaml @@ -1,6 +1,6 @@ --- apiVersion: v2 -version: 0.15.7 +version: 0.15.6 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 624dde02..cb541ff9 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.7 +version: 0.15.6 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 fbd77da1..53062d57 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.7 +version: 0.15.6 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 cc51975f..766ff956 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.7 +version: 0.15.6 appVersion: "0.15.0" home: https://github.com/ot-container-kit/redis-operator sources: