Skip to content

Commit 98a9d6d

Browse files
committed
chore(helm): bump chart version to 1.0.3 and appVersion to 1.4.3 to reflect new image tag
fix(values.yaml): update image tag to v1.4.3 to ensure deployment uses the latest application version
1 parent c345259 commit 98a9d6d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

charts/inngest-server/Chart.yaml

+2-2
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.2
6-
appVersion: "1.3.3"
5+
version: 1.0.3
6+
appVersion: "1.4.3"
77
icon: https://icoretech.github.io/helm/charts/inngest-server/logo.png
88
keywords:
99
- inngest

charts/inngest-server/values.yaml

+1-1
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.3.3"
13+
tag: "v1.4.3"
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)