Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2023-01-19 13:29:39 +00:00
parent f038d34616
commit e9fded0ea1
12 changed files with 74 additions and 69 deletions

View File

@@ -1,4 +0,0 @@
## [plex-meta-manager-2.0.11](https://github.com/truecharts/charts/compare/plex-meta-manager-2.0.10...plex-meta-manager-2.0.11) (2023-01-14)

View File

@@ -4,6 +4,15 @@
## [plex-meta-manager-2.0.12](https://github.com/truecharts/charts/compare/plex-meta-manager-2.0.11...plex-meta-manager-2.0.12) (2023-01-19)
### Chore
- update container image tccr.io/truecharts/plex-meta-manager to v1.18.3
## [plex-meta-manager-2.0.11](https://github.com/truecharts/charts/compare/plex-meta-manager-2.0.10...plex-meta-manager-2.0.11) (2023-01-14)
@@ -88,12 +97,3 @@
## [plex-meta-manager-2.0.2](https://github.com/truecharts/charts/compare/plex-meta-manager-2.0.1...plex-meta-manager-2.0.2) (2022-11-30)
## [plex-meta-manager-2.0.2](https://github.com/truecharts/charts/compare/plex-meta-manager-2.0.1...plex-meta-manager-2.0.2) (2022-11-30)

View File

@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "1.18.2"
appVersion: "1.18.3"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
@@ -21,7 +21,7 @@ sources:
- https://hub.docker.com/r/meisnate12/plex-meta-manager
- https://github.com/meisnate12/Plex-Meta-Manager
type: application
version: 2.0.11
version: 2.0.12
annotations:
truecharts.org/catagories: |
- media

View File

@@ -0,0 +1,9 @@
## [plex-meta-manager-2.0.12](https://github.com/truecharts/charts/compare/plex-meta-manager-2.0.11...plex-meta-manager-2.0.12) (2023-01-19)
### Chore
- update container image tccr.io/truecharts/plex-meta-manager to v1.18.3

View File

@@ -5,4 +5,4 @@ This App is supplied by TrueCharts, for more information visit the manual: [http
---
TrueCharts can only exist due to the incredible effort of our staff.
Please consider making a [donation](https://truecharts.org/about/sponsor) or contributing back to the project any way you can!
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!

View File

@@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/plex-meta-manager
pullPolicy: IfNotPresent
tag: 1.18.2@sha256:a4f219176da7dd5cb422b7675c1175aac29133daf2fac755c949f04c2fb0cce5
tag: 1.18.3@sha256:d8adb30906dbeffae964364bb7b98372b06283c8e9ab3e7624eab2265478e8fc
securityContext:
readOnlyRootFilesystem: false

View File

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