Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
1c3eb6481d
commit
6b24467468
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [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))
|
||||
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [netbox-3.0.22](https://github.com/truecharts/charts/compare/netbox-3.0.21...netbox-3.0.22) (2023-01-10)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/netbox to v3.4.2
|
||||
|
||||
|
||||
|
||||
|
||||
## [netbox-3.0.21](https://github.com/truecharts/charts/compare/netbox-3.0.20...netbox-3.0.21) (2023-01-07)
|
||||
|
||||
### Chore
|
||||
|
@ -88,12 +97,3 @@
|
|||
|
||||
## [netbox-3.0.12](https://github.com/truecharts/charts/compare/netbox-3.0.11...netbox-3.0.12) (2022-12-13)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major
|
||||
|
||||
|
||||
|
||||
|
||||
## [netbox-3.0.11](https://github.com/truecharts/charts/compare/netbox-3.0.10...netbox-3.0.11) (2022-12-11)
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
apiVersion: v2
|
||||
appVersion: "3.4.1"
|
||||
appVersion: "3.4.2"
|
||||
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.21
|
||||
version: 3.0.22
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- network
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [netbox-3.0.22](https://github.com/truecharts/charts/compare/netbox-3.0.21...netbox-3.0.22) (2023-01-10)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/netbox to v3.4.2
|
||||
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/netbox
|
||||
tag: 3.4.1@sha256:5ee5fbde125e060119ba08364f048a4d65f5f407c63383b29420d38bdeebd22a
|
||||
tag: 3.4.2@sha256:0ac7b76426be7c1e2700fb9b19f5b0595455f5b775043a79f73e3bdb201ab02c
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
securityContext:
|
Loading…
Reference in New Issue