Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
1e93b91b52
commit
9d185c406d
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [putty-5.0.10](https://github.com/truecharts/charts/compare/putty-5.0.9...putty-5.0.10) (2023-11-10)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/putty to v23.11.1 ([#14537](https://github.com/truecharts/charts/issues/14537))
|
||||
|
||||
|
||||
|
||||
|
||||
## [putty-5.0.9](https://github.com/truecharts/charts/compare/putty-5.0.8...putty-5.0.9) (2023-11-08)
|
||||
|
||||
### Chore
|
||||
|
@ -88,12 +97,3 @@
|
|||
|
||||
- update helm general non-major ([#10955](https://github.com/truecharts/charts/issues/10955))
|
||||
|
||||
|
||||
|
||||
|
||||
## [putty-4.0.16](https://github.com/truecharts/charts/compare/putty-4.0.15...putty-4.0.16) (2023-07-01)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#10069](https://github.com/truecharts/charts/issues/10069))
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
apiVersion: v2
|
||||
appVersion: "23.08.1"
|
||||
appVersion: "23.11.1"
|
||||
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.9
|
||||
version: 5.0.10
|
||||
annotations:
|
||||
truecharts.org/category: utilities
|
||||
truecharts.org/SCALE-support: "true"
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [putty-5.0.10](https://github.com/truecharts/charts/compare/putty-5.0.9...putty-5.0.10) (2023-11-10)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/putty to v23.11.1 ([#14537](https://github.com/truecharts/charts/issues/14537))
|
||||
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/putty
|
||||
tag: v23.08.1@sha256:058a3bac3823e9a759ce602ef4cd20ac298b36c42543a75840fdca8f2da428f3
|
||||
tag: v23.11.1@sha256:8bcf799d467e7f7b90c6fe95b90efd644e85263d8e89581e53575ef338e37b5f
|
||||
pullPolicy: IfNotPresent
|
||||
service:
|
||||
main:
|
|
@ -894,7 +894,7 @@ questions:
|
|||
label: Paths
|
||||
schema:
|
||||
type: list
|
||||
default: []
|
||||
default: [{path: "/", pathType: "Prefix"}]
|
||||
items:
|
||||
- variable: pathEntry
|
||||
label: Host
|
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [putty-5.0.9](https://github.com/truecharts/charts/compare/putty-5.0.8...putty-5.0.9) (2023-11-08)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#14465](https://github.com/truecharts/charts/issues/14465))
|
||||
|
||||
|
Loading…
Reference in New Issue