diff --git a/.github/workflows/lint-and-test.yml b/.github/workflows/lint-and-test.yml index f3fb342a..e46901ae 100644 --- a/.github/workflows/lint-and-test.yml +++ b/.github/workflows/lint-and-test.yml @@ -58,7 +58,7 @@ jobs: - name: Run Artifact Hub lint run: | - curl -s https://api.github.com/repos/artifacthub/hub/releases/latest | grep -E 'browser_download_url' | grep linux_amd64 | grep -Eo 'https://[^\"]*' | xargs wget -O - | tar -xz + curl -s https://api.github.com/repos/artifacthub/hub/releases/latest | grep -E 'browser_download_url' | grep linux_amd64.tar.gz\" | grep -Eo 'https://[^\"]*' | xargs wget -O - | tar -xz ./ah lint -p charts/node-red || exit 1 rm -f ./ah diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 1dc183e3..65ec26e4 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -43,7 +43,7 @@ jobs: - name: Run Artifact Hub lint run: | - curl -s https://api.github.com/repos/artifacthub/hub/releases/latest | grep -E 'browser_download_url' | grep linux_amd64 | grep -Eo 'https://[^\"]*' | xargs wget -O - | tar -xz + curl -s https://api.github.com/repos/artifacthub/hub/releases/latest | grep -E 'browser_download_url' | grep linux_amd64.tar.gz\" | grep -Eo 'https://[^\"]*' | xargs wget -O - | tar -xz ./ah lint -p charts/node-red || exit 1 rm -f ./ah diff --git a/charts/node-red/Chart.yaml b/charts/node-red/Chart.yaml index 66289fff..cd072ff8 100644 --- a/charts/node-red/Chart.yaml +++ b/charts/node-red/Chart.yaml @@ -9,7 +9,7 @@ icon: https://nodered.org/about/resources/media/node-red-icon-2.png type: application -version: 0.20.1 +version: 0.20.2 appVersion: 3.0.2 keywords: @@ -29,12 +29,12 @@ maintainers: annotations: artifacthub.io/containsSecurityUpdates: "false" artifacthub.io/changes: | - - update quay.io/kiwigrid/k8s-sidecar to 1.19.5 + - update quay.io/kiwigrid/k8s-sidecar to 1.19.6 artifacthub.io/images: | - name: node-red image: docker.io/nodered/node-red:3.0.2 - name: node-red-sidecar - image: quay.io/kiwigrid/k8s-sidecar:1.19.5 + image: quay.io/kiwigrid/k8s-sidecar:1.19.6 artifacthub.io/license: Apache-2.0 artifacthub.io/links: | - name: website diff --git a/charts/node-red/values.yaml b/charts/node-red/values.yaml index d69a329b..827f1cfb 100644 --- a/charts/node-red/values.yaml +++ b/charts/node-red/values.yaml @@ -266,8 +266,8 @@ sidecar: registry: quay.io # -- The image repository to pull from repository: kiwigrid/k8s-sidecar - # -- The image tag to pull, default: `1.19.5` - tag: 1.19.5 + # -- The image tag to pull, default: `1.19.6` + tag: 1.19.6 # -- The image pull policy, default: `IfNotPresent` pullPolicy: IfNotPresent # -- The extra volume mounts for the sidecar