Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update quay.io/kiwigrid/k8s-sidecar docker tag to v1.26.2 #316

Merged
merged 2 commits into from
May 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.31.0
version: 0.32.0
appVersion: 3.1.9

keywords:
Expand All @@ -29,12 +29,12 @@ maintainers:
annotations:
artifacthub.io/containsSecurityUpdates: "false"
artifacthub.io/changes: |
- Update to Node-Red image to 3.1.9
- update quay.io/kiwigrid/k8s-sidecar to 1.26.2
artifacthub.io/images: |
- name: node-red
image: docker.io/nodered/node-red:3.1.9
- name: node-red-sidecar
image: quay.io/kiwigrid/k8s-sidecar:1.25.3
image: quay.io/kiwigrid/k8s-sidecar:1.26.2
artifacthub.io/license: Apache-2.0
artifacthub.io/links: |
- name: website
Expand Down
8 changes: 4 additions & 4 deletions charts/node-red/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# node-red βš™

![Version: 0.31.0](https://img.shields.io/badge/Version-0.31.0-informational?style=for-the-badge) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=for-the-badge) ![AppVersion: 3.1.9](https://img.shields.io/badge/AppVersion-3.1.9-informational?style=for-the-badge)
![Version: 0.32.0](https://img.shields.io/badge/Version-0.32.0-informational?style=for-the-badge) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=for-the-badge) ![AppVersion: 3.1.9](https://img.shields.io/badge/AppVersion-3.1.9-informational?style=for-the-badge)

[![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/node-red&style=for-the-badge)](https://artifacthub.io/packages/search?repo=node-red)
[![SIT](https://img.shields.io/badge/SIT-awesome-blueviolet.svg?style=for-the-badge)](https://jobs.schwarz)
Expand All @@ -16,7 +16,7 @@ A Helm chart for Node-Red, a low-code programming for event-driven applications
To install the chart using the OCI artifact, run:

```bash
helm install node-red oci://ghcr.io/schwarzit/charts/node-red --version 0.31.0
helm install node-red oci://ghcr.io/schwarzit/charts/node-red --version 0.32.0
```

## Usage
Expand All @@ -32,7 +32,7 @@ helm repo update
To install the chart with the release name node-red run:

```bash
helm install node-red node-red/node-red --version 0.31.0
helm install node-red node-red/node-red --version 0.32.0
```

After a few seconds, node-red should be running.
Expand Down Expand Up @@ -135,7 +135,7 @@ The command removes all the Kubernetes components associated with the chart and
| sidecar.image.pullPolicy | string | `"IfNotPresent"` | The image pull policy, default: `IfNotPresent` |
| sidecar.image.registry | string | `"quay.io"` | The image registry to pull the sidecar from |
| sidecar.image.repository | string | `"kiwigrid/k8s-sidecar"` | The image repository to pull from |
| sidecar.image.tag | string | `"1.25.3"` | The image tag to pull, default: `1.25.3` |
| sidecar.image.tag | string | `"1.26.2"` | The image tag to pull, default: `1.26.2` |
| sidecar.resources | object | `{}` | Resources for the sidecar |
| sidecar.securityContext | object | `{}` | Security context for the sidecar |
| sidecar.volumeMounts | list | `[]` | The extra volume mounts for the sidecar |
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 @@ -310,8 +310,8 @@ sidecar:
registry: quay.io
# -- The image repository to pull from
repository: kiwigrid/k8s-sidecar
# -- The image tag to pull, default: `1.25.3`
tag: 1.25.3
# -- The image tag to pull, default: `1.26.2`
tag: 1.26.2
# -- The image pull policy, default: `IfNotPresent`
pullPolicy: IfNotPresent
# -- The extra volume mounts for the sidecar
Expand Down
Loading