Skip to content

Commit

Permalink
chore(helm): bump chart version to 1.0.3 and appVersion to 1.4.3 to r…
Browse files Browse the repository at this point in the history
…eflect new image tag

fix(values.yaml): update image tag to v1.4.3 to ensure deployment uses the latest application version
  • Loading branch information
masterkain committed Jan 27, 2025
1 parent c345259 commit 98a9d6d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/inngest-server/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: inngest-server
description: Inngest Server Helm chart for Kubernetes
type: application
version: 1.0.2
appVersion: "1.3.3"
version: 1.0.3
appVersion: "1.4.3"
icon: https://icoretech.github.io/helm/charts/inngest-server/logo.png
keywords:
- inngest
Expand Down
2 changes: 1 addition & 1 deletion charts/inngest-server/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ image:
# -- image pull policy
pullPolicy: Always
# -- Overrides the image tag
tag: "v1.3.3"
tag: "v1.4.3"

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

0 comments on commit 98a9d6d

Please sign in to comment.