Skip to content

Commit ad5e4f6

Browse files
committed
use main image tag for v3.7.7 chart
1 parent d36b607 commit ad5e4f6

7 files changed

Lines changed: 8 additions & 8 deletions

File tree

Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: convoy
33
description: Open Source Webhooks Gateway
44
type: application
55
version: "3.7.7"
6-
appVersion: "v26.3.7"
6+
appVersion: "main-0b86925"
77
keywords:
88
- Webhooks
99
- Kubernetes

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# convoy
22

3-
![Version: 3.7.7](https://img.shields.io/badge/Version-3.7.7-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v26.3.7](https://img.shields.io/badge/AppVersion-v26.3.7-informational?style=flat-square)
3+
![Version: 3.7.7](https://img.shields.io/badge/Version-3.7.7-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: main-0b86925](https://img.shields.io/badge/AppVersion-main--0b86925-informational?style=flat-square)
44

55
Open Source Webhooks Gateway
66

@@ -152,7 +152,7 @@ helm install convoy .
152152
| global.convoy.sentry_dsn | string | `""` | Sentry DSN |
153153
| global.convoy.sentry_environment | string | `"oss"` | Sentry environment |
154154
| global.convoy.sentry_sample_rate | float | `1` | Sentry sample rate for error sampling (0.0 to 1.0) |
155-
| global.convoy.tag | string | `"v26.3.7"` | Docker image tags for all convoy components |
155+
| global.convoy.tag | string | `"main-0b86925"` | Docker image tags for all convoy components |
156156
| global.convoy.tracer_enabled | bool | `false` | Tracing config for all convoy services |
157157
| global.convoy.tracer_type | string | `"otel"` | Tracing provider type |
158158
| global.externalDatabase.database | string | `"convoy"` | Database name for the external database |

charts/agent/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: agent
33
description: Convoy Agent Chart
44
type: application
55
version: "3.7.7"
6-
appVersion: "v26.3.7"
6+
appVersion: "main-0b86925"
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
@@ -154,7 +154,7 @@ env:
154154
image:
155155
repository: getconvoy/convoy
156156
pullPolicy: IfNotPresent
157-
tag: v26.3.7
157+
tag: main-0b86925
158158

159159
nameOverride: "convoy-agent"
160160
fullNameOverride: "convoy-agent"

charts/server/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ version: "3.7.7"
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: "v26.3.7"
24+
appVersion: "main-0b86925"
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
@@ -157,7 +157,7 @@ env:
157157
image:
158158
repository: getconvoy/convoy
159159
pullPolicy: Always
160-
tag: v26.3.7
160+
tag: main-0b86925
161161

162162
nameOverride: "convoy-server"
163163
fullNameOverride: "convoy-server"

values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ global:
33
# -- Docker image tags for all convoy components
44
image: &image "getconvoy/convoy"
55
# -- Docker image tags for all convoy components
6-
tag: &tag "v26.3.7"
6+
tag: &tag "main-0b86925"
77
# -- Logger Level for all convoy components
88
log_level: &logLevel "error"
99
# -- Convoy Environment

0 commit comments

Comments
 (0)