Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
656c672414
commit
f39c151d04
|
@ -1,4 +0,0 @@
|
||||||
|
|
||||||
|
|
||||||
## [vikunja-9.0.25](https://github.com/truecharts/charts/compare/vikunja-9.0.24...vikunja-9.0.25) (2023-11-18)
|
|
||||||
|
|
|
@ -4,6 +4,15 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [vikunja-9.0.26](https://github.com/truecharts/charts/compare/vikunja-9.0.25...vikunja-9.0.26) (2023-11-24)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update container image nginx to 1.25.3[@10d1f5b](https://github.com/10d1f5b) ([#15217](https://github.com/truecharts/charts/issues/15217))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [vikunja-9.0.25](https://github.com/truecharts/charts/compare/vikunja-9.0.24...vikunja-9.0.25) (2023-11-18)
|
## [vikunja-9.0.25](https://github.com/truecharts/charts/compare/vikunja-9.0.24...vikunja-9.0.25) (2023-11-18)
|
||||||
|
|
||||||
|
|
||||||
|
@ -88,12 +97,3 @@
|
||||||
|
|
||||||
## [vikunja-9.0.15](https://github.com/truecharts/charts/compare/vikunja-9.0.14...vikunja-9.0.15) (2023-10-29)
|
## [vikunja-9.0.15](https://github.com/truecharts/charts/compare/vikunja-9.0.14...vikunja-9.0.15) (2023-10-29)
|
||||||
|
|
||||||
### Chore
|
|
||||||
|
|
||||||
- Fix typo in categories and make them singular ([#13693](https://github.com/truecharts/charts/issues/13693))
|
|
||||||
- update helm general non-major ([#14094](https://github.com/truecharts/charts/issues/14094))
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [vikunja-9.0.14](https://github.com/truecharts/charts/compare/vikunja-9.0.13...vikunja-9.0.14) (2023-10-26)
|
|
|
@ -1,5 +1,5 @@
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: "0.21.0"
|
appVersion: 0.21.0
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://library-charts.truecharts.org
|
repository: https://library-charts.truecharts.org
|
||||||
|
@ -22,7 +22,7 @@ name: vikunja
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/truecharts/charts/tree/master/charts/stable/vikunja
|
- https://github.com/truecharts/charts/tree/master/charts/stable/vikunja
|
||||||
- https://vikunja.io/docs
|
- https://vikunja.io/docs
|
||||||
version: 9.0.25
|
version: 9.0.26
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/category: productivity
|
truecharts.org/category: productivity
|
||||||
truecharts.org/SCALE-support: "true"
|
truecharts.org/SCALE-support: "true"
|
|
@ -0,0 +1,9 @@
|
||||||
|
|
||||||
|
|
||||||
|
## [vikunja-9.0.26](https://github.com/truecharts/charts/compare/vikunja-9.0.25...vikunja-9.0.26) (2023-11-24)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update container image nginx to 1.25.3[@10d1f5b](https://github.com/10d1f5b) ([#15217](https://github.com/truecharts/charts/issues/15217))
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@ frontendImage:
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
nginxImage:
|
nginxImage:
|
||||||
repository: nginx
|
repository: nginx
|
||||||
tag: 1.25.3@sha256:86e53c4c16a6a276b204b0fd3a8143d86547c967dc8258b3d47c3a21bb68d3c6
|
tag: 1.25.3@sha256:10d1f5b58f74683ad34eb29287e07dab1e90f10af243f151bb50aa5dbb4d62ee
|
||||||
workload:
|
workload:
|
||||||
main:
|
main:
|
||||||
podSpec:
|
podSpec:
|
|
@ -1,10 +0,0 @@
|
||||||
|
|
||||||
|
|
||||||
## [webtop-6.0.187](https://github.com/truecharts/charts/compare/webtop-6.0.186...webtop-6.0.187) (2023-11-21)
|
|
||||||
|
|
||||||
### Chore
|
|
||||||
|
|
||||||
- update container image lscr.io/linuxserver/webtop to alpine-i3[@9f6b3a8](https://github.com/9f6b3a8) ([#15196](https://github.com/truecharts/charts/issues/15196))
|
|
||||||
- update container image lscr.io/linuxserver/webtop to fedora-icewm[@6c51387](https://github.com/6c51387) ([#15205](https://github.com/truecharts/charts/issues/15205))
|
|
||||||
|
|
||||||
|
|
|
@ -4,6 +4,22 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [webtop-6.0.188](https://github.com/truecharts/charts/compare/webtop-6.0.187...webtop-6.0.188) (2023-11-24)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update container image lscr.io/linuxserver/webtop to ubuntu-openbox[@22af7ce](https://github.com/22af7ce) ([#15214](https://github.com/truecharts/charts/issues/15214))
|
||||||
|
- update container image lscr.io/linuxserver/webtop to ubuntu-kde[@7fc24a7](https://github.com/7fc24a7) ([#15212](https://github.com/truecharts/charts/issues/15212))
|
||||||
|
- update container image lscr.io/linuxserver/webtop to ubuntu-i3[@8a4e7b3](https://github.com/8a4e7b3) ([#15210](https://github.com/truecharts/charts/issues/15210))
|
||||||
|
- update container image lscr.io/linuxserver/webtop to fedora-xfce[@b36fd85](https://github.com/b36fd85) ([#15208](https://github.com/truecharts/charts/issues/15208))
|
||||||
|
- update container image lscr.io/linuxserver/webtop to fedora-mate[@27ebd98](https://github.com/27ebd98) ([#15206](https://github.com/truecharts/charts/issues/15206))
|
||||||
|
- update container image lscr.io/linuxserver/webtop to alpine-mate[@2143f5b](https://github.com/2143f5b) ([#15199](https://github.com/truecharts/charts/issues/15199))
|
||||||
|
- update container image lscr.io/linuxserver/webtop to alpine-kde[@54a9ee0](https://github.com/54a9ee0) ([#15198](https://github.com/truecharts/charts/issues/15198))
|
||||||
|
- update container image lscr.io/linuxserver/webtop to alpine-icewm[@8e572dc](https://github.com/8e572dc) ([#15197](https://github.com/truecharts/charts/issues/15197))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [webtop-6.0.187](https://github.com/truecharts/charts/compare/webtop-6.0.186...webtop-6.0.187) (2023-11-21)
|
## [webtop-6.0.187](https://github.com/truecharts/charts/compare/webtop-6.0.186...webtop-6.0.187) (2023-11-21)
|
||||||
|
|
||||||
### Chore
|
### Chore
|
||||||
|
@ -81,19 +97,3 @@
|
||||||
|
|
||||||
## [webtop-6.0.179](https://github.com/truecharts/charts/compare/webtop-6.0.178...webtop-6.0.179) (2023-11-12)
|
## [webtop-6.0.179](https://github.com/truecharts/charts/compare/webtop-6.0.178...webtop-6.0.179) (2023-11-12)
|
||||||
|
|
||||||
### Chore
|
|
||||||
|
|
||||||
- update container image tccr.io/truecharts/webtop-arch-i3 to latest ([#14596](https://github.com/truecharts/charts/issues/14596))
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [webtop-6.0.178](https://github.com/truecharts/charts/compare/webtop-6.0.177...webtop-6.0.178) (2023-11-12)
|
|
||||||
|
|
||||||
### Chore
|
|
||||||
|
|
||||||
- update webtop ([#14594](https://github.com/truecharts/charts/issues/14594))
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -23,7 +23,7 @@ sources:
|
||||||
- https://github.com/orgs/linuxserver/packages/container/package/webtop
|
- https://github.com/orgs/linuxserver/packages/container/package/webtop
|
||||||
- https://github.com/linuxserver/docker-webtop#readme
|
- https://github.com/linuxserver/docker-webtop#readme
|
||||||
type: application
|
type: application
|
||||||
version: 6.0.187
|
version: 6.0.188
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/category: Tools-Utilities
|
truecharts.org/category: Tools-Utilities
|
||||||
truecharts.org/SCALE-support: "true"
|
truecharts.org/SCALE-support: "true"
|
|
@ -0,0 +1,16 @@
|
||||||
|
|
||||||
|
|
||||||
|
## [webtop-6.0.188](https://github.com/truecharts/charts/compare/webtop-6.0.187...webtop-6.0.188) (2023-11-24)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update container image lscr.io/linuxserver/webtop to ubuntu-openbox[@22af7ce](https://github.com/22af7ce) ([#15214](https://github.com/truecharts/charts/issues/15214))
|
||||||
|
- update container image lscr.io/linuxserver/webtop to ubuntu-kde[@7fc24a7](https://github.com/7fc24a7) ([#15212](https://github.com/truecharts/charts/issues/15212))
|
||||||
|
- update container image lscr.io/linuxserver/webtop to ubuntu-i3[@8a4e7b3](https://github.com/8a4e7b3) ([#15210](https://github.com/truecharts/charts/issues/15210))
|
||||||
|
- update container image lscr.io/linuxserver/webtop to fedora-xfce[@b36fd85](https://github.com/b36fd85) ([#15208](https://github.com/truecharts/charts/issues/15208))
|
||||||
|
- update container image lscr.io/linuxserver/webtop to fedora-mate[@27ebd98](https://github.com/27ebd98) ([#15206](https://github.com/truecharts/charts/issues/15206))
|
||||||
|
- update container image lscr.io/linuxserver/webtop to alpine-mate[@2143f5b](https://github.com/2143f5b) ([#15199](https://github.com/truecharts/charts/issues/15199))
|
||||||
|
- update container image lscr.io/linuxserver/webtop to alpine-kde[@54a9ee0](https://github.com/54a9ee0) ([#15198](https://github.com/truecharts/charts/issues/15198))
|
||||||
|
- update container image lscr.io/linuxserver/webtop to alpine-icewm[@8e572dc](https://github.com/8e572dc) ([#15197](https://github.com/truecharts/charts/issues/15197))
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@ ubuntuXFCEImage:
|
||||||
pullPolicy: Always
|
pullPolicy: Always
|
||||||
fedoraXFCEImage:
|
fedoraXFCEImage:
|
||||||
repository: lscr.io/linuxserver/webtop
|
repository: lscr.io/linuxserver/webtop
|
||||||
tag: fedora-xfce@sha256:0eff8f66945b769c8c013b301791d51ffb4d57aa8ff960a80c836755f2a450c5
|
tag: fedora-xfce@sha256:b36fd857efdca2fdec0aea8813228ffd049e3f4651769f91b2202d9a58a31809
|
||||||
pullPolicy: Always
|
pullPolicy: Always
|
||||||
archXFCEImage:
|
archXFCEImage:
|
||||||
repository: lscr.io/linuxserver/webtop
|
repository: lscr.io/linuxserver/webtop
|
||||||
|
@ -16,11 +16,11 @@ archXFCEImage:
|
||||||
pullPolicy: Always
|
pullPolicy: Always
|
||||||
alpineKDEImage:
|
alpineKDEImage:
|
||||||
repository: lscr.io/linuxserver/webtop
|
repository: lscr.io/linuxserver/webtop
|
||||||
tag: alpine-kde@sha256:1ad405cbcf8348a7eb76c6ec359f5ad209d6e8553da40cb8c2513fe533f1b13e
|
tag: alpine-kde@sha256:54a9ee079b6d340a581c8037ed5d4fe5d0d1c5199a1feb12c000cfce6c837e5e
|
||||||
pullPolicy: Always
|
pullPolicy: Always
|
||||||
ubuntuKDEImage:
|
ubuntuKDEImage:
|
||||||
repository: lscr.io/linuxserver/webtop
|
repository: lscr.io/linuxserver/webtop
|
||||||
tag: ubuntu-kde@sha256:ce3c14a3dd8eb9ae41dd29e0fe0b8c3a6bda7d59e18563c72bd671d2893546f1
|
tag: ubuntu-kde@sha256:7fc24a74b27720e18e0ed36f5207f2d25306fe783cdb11a7bf84ca914774d6c7
|
||||||
pullPolicy: Always
|
pullPolicy: Always
|
||||||
fedoraKDEImage:
|
fedoraKDEImage:
|
||||||
repository: lscr.io/linuxserver/webtop
|
repository: lscr.io/linuxserver/webtop
|
||||||
|
@ -32,7 +32,7 @@ archKDEImage:
|
||||||
pullPolicy: Always
|
pullPolicy: Always
|
||||||
alpineMATEImage:
|
alpineMATEImage:
|
||||||
repository: lscr.io/linuxserver/webtop
|
repository: lscr.io/linuxserver/webtop
|
||||||
tag: alpine-mate@sha256:158acd9d505c7bf7b22293322e8f4338f163a171e16931478954d6a3ec9aa71a
|
tag: alpine-mate@sha256:2143f5b6ed625be41d46a96b541cb991237b11e82af1bfd680c5265f728df0b2
|
||||||
pullPolicy: Always
|
pullPolicy: Always
|
||||||
ubuntuMATEImage:
|
ubuntuMATEImage:
|
||||||
repository: lscr.io/linuxserver/webtop
|
repository: lscr.io/linuxserver/webtop
|
||||||
|
@ -40,7 +40,7 @@ ubuntuMATEImage:
|
||||||
pullPolicy: Always
|
pullPolicy: Always
|
||||||
fedoraMATEImage:
|
fedoraMATEImage:
|
||||||
repository: lscr.io/linuxserver/webtop
|
repository: lscr.io/linuxserver/webtop
|
||||||
tag: fedora-mate@sha256:a1d9e556623140d34b54fd28e9805a722c00e10e7304c5661dac9a23326bffc9
|
tag: fedora-mate@sha256:27ebd98a67fd22abc1f262345dd671fa6d7941824ff6b3e5c1becd14f0d50c07
|
||||||
pullPolicy: Always
|
pullPolicy: Always
|
||||||
archMATEImage:
|
archMATEImage:
|
||||||
repository: lscr.io/linuxserver/webtop
|
repository: lscr.io/linuxserver/webtop
|
||||||
|
@ -52,7 +52,7 @@ alpineI3Image:
|
||||||
pullPolicy: Always
|
pullPolicy: Always
|
||||||
ubuntuI3Image:
|
ubuntuI3Image:
|
||||||
repository: lscr.io/linuxserver/webtop
|
repository: lscr.io/linuxserver/webtop
|
||||||
tag: ubuntu-i3@sha256:c3eb17c55fe500f3c4d099da95ef6a0eb08b3795373f8a6728291656d0be5293
|
tag: ubuntu-i3@sha256:8a4e7b3058656668092598ebff462f9ba0f922b68367a5964d34da92afe755dc
|
||||||
pullPolicy: Always
|
pullPolicy: Always
|
||||||
fedoraI3Image:
|
fedoraI3Image:
|
||||||
repository: lscr.io/linuxserver/webtop
|
repository: lscr.io/linuxserver/webtop
|
||||||
|
@ -68,7 +68,7 @@ alpineOpenBoxImage:
|
||||||
pullPolicy: Always
|
pullPolicy: Always
|
||||||
ubuntuOpenBoxImage:
|
ubuntuOpenBoxImage:
|
||||||
repository: lscr.io/linuxserver/webtop
|
repository: lscr.io/linuxserver/webtop
|
||||||
tag: ubuntu-openbox@sha256:a5130ea68098d5fbeefa7d8c1df06616ffb68fa55b00cee524c5d7fdd670c914
|
tag: ubuntu-openbox@sha256:22af7ce2c56dc761a4998e86933b61ac403cd9043b2d23b1c1adc1e56d08d161
|
||||||
pullPolicy: Always
|
pullPolicy: Always
|
||||||
fedoraOpenBoxImage:
|
fedoraOpenBoxImage:
|
||||||
repository: lscr.io/linuxserver/webtop
|
repository: lscr.io/linuxserver/webtop
|
||||||
|
@ -80,7 +80,7 @@ archOpenBoxImage:
|
||||||
pullPolicy: Always
|
pullPolicy: Always
|
||||||
alpineICEWMImage:
|
alpineICEWMImage:
|
||||||
repository: lscr.io/linuxserver/webtop
|
repository: lscr.io/linuxserver/webtop
|
||||||
tag: alpine-icewm@sha256:874f41980b0ff154a296db8c54828384155a6fc60d96d3ffe9d16db16191db7c
|
tag: alpine-icewm@sha256:8e572dc552f76a440734a18056a82c20503febabe561008aa74f504e36715cd8
|
||||||
pullPolicy: Always
|
pullPolicy: Always
|
||||||
ubuntuICEWMImage:
|
ubuntuICEWMImage:
|
||||||
repository: lscr.io/linuxserver/webtop
|
repository: lscr.io/linuxserver/webtop
|
Loading…
Reference in New Issue