Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-06-17 14:39:17 +00:00
parent 104d4e22a2
commit 0b77bd4d84
39 changed files with 66 additions and 38 deletions

View File

@ -1,9 +0,0 @@
## [clusterissuer-1.0.6](https://github.com/truecharts/charts/compare/clusterissuer-1.0.5...clusterissuer-1.0.6) (2023-06-13)
### Chore
- update helm chart common to 12.14.2 ([#9599](https://github.com/truecharts/charts/issues/9599))

View File

@ -4,6 +4,19 @@
## [clusterissuer-1.0.7](https://github.com/truecharts/charts/compare/clusterissuer-1.0.6...clusterissuer-1.0.7) (2023-06-17)
### Chore
- update container image tccr.io/truecharts/scratch to latest ([#9729](https://github.com/truecharts/charts/issues/9729))
### Docs
- Add more details API tokens ([#9650](https://github.com/truecharts/charts/issues/9650))
## [clusterissuer-1.0.6](https://github.com/truecharts/charts/compare/clusterissuer-1.0.5...clusterissuer-1.0.6) (2023-06-13)
### Chore

View File

@ -21,7 +21,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/enterprise/clusterissuer
- https://cert-manager.io/
type: application
version: 1.0.6
version: 1.0.7
annotations:
truecharts.org/catagories: |
- core

View File

@ -0,0 +1,13 @@
## [clusterissuer-1.0.7](https://github.com/truecharts/charts/compare/clusterissuer-1.0.6...clusterissuer-1.0.7) (2023-06-17)
### Chore
- update container image tccr.io/truecharts/scratch to latest ([#9729](https://github.com/truecharts/charts/issues/9729))
### Docs
- Add more details API tokens ([#9650](https://github.com/truecharts/charts/issues/9650))

View File

@ -1,6 +1,6 @@
image:
repository: tccr.io/truecharts/scratch
tag: latest@sha256:9dd0f68d32ace452a3a75273bd8e3a074d0a14e4d38683389c73887432832fc3
tag: latest@sha256:810a973aaa95d119a872ed1f2af5aa92b2f460a56c8f1b85c22058c37cb2adef
pullPolicy: IfNotPresent
manifestManager:
enabled: true

View File

@ -2,3 +2,4 @@ icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/clusterissuer.png
categories:
- core
screenshots: []

View File

@ -1,9 +0,0 @@
## [metallb-config-1.1.8](https://github.com/truecharts/charts/compare/metallb-config-1.1.7...metallb-config-1.1.8) (2023-06-13)
### Feat
- update metallb docs for operator-based version ([#9587](https://github.com/truecharts/charts/issues/9587))

View File

@ -4,6 +4,16 @@
## [metallb-config-1.1.9](https://github.com/truecharts/charts/compare/metallb-config-1.1.8...metallb-config-1.1.9) (2023-06-17)
### Chore
- update container image tccr.io/truecharts/scratch to latest ([#9729](https://github.com/truecharts/charts/issues/9729))
- update helm chart common to 12.14.2 ([#9599](https://github.com/truecharts/charts/issues/9599))
## [metallb-config-1.1.8](https://github.com/truecharts/charts/compare/metallb-config-1.1.7...metallb-config-1.1.8) (2023-06-13)
### Feat
@ -87,5 +97,3 @@
### Chore
- rename metallb to metallb-config and cert-manager to clusterissuer ([#9202](https://github.com/truecharts/charts/issues/9202))

View File

@ -10,7 +10,7 @@ keywords:
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 12.14.1
version: 12.14.2
kubeVersion: ">=1.16.0-0"
maintainers:
- email: info@truecharts.org
@ -22,7 +22,7 @@ sources:
- https://github.com/metallb/metallb
- https://metallb.universe.tf
type: application
version: 1.1.8
version: 1.1.9
annotations:
truecharts.org/catagories: |
- core

View File

@ -0,0 +1,10 @@
## [metallb-config-1.1.9](https://github.com/truecharts/charts/compare/metallb-config-1.1.8...metallb-config-1.1.9) (2023-06-17)
### Chore
- update container image tccr.io/truecharts/scratch to latest ([#9729](https://github.com/truecharts/charts/issues/9729))
- update helm chart common to 12.14.2 ([#9599](https://github.com/truecharts/charts/issues/9599))

View File

@ -1,6 +1,6 @@
image:
repository: tccr.io/truecharts/scratch
tag: latest@sha256:9dd0f68d32ace452a3a75273bd8e3a074d0a14e4d38683389c73887432832fc3
tag: latest@sha256:810a973aaa95d119a872ed1f2af5aa92b2f460a56c8f1b85c22058c37cb2adef
pullPolicy: IfNotPresent
manifestManager:
enabled: false

View File

@ -30,19 +30,19 @@ groups:
- 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: 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: ipAddressPools
group: App Configuration
label: IP Address Pools Object

View File

@ -2,3 +2,4 @@ icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/metallb-config.png
categories:
- core
screenshots: []