File tree Expand file tree Collapse file tree 10 files changed +12
-19
lines changed
Expand file tree Collapse file tree 10 files changed +12
-19
lines changed Original file line number Diff line number Diff line change 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 : |
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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11dependencies:
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"
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
22name : convoy
33description : Open Source Webhooks Gateway
44type : application
5- version : " 3.7.2 "
5+ version : " 3.7.3 "
66appVersion : " 25.9.2"
77keywords :
88 - Webhooks
@@ -15,10 +15,10 @@ maintainers:
1515dependencies :
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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
22name : agent
33description : Convoy Agent Chart
44type : application
5- version : " 3.7.2 "
5+ version : " 3.7.3 "
66appVersion : " v25.9.2"
77maintainers :
88 - name : Convoy Engineering Team
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11target-branch : main
22chart-dirs :
33 - charts
4- chart-repos :
5- - bitnami=https://charts.bitnami.com/bitnami
64helm-extra-args : --timeout 300s --wait --wait-for-jobs
75upgrade : true
86check-version-increment : true
Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments