Skip to content

Commit

Permalink
chore(deps): update quay.io/kiwigrid/k8s-sidecar docker tag to v1.19.6 (
Browse files Browse the repository at this point in the history
#172)

* chore(deps): update quay.io/kiwigrid/k8s-sidecar docker tag to v1.19.6

Signed-off-by: Renovate Bot <[email protected]>

* chore: update quay.io/kiwigrid/k8s-sidecar to 1.19.6

Signed-off-by: Engin Diri <[email protected]>

* chore: update quay.io/kiwigrid/k8s-sidecar to 1.19.6

Signed-off-by: Engin Diri <[email protected]>

* chore: update quay.io/kiwigrid/k8s-sidecar to 1.19.6

Signed-off-by: Engin Diri <[email protected]>

Signed-off-by: Renovate Bot <[email protected]>
Signed-off-by: Engin Diri <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Engin Diri <[email protected]>
  • Loading branch information
renovate[bot] and dirien authored Nov 7, 2022
1 parent f2b63d7 commit 09f2ca2
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions charts/node-red/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions charts/node-red/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 09f2ca2

Please sign in to comment.