Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-07-25 09:41:20 +00:00
parent aa7630b0aa
commit 67e3140b18
24 changed files with 2117 additions and 20 deletions

View File

@ -0,0 +1,8 @@
**Important:**
*for the complete changelog, please refer to the website*
## [slash-0.0.1]slash-0.0.1 (2023-07-25)

View File

@ -0,0 +1,29 @@
apiVersion: v2
appVersion: "0.3.0"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 12.14.6
deprecated: false
description: A bookmarking and link shortening service that enables easy saving and sharing of links.
home: https://truecharts.org/charts/incubator/slash
icon: https://truecharts.org/img/hotlink-ok/chart-icons/slash.png
keywords:
- slash
- bookmarks
- url-shortener
kubeVersion: ">=1.16.0-0"
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: slash
sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/slash
- https://github.com/boojack/slash
type: application
version: 0.0.1
annotations:
truecharts.org/catagories: |
- bookmarks
truecharts.org/SCALE-support: "true"

View File

@ -0,0 +1 @@
# README

View File

@ -0,0 +1,4 @@
## [slash-0.0.1]slash-0.0.1 (2023-07-25)

View File

@ -0,0 +1,8 @@
A bookmarking and link shortening service that enables easy saving and sharing of links.
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/incubator/slash](https://truecharts.org/charts/incubator/slash)
---
TrueCharts can only exist due to the incredible effort of our staff.
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!

View File

@ -0,0 +1,35 @@
image:
repository: tccr.io/truecharts/slash
pullPolicy: IfNotPresent
tag: v0.3.0@sha256:365ce5f5b4a97939ec87d55ac5579701bc2c07d31457a578697bf9c0b5d8615a
service:
main:
ports:
main:
protocol: http
port: 5231
workload:
main:
podSpec:
containers:
main:
probes:
liveness:
path: "/"
readiness:
path: "/"
startup:
path: "/"
env:
SLASH_PORT: "{{ .Values.service.main.ports.main.port }}"
persistence:
config:
enabled: true
mountPath: "/var/opt/slash"
portal:
open:
enabled: true

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1 @@
{{ include "tc.v1.common.loader.all" . }}

View File

@ -0,0 +1,5 @@
icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/slash.png
categories:
- bookmarks
screenshots: []

View File

@ -1,9 +0,0 @@
## [webtop-5.0.94](https://github.com/truecharts/charts/compare/webtop-5.0.93...webtop-5.0.94) (2023-07-25)
### Chore
- update webtop ([#10823](https://github.com/truecharts/charts/issues/10823))

View File

@ -4,6 +4,15 @@
## [webtop-5.0.95](https://github.com/truecharts/charts/compare/webtop-5.0.94...webtop-5.0.95) (2023-07-25)
### Chore
- update container image tccr.io/truecharts/webtop-fedora-icewm to latest ([#10825](https://github.com/truecharts/charts/issues/10825))
## [webtop-5.0.94](https://github.com/truecharts/charts/compare/webtop-5.0.93...webtop-5.0.94) (2023-07-25)
### Chore
@ -88,12 +97,3 @@
## [webtop-5.0.85](https://github.com/truecharts/charts/compare/webtop-5.0.84...webtop-5.0.85) (2023-07-12)
### Chore
- update container image tccr.io/truecharts/webtop-ubuntu-openbox to latest ([#10416](https://github.com/truecharts/charts/issues/10416))
## [webtop-5.0.84](https://github.com/truecharts/charts/compare/webtop-5.0.83...webtop-5.0.84) (2023-07-12)
### Chore

View File

@ -23,7 +23,7 @@ sources:
- https://github.com/orgs/linuxserver/packages/container/package/webtop
- https://github.com/linuxserver/docker-webtop#readme
type: application
version: 5.0.94
version: 5.0.95
annotations:
truecharts.org/catagories: |
- Tools-Utilities

View File

@ -0,0 +1,9 @@
## [webtop-5.0.95](https://github.com/truecharts/charts/compare/webtop-5.0.94...webtop-5.0.95) (2023-07-25)
### Chore
- update container image tccr.io/truecharts/webtop-fedora-icewm to latest ([#10825](https://github.com/truecharts/charts/issues/10825))

Binary file not shown.

View File

@ -88,7 +88,7 @@ ubuntuICEWMImage:
pullPolicy: Always
fedoraICEWMImage:
repository: tccr.io/truecharts/webtop-fedora-icewm
tag: latest@sha256:0d3f7297ae6ab82093475adcb01e09d45b70721736d76ae921f6623b07d719c3
tag: latest@sha256:d006fe20acb6a0d8670bc8a3826991c6d9ab89af3b21a0e4cc5af62a36c004f1
pullPolicy: Always
archICEWMImage:
repository: tccr.io/truecharts/webtop-arch-icewm

View File

@ -0,0 +1 @@
{{- include "tc.v1.common.lib.chart.notes" $ -}}

View File