mirror of
https://github.com/TeamPiped/Piped-Kubernetes.git
synced 2026-06-23 05:25:55 +00:00
* feat: update image pull policy configuration for backend, frontend, and ytproxy containers * fix typo * feat: add PostgreSQL deployment and service configuration * Move postgres deploy to .ci * Hmm * fix: update PostgreSQL connection URL to use the default service * chart testing with debug * add PostgreSQL driver class to external values configuration * Remove debug from testing and fix lint
17 lines
262 B
YAML
17 lines
262 B
YAML
|
|
chart-yaml-schema: .ci/ct/chart_schema.yaml
|
|
lint-conf: .ci/ct/lintconf.yaml
|
|
|
|
show-all-resources: true
|
|
|
|
|
|
remote: origin
|
|
target-branch: main
|
|
|
|
helm-extra-args: --timeout 600s
|
|
|
|
chart-dirs:
|
|
- charts
|
|
|
|
chart-repos:
|
|
- bjw-s=https://bjw-s-labs.github.io/helm-charts
|