Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
9c398990f5
commit
9648e2cf89
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [netbox-3.0.30](https://github.com/truecharts/charts/compare/netbox-3.0.29...netbox-3.0.30) (2023-02-05)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/netbox to v3.4.4
|
||||
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [netbox-3.0.31](https://github.com/truecharts/charts/compare/netbox-3.0.30...netbox-3.0.31) (2023-02-08)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/netbox to 3.4.4
|
||||
|
||||
|
||||
|
||||
|
||||
## [netbox-3.0.30](https://github.com/truecharts/charts/compare/netbox-3.0.29...netbox-3.0.30) (2023-02-05)
|
||||
|
||||
### Chore
|
||||
|
@ -88,12 +97,3 @@
|
|||
## [netbox-3.0.21](https://github.com/truecharts/charts/compare/netbox-3.0.20...netbox-3.0.21) (2023-01-07)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#6121](https://github.com/truecharts/charts/issues/6121))
|
||||
|
||||
|
||||
|
||||
|
||||
## [netbox-3.0.20](https://github.com/truecharts/charts/compare/netbox-3.0.19...netbox-3.0.20) (2022-12-27)
|
||||
|
||||
### Chore
|
|
@ -28,7 +28,7 @@ sources:
|
|||
- https://github.com/truecharts/charts/tree/master/charts/incubator/netbox
|
||||
- https://hub.docker.com/netboxcommunity/netbox
|
||||
- https://github.com/netbox-community/netbox-docker
|
||||
version: 3.0.30
|
||||
version: 3.0.31
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- network
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [netbox-3.0.31](https://github.com/truecharts/charts/compare/netbox-3.0.30...netbox-3.0.31) (2023-02-08)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/netbox to 3.4.4
|
||||
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/netbox
|
||||
tag: 3.4.4@sha256:6e9c98f8f34260fbf6d4ff749bc3b2d753eb0521f588db690e16dc471fb66920
|
||||
tag: 3.4.4@sha256:32936a9aff1e9e29f562480335dc091032ce3b2296231d936e8665357aae2c1f
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
securityContext:
|
|
@ -1905,42 +1905,41 @@ questions:
|
|||
$ref:
|
||||
- "definitions/gpuConfiguration"
|
||||
attrs: []
|
||||
# - variable: metrics
|
||||
# group: Metrics
|
||||
# label: Prometheus Metrics
|
||||
# schema:
|
||||
# additional_attrs: true
|
||||
# type: dict
|
||||
# attrs:
|
||||
# - variable: enabled
|
||||
# label: Enabled
|
||||
# description: Enable Prometheus Metrics
|
||||
# schema:
|
||||
# type: boolean
|
||||
# default: true
|
||||
# show_subquestions_if: true
|
||||
# subquestions:
|
||||
# - variable: serviceMonitor
|
||||
# label: Service Monitor Settings
|
||||
# schema:
|
||||
# additional_attrs: true
|
||||
# type: dict
|
||||
# attrs:
|
||||
# - variable: interval
|
||||
# label: Scrape Interval
|
||||
# description: Scrape interval time
|
||||
# schema:
|
||||
# type: string
|
||||
# default: 1m
|
||||
# required: true
|
||||
# - variable: scrapeTimeout
|
||||
# label: Scrape Timeout
|
||||
# description: Scrape timeout Time
|
||||
# schema:
|
||||
# type: string
|
||||
# default: 30s
|
||||
# required: true
|
||||
#
|
||||
- variable: metrics
|
||||
group: Metrics
|
||||
label: Prometheus Metrics
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: enabled
|
||||
label: Enabled
|
||||
description: Enable Prometheus Metrics
|
||||
schema:
|
||||
type: boolean
|
||||
default: true
|
||||
show_subquestions_if: true
|
||||
subquestions:
|
||||
- variable: serviceMonitor
|
||||
label: Service Monitor Settings
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: interval
|
||||
label: Scrape Interval
|
||||
description: Scrape interval time
|
||||
schema:
|
||||
type: string
|
||||
default: 1m
|
||||
required: true
|
||||
- variable: scrapeTimeout
|
||||
label: Scrape Timeout
|
||||
description: Scrape timeout Time
|
||||
schema:
|
||||
type: string
|
||||
default: 30s
|
||||
required: true
|
||||
# - variable: horizontalPodAutoscaler
|
||||
# group: Advanced
|
||||
# label: (Advanced) Horizontal Pod Autoscaler
|
Loading…
Reference in New Issue