Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2024-03-13 21:12:26 +00:00
parent c18c3f94e4
commit 7bf0ccfd2a
16 changed files with 136 additions and 92 deletions

View File

@ -1,49 +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: Backup Configuration
description: Configure Velero Backup Schedule
- 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

View File

@ -8,6 +8,38 @@ title: Changelog
**Important:**
## [openebs-3.5.3](https://github.com/truecharts/charts/compare/openebs-3.5.2...openebs-3.5.3) (2024-03-13)
## [openebs-3.5.2](https://github.com/truecharts/charts/compare/openebs-3.5.1...openebs-3.5.2) (2024-03-12)
### Chore
- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179))
## [openebs-3.5.1](https://github.com/truecharts/charts/compare/openebs-3.5.0...openebs-3.5.1) (2024-03-12)
### Chore
- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175))
## [openebs-3.5.0](https://github.com/truecharts/charts/compare/openebs-3.4.1...openebs-3.5.0) (2024-03-11)
### Chore
- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131))
- some cleanup
## [openebs-3.4.1](https://github.com/truecharts/charts/compare/openebs-3.4.0...openebs-3.4.1) (2024-03-07)
### Chore
@ -65,35 +97,3 @@ title: Changelog
## [openebs-2.1.16](https://github.com/truecharts/charts/compare/openebs-2.1.15...openebs-2.1.16) (2024-02-12)
### Chore
- update container image tccr.io/tccr/alpine to latest[@ade0065](https://github.com/ade0065) by renovate ([#18108](https://github.com/truecharts/charts/issues/18108))
## [openebs-2.1.15](https://github.com/truecharts/charts/compare/openebs-2.1.14...openebs-2.1.15) (2024-02-03)
### Chore
- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804))
## [openebs-2.1.14](https://github.com/truecharts/charts/compare/openebs-2.1.13...openebs-2.1.14) (2024-01-26)
### Chore

View File

@ -10,7 +10,7 @@ apiVersion: v2
appVersion: latest
dependencies:
- name: common
version: 19.0.0
version: 20.0.9
repository: oci://tccr.io/truecharts
condition: ""
alias: ""
@ -42,4 +42,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/operators/openebs
- https://github.com/truecharts/containers/tree/master/apps/scratch
type: application
version: 3.4.1
version: 3.5.3

View File

@ -0,0 +1,3 @@
## [openebs-3.5.3](https://github.com/truecharts/charts/compare/openebs-3.5.2...openebs-3.5.3) (2024-03-13)

Binary file not shown.

View File

@ -0,0 +1,99 @@
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: Backup Configuration
description: Configure Velero Backup Schedule
- 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: openebs
group: "Storage and Persistence"
label: "OpenEBS Settings"
schema:
type: dict
additional_attrs: true
attrs:
- variable: localprovisioner
label: "Localprovisioner Settings"
schema:
type: dict
additional_attrs: true
attrs:
- variable: enableDeviceClass
label: "enableDeviceClass"
schema:
type: boolean
default: false
hidden: true
- variable: hostpathClass
label: "hostpathClass"
schema:
additional_attrs: true
type: dict
attrs:
- variable: reclaimPolicy
label: "reclaimPolicy"
schema:
type: string
required: true
default: "Retain"
enum:
- value: Retain
description: Retain (Keep Data on App Deletion)
- value: Delete
description: Delete (Delete data on App Deletion)
- variable: isDefaultClass
label: "Default Class"
schema:
type: boolean
required: true
default: true
- variable: basePath
label: "basePath"
description: "Path to store your application data into"
schema:
type: string
required: true
default: ""

View File

@ -1,9 +0,0 @@
## [post-recording-5.5.3](https://github.com/truecharts/charts/compare/post-recording-5.5.2...post-recording-5.5.3) (2024-03-13)
### Fix
- Remove extra ENV_VAR blocking deployment ([#19190](https://github.com/truecharts/charts/issues/19190))