Skip to content

Commit 09f2ca2

Browse files
chore(deps): update quay.io/kiwigrid/k8s-sidecar docker tag to v1.19.6 (#172)
* chore(deps): update quay.io/kiwigrid/k8s-sidecar docker tag to v1.19.6 Signed-off-by: Renovate Bot <bot@renovateapp.com> * chore: update quay.io/kiwigrid/k8s-sidecar to 1.19.6 Signed-off-by: Engin Diri <engin.diri@ediri.de> * chore: update quay.io/kiwigrid/k8s-sidecar to 1.19.6 Signed-off-by: Engin Diri <engin.diri@ediri.de> * chore: update quay.io/kiwigrid/k8s-sidecar to 1.19.6 Signed-off-by: Engin Diri <engin.diri@ediri.de> Signed-off-by: Renovate Bot <bot@renovateapp.com> Signed-off-by: Engin Diri <engin.diri@ediri.de> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Engin Diri <engin.diri@ediri.de>
1 parent f2b63d7 commit 09f2ca2

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/lint-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
5959
- name: Run Artifact Hub lint
6060
run: |
61-
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
61+
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
6262
./ah lint -p charts/node-red || exit 1
6363
rm -f ./ah
6464

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
4444
- name: Run Artifact Hub lint
4545
run: |
46-
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
46+
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
4747
./ah lint -p charts/node-red || exit 1
4848
rm -f ./ah
4949

charts/node-red/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ icon: https://nodered.org/about/resources/media/node-red-icon-2.png
99

1010
type: application
1111

12-
version: 0.20.1
12+
version: 0.20.2
1313
appVersion: 3.0.2
1414

1515
keywords:
@@ -29,12 +29,12 @@ maintainers:
2929
annotations:
3030
artifacthub.io/containsSecurityUpdates: "false"
3131
artifacthub.io/changes: |
32-
- update quay.io/kiwigrid/k8s-sidecar to 1.19.5
32+
- update quay.io/kiwigrid/k8s-sidecar to 1.19.6
3333
artifacthub.io/images: |
3434
- name: node-red
3535
image: docker.io/nodered/node-red:3.0.2
3636
- name: node-red-sidecar
37-
image: quay.io/kiwigrid/k8s-sidecar:1.19.5
37+
image: quay.io/kiwigrid/k8s-sidecar:1.19.6
3838
artifacthub.io/license: Apache-2.0
3939
artifacthub.io/links: |
4040
- name: website

charts/node-red/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -266,8 +266,8 @@ sidecar:
266266
registry: quay.io
267267
# -- The image repository to pull from
268268
repository: kiwigrid/k8s-sidecar
269-
# -- The image tag to pull, default: `1.19.5`
270-
tag: 1.19.5
269+
# -- The image tag to pull, default: `1.19.6`
270+
tag: 1.19.6
271271
# -- The image pull policy, default: `IfNotPresent`
272272
pullPolicy: IfNotPresent
273273
# -- The extra volume mounts for the sidecar

0 commit comments

Comments
 (0)