Skip to content

Commit 0e65c85

Browse files
authored
chore(chart): bump image tags to 1.9.1 and update related values (#434)
Signed-off-by: Michal Fiedorowicz <[email protected]>
1 parent 516d0d2 commit 0e65c85

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

charts/diode/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: diode
33
description: A Helm chart for Diode
44
type: application
5-
version: "1.9.0"
5+
version: "1.9.1"
66
appVersion: "1.5.0"
77
home: https://github.com/netboxlabs/diode
88
sources:

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.9.0](https://img.shields.io/badge/Version-1.9.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.5.0](https://img.shields.io/badge/AppVersion-1.5.0-informational?style=flat-square)
5+
![Version: 1.9.1](https://img.shields.io/badge/Version-1.9.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.5.0](https://img.shields.io/badge/AppVersion-1.5.0-informational?style=flat-square)
66

77
## Prerequisites
88

@@ -240,15 +240,15 @@ helm show values diode/diode
240240
| diodeAuth.image.imagePullSecrets | list | `[]` | secrets with credentials to pull images from a private registry |
241241
| diodeAuth.image.pullPolicy | string | `"IfNotPresent"` | pull policy |
242242
| diodeAuth.image.repository | string | `"docker.io/netboxlabs/diode-auth"` | image repository |
243-
| diodeAuth.image.tag | string | `"1.6.1"` | image tag |
243+
| diodeAuth.image.tag | string | `"1.8.0"` | image tag |
244244
| diodeAuth.replicaCount | int | `1` | replica count |
245245
| diodeAuth.resources | object | `{"limits":{"cpu":"500m","memory":"512Mi"},"requests":{"cpu":"100m","memory":"128Mi"}}` | resources |
246246
| diodeAuth.serviceAccount.create | bool | `true` | create service account |
247247
| diodeAuthBootstrap.enabled | bool | `true` | enabled |
248248
| diodeAuthBootstrap.image.imagePullSecrets | list | `[]` | secrets with credentials to pull images from a private registry |
249249
| diodeAuthBootstrap.image.pullPolicy | string | `"IfNotPresent"` | pull policy |
250250
| diodeAuthBootstrap.image.repository | string | `"docker.io/netboxlabs/diode-auth"` | image repository |
251-
| diodeAuthBootstrap.image.tag | string | `"1.6.1"` | image tag |
251+
| diodeAuthBootstrap.image.tag | string | `"1.8.0"` | image tag |
252252
| diodeAuthBootstrap.job.annotations | object | `{"helm.sh/hook":"post-install, post-upgrade","helm.sh/hook-weight":"2"}` | annotations to add to the auth bootstrap job |
253253
| diodeAuthBootstrap.job.backoffLimit | int | `20` | backoff limit |
254254
| diodeAuthBootstrap.job.extraInitContainers | string or list | `""` | additional initContainers to run during bootstrap (may contain templating instructions) |
@@ -268,7 +268,7 @@ helm show values diode/diode
268268
| diodeIngester.image.imagePullSecrets | list | `[]` | secrets with credentials to pull images from a private registry |
269269
| diodeIngester.image.pullPolicy | string | `"IfNotPresent"` | pull policy |
270270
| diodeIngester.image.repository | string | `"docker.io/netboxlabs/diode-ingester"` | image repository |
271-
| diodeIngester.image.tag | string | `"1.7.1"` | image tag |
271+
| diodeIngester.image.tag | string | `"1.9.0"` | image tag |
272272
| diodeIngester.replicaCount | int | `1` | replica count |
273273
| diodeIngester.resources | object | `{"limits":{"cpu":"500m","memory":"512Mi"},"requests":{"cpu":"100m","memory":"128Mi"}}` | resources |
274274
| diodeIngester.serviceAccount.create | bool | `true` | create service account |
@@ -300,7 +300,7 @@ helm show values diode/diode
300300
| diodeReconciler.image.imagePullSecrets | list | `[]` | secrets with credentials to pull images from a private registry |
301301
| diodeReconciler.image.pullPolicy | string | `"IfNotPresent"` | pull policy |
302302
| diodeReconciler.image.repository | string | `"docker.io/netboxlabs/diode-reconciler"` | image repository |
303-
| diodeReconciler.image.tag | string | `"1.7.1"` | image tag |
303+
| diodeReconciler.image.tag | string | `"1.9.0"` | image tag |
304304
| diodeReconciler.replicaCount | int | `1` | replica count |
305305
| diodeReconciler.resources | object | `{"limits":{"cpu":"500m","memory":"512Mi"},"requests":{"cpu":"100m","memory":"128Mi"}}` | resources |
306306
| 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
@@ -77,7 +77,7 @@ diodeAuth:
7777
# -- image repository
7878
repository: docker.io/netboxlabs/diode-auth
7979
# -- image tag
80-
tag: 1.6.1
80+
tag: 1.8.0
8181
# -- secrets with credentials to pull images from a private registry
8282
imagePullSecrets: []
8383
# -- pull policy
@@ -123,7 +123,7 @@ diodeAuthBootstrap:
123123
# -- image repository
124124
repository: docker.io/netboxlabs/diode-auth
125125
# -- image tag
126-
tag: 1.6.1
126+
tag: 1.8.0
127127
# -- secrets with credentials to pull images from a private registry
128128
imagePullSecrets: []
129129
# -- pull policy
@@ -146,7 +146,7 @@ diodeIngester:
146146
# -- image repository
147147
repository: docker.io/netboxlabs/diode-ingester
148148
# -- image tag
149-
tag: 1.7.1
149+
tag: 1.9.0
150150
# -- secrets with credentials to pull images from a private registry
151151
imagePullSecrets: []
152152
# -- pull policy
@@ -199,7 +199,7 @@ diodeReconciler:
199199
# -- image repository
200200
repository: docker.io/netboxlabs/diode-reconciler
201201
# -- image tag
202-
tag: 1.7.1
202+
tag: 1.9.0
203203
# -- secrets with credentials to pull images from a private registry
204204
imagePullSecrets: []
205205
# -- pull policy

0 commit comments

Comments
 (0)