Delete system/cloudnative-pg/6.11.0 directory
This commit is contained in:
parent
90463a00c1
commit
a13a0f8e7c
|
@ -1,30 +0,0 @@
|
|||
# Patterns to ignore when building packages.
|
||||
# This supports shell glob matching, relative path matching, and
|
||||
# negation (prefixed with !). Only one pattern per line.
|
||||
.DS_Store
|
||||
# Common VCS dirs
|
||||
.git/
|
||||
.gitignore
|
||||
.bzr/
|
||||
.bzrignore
|
||||
.hg/
|
||||
.hgignore
|
||||
.svn/
|
||||
# Common backup files
|
||||
*.swp
|
||||
*.bak
|
||||
*.tmp
|
||||
*~
|
||||
# Various IDEs
|
||||
.project
|
||||
.idea/
|
||||
*.tmproj
|
||||
.vscode/
|
||||
# OWNERS file for Kubernetes
|
||||
OWNERS
|
||||
# helm-docs templates
|
||||
*.gotmpl
|
||||
# docs folder
|
||||
/docs
|
||||
# icon
|
||||
icon.png
|
|
@ -1,3 +0,0 @@
|
|||
*for the complete changelog, please refer to the website*
|
||||
|
||||
**Important:**
|
|
@ -1,46 +0,0 @@
|
|||
annotations:
|
||||
max_scale_version: 24.04.0
|
||||
min_scale_version: 23.10.0
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: operators
|
||||
truecharts.org/max_helm_version: "3.14"
|
||||
truecharts.org/min_helm_version: "3.11"
|
||||
truecharts.org/train: system
|
||||
apiVersion: v2
|
||||
appVersion: latest
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 20.3.12
|
||||
repository: oci://tccr.io/truecharts
|
||||
condition: ""
|
||||
alias: ""
|
||||
tags: []
|
||||
import-values: []
|
||||
- name: cloudnative-pg
|
||||
version: 0.21.0
|
||||
repository: https://cloudnative-pg.github.io/charts
|
||||
condition: ""
|
||||
alias: cloudnative-pg
|
||||
tags: []
|
||||
import-values: []
|
||||
deprecated: false
|
||||
description: CloudNativePG is a clustered postgresql database operator
|
||||
home: https://truecharts.org/charts/system/cloudnative-pg
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/cloudnative-pg.webp
|
||||
keywords:
|
||||
- database
|
||||
- cloudnative-pg
|
||||
- cnpg
|
||||
kubeVersion: ">=1.24.0-0"
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
name: cloudnative-pg
|
||||
sources:
|
||||
- https://cloudnative-pg.io/
|
||||
- https://github.com/cloudnative-pg
|
||||
- https://github.com/truecharts/charts/tree/master/charts/system/cloudnative-pg
|
||||
- https://github.com/truecharts/containers/tree/master/apps/alpine
|
||||
type: application
|
||||
version: 6.11.0
|
|
@ -1,56 +0,0 @@
|
|||
---
|
||||
title: README
|
||||
---
|
||||
|
||||
## General Info
|
||||
|
||||
TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps.
|
||||
Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible
|
||||
|
||||
For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/system/cloudnative-pg)
|
||||
|
||||
**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)**
|
||||
|
||||
## Installation
|
||||
|
||||
### Helm-Chart installation
|
||||
|
||||
To install TrueCharts Helm charts using Helm, you can use our OCI Repository.
|
||||
|
||||
`helm install mychart oci://tccr.io/truecharts/CHARTNAME`
|
||||
|
||||
For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/
|
||||
|
||||
|
||||
### TrueNAS SCALE Apps
|
||||
|
||||
For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro).
|
||||
|
||||
## Configuration Options
|
||||
|
||||
To view the chart specific options, please view Values.yaml included in the chart.
|
||||
|
||||
All our Charts use a shared "common" library chart that contains most of the templating and options.
|
||||
For the complete overview of all available options, please checkout the documentation for them on the website: https://truecharts.org/common/
|
||||
|
||||
## Chart Specific Guides and information
|
||||
|
||||
All our charts have dedicated documentation pages.
|
||||
The documentation for this chart can be found here:
|
||||
https://truecharts.org/charts/system/cloudnative-pg
|
||||
|
||||
## Support
|
||||
|
||||
|
||||
- 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/general/sponsor) or contributing back to the project any way you can!
|
||||
|
||||
_All Rights Reserved - The TrueCharts Project_
|
|
@ -1,67 +0,0 @@
|
|||
|
||||
|
||||
## [cloudnative-pg-6.11.0](https://github.com/truecharts/charts/compare/cloudnative-pg-6.7.0...cloudnative-pg-6.11.0) (2024-04-27)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- bump charts to release new docs to fix broken links
|
||||
|
||||
- bump charts to ensure new icons are released
|
||||
|
||||
- bump everything to regenerate readme's and site index
|
||||
|
||||
- bump everything to release new doc pages
|
||||
|
||||
- update groups html ([#21121](https://github.com/truecharts/charts/issues/21121))
|
||||
|
||||
- bump correctly
|
||||
|
||||
- update container image common to v20.3.7[@8cf9fc9](https://github.com/8cf9fc9) by renovate ([#20819](https://github.com/truecharts/charts/issues/20819))
|
||||
|
||||
- update container image common to v20.3.2[@0722ebb](https://github.com/0722ebb) by renovate ([#20334](https://github.com/truecharts/charts/issues/20334))
|
||||
|
||||
- update container image common to v20.3.11[@dae6129](https://github.com/dae6129) by renovate ([#20875](https://github.com/truecharts/charts/issues/20875))
|
||||
|
||||
- update container image common to v20.3.12[@3303278](https://github.com/3303278) by renovate ([#21384](https://github.com/truecharts/charts/issues/21384))
|
||||
|
||||
- update helm chart cloudnative-pg to 0.21.0 by renovate ([#21431](https://github.com/truecharts/charts/issues/21431))
|
||||
|
||||
- update container image common to v20.3.6[@27edfed](https://github.com/27edfed) by renovate ([#20599](https://github.com/truecharts/charts/issues/20599))
|
||||
|
||||
- update container image common to v20.3.5[@aedd88a](https://github.com/aedd88a) by renovate ([#20535](https://github.com/truecharts/charts/issues/20535))
|
||||
|
||||
- update container image common to v20.3.4[@d7e1b23](https://github.com/d7e1b23) by renovate ([#20527](https://github.com/truecharts/charts/issues/20527))
|
||||
|
||||
- update container image common to v20.3.3[@3876ba5](https://github.com/3876ba5) by renovate ([#20478](https://github.com/truecharts/charts/issues/20478))
|
||||
|
||||
- update helm chart cloudnative-pg to 0.21.0 by renovate ([#21335](https://github.com/truecharts/charts/issues/21335))
|
||||
|
||||
- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876))
|
||||
|
||||
- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817))
|
||||
|
||||
- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
|
||||
|
||||
- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
|
||||
|
||||
- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
|
||||
|
||||
- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
|
||||
|
||||
- update helm chart cloudnative-pg to 0.20.2 by renovate ([#19332](https://github.com/truecharts/charts/issues/19332))
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- rework SCALE catagories/groups to match helm and remove deprecated charts ([#21111](https://github.com/truecharts/charts/issues/21111))
|
||||
|
||||
### Fix
|
||||
|
||||
|
||||
|
||||
- revert cnpg update
|
||||
|
||||
- replace serviceexpert with externalinterfaces/networking-group in the SCALE GUI ([#21154](https://github.com/truecharts/charts/issues/21154))
|
|
@ -1,8 +0,0 @@
|
|||
CloudNativePG is a clustered postgresql database operator
|
||||
|
||||
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/system/cloudnative-pg](https://truecharts.org/charts/system/cloudnative-pg)
|
||||
|
||||
---
|
||||
|
||||
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!
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Before Width: | Height: | Size: 556 B |
Binary file not shown.
Before Width: | Height: | Size: 3.2 KiB |
|
@ -1,37 +0,0 @@
|
|||
image:
|
||||
repository: tccr.io/tccr/alpine
|
||||
pullPolicy: IfNotPresent
|
||||
tag: latest@sha256:ade0065e19edaa4f6903d464ee70605111a48394536deb94f31b661264704558
|
||||
|
||||
service:
|
||||
main:
|
||||
enabled: false
|
||||
ports:
|
||||
main:
|
||||
enabled: false
|
||||
|
||||
workload:
|
||||
main:
|
||||
enabled: false
|
||||
|
||||
portal:
|
||||
open:
|
||||
enabled: false
|
||||
|
||||
operator:
|
||||
register: true
|
||||
|
||||
cloudnative-pg:
|
||||
monitoring:
|
||||
# -- Specifies whether the monitoring should be enabled. Requires Prometheus Operator CRDs.
|
||||
podMonitorEnabled: true
|
||||
grafanaDashboard:
|
||||
create: true
|
||||
# -- Allows overriding the namespace where the ConfigMap will be created, defaulting to the same one as the Release.
|
||||
namespace: ""
|
||||
# -- The name of the ConfigMap containing the dashboard.
|
||||
configMapName: "cnpg-grafana-dashboard"
|
||||
# -- Label that ConfigMaps should have to be loaded as dashboards.
|
||||
sidecarLabel: "grafana_dashboard"
|
||||
# -- Label value that ConfigMaps should have to be loaded as dashboards.
|
||||
sidecarLabelValue: "1"
|
|
@ -1,179 +0,0 @@
|
|||
groups:
|
||||
- name: Image
|
||||
description: |
|
||||
Configured the images to be used for the Chart.
|
||||
It's wise to use "digest pinned" tags and to avoid using "latest".
|
||||
|
||||
Checkout the following documentation for more information:
|
||||
- https://truecharts.org/common/#images
|
||||
|
||||
|
||||
- name: General
|
||||
description: |
|
||||
For TrueNAS SCALE We've grouped a number of settings here, that all effact how apps run in general.
|
||||
|
||||
Checkout the following documentation for more information:
|
||||
- https://truecharts.org/common/global/
|
||||
- https://truecharts.org/common/#tz
|
||||
- https://truecharts.org/common/podoptions/
|
||||
- Image Pull Secrets
|
||||
|
||||
|
||||
- name: Workload
|
||||
description: |
|
||||
These settings configure how the actual Pods and containers are running.
|
||||
Generally, on SCALE, we only expose a limited subset of these settings for the primary workload and container.
|
||||
|
||||
Checkout the following documentation for more information:
|
||||
- https://truecharts.org/common/workload/
|
||||
- https://truecharts.org/common/container/
|
||||
|
||||
|
||||
- name: App Configuration
|
||||
description: |
|
||||
Every application has different values that may be required to run or have multiple options that the user may choose to enable or disable to change the behavior of the application.
|
||||
Most options should have a Tooltip (Circled Question Mark) to further describe said option.
|
||||
|
||||
To find more information, lookup your chart-specific documentation in the Charts List: https://truecharts.org/charts/description-list/
|
||||
|
||||
- name: Services
|
||||
description: |
|
||||
Service and Networking options for any applications are contained here.
|
||||
Some applications may have complicated networking setups with multiple options or some may have no options here at all.
|
||||
|
||||
Options here include the service and port configurations for the application, and more may be enabled or changed under the Advanced Settings and Show Expert Config boxes.
|
||||
|
||||
Checkout the following documentation for more information:
|
||||
- https://truecharts.org/common/service/
|
||||
|
||||
- name: Networking
|
||||
description: |
|
||||
Contains advanced networking options that are not actively supported by the TrueCharts team.
|
||||
Currently only contains scaleExternalInterfaces.
|
||||
|
||||
Checkout the following documentation for more information:
|
||||
- https://truecharts.org/common/scaleexternalinterface/
|
||||
|
||||
- name: Persistence
|
||||
description: |
|
||||
Many applications will have certain options for storage to be configurable by the user, the main two being PVC and hostpath but may include other types.
|
||||
This storage is called Persistence since it is not deleted upon restart or upgrade of an application.
|
||||
|
||||
Checkout the following documentation for more information:
|
||||
- https://truecharts.org/common/persistence/
|
||||
- https://truecharts.org/scale/guides/nfs-share/
|
||||
- https://truecharts.org/general/faq/#why-pvc-is-recommended-over-hostpath
|
||||
|
||||
|
||||
- name: Ingress
|
||||
description: |
|
||||
Ingress (more commonly known as Reverse Proxy) settings can be configured here. This is how Kubernetes connects your Applications in containers to FQDNs (fully qualified domain names).
|
||||
If you choose to enable this you must have a "Ingress Provider" aka "Reverse Proxy" installed (We highly advice Traefik: https://truecharts.org/charts/premium/traefik/)
|
||||
It also requiresa DNS service to actually resolve the DNS name of the FQDN specified.
|
||||
|
||||
Checkout the following documentation for more information:
|
||||
- https://truecharts.org/common/ingress/
|
||||
|
||||
|
||||
- name: SecurityContext
|
||||
description: |
|
||||
The security settings for each application and/or permissions that each application may have for the files/directories created.
|
||||
Each application will come with predefined permissions but users may want to change certain setting depending on their usage or capabilities.
|
||||
|
||||
Unless necessary users are advised to keep this section mostly to defaults.
|
||||
|
||||
Checkout the following documentation for more information:
|
||||
- https://truecharts.org/common/securitycontext/
|
||||
|
||||
|
||||
- name: Resources
|
||||
description: |
|
||||
Resources limits that have been defined by each application are in this section.
|
||||
Most will have a specific default that some users may want to change based on their specific hardware or needs.
|
||||
|
||||
This also contains the options to mount GPUs or, more precisely, "request" GPU's to be mounted.
|
||||
|
||||
Checkout the following documentation for more information:
|
||||
- https://truecharts.org/common/resources/
|
||||
|
||||
- name: Devices
|
||||
description: |
|
||||
These are special "mountpoints" that can be used to mount miscelanious USB and PCI devices using special hostPath mounts.
|
||||
For clearity we've decided to seperate this from persistence on SCALE.
|
||||
|
||||
Checkout the following documentation for more information:
|
||||
- https://truecharts.org/common/persistence/device/
|
||||
- https://truecharts.org/scale/guides/pci-passthrough/
|
||||
|
||||
- name: Middlewares
|
||||
description: Traefik Middlewares
|
||||
|
||||
- name: StorageClass
|
||||
description: |
|
||||
StorageClasses define where to storage Storage.
|
||||
|
||||
Checkout the following documentation for more information:
|
||||
|
||||
- name: Metrics
|
||||
description: |
|
||||
Contains options to configure Prometheus metrics for the application.
|
||||
|
||||
Checkout the following documentation for more information:
|
||||
- https://truecharts.org/common/metrics/
|
||||
|
||||
|
||||
- name: Addons
|
||||
description: |
|
||||
Addons that are supplied by the TrueCharts team to add additional capabilities for users to use on top of the application’s defaults.
|
||||
Things included here are VPN addons, Codeserver for editing files inside the application’s container, Netshoot for network troubelshooting, etc.
|
||||
|
||||
Generally not required for use but may be necessary or usefull at times for specific applications.
|
||||
|
||||
Checkout the following documentation for more information:
|
||||
- https://truecharts.org/common/addons/
|
||||
- https://truecharts.org/scale/guides/vpn-setup/
|
||||
|
||||
|
||||
- name: Experimental
|
||||
description: |
|
||||
Experimental Configuration Options
|
||||
Often these are not fully flushed-out, could randomly break or might not work at-all.
|
||||
|
||||
- name: Postgresql
|
||||
description: |
|
||||
For Postgresql we use "CloudNative-PG" as a backend, which has to be installed first.
|
||||
|
||||
Checkout the following documentation for more information:
|
||||
- https://truecharts.org/common/cnpg/
|
||||
- https://truecharts.org/scale/guides/sql-export/
|
||||
- https://truecharts.org/scale/guides/recover-cnpg/
|
||||
|
||||
- name: Dependencies
|
||||
description: |
|
||||
contains dependency setting for which we, currently, do not have seperate catagories (yet)
|
||||
|
||||
|
||||
- name: Documentation
|
||||
description: |
|
||||
We added this section to make everyone aware that OpenSource isn't always easy.
|
||||
It doesn't keep existing without signficant ongoing support, so please consider supporting TrueCharts and other OpenSource projects.
|
||||
|
||||
Before installing, be sure you've followed the https://truecharts.org/scale/guides/getting-started/
|
||||
We would also advice going over our https://truecharts.org/scale/guides/scale-intro/
|
||||
and many of the other documentation pages...
|
||||
|
||||
questions:
|
||||
- variable: global
|
||||
group: General
|
||||
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
|
||||
|
|
@ -1 +0,0 @@
|
|||
{{- include "tc.v1.common.lib.chart.notes" $ -}}
|
|
@ -1,5 +0,0 @@
|
|||
{{/* Make sure all variables are set properly */}}
|
||||
{{- include "tc.v1.common.loader.init" . }}
|
||||
|
||||
{{/* Render the templates */}}
|
||||
{{ include "tc.v1.common.loader.apply" . }}
|
Loading…
Reference in New Issue