Skip to content

Commit 87a8464

Browse files
authored
🚀 release helm chart (#336)
2 parents 47054e5 + 4e9357f commit 87a8464

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

charts/diode/Chart.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ dependencies:
1414
- name: cert-manager
1515
repository: https://charts.jetstack.io
1616
version: v1.12.0
17-
digest: sha256:4c2a148051fe71f62a1d53ad163b0ece13013544cf7c29c72405813a9d957296
18-
generated: "2025-04-17T20:05:02.485698+02:00"
17+
digest: sha256:befc72d9e6eedfe03a16a502fecb33478a4e8bc94acc2497d12b758405561f6e
18+
generated: "2025-05-16T17:12:36.330502+02:00"

charts/diode/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: diode
33
description: A Helm chart for Diode
44
type: application
55
version: 1.4.1
6-
appVersion: "1.1.0"
6+
appVersion: "1.2.0"
77
home: https://github.com/netboxlabs/diode
88
sources:
99
- https://github.com/netboxlabs/diode

charts/diode/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
A Helm chart for Diode
44

5-
![Version: 1.4.1](https://img.shields.io/badge/Version-1.4.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.1.0](https://img.shields.io/badge/AppVersion-1.1.0-informational?style=flat-square)
5+
![Version: 1.4.1](https://img.shields.io/badge/Version-1.4.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.2.0](https://img.shields.io/badge/AppVersion-1.2.0-informational?style=flat-square)
66

77
## Prerequisites
88

@@ -236,15 +236,15 @@ helm show values diode/diode
236236
| diodeAuth.image.imagePullSecrets | list | `[]` | secrets with credentials to pull images from a private registry |
237237
| diodeAuth.image.pullPolicy | string | `"IfNotPresent"` | pull policy |
238238
| diodeAuth.image.repository | string | `"docker.io/netboxlabs/diode-auth"` | image repository |
239-
| diodeAuth.image.tag | string | `"1.1.0"` | image tag |
239+
| diodeAuth.image.tag | string | `"1.2.0"` | image tag |
240240
| diodeAuth.replicaCount | int | `1` | replica count |
241241
| diodeAuth.resources | object | `{"limits":{"cpu":"500m","memory":"512Mi"},"requests":{"cpu":"100m","memory":"128Mi"}}` | resources |
242242
| diodeAuth.serviceAccount.create | bool | `true` | create service account |
243243
| diodeAuthBootstrap.enabled | bool | `true` | enabled |
244244
| diodeAuthBootstrap.image.imagePullSecrets | list | `[]` | secrets with credentials to pull images from a private registry |
245245
| diodeAuthBootstrap.image.pullPolicy | string | `"IfNotPresent"` | pull policy |
246246
| diodeAuthBootstrap.image.repository | string | `"docker.io/netboxlabs/diode-auth"` | image repository |
247-
| diodeAuthBootstrap.image.tag | string | `"1.1.0"` | image tag |
247+
| diodeAuthBootstrap.image.tag | string | `"1.2.0"` | image tag |
248248
| diodeAuthBootstrap.job.backoffLimit | int | `20` | backoff limit |
249249
| diodeIngester.config.loggingLevel | string | `"INFO"` | logging level |
250250
| diodeIngester.config.redisStreamDb | int | `1` | redis stream db |
@@ -259,7 +259,7 @@ helm show values diode/diode
259259
| diodeIngester.image.imagePullSecrets | list | `[]` | secrets with credentials to pull images from a private registry |
260260
| diodeIngester.image.pullPolicy | string | `"IfNotPresent"` | pull policy |
261261
| diodeIngester.image.repository | string | `"docker.io/netboxlabs/diode-ingester"` | image repository |
262-
| diodeIngester.image.tag | string | `"1.1.0"` | image tag |
262+
| diodeIngester.image.tag | string | `"1.2.0"` | image tag |
263263
| diodeIngester.replicaCount | int | `1` | replica count |
264264
| diodeIngester.resources | object | `{"limits":{"cpu":"500m","memory":"512Mi"},"requests":{"cpu":"100m","memory":"128Mi"}}` | resources |
265265
| diodeIngester.serviceAccount.create | bool | `true` | create service account |
@@ -288,7 +288,7 @@ helm show values diode/diode
288288
| diodeReconciler.image.imagePullSecrets | list | `[]` | secrets with credentials to pull images from a private registry |
289289
| diodeReconciler.image.pullPolicy | string | `"IfNotPresent"` | pull policy |
290290
| diodeReconciler.image.repository | string | `"docker.io/netboxlabs/diode-reconciler"` | image repository |
291-
| diodeReconciler.image.tag | string | `"1.1.0"` | image tag |
291+
| diodeReconciler.image.tag | string | `"1.2.0"` | image tag |
292292
| diodeReconciler.replicaCount | int | `1` | replica count |
293293
| diodeReconciler.resources | object | `{"limits":{"cpu":"500m","memory":"512Mi"},"requests":{"cpu":"100m","memory":"128Mi"}}` | resources |
294294
| diodeReconciler.serviceAccount.create | bool | `true` | create service account |

charts/diode/values.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ diodeAuth:
3636
# -- image repository
3737
repository: docker.io/netboxlabs/diode-auth
3838
# -- image tag
39-
tag: 1.1.0
39+
tag: 1.2.0
4040
# -- secrets with credentials to pull images from a private registry
4141
imagePullSecrets: [ ]
4242
# -- pull policy
@@ -76,7 +76,7 @@ diodeAuthBootstrap:
7676
# -- image repository
7777
repository: docker.io/netboxlabs/diode-auth
7878
# -- image tag
79-
tag: 1.1.0
79+
tag: 1.2.0
8080
# -- secrets with credentials to pull images from a private registry
8181
imagePullSecrets: [ ]
8282
# -- pull policy
@@ -93,7 +93,7 @@ diodeIngester:
9393
# -- image repository
9494
repository: docker.io/netboxlabs/diode-ingester
9595
# -- image tag
96-
tag: 1.1.0
96+
tag: 1.2.0
9797
# -- secrets with credentials to pull images from a private registry
9898
imagePullSecrets: [ ]
9999
# -- pull policy
@@ -140,7 +140,7 @@ diodeReconciler:
140140
# -- image repository
141141
repository: docker.io/netboxlabs/diode-reconciler
142142
# -- image tag
143-
tag: 1.1.0
143+
tag: 1.2.0
144144
# -- secrets with credentials to pull images from a private registry
145145
imagePullSecrets: [ ]
146146
# -- pull policy

0 commit comments

Comments
 (0)