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)
|
## [putty-5.0.9](https://github.com/truecharts/charts/compare/putty-5.0.8...putty-5.0.9) (2023-11-08)
|
||||||
|
|
||||||
### Chore
|
### Chore
|
||||||
|
@ -88,12 +97,3 @@
|
||||||
|
|
||||||
- update helm general non-major ([#10955](https://github.com/truecharts/charts/issues/10955))
|
- 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
|
apiVersion: v2
|
||||||
appVersion: "23.08.1"
|
appVersion: "23.11.1"
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://library-charts.truecharts.org
|
repository: https://library-charts.truecharts.org
|
||||||
|
@ -21,7 +21,7 @@ sources:
|
||||||
- https://github.com/truecharts/charts/tree/master/charts/stable/putty
|
- https://github.com/truecharts/charts/tree/master/charts/stable/putty
|
||||||
- https://github.com/jlesage/docker-putty
|
- https://github.com/jlesage/docker-putty
|
||||||
type: application
|
type: application
|
||||||
version: 5.0.9
|
version: 5.0.10
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/category: utilities
|
truecharts.org/category: utilities
|
||||||
truecharts.org/SCALE-support: "true"
|
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:
|
image:
|
||||||
repository: tccr.io/truecharts/putty
|
repository: tccr.io/truecharts/putty
|
||||||
tag: v23.08.1@sha256:058a3bac3823e9a759ce602ef4cd20ac298b36c42543a75840fdca8f2da428f3
|
tag: v23.11.1@sha256:8bcf799d467e7f7b90c6fe95b90efd644e85263d8e89581e53575ef338e37b5f
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
service:
|
service:
|
||||||
main:
|
main:
|
|
@ -894,7 +894,7 @@ questions:
|
||||||
label: Paths
|
label: Paths
|
||||||
schema:
|
schema:
|
||||||
type: list
|
type: list
|
||||||
default: []
|
default: [{path: "/", pathType: "Prefix"}]
|
||||||
items:
|
items:
|
||||||
- variable: pathEntry
|
- variable: pathEntry
|
||||||
label: Host
|
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