Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-01-21 20:10:37 +00:00
parent 4da5ebcbd7
commit d801081f2e
18 changed files with 73 additions and 73 deletions

View File

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

View File

@ -4,6 +4,15 @@
## [netbox-3.0.24](https://github.com/truecharts/charts/compare/netbox-3.0.23...netbox-3.0.24) (2023-01-21)
### Chore
- update container image tccr.io/truecharts/netbox to v3.4.3
## [netbox-3.0.23](https://github.com/truecharts/charts/compare/netbox-3.0.22...netbox-3.0.23) (2023-01-17)
### Chore
@ -88,12 +97,3 @@
## [netbox-3.0.14](https://github.com/truecharts/charts/compare/netbox-3.0.13...netbox-3.0.14) (2022-12-18)
### Chore
- update helm chart postgresql to v11.0.13 ([#5495](https://github.com/truecharts/charts/issues/5495))
- update helm chart redis to v5.0.16
## [netbox-3.0.13](https://github.com/truecharts/charts/compare/netbox-3.0.12...netbox-3.0.13) (2022-12-16)

View File

@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "3.4.2"
appVersion: "3.4.3"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
@ -27,7 +27,7 @@ name: netbox
sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/netbox
- https://github.com/netbox-community/netbox-docker
version: 3.0.23
version: 3.0.24
annotations:
truecharts.org/catagories: |
- network

View File

@ -0,0 +1,9 @@
## [netbox-3.0.24](https://github.com/truecharts/charts/compare/netbox-3.0.23...netbox-3.0.24) (2023-01-21)
### Chore
- update container image tccr.io/truecharts/netbox to v3.4.3

View File

@ -1,6 +1,6 @@
image:
repository: tccr.io/truecharts/netbox
tag: 3.4.2@sha256:0ac7b76426be7c1e2700fb9b19f5b0595455f5b775043a79f73e3bdb201ab02c
tag: 3.4.3@sha256:840ea268a5a8ca50de9f3fe2c4432e79958cecfc5d7151da7025a681b1895c74
pullPolicy: IfNotPresent
securityContext:

View File

@ -1899,58 +1899,58 @@ questions:
type: string
default: 30s
required: true
- 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