diff --git a/.github/workflows/charts-release.yaml b/.github/workflows/charts-release.yaml index 6f6c628fac8..7dde409a926 100644 --- a/.github/workflows/charts-release.yaml +++ b/.github/workflows/charts-release.yaml @@ -73,6 +73,11 @@ jobs: helm repo add cnpg https://cloudnative-pg.github.io/charts helm repo add metallb https://metallb.github.io/metallb helm repo update + + - name: Prep go-yq + run: | + wget https://github.com/mikefarah/yq/releases/download/v4.26.1/yq_linux_amd64 -O /usr/bin/go-yq && \ + chmod +x /usr/bin/go-yq && \ # Optional step if GPG signing is used - name: Prepare GPG key diff --git a/charts/dependency/solr/Chart.yaml b/charts/dependency/solr/Chart.yaml index 09575521a41..e73acfb64e0 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.21 +version: 9.1.22