Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2023-01-18 14:15:43 +00:00
parent 6ec07a84a3
commit db1b5bd55e
12 changed files with 73 additions and 73 deletions

View File

@@ -1,9 +0,0 @@
## [ghost-6.0.37](https://github.com/truecharts/charts/compare/ghost-6.0.36...ghost-6.0.37) (2023-01-17)
### Chore
- update helm general non-major ([#6430](https://github.com/truecharts/charts/issues/6430))

View File

@@ -4,6 +4,15 @@
## [ghost-6.0.38](https://github.com/truecharts/charts/compare/ghost-6.0.37...ghost-6.0.38) (2023-01-18)
### Chore
- update container image tccr.io/truecharts/ghost to v5.30.1
## [ghost-6.0.37](https://github.com/truecharts/charts/compare/ghost-6.0.36...ghost-6.0.37) (2023-01-17)
### Chore
@@ -88,12 +97,3 @@
## [ghost-6.0.28](https://github.com/truecharts/charts/compare/ghost-6.0.26...ghost-6.0.28) (2022-12-22)
### Chore
- update container image tccr.io/truecharts/ghost to v5.26.2
- update container image tccr.io/truecharts/ghost to v
## [ghost-6.0.26](https://github.com/truecharts/charts/compare/ghost-6.0.25...ghost-6.0.26) (2022-12-21)

View File

@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "5.28.0"
appVersion: "5.30.1"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
@@ -26,7 +26,7 @@ sources:
- https://github.com/TryGhost/Ghost
- https://hub.docker.com/_/ghost
- https://ghost.org/docs/
version: 6.0.37
version: 6.0.38
annotations:
truecharts.org/catagories: |
- productivity

View File

@@ -0,0 +1,9 @@
## [ghost-6.0.38](https://github.com/truecharts/charts/compare/ghost-6.0.37...ghost-6.0.38) (2023-01-18)
### Chore
- update container image tccr.io/truecharts/ghost to v5.30.1

View File

@@ -1,6 +1,6 @@
image:
repository: tccr.io/truecharts/ghost
tag: 5.28.0@sha256:89a7f662855e08c795e5d5106ef524077f4e68489b752331b9f0bbed381855f2
tag: 5.30.1@sha256:3f609271dee81e5322d052c3aa64ff8d221394cc33e865b9addc83523cb07776
pullPolicy: IfNotPresent
env:

View File

@@ -1236,58 +1236,58 @@ questions:
$ref:
- "definitions/gpuConfiguration"
attrs: []
- variable: horizontalPodAutoscaler
group: Advanced
label: (Advanced) Horizontal Pod Autoscaler
schema:
type: list
default: []
items:
- variable: hpaEntry
label: HPA Entry
schema:
additional_attrs: true
type: dict
attrs:
- variable: name
label: Name
schema:
type: string
required: true
default: ""
- variable: enabled
label: Enabled
schema:
type: boolean
default: false
show_subquestions_if: true
subquestions:
- variable: target
label: Target
description: Deployment name, Defaults to Main Deployment
schema:
type: string
default: ""
- variable: minReplicas
label: Minimum Replicas
schema:
type: int
default: 1
- variable: maxReplicas
label: Maximum Replicas
schema:
type: int
default: 5
- variable: targetCPUUtilizationPercentage
label: Target CPU Utilization Percentage
schema:
type: int
default: 80
- variable: targetMemoryUtilizationPercentage
label: Target Memory Utilization Percentage
schema:
type: int
default: 80
# - variable: horizontalPodAutoscaler
# group: Advanced
# label: (Advanced) Horizontal Pod Autoscaler
# schema:
# type: list
# default: []
# items:
# - variable: hpaEntry
# label: HPA Entry
# schema:
# additional_attrs: true
# type: dict
# attrs:
# - variable: name
# label: Name
# schema:
# type: string
# required: true
# default: ""
# - variable: enabled
# label: Enabled
# schema:
# type: boolean
# default: false
# show_subquestions_if: true
# subquestions:
# - variable: target
# label: Target
# description: Deployment name, Defaults to Main Deployment
# schema:
# type: string
# default: ""
# - variable: minReplicas
# label: Minimum Replicas
# schema:
# type: int
# default: 1
# - variable: maxReplicas
# label: Maximum Replicas
# schema:
# type: int
# default: 5
# - variable: targetCPUUtilizationPercentage
# label: Target CPU Utilization Percentage
# schema:
# type: int
# default: 80
# - variable: targetMemoryUtilizationPercentage
# label: Target Memory Utilization Percentage
# schema:
# type: int
# default: 80
- variable: networkPolicy
group: Advanced
label: (Advanced) Network Policy