Skip to content

Commit 40f003f

Browse files
committed
test-publish
1 parent f0c7dd2 commit 40f003f

2 files changed

Lines changed: 17 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@ jobs:
2828
env:
2929
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
3030

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+
3136
- name: Run chart-releaser
3237
uses: helm/chart-releaser-action@v1.6.0
3338
env:

charts/pgbouncer/Chart.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)