We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0c7dd2 commit 40f003fCopy full SHA for 40f003f
2 files changed
.github/workflows/release.yml
@@ -28,6 +28,11 @@ jobs:
28
env:
29
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
30
31
+ - name: Add Helm dependency repos
32
+ run: |
33
+ helm repo add bitode-tool-charts https://code-tool.github.io/helm-charts
34
+ helm repo update
35
+
36
- name: Run chart-releaser
37
uses: helm/chart-releaser-action@v1.6.0
38
charts/pgbouncer/Chart.yaml
@@ -0,0 +1,12 @@
1
+name: pgbouncer
2
+version: 0.0.1
3
+appVersion: 1.24.1
4
+apiVersion: v2
5
+description: PgBouncer is lightweight connection pooler for PostgreSQL
6
+type: application
7
+sources:
8
+ - https://github.com/code-tool/helm-charts/tree/main/charts/pgbouncer
9
+dependencies:
10
+- name: common
11
+ repository: https://code-tool.github.io/helm-charts
12
+ version: 0.x.x
0 commit comments