Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
8c7697cdda
commit
55b1b48a35
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [syslog-ng-6.0.1](https://github.com/truecharts/charts/compare/syslog-ng-6.0.0...syslog-ng-6.0.1) (2023-09-28)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/syslog-ng to v4.4.0 ([#13059](https://github.com/truecharts/charts/issues/13059))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [syslog-ng-6.0.0](https://github.com/truecharts/charts/compare/syslog-ng-5.0.26...syslog-ng-6.0.0) (2023-07-31)
|
||||
|
||||
|
@ -88,12 +97,3 @@
|
|||
|
||||
- update helm general non-major ([#9393](https://github.com/truecharts/charts/issues/9393))
|
||||
|
||||
### Feat
|
||||
|
||||
- hide advanced ingress options behind checbox ([#9203](https://github.com/truecharts/charts/issues/9203))
|
||||
|
||||
|
||||
|
||||
|
||||
## [syslog-ng-5.0.17](https://github.com/truecharts/charts/compare/syslog-ng-5.0.16...syslog-ng-5.0.17) (2023-05-27)
|
||||
|
|
@ -1,8 +1,8 @@
|
|||
apiVersion: v2
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
name: syslog-ng
|
||||
version: 6.0.0
|
||||
appVersion: "4.3.1"
|
||||
version: 6.0.1
|
||||
appVersion: "4.4.0"
|
||||
description: syslog-ng allows you to flexibly collect, parse, classify, rewrite and correlate logs.
|
||||
type: application
|
||||
deprecated: false
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [syslog-ng-6.0.1](https://github.com/truecharts/charts/compare/syslog-ng-6.0.0...syslog-ng-6.0.1) (2023-09-28)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/syslog-ng to v4.4.0 ([#13059](https://github.com/truecharts/charts/issues/13059))
|
||||
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/syslog-ng
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v4.3.1@sha256:763fdd259d607ccdae61afe397c42c5fafc58b7357a17602ad0f3fe6f3e16123
|
||||
tag: v4.4.0@sha256:2d6d03f0565072b0c4bb4e0490c39e78538db481e3a6e30db189e4c40bbd219a
|
||||
service:
|
||||
main:
|
||||
ports:
|
Loading…
Reference in New Issue