We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c345259 commit 98a9d6dCopy full SHA for 98a9d6d
charts/inngest-server/Chart.yaml
@@ -2,8 +2,8 @@ apiVersion: v2
2
name: inngest-server
3
description: Inngest Server Helm chart for Kubernetes
4
type: application
5
-version: 1.0.2
6
-appVersion: "1.3.3"
+version: 1.0.3
+appVersion: "1.4.3"
7
icon: https://icoretech.github.io/helm/charts/inngest-server/logo.png
8
keywords:
9
- inngest
charts/inngest-server/values.yaml
@@ -10,7 +10,7 @@ image:
10
# -- image pull policy
11
pullPolicy: Always
12
# -- Overrides the image tag
13
- tag: "v1.3.3"
+ tag: "v1.4.3"
14
15
# -- If defined, uses a Secret to pull an image from a private Docker registry or repository.
16
# imagePullSecrets:
0 commit comments