fixing an oopsie

This commit is contained in:
Kjeld Schouten 2024-02-14 17:32:59 +01:00
parent a3e0d3fb2f
commit 05e169ef6f
2 changed files with 2 additions and 3 deletions

View File

@ -76,8 +76,7 @@ jobs:
- 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 && \
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.22
version: 9.1.23