Skip to content

Commit 6f08721

Browse files
authored
Update helm charts to v25.12.6 (#76)
- Update chart version from 3.7.3 to 3.7.4 - Update appVersion from v25.9.2 to v25.12.6 in all charts - Update image tag from v25.9.2 to v25.12.6 in server and agent charts - No new environment variables required (excluding billing config)
1 parent b227c9d commit 6f08721

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: convoy
33
description: Open Source Webhooks Gateway
44
type: application
5-
version: "3.7.3"
6-
appVersion: "25.9.2"
5+
version: "3.7.4"
6+
appVersion: "25.12.6"
77
keywords:
88
- Webhooks
99
- Kubernetes

charts/agent/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: agent
33
description: Convoy Agent Chart
44
type: application
5-
version: "3.7.3"
6-
appVersion: "v25.9.2"
5+
version: "3.7.4"
6+
appVersion: "v25.12.6"
77
maintainers:
88
- name: Convoy Engineering Team
99
email: engineering@getconvoy.io

charts/agent/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ env:
148148
image:
149149
repository: getconvoy/convoy
150150
pullPolicy: IfNotPresent
151-
tag: v25.9.2
151+
tag: v25.12.6
152152

153153
nameOverride: "convoy-agent"
154154
fullNameOverride: "convoy-agent"

charts/server/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: "3.7.3"
18+
version: "3.7.4"
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
2323
# It is recommended to use it with quotes.
24-
appVersion: "v25.9.2"
24+
appVersion: "v25.12.6"
2525

2626
maintainers:
2727
- name: Convoy Engineering Team

charts/server/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ env:
150150
image:
151151
repository: getconvoy/convoy
152152
pullPolicy: Always
153-
tag: v25.9.2
153+
tag: v25.12.6
154154

155155
nameOverride: "convoy-server"
156156
fullNameOverride: "convoy-server"

0 commit comments

Comments
 (0)