Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2023-01-19 20:24:53 +00:00
parent c968ef0571
commit fc0b30409b
14 changed files with 73 additions and 73 deletions

View File

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

View File

@@ -4,6 +4,15 @@
## [misskey-3.0.21](https://github.com/truecharts/charts/compare/misskey-3.0.20...misskey-3.0.21) (2023-01-19)
### Chore
- update container image tccr.io/truecharts/misskey to v13.0.0
## [misskey-3.0.20](https://github.com/truecharts/charts/compare/misskey-3.0.19...misskey-3.0.20) (2023-01-17)
### Chore
@@ -88,12 +97,3 @@
## [misskey-3.0.11](https://github.com/truecharts/charts/compare/misskey-3.0.10...misskey-3.0.11) (2022-12-05)
### Chore
- update helm general non-major
## [misskey-3.0.10](https://github.com/truecharts/charts/compare/misskey-3.0.9...misskey-3.0.10) (2022-12-03)

View File

@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "12.119.2"
appVersion: "13.0.0"
home: https://truecharts.org/charts/incubator/misskey
dependencies:
- name: common
@@ -38,4 +38,4 @@ annotations:
truecharts.org/catagories: |
- Social
type: application
version: 3.0.20
version: 3.0.21

View File

@@ -0,0 +1,9 @@
## [misskey-3.0.21](https://github.com/truecharts/charts/compare/misskey-3.0.20...misskey-3.0.21) (2023-01-19)
### Chore
- update container image tccr.io/truecharts/misskey to v13.0.0

View File

@@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/misskey
pullPolicy: IfNotPresent
tag: 12.119.2@sha256:b3cdeba346b5c34e5773ef68160a706dbb94e61b72ca7040c0417b7387f755c8
tag: 13.0.0@sha256:651e9f1bdce0bce6f713a3b16f851ff702d8ac75a165febdbae7de97a82f293c
securityContext:
readOnlyRootFilesystem: false

View File

@@ -1130,58 +1130,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