Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
d23d5abc32
commit
f976820176
|
@ -1,4 +0,0 @@
|
|||
|
||||
|
||||
## [putty-5.0.11](https://github.com/truecharts/charts/compare/putty-5.0.10...putty-5.0.11) (2023-11-17)
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [putty-5.0.12](https://github.com/truecharts/charts/compare/putty-5.0.11...putty-5.0.12) (2023-11-20)
|
||||
|
||||
### Fix
|
||||
|
||||
- update container image jlesage/putty to v23.11.2 ([#15157](https://github.com/truecharts/charts/issues/15157))
|
||||
|
||||
|
||||
|
||||
|
||||
## [putty-5.0.11](https://github.com/truecharts/charts/compare/putty-5.0.10...putty-5.0.11) (2023-11-17)
|
||||
|
||||
|
||||
|
@ -88,12 +97,3 @@
|
|||
- update container image tccr.io/truecharts/putty to v23.08.1 ([#12177](https://github.com/truecharts/charts/issues/12177))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [putty-5.0.0](https://github.com/truecharts/charts/compare/putty-4.0.17...putty-5.0.0) (2023-07-31)
|
||||
|
||||
|
||||
|
||||
|
||||
## [putty-4.0.17](https://github.com/truecharts/charts/compare/putty-4.0.16...putty-4.0.17) (2023-07-29)
|
|
@ -1,5 +1,5 @@
|
|||
apiVersion: v2
|
||||
appVersion: "23.11.1"
|
||||
appVersion: 3.11.2
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
|
@ -21,7 +21,7 @@ sources:
|
|||
- https://github.com/truecharts/charts/tree/master/charts/stable/putty
|
||||
- https://github.com/jlesage/docker-putty
|
||||
type: application
|
||||
version: 5.0.11
|
||||
version: 5.0.12
|
||||
annotations:
|
||||
truecharts.org/category: utilities
|
||||
truecharts.org/SCALE-support: "true"
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [putty-5.0.12](https://github.com/truecharts/charts/compare/putty-5.0.11...putty-5.0.12) (2023-11-20)
|
||||
|
||||
### Fix
|
||||
|
||||
- update container image jlesage/putty to v23.11.2 ([#15157](https://github.com/truecharts/charts/issues/15157))
|
||||
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
image:
|
||||
repository: jlesage/putty
|
||||
tag: v23.11.1@sha256:a16a69a7b3e68d67a8f420cf207036a41f36a9de6238c6448252a719cc50db43
|
||||
tag: v23.11.2@sha256:340eaaac4919acd07567996eff3c5a39fbba8b3bd724bf34cddf890d68bdfce8
|
||||
pullPolicy: IfNotPresent
|
||||
service:
|
||||
main:
|
Loading…
Reference in New Issue