Skip to content

Commit ee8795f

Browse files
committed
chore(charts/inngest-server): bump chart version to 1.1.0 and app version to v1.6.0
1 parent 5e8747d commit ee8795f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

charts/inngest-server/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: inngest-server
33
description: Inngest Server Helm chart for Kubernetes
44
type: application
5-
version: 1.0.17
6-
appVersion: "v1.5.13"
5+
version: 1.1.0
6+
appVersion: "v1.6.0"
77
icon: https://icoretech.github.io/helm/charts/inngest-server/logo.png
88
keywords:
99
- inngest

charts/inngest-server/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ The following table lists the configurable parameters of the inngest-server char
3838
| fullnameOverride | string | `""` | String to fully override `"inngest.fullname"` |
3939
| image.pullPolicy | string | `"Always"` | image pull policy |
4040
| image.repository | string | `"inngest/inngest"` | image repository |
41-
| image.tag | string | `"v1.5.13"` | Overrides the image tag |
41+
| image.tag | string | `"v1.6.0"` | Overrides the image tag |
4242
| imagePullSecrets | list | `[]` | If defined, uses a Secret to pull an image from a private Docker registry or repository. imagePullSecrets: - name: regcred |
4343
| ingress.annotations | object | `{}` | Additional annotations for the Ingress resource |
4444
| ingress.className | string | `""` | IngressClass that will be be used to implement the Ingress |

charts/inngest-server/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ image:
1010
# -- image pull policy
1111
pullPolicy: Always
1212
# -- Overrides the image tag
13-
tag: "v1.5.13"
13+
tag: "v1.6.0"
1414

1515
# -- If defined, uses a Secret to pull an image from a private Docker registry or repository.
1616
# imagePullSecrets:

0 commit comments

Comments
 (0)