mirror of
https://ghproxy.com/https://github.com/truecharts/charts.git
synced 2026-07-19 20:43:29 +08:00
chore(Postgresql): Move postgresql to a seperate dependency train
This commit is contained in:
3
.github/workflows/apps.test.yaml
vendored
3
.github/workflows/apps.test.yaml
vendored
@@ -31,6 +31,7 @@ jobs:
|
||||
- 'charts/dev/**'
|
||||
- 'charts/stable/**'
|
||||
- 'charts/incubator/**'
|
||||
- 'charts/dependencies/**'
|
||||
- 'charts/library/**'
|
||||
- run: echo '${{ toJson(steps.filter.outputs) }}' > changes.json
|
||||
- id: reduce
|
||||
@@ -84,6 +85,8 @@ jobs:
|
||||
train="library"
|
||||
elif test -f "./charts/dev/${{ matrix.app }}/Chart.yaml"; then
|
||||
train="dev"
|
||||
elif test -f "./charts/dependencies/${{ matrix.app }}/Chart.yaml"; then
|
||||
train="dependencies"
|
||||
else
|
||||
train="incubator"
|
||||
fi
|
||||
|
||||
3
.github/workflows/renovate-bump.yaml
vendored
3
.github/workflows/renovate-bump.yaml
vendored
@@ -32,6 +32,7 @@ jobs:
|
||||
- 'charts/stable/**'
|
||||
- 'charts/incubator/**'
|
||||
- 'charts/library/**'
|
||||
- 'charts/dependencies/**'
|
||||
- name: Filter filter-output
|
||||
run: echo '${{ toJson(steps.filter.outputs) }}' > changes.json
|
||||
- name: Bump
|
||||
@@ -49,6 +50,8 @@ jobs:
|
||||
train="incubator"
|
||||
elif test -f "./charts/library/${chart}/Chart.yaml"; then
|
||||
train="library"
|
||||
elif test -f "./charts/dependencies/${{ matrix.app }}/Chart.yaml"; then
|
||||
train="dependencies"
|
||||
else
|
||||
train="incubator"
|
||||
fi
|
||||
|
||||
@@ -22,7 +22,7 @@ name: postgresql
|
||||
sources:
|
||||
- https://www.postgresql.org/
|
||||
type: application
|
||||
version: 5.1.11
|
||||
version: 5.1.12
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- database
|
||||
@@ -7,6 +7,7 @@ securityContext:
|
||||
readOnlyRootFilesystem: false
|
||||
|
||||
service:
|
||||
type: "ClusterIP"
|
||||
main:
|
||||
enabled: true
|
||||
ports:
|
||||
Reference in New Issue
Block a user