Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
d47db3885c
commit
5ac8492bcd
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [static-web-server-1.0.4](https://github.com/truecharts/charts/compare/static-web-server-1.0.3...static-web-server-1.0.4) (2023-10-07)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#13386](https://github.com/truecharts/charts/issues/13386))
|
||||
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [static-web-server-1.0.5](https://github.com/truecharts/charts/compare/static-web-server-1.0.4...static-web-server-1.0.5) (2023-10-19)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/static-web-server to v2.23.0 ([#13768](https://github.com/truecharts/charts/issues/13768))
|
||||
|
||||
|
||||
|
||||
|
||||
## [static-web-server-1.0.4](https://github.com/truecharts/charts/compare/static-web-server-1.0.3...static-web-server-1.0.4) (2023-10-07)
|
||||
|
||||
### Chore
|
|
@ -1,5 +1,5 @@
|
|||
apiVersion: v2
|
||||
appVersion: "2.22.1"
|
||||
appVersion: "2.23.0"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
|
@ -23,7 +23,7 @@ sources:
|
|||
- https://github.com/static-web-server/static-web-server
|
||||
- https://static-web-server.net
|
||||
type: application
|
||||
version: 1.0.4
|
||||
version: 1.0.5
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- web-server
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [static-web-server-1.0.5](https://github.com/truecharts/charts/compare/static-web-server-1.0.4...static-web-server-1.0.5) (2023-10-19)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/static-web-server to v2.23.0 ([#13768](https://github.com/truecharts/charts/issues/13768))
|
||||
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/static-web-server
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v2.22.1@sha256:015e53cb61759e5c08f8b559a403e4952415e8dda787a0f5d62988833602a77e
|
||||
tag: v2.23.0@sha256:817faa057ad9ff7ffa6944c67d5738fd174f7479a3081bfca61273c96ffcd57a
|
||||
|
||||
service:
|
||||
main:
|
Loading…
Reference in New Issue