Skip to content

Commit be660ec

Browse files
committed
upate helm chart registry
1 parent a9d420c commit be660ec

File tree

10 files changed

+12
-19
lines changed

10 files changed

+12
-19
lines changed

.github/workflows/lint-test.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@ jobs:
2323
- name: Set up chart-testing
2424
uses: helm/chart-testing-action@v2.2.1
2525

26-
- name: Add Bitnami Charts Repo
27-
run: helm repo add bitnami https://charts.bitnami.com/bitnami
28-
2926
- name: Run chart-testing (list-changed)
3027
id: list-changed
3128
run: |
@@ -45,7 +42,6 @@ jobs:
4542
if: steps.list-changed.outputs.changed == 'true'
4643
run: |
4744
echo "Testing main convoy chart with root values..."
48-
helm repo add bitnami https://charts.bitnami.com/bitnami
4945
helm dependency build .
5046
helm install convoy-test . --values values.yaml --timeout 300s --wait --wait-for-jobs --debug
5147
helm test convoy-test

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ jobs:
3535

3636
- name: Add and build dependencies
3737
run: |
38-
helm repo add bitnami https://charts.bitnami.com/bitnami
3938
helm dependency update .
4039
echo "Dependencies downloaded successfully."
4140

Chart.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
dependencies:
22
- name: postgresql
3-
repository: https://charts.bitnami.com/bitnami
3+
repository: oci://registry-1.docker.io/bitnamicharts
44
version: 12.5.6
55
- name: redis
6-
repository: https://charts.bitnami.com/bitnami
6+
repository: oci://registry-1.docker.io/bitnamicharts
77
version: 17.11.3
8-
digest: sha256:2c6ff47eb9a3976dbdb1a5b762cdc4343ef1846f63a8f00a612c9da0336602b5
9-
generated: "2025-10-08T00:00:17.296542+01:00"
8+
digest: sha256:b4b067f4aef7360d36c1d36fb970183aafb7ecae01fbfcd09892a6e277874765
9+
generated: "2025-11-14T17:29:01.591698+01:00"

Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: convoy
33
description: Open Source Webhooks Gateway
44
type: application
5-
version: "3.7.2"
5+
version: "3.7.3"
66
appVersion: "25.9.2"
77
keywords:
88
- Webhooks
@@ -15,10 +15,10 @@ maintainers:
1515
dependencies:
1616
- name: postgresql
1717
version: 12.5.6
18-
repository: https://charts.bitnami.com/bitnami
18+
repository: oci://registry-1.docker.io/bitnamicharts
1919
condition: postgresql.enabled
2020

2121
- name: redis
2222
version: 17.11.3
23-
repository: https://charts.bitnami.com/bitnami
23+
repository: oci://registry-1.docker.io/bitnamicharts
2424
condition: redis.enabled

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ Open Source Webhooks Gateway
1414

1515
| Repository | Name | Version |
1616
|------------|------|---------|
17-
| https://charts.bitnami.com/bitnami | postgresql | 12.5.6 |
18-
| https://charts.bitnami.com/bitnami | redis | 17.11.3 |
17+
| oci://registry-1.docker.io/bitnamicharts | postgresql | 12.5.6 |
18+
| oci://registry-1.docker.io/bitnamicharts | redis | 17.11.3 |
1919

2020
## Values
2121

charts/agent/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: agent
33
description: Convoy Agent Chart
44
type: application
5-
version: "3.7.2"
5+
version: "3.7.3"
66
appVersion: "v25.9.2"
77
maintainers:
88
- name: Convoy Engineering Team

charts/server/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ 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.2"
18+
version: "3.7.3"
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

convoy-3.7.2.tgz

-159 KB
Binary file not shown.

ct.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
target-branch: main
22
chart-dirs:
33
- charts
4-
chart-repos:
5-
- bitnami=https://charts.bitnami.com/bitnami
64
helm-extra-args: --timeout 300s --wait --wait-for-jobs
75
upgrade: true
86
check-version-increment: true

values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ postgresql:
129129
image:
130130
registry: docker.io
131131
repository: bitnamilegacy/postgresql
132-
tag: 17.6.0-debian-12-r0
132+
tag: 17.6.0-debian-12-r4
133133
pullPolicy: IfNotPresent
134134
global:
135135
postgresql:

0 commit comments

Comments
 (0)