Skip to content

Commit 5616d28

Browse files
committed
chore(deps): update quay.io/kiwigrid/k8s-sidecar docker tag to v2.5.0
Bump chart version, update artifacthub annotations, fix default comment in values.yaml, and regenerate README. Signed-off-by: Engin Diri <engin.diri@ediri.de>
1 parent 0f2c098 commit 5616d28

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

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.40.0
12+
version: 0.40.1
1313
appVersion: 4.1.2
1414

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

charts/node-red/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# node-red ⚙
22

3-
![Version: 0.40.0](https://img.shields.io/badge/Version-0.40.0-informational?style=for-the-badge)
3+
![Version: 0.40.1](https://img.shields.io/badge/Version-0.40.1-informational?style=for-the-badge)
44
![Type: application](https://img.shields.io/badge/Type-application-informational?style=for-the-badge)
55
![AppVersion: 4.1.2](https://img.shields.io/badge/AppVersion-4.1.2-informational?style=for-the-badge)
66

@@ -18,7 +18,7 @@ A Helm chart for Node-Red, a low-code programming for event-driven applications
1818
To install the chart using the OCI artifact, run:
1919

2020
```bash
21-
helm install node-red oci://ghcr.io/schwarzit/charts/node-red --version 0.40.0
21+
helm install node-red oci://ghcr.io/schwarzit/charts/node-red --version 0.40.1
2222
```
2323

2424
## Usage
@@ -34,7 +34,7 @@ helm repo update
3434
To install the chart with the release name node-red run:
3535

3636
```bash
37-
helm install node-red node-red/node-red --version 0.40.0
37+
helm install node-red node-red/node-red --version 0.40.1
3838
```
3939

4040
After a few seconds, node-red should be running.
@@ -140,7 +140,7 @@ The command removes all the Kubernetes components associated with the chart and
140140
| sidecar.image.pullPolicy | string | `"IfNotPresent"` | The image pull policy, default: `IfNotPresent` |
141141
| sidecar.image.registry | string | `"quay.io"` | The image registry to pull the sidecar from |
142142
| sidecar.image.repository | string | `"kiwigrid/k8s-sidecar"` | The image repository to pull from |
143-
| sidecar.image.tag | string | `"2.2.3"` | The image tag to pull, default: `1.28.4` |
143+
| sidecar.image.tag | string | `"2.5.0"` | The image tag to pull, default: `2.5.0` |
144144
| sidecar.livenessProbe | object | `{"httpGet":{"path":"/healthz","port":8080},"initialDelaySeconds":5,"periodSeconds":10}` | Liveness probe for the sidecar (k8s-sidecar v2+ exposes /healthz on port 8080) |
145145
| sidecar.readinessProbe | object | `{"httpGet":{"path":"/healthz","port":8080},"initialDelaySeconds":5,"periodSeconds":10}` | Readiness probe for the sidecar (reports ready after initial sync completes) |
146146
| sidecar.resources | object | `{}` | Resources for the sidecar |

charts/node-red/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ sidecar:
341341
registry: quay.io
342342
# -- The image repository to pull from
343343
repository: kiwigrid/k8s-sidecar
344-
# -- The image tag to pull, default: `1.28.4`
344+
# -- The image tag to pull, default: `2.5.0`
345345
tag: 2.5.0
346346
# -- The image pull policy, default: `IfNotPresent`
347347
pullPolicy: IfNotPresent

0 commit comments

Comments
 (0)