Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-01-30 23:25:59 +00:00
parent a89348cf97
commit 99d11fd8a1
11 changed files with 118 additions and 77 deletions

View File

@ -1,9 +0,0 @@
## [artifactory-oss-2.0.15](https://github.com/truecharts/charts/compare/artifactory-oss-2.0.14...artifactory-oss-2.0.15) (2023-01-16)
### Chore
- update container image tccr.io/truecharts/artifactory-oss to v7.49.5

View File

@ -4,6 +4,15 @@
## [artifactory-oss-2.0.16](https://github.com/truecharts/charts/compare/artifactory-oss-2.0.15...artifactory-oss-2.0.16) (2023-01-30)
### Chore
- update container image tccr.io/truecharts/artifactory-oss to v7.49.6
## [artifactory-oss-2.0.15](https://github.com/truecharts/charts/compare/artifactory-oss-2.0.14...artifactory-oss-2.0.15) (2023-01-16)
### Chore
@ -88,12 +97,3 @@
## [artifactory-oss-2.0.6](https://github.com/truecharts/charts/compare/artifactory-oss-2.0.5...artifactory-oss-2.0.6) (2022-12-13)
### Chore
- update helm general non-major
## [artifactory-oss-2.0.5](https://github.com/truecharts/charts/compare/artifactory-oss-2.0.4...artifactory-oss-2.0.5) (2022-12-07)

View File

@ -4,7 +4,7 @@ annotations:
- Productivity
- Tools-Utilities
apiVersion: v2
appVersion: "7.49.5"
appVersion: "7.49.6"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
@ -28,4 +28,4 @@ sources:
- https://jfrog.com/
- https://registry.hub.docker.com/r/docker.bintray.io/jfrog/artifactory-oss
type: application
version: 2.0.15
version: 2.0.16

View File

@ -0,0 +1,9 @@
## [artifactory-oss-2.0.16](https://github.com/truecharts/charts/compare/artifactory-oss-2.0.15...artifactory-oss-2.0.16) (2023-01-30)
### Chore
- update container image tccr.io/truecharts/artifactory-oss to v7.49.6

View File

@ -3,7 +3,7 @@ env:
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/artifactory-oss
tag: 7.49.5@sha256:aa64c01226af60a77aae6e4c54d42b3db710c5a0882dc66c3c6f45196c3b8756
tag: 7.49.6@sha256:ef34566273404f7e7516113fbb4f0ff8b11499846fc4728fd549b786ed078d4c
persistence:
varoptjfrogartifactory:
enabled: true

View File

@ -637,10 +637,17 @@ questions:
type: string
required: true
default: Prefix
- variable: clusterIssuer
label: clusterIssuer
description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates. Cannot be used combined with tls option below'
schema:
type: string
default: ""
- variable: tls
label: TLS-Settings
schema:
type: list
show_if: [["clusterIssuer", "=", ""]]
default: []
items:
- variable: tlsEntry
@ -661,12 +668,26 @@ questions:
type: string
default: ""
required: true
- variable: scaleCert
label: Select TrueNAS SCALE Certificate
- variable: clusterIssuer
label: Use Cert-Manager clusterIssuer
description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
schema:
type: string
default: ""
- variable: scaleCert
label: Use TrueNAS SCALE Certificate (Deprecated)
schema:
show_if: [["clusterIssuer", "=", ""]]
type: int
$ref:
- "definitions/certificate"
- variable: secretName
label: Use Custom Secret (Advanced)
schema:
show_if: [["clusterIssuer", "=", ""]]
type: string
default: ""
- variable: entrypoint
label: (Advanced) Traefik Entrypoint
description: Entrypoint used by Traefik when using Traefik as Ingress Provider
@ -778,11 +799,18 @@ questions:
label: Service Port
schema:
type: int
- variable: clusterIssuer
label: clusterIssuer
description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates. Cannot be used combined with tls option below'
schema:
type: string
default: ""
- variable: tls
label: TLS-Settings
schema:
type: list
default: []
show_if: [["clusterIssuer", "=", ""]]
items:
- variable: tlsEntry
label: Host
@ -802,12 +830,25 @@ questions:
type: string
default: ""
required: true
- variable: scaleCert
label: Select TrueNAS SCALE Certificate
- variable: clusterIssuer
label: Use Cert-Manager clusterIssuer
description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
schema:
type: string
default: ""
- variable: scaleCert
label: Use TrueNAS SCALE Certificate (Deprecated)
schema:
show_if: [["clusterIssuer", "=", ""]]
type: int
$ref:
- "definitions/certificate"
- variable: secretName
label: Use Custom Secret (Advanced)
schema:
type: string
show_if: [["clusterIssuer", "=", ""]]
default: ""
- variable: entrypoint
label: Traefik Entrypoint
description: Entrypoint used by Traefik when using Traefik as Ingress Provider
@ -1034,58 +1075,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