no message

This commit is contained in:
Kjeld Schouten 2024-02-14 17:29:01 +01:00
parent 0f69b32941
commit a3e0d3fb2f
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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