Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
|
||||
|
||||
## [netbox-3.0.26](https://github.com/truecharts/charts/compare/netbox-3.0.25...netbox-3.0.26) (2023-01-24)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#6689](https://github.com/truecharts/charts/issues/6689))
|
||||
|
||||
|
||||
@@ -4,6 +4,15 @@
|
||||
|
||||
|
||||
|
||||
## [netbox-3.0.27](https://github.com/truecharts/charts/compare/netbox-3.0.26...netbox-3.0.27) (2023-01-26)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/netbox to 3.4.3
|
||||
|
||||
|
||||
|
||||
|
||||
## [netbox-3.0.26](https://github.com/truecharts/charts/compare/netbox-3.0.25...netbox-3.0.26) (2023-01-24)
|
||||
|
||||
### Chore
|
||||
@@ -88,12 +97,3 @@
|
||||
## [netbox-3.0.17](https://github.com/truecharts/charts/compare/netbox-3.0.16...netbox-3.0.17) (2022-12-25)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major
|
||||
|
||||
|
||||
|
||||
|
||||
## [netbox-3.0.16](https://github.com/truecharts/charts/compare/netbox-3.0.15...netbox-3.0.16) (2022-12-24)
|
||||
|
||||
### Chore
|
||||
@@ -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.26
|
||||
version: 3.0.27
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- network
|
||||
9
incubator/netbox/3.0.27/app-changelog.md
Normal file
9
incubator/netbox/3.0.27/app-changelog.md
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
|
||||
## [netbox-3.0.27](https://github.com/truecharts/charts/compare/netbox-3.0.26...netbox-3.0.27) (2023-01-26)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/netbox to 3.4.3
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: tccr.io/truecharts/netbox
|
||||
tag: 3.4.3@sha256:840ea268a5a8ca50de9f3fe2c4432e79958cecfc5d7151da7025a681b1895c74
|
||||
tag: 3.4.3@sha256:55bbae96d3cad30c039f97eee2707d69acd8db7c58e1be5885f336bef936f9c0
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
securityContext:
|
||||
@@ -1905,41 +1905,42 @@ 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
|
||||
Reference in New Issue
Block a user