Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
d011a70799
commit
63eace2e8a
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [znc-4.0.10](https://github.com/truecharts/charts/compare/znc-4.0.9...znc-4.0.10) (2023-02-10)
|
||||
|
||||
### Fix
|
||||
|
||||
- ensure new helm deps repo is used in latest releases as well.
|
||||
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [znc-4.0.11](https://github.com/truecharts/charts/compare/znc-4.0.10...znc-4.0.11) (2023-02-20)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/znc to v1.8.2
|
||||
|
||||
|
||||
|
||||
|
||||
## [znc-4.0.10](https://github.com/truecharts/charts/compare/znc-4.0.9...znc-4.0.10) (2023-02-10)
|
||||
|
||||
### Fix
|
||||
|
@ -88,12 +97,3 @@
|
|||
|
||||
## [znc-4.0.2](https://github.com/truecharts/charts/compare/znc-4.0.1...znc-4.0.2) (2022-11-30)
|
||||
|
||||
|
||||
|
||||
|
||||
## [znc-4.0.2](https://github.com/truecharts/charts/compare/znc-4.0.1...znc-4.0.2) (2022-11-30)
|
||||
|
||||
|
||||
|
||||
|
||||
## [znc-4.0.2](https://github.com/truecharts/charts/compare/znc-4.0.1...znc-4.0.2) (2022-11-30)
|
|
@ -1,7 +1,7 @@
|
|||
apiVersion: v2
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
name: znc
|
||||
version: 4.0.10
|
||||
version: 4.0.11
|
||||
appVersion: "1.8.2"
|
||||
description: Znc is an IRC network bouncer or BNC. It can detach the client from the actual IRC server, and also from selected channels.
|
||||
type: application
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [znc-4.0.11](https://github.com/truecharts/charts/compare/znc-4.0.10...znc-4.0.11) (2023-02-20)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/znc to v1.8.2
|
||||
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/znc
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v1.8.2@sha256:ca99c244a4fb2a52e26bc3394f7e1fefa4311ec9c17b76a3dcd9c6dcc05697a9
|
||||
tag: v1.8.2@sha256:1011c7257e92564006c1f8705e58e321ea53fa9c21664ef3c65ed913670c8884
|
||||
|
||||
securityContext:
|
||||
runAsNonRoot: false
|
Loading…
Reference in New Issue