Daily Prune

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2023-12-20 14:21:22 +00:00
parent 3034178fb7
commit 3b3b206f2c
8420 changed files with 0 additions and 2199650 deletions

View File

@@ -1,34 +0,0 @@
**Important:**
*for the complete changelog, please refer to the website*
## [postgresql-15.0.3](https://github.com/truecharts/charts/compare/postgresql-15.0.0...postgresql-15.0.3) (2023-12-16)
### Chore
- fix move mistake and cleanup metadata
- Add a lot of working incubator charts to stable part 2
## [postgresql-15.0.3](https://github.com/truecharts/charts/compare/postgresql-15.0.0...postgresql-15.0.3) (2023-12-16)
### Chore
- fix move mistake and cleanup metadata
- Add a lot of working incubator charts to stable part 2
## [postgresql-15.0.3](https://github.com/truecharts/charts/compare/postgresql-15.0.0...postgresql-15.0.3) (2023-12-16)
### Chore
- fix move mistake and cleanup metadata
- Add a lot of working incubator charts to stable part 2

View File

@@ -1,39 +0,0 @@
kubeVersion: ">=1.24.0-0"
apiVersion: v2
name: postgresql
version: 15.0.3
appVersion: 14.10.0
description: PostgresSQL
home: https://truecharts.org/charts/incubator/postgresql
icon: https://truecharts.org/img/hotlink-ok/chart-icons/postgresql.png
deprecated: false
sources:
- https://www.postgresql.org/
- https://github.com/truecharts/charts/tree/master/charts/incubator/postgresql
- https://hub.docker.com/r/bitnami/postgresql
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
keywords:
- postgres
- postgressql
- dtabase
- sql
dependencies:
- name: common
version: 16.2.6
repository: https://library-charts.truecharts.org
condition: ""
alias: ""
tags: []
import-values: []
annotations:
max_scale_version: 23.10.1
min_scale_version: 22.12.4
truecharts.org/SCALE-support: "true"
truecharts.org/category: database
truecharts.org/max_helm_version: "3.13"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator
type: application

View File

@@ -1,27 +0,0 @@
# README
## General Info
TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
However only installations using the TrueNAS SCALE Apps system are supported.
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/postgresql)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
## Support
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro).
- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/charts/issues/new/choose)
---
## Sponsor TrueCharts
TrueCharts can only exist due to the incredible effort of our staff.
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!
*All Rights Reserved - The TrueCharts Project*

View File

@@ -1,10 +0,0 @@
## [postgresql-15.0.3](https://github.com/truecharts/charts/compare/postgresql-15.0.0...postgresql-15.0.3) (2023-12-16)
### Chore
- fix move mistake and cleanup metadata
- Add a lot of working incubator charts to stable part 2

View File

@@ -1,8 +0,0 @@
PostgresSQL
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/dev/postgresql](https://truecharts.org/charts/dev/postgresql)
---
TrueCharts can only exist due to the incredible effort of our staff.
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!

View File

@@ -1,45 +0,0 @@
cnpg:
main:
acceptRO: false
creds: {}
database: app
enabled: false
instances: 2
monitoring:
enablePodMonitor: true
pooler:
instances: 2
primary: true
primaryUpdateStrategy: unsupervised
storage:
size: 256Gi
walsize: 256Gi
user: app
image:
pullPolicy: IfNotPresent
repository: bitnami/postgresql
tag: 14.10.0@sha256:861429d707ffbf21f7d45afe6af741173801ea7bcd57408d931a9bfbf316cd58
portal:
open:
enabled: false
service:
main:
enabled: false
ports:
main:
enabled: false
port: 9999
workload:
main:
enabled: false
podSpec:
containers:
main:
enabled: false
probes:
liveness:
enabled: false
readiness:
enabled: false
startup:
enabled: false

View File

@@ -1,138 +0,0 @@
groups:
- name: Container Image
description: Image to be used for container
- name: General Settings
description: General Deployment Settings
- name: Workload Settings
description: Workload Settings
- name: App Configuration
description: App Specific Config Options
- name: Networking and Services
description: Configure Network and Services for Container
- name: Storage and Persistence
description: Persist and Share Data that is Separate from the Container
- name: Ingress
description: Ingress Configuration
- name: Security and Permissions
description: Configure Security Context and Permissions
- name: Resources and Devices
description: "Specify Resources/Devices to be Allocated to Workload"
- name: Middlewares
description: Traefik Middlewares
- name: Metrics
description: Metrics
- name: Addons
description: Addon Configuration
- name: Advanced
description: Advanced Configuration
- name: Postgresql
description: Postgresql
- name: Documentation
description: Documentation
questions:
- variable: global
group: General Settings
label: "Global Settings"
schema:
additional_attrs: true
type: dict
attrs:
- variable: stopAll
label: Stop All
description: "Stops All Running pods and hibernates cnpg"
schema:
type: boolean
default: false
- variable: cnpg
group: Postgresql
label: ""
schema:
additional_attrs: true
type: dict
attrs:
- variable: main
label: "Main Postgresql Database"
schema:
additional_attrs: true
type: dict
attrs:
- variable: instances
label: Instances
schema:
type: int
default: 2
- variable: hibernate
label: Hibernate
description: "enable to safely hibernate and shutdown the postgresql cluster"
schema:
type: boolean
default: false
- variable: storage
label: "Storage"
schema:
additional_attrs: true
type: dict
attrs:
- variable: size
label: Size
schema:
type: string
default: "256Gi"
- variable: walsize
label: Walsize
schema:
type: string
default: "256Gi"
- variable: pooler
label: "Pooler"
schema:
additional_attrs: true
type: dict
attrs:
- variable: instances
label: Instances
schema:
type: int
default: 2
- variable: Monitoring
label: "Metrics"
schema:
additional_attrs: true
type: dict
attrs:
- variable: enablePodMonitor
label: "enablePodMonitor"
schema:
type: boolean
default: true
- variable: docs
group: Documentation
label: Please read the documentation at https://truecharts.org
description: Please read the documentation at
<br /><a href="https://truecharts.org">https://truecharts.org</a>
schema:
additional_attrs: true
type: dict
attrs:
- variable: confirmDocs
label: I have checked the documentation
schema:
type: boolean
default: true
- variable: donateNag
group: Documentation
label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor
description: Please consider supporting TrueCharts, see
<br /><a href="https://truecharts.org/sponsor">https://truecharts.org/sponsor</a>
schema:
additional_attrs: true
type: dict
attrs:
- variable: confirmDonate
label: I have considered donating
schema:
type: boolean
default: true
hidden: true

View File

@@ -1 +0,0 @@
{{- include "tc.v1.common.lib.chart.notes" $ -}}

View File

@@ -1,2 +0,0 @@
{{ include "tc.v1.common.loader.all" . }}

View File

@@ -1,43 +0,0 @@
**Important:**
*for the complete changelog, please refer to the website*
## [postgresql-15.0.4](https://github.com/truecharts/charts/compare/postgresql-15.0.3...postgresql-15.0.4) (2023-12-17)
### Chore
- update helm chart common to 16.2.7 by renovate ([#16207](https://github.com/truecharts/charts/issues/16207))
## [postgresql-15.0.3](https://github.com/truecharts/charts/compare/postgresql-15.0.0...postgresql-15.0.3) (2023-12-16)
### Chore
- fix move mistake and cleanup metadata
- Add a lot of working incubator charts to stable part 2
## [postgresql-15.0.3](https://github.com/truecharts/charts/compare/postgresql-15.0.0...postgresql-15.0.3) (2023-12-16)
### Chore
- fix move mistake and cleanup metadata
- Add a lot of working incubator charts to stable part 2
## [postgresql-15.0.3](https://github.com/truecharts/charts/compare/postgresql-15.0.0...postgresql-15.0.3) (2023-12-16)
### Chore
- fix move mistake and cleanup metadata
- Add a lot of working incubator charts to stable part 2

View File

@@ -1,39 +0,0 @@
kubeVersion: ">=1.24.0-0"
apiVersion: v2
name: postgresql
version: 15.0.4
appVersion: 14.10.0
description: PostgresSQL
home: https://truecharts.org/charts/incubator/postgresql
icon: https://truecharts.org/img/hotlink-ok/chart-icons/postgresql.png
deprecated: false
sources:
- https://www.postgresql.org/
- https://github.com/truecharts/charts/tree/master/charts/incubator/postgresql
- https://hub.docker.com/r/bitnami/postgresql
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
keywords:
- postgres
- postgressql
- dtabase
- sql
dependencies:
- name: common
version: 16.2.7
repository: https://library-charts.truecharts.org
condition: ""
alias: ""
tags: []
import-values: []
annotations:
max_scale_version: 23.10.1
min_scale_version: 22.12.4
truecharts.org/SCALE-support: "true"
truecharts.org/category: database
truecharts.org/max_helm_version: "3.13"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator
type: application

View File

@@ -1,27 +0,0 @@
# README
## General Info
TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
However only installations using the TrueNAS SCALE Apps system are supported.
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/postgresql)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
## Support
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro).
- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/charts/issues/new/choose)
---
## Sponsor TrueCharts
TrueCharts can only exist due to the incredible effort of our staff.
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!
*All Rights Reserved - The TrueCharts Project*

View File

@@ -1,9 +0,0 @@
## [postgresql-15.0.4](https://github.com/truecharts/charts/compare/postgresql-15.0.3...postgresql-15.0.4) (2023-12-17)
### Chore
- update helm chart common to 16.2.7 by renovate ([#16207](https://github.com/truecharts/charts/issues/16207))

View File

@@ -1,8 +0,0 @@
PostgresSQL
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/dev/postgresql](https://truecharts.org/charts/dev/postgresql)
---
TrueCharts can only exist due to the incredible effort of our staff.
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!

View File

@@ -1,45 +0,0 @@
cnpg:
main:
acceptRO: false
creds: {}
database: app
enabled: false
instances: 2
monitoring:
enablePodMonitor: true
pooler:
instances: 2
primary: true
primaryUpdateStrategy: unsupervised
storage:
size: 256Gi
walsize: 256Gi
user: app
image:
pullPolicy: IfNotPresent
repository: bitnami/postgresql
tag: 14.10.0@sha256:861429d707ffbf21f7d45afe6af741173801ea7bcd57408d931a9bfbf316cd58
portal:
open:
enabled: false
service:
main:
enabled: false
ports:
main:
enabled: false
port: 9999
workload:
main:
enabled: false
podSpec:
containers:
main:
enabled: false
probes:
liveness:
enabled: false
readiness:
enabled: false
startup:
enabled: false

View File

@@ -1,138 +0,0 @@
groups:
- name: Container Image
description: Image to be used for container
- name: General Settings
description: General Deployment Settings
- name: Workload Settings
description: Workload Settings
- name: App Configuration
description: App Specific Config Options
- name: Networking and Services
description: Configure Network and Services for Container
- name: Storage and Persistence
description: Persist and Share Data that is Separate from the Container
- name: Ingress
description: Ingress Configuration
- name: Security and Permissions
description: Configure Security Context and Permissions
- name: Resources and Devices
description: "Specify Resources/Devices to be Allocated to Workload"
- name: Middlewares
description: Traefik Middlewares
- name: Metrics
description: Metrics
- name: Addons
description: Addon Configuration
- name: Advanced
description: Advanced Configuration
- name: Postgresql
description: Postgresql
- name: Documentation
description: Documentation
questions:
- variable: global
group: General Settings
label: "Global Settings"
schema:
additional_attrs: true
type: dict
attrs:
- variable: stopAll
label: Stop All
description: "Stops All Running pods and hibernates cnpg"
schema:
type: boolean
default: false
- variable: cnpg
group: Postgresql
label: ""
schema:
additional_attrs: true
type: dict
attrs:
- variable: main
label: "Main Postgresql Database"
schema:
additional_attrs: true
type: dict
attrs:
- variable: instances
label: Instances
schema:
type: int
default: 2
- variable: hibernate
label: Hibernate
description: "enable to safely hibernate and shutdown the postgresql cluster"
schema:
type: boolean
default: false
- variable: storage
label: "Storage"
schema:
additional_attrs: true
type: dict
attrs:
- variable: size
label: Size
schema:
type: string
default: "256Gi"
- variable: walsize
label: Walsize
schema:
type: string
default: "256Gi"
- variable: pooler
label: "Pooler"
schema:
additional_attrs: true
type: dict
attrs:
- variable: instances
label: Instances
schema:
type: int
default: 2
- variable: Monitoring
label: "Metrics"
schema:
additional_attrs: true
type: dict
attrs:
- variable: enablePodMonitor
label: "enablePodMonitor"
schema:
type: boolean
default: true
- variable: docs
group: Documentation
label: Please read the documentation at https://truecharts.org
description: Please read the documentation at
<br /><a href="https://truecharts.org">https://truecharts.org</a>
schema:
additional_attrs: true
type: dict
attrs:
- variable: confirmDocs
label: I have checked the documentation
schema:
type: boolean
default: true
- variable: donateNag
group: Documentation
label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor
description: Please consider supporting TrueCharts, see
<br /><a href="https://truecharts.org/sponsor">https://truecharts.org/sponsor</a>
schema:
additional_attrs: true
type: dict
attrs:
- variable: confirmDonate
label: I have considered donating
schema:
type: boolean
default: true
hidden: true

View File

@@ -1 +0,0 @@
{{- include "tc.v1.common.lib.chart.notes" $ -}}

View File

@@ -1,2 +0,0 @@
{{ include "tc.v1.common.loader.all" . }}

View File

@@ -1,52 +0,0 @@
**Important:**
*for the complete changelog, please refer to the website*
## [postgresql-15.0.5](https://github.com/truecharts/charts/compare/postgresql-15.0.4...postgresql-15.0.5) (2023-12-18)
### Chore
- update container image bitnami/postgresql to 14.10.0[@f73fe14](https://github.com/f73fe14) by renovate ([#16213](https://github.com/truecharts/charts/issues/16213))
## [postgresql-15.0.4](https://github.com/truecharts/charts/compare/postgresql-15.0.3...postgresql-15.0.4) (2023-12-17)
### Chore
- update helm chart common to 16.2.7 by renovate ([#16207](https://github.com/truecharts/charts/issues/16207))
## [postgresql-15.0.3](https://github.com/truecharts/charts/compare/postgresql-15.0.0...postgresql-15.0.3) (2023-12-16)
### Chore
- fix move mistake and cleanup metadata
- Add a lot of working incubator charts to stable part 2
## [postgresql-15.0.3](https://github.com/truecharts/charts/compare/postgresql-15.0.0...postgresql-15.0.3) (2023-12-16)
### Chore
- fix move mistake and cleanup metadata
- Add a lot of working incubator charts to stable part 2
## [postgresql-15.0.3](https://github.com/truecharts/charts/compare/postgresql-15.0.0...postgresql-15.0.3) (2023-12-16)
### Chore
- fix move mistake and cleanup metadata
- Add a lot of working incubator charts to stable part 2

View File

@@ -1,39 +0,0 @@
kubeVersion: ">=1.24.0-0"
apiVersion: v2
name: postgresql
version: 15.0.5
appVersion: 14.10.0
description: PostgresSQL
home: https://truecharts.org/charts/incubator/postgresql
icon: https://truecharts.org/img/hotlink-ok/chart-icons/postgresql.png
deprecated: false
sources:
- https://www.postgresql.org/
- https://github.com/truecharts/charts/tree/master/charts/incubator/postgresql
- https://hub.docker.com/r/bitnami/postgresql
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
keywords:
- postgres
- postgressql
- dtabase
- sql
dependencies:
- name: common
version: 16.2.7
repository: https://library-charts.truecharts.org
condition: ""
alias: ""
tags: []
import-values: []
annotations:
max_scale_version: 23.10.1
min_scale_version: 22.12.4
truecharts.org/SCALE-support: "true"
truecharts.org/category: database
truecharts.org/max_helm_version: "3.13"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: incubator
type: application

View File

@@ -1,27 +0,0 @@
# README
## General Info
TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
However only installations using the TrueNAS SCALE Apps system are supported.
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/postgresql)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
## Support
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro).
- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/charts/issues/new/choose)
---
## Sponsor TrueCharts
TrueCharts can only exist due to the incredible effort of our staff.
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!
*All Rights Reserved - The TrueCharts Project*

View File

@@ -1,9 +0,0 @@
## [postgresql-15.0.5](https://github.com/truecharts/charts/compare/postgresql-15.0.4...postgresql-15.0.5) (2023-12-18)
### Chore
- update container image bitnami/postgresql to 14.10.0[@f73fe14](https://github.com/f73fe14) by renovate ([#16213](https://github.com/truecharts/charts/issues/16213))

View File

@@ -1,8 +0,0 @@
PostgresSQL
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/dev/postgresql](https://truecharts.org/charts/dev/postgresql)
---
TrueCharts can only exist due to the incredible effort of our staff.
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!

View File

@@ -1,45 +0,0 @@
cnpg:
main:
acceptRO: false
creds: {}
database: app
enabled: false
instances: 2
monitoring:
enablePodMonitor: true
pooler:
instances: 2
primary: true
primaryUpdateStrategy: unsupervised
storage:
size: 256Gi
walsize: 256Gi
user: app
image:
pullPolicy: IfNotPresent
repository: bitnami/postgresql
tag: 14.10.0@sha256:f73fe14c4a24dac0e322abed5cf6d8fd7fe923dc2281324e549ddb9c912429da
portal:
open:
enabled: false
service:
main:
enabled: false
ports:
main:
enabled: false
port: 9999
workload:
main:
enabled: false
podSpec:
containers:
main:
enabled: false
probes:
liveness:
enabled: false
readiness:
enabled: false
startup:
enabled: false

View File

@@ -1,138 +0,0 @@
groups:
- name: Container Image
description: Image to be used for container
- name: General Settings
description: General Deployment Settings
- name: Workload Settings
description: Workload Settings
- name: App Configuration
description: App Specific Config Options
- name: Networking and Services
description: Configure Network and Services for Container
- name: Storage and Persistence
description: Persist and Share Data that is Separate from the Container
- name: Ingress
description: Ingress Configuration
- name: Security and Permissions
description: Configure Security Context and Permissions
- name: Resources and Devices
description: "Specify Resources/Devices to be Allocated to Workload"
- name: Middlewares
description: Traefik Middlewares
- name: Metrics
description: Metrics
- name: Addons
description: Addon Configuration
- name: Advanced
description: Advanced Configuration
- name: Postgresql
description: Postgresql
- name: Documentation
description: Documentation
questions:
- variable: global
group: General Settings
label: "Global Settings"
schema:
additional_attrs: true
type: dict
attrs:
- variable: stopAll
label: Stop All
description: "Stops All Running pods and hibernates cnpg"
schema:
type: boolean
default: false
- variable: cnpg
group: Postgresql
label: ""
schema:
additional_attrs: true
type: dict
attrs:
- variable: main
label: "Main Postgresql Database"
schema:
additional_attrs: true
type: dict
attrs:
- variable: instances
label: Instances
schema:
type: int
default: 2
- variable: hibernate
label: Hibernate
description: "enable to safely hibernate and shutdown the postgresql cluster"
schema:
type: boolean
default: false
- variable: storage
label: "Storage"
schema:
additional_attrs: true
type: dict
attrs:
- variable: size
label: Size
schema:
type: string
default: "256Gi"
- variable: walsize
label: Walsize
schema:
type: string
default: "256Gi"
- variable: pooler
label: "Pooler"
schema:
additional_attrs: true
type: dict
attrs:
- variable: instances
label: Instances
schema:
type: int
default: 2
- variable: Monitoring
label: "Metrics"
schema:
additional_attrs: true
type: dict
attrs:
- variable: enablePodMonitor
label: "enablePodMonitor"
schema:
type: boolean
default: true
- variable: docs
group: Documentation
label: Please read the documentation at https://truecharts.org
description: Please read the documentation at
<br /><a href="https://truecharts.org">https://truecharts.org</a>
schema:
additional_attrs: true
type: dict
attrs:
- variable: confirmDocs
label: I have checked the documentation
schema:
type: boolean
default: true
- variable: donateNag
group: Documentation
label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor
description: Please consider supporting TrueCharts, see
<br /><a href="https://truecharts.org/sponsor">https://truecharts.org/sponsor</a>
schema:
additional_attrs: true
type: dict
attrs:
- variable: confirmDonate
label: I have considered donating
schema:
type: boolean
default: true
hidden: true

View File

@@ -1 +0,0 @@
{{- include "tc.v1.common.lib.chart.notes" $ -}}

View File

@@ -1,2 +0,0 @@
{{ include "tc.v1.common.loader.all" . }}