Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2024-04-13 23:30:37 +00:00
parent d9b9b7652f
commit f2d77b34a6
12 changed files with 3295 additions and 0 deletions

View File

@ -0,0 +1,30 @@
# Patterns to ignore when building packages.
# This supports shell glob matching, relative path matching, and
# negation (prefixed with !). Only one pattern per line.
.DS_Store
# Common VCS dirs
.git/
.gitignore
.bzr/
.bzrignore
.hg/
.hgignore
.svn/
# Common backup files
*.swp
*.bak
*.tmp
*~
# Various IDEs
.project
.idea/
*.tmproj
.vscode/
# OWNERS file for Kubernetes
OWNERS
# helm-docs templates
*.gotmpl
# docs folder
/docs
# icon
icon.png

View File

@ -0,0 +1,3 @@
*for the complete changelog, please refer to the website*
**Important:**

View File

@ -0,0 +1,39 @@
annotations:
max_scale_version: 24.04.0
min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true"
truecharts.org/category: media
truecharts.org/max_helm_version: "3.14"
truecharts.org/min_helm_version: "3.11"
truecharts.org/train: stable
apiVersion: v2
appVersion: 1.0.0
dependencies:
- name: common
version: 20.3.6
repository: oci://tccr.io/truecharts
condition: ""
alias: ""
tags: []
import-values: []
deprecated: false
description: A self-hosted image sharing platform built with Symfony and SvelteKit.
home: https://truecharts.org/charts/incubator/slink
icon: https://truecharts.org/img/hotlink-ok/chart-icons/slink.png
keywords:
- media
- photos
- pictures
- sharing
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
name: slink
sources:
- https://github.com/andrii-kryvoviaz/slink
- https://github.com/truecharts/charts/tree/master/charts/incubator/slink
- https://hub.docker.com/r/anirdev/slink
type: application
version: 0.0.2

View File

@ -0,0 +1,28 @@
---
title: README
---
## General Info
TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE.
However only installations using the TrueNAS SCALE Apps system are supported.
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incrubator/slink)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
## Support
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro).
- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/charts/issues/new/choose)
---
## Sponsor TrueCharts
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!
_All Rights Reserved - The TrueCharts Project_

View File

@ -0,0 +1,15 @@
## [slink-0.0.2]slink-0.0.2 (2024-04-13)
### Add
- add slink to incubator ([#20674](https://github.com/truecharts/charts/issues/20674))
### Fix
- add origin env ([#20722](https://github.com/truecharts/charts/issues/20722))

View File

@ -0,0 +1,8 @@
A self-hosted image sharing platform built with Symfony and SvelteKit.
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/incubator/slink](https://truecharts.org/charts/incubator/slink)
---
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!

Binary file not shown.

View File

@ -0,0 +1,34 @@
image:
repository: anirdev/slink
pullPolicy: IfNotPresent
tag: v1.0.0@sha256:6c47fcaab5c77b57540602aff5fd11534e480b73f6e06a24926fb22cb326e900
securityContext:
container:
readOnlyRootFilesystem: false
runAsGroup: 0
runAsUser: 0
service:
main:
ports:
main:
protocol: http
port: 3000
workload:
main:
podSpec:
containers:
main:
env:
ORIGIN: "{{ .Values.chartContext.appUrl }}"
USER_APPROVAL_REQUIRED: true
IMAGE_MAX_SIZE: "15M"
persistence:
database:
enabled: true
mountPath: "/app/var/data"
images:
enabled: true
mountPath: "/app/slink/images"
portal:
open:
enabled: true

File diff suppressed because it is too large Load Diff

View File

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

View File

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

View File