diff --git a/.github/workflows/charts-release.yaml b/.github/workflows/charts-release.yaml index 6e345214f40..6f6c628fac8 100644 --- a/.github/workflows/charts-release.yaml +++ b/.github/workflows/charts-release.yaml @@ -58,8 +58,6 @@ jobs: runs-on: ubuntu-latest outputs: ref: ${{ steps.save-commit-hash.outputs.commit_hash }} - container: - image: ghcr.io/truecharts/devcontainer:3.1.10@sha256:c239addf725eb5cedf79517f8089fdafdc32b5270d1893ee87ae6e511b9bcae3 steps: - name: Install Kubernetes tools uses: yokawasa/action-setup-kube-tools@af4ebb1af1efd30c5bd84a2e9773355ad6362a33 # v0.9.3 @@ -70,7 +68,6 @@ jobs: - name: Prep Helm run: | - helm repo add truecharts-deps https://deps.truecharts.org helm repo add jetstack https://charts.jetstack.io helm repo add vmwaretanzu https://vmware-tanzu.github.io/helm-charts helm repo add cnpg https://cloudnative-pg.github.io/charts @@ -302,6 +299,11 @@ jobs: run: | git config user.name "TrueCharts-Bot" git config user.email "bot@truecharts.org" + + - name: Install Helm + uses: azure/setup-helm@5119fcb9089d432beecbf79bb2c7915207344b78 # tag=v3 + with: + version: v3.14.0 # Optional step if GPG signing is used - name: Prepare GPG key @@ -319,7 +321,6 @@ jobs: GPG_KEYRING_BASE64: "${{ secrets.GPG_KEYRING_BASE64 }}" GPG_PASSPHRASE: "${{ secrets.GPG_PASSPHRASE }}" - # Optional step if GPG signing is used - name: Clean Questions shell: bash run: | diff --git a/charts/dependency/solr/Chart.yaml b/charts/dependency/solr/Chart.yaml index 3fb625d0694..09575521a41 100644 --- a/charts/dependency/solr/Chart.yaml +++ b/charts/dependency/solr/Chart.yaml @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/dependency/solr - https://hub.docker.com/r/bitnami/solr type: application -version: 9.1.20 +version: 9.1.21