Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
21d25bf421
commit
c48611d5ff
|
@ -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
|
|
@ -0,0 +1,3 @@
|
|||
*for the complete changelog, please refer to the website*
|
||||
|
||||
**Important:**
|
|
@ -0,0 +1,36 @@
|
|||
annotations:
|
||||
max_scale_version: 24.04.0
|
||||
min_scale_version: 23.10.0
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: MachineLearning
|
||||
truecharts.org/max_helm_version: "3.14"
|
||||
truecharts.org/min_helm_version: "3.11"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 2023.11.1
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 20.0.1
|
||||
repository: oci://tccr.io/truecharts
|
||||
condition: ""
|
||||
alias: ""
|
||||
tags: []
|
||||
import-values: []
|
||||
deprecated: false
|
||||
description: sd-webui-docker Chart
|
||||
home: https://truecharts.org/charts/stable/minecraft-java
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/minecraft-java.png
|
||||
keywords:
|
||||
- Whisper
|
||||
- AI
|
||||
- ML
|
||||
kubeVersion: ">=1.24.0-0"
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
name: sd-webui-docker
|
||||
sources:
|
||||
- https://github.com/ahmetoner/sd-webui-docker/
|
||||
type: application
|
||||
version: 0.0.1
|
|
@ -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/stable/minecraft-java)
|
||||
|
||||
**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_
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [sd-webui-0.0.1]sd-webui-0.0.1 (2024-03-11)
|
||||
|
||||
### Feat
|
||||
|
||||
|
||||
|
||||
- sd-webui ([#19148](https://github.com/truecharts/charts/issues/19148))
|
|
@ -0,0 +1,8 @@
|
|||
sd-webui-docker Chart
|
||||
|
||||
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/incubator/sd-webui-docker](https://truecharts.org/charts/incubator/sd-webui-docker)
|
||||
|
||||
---
|
||||
|
||||
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.
|
@ -0,0 +1,53 @@
|
|||
image:
|
||||
repository: ghcr.io/neggles/sd-webui-docker
|
||||
tag: latest
|
||||
pullPolicy: Always
|
||||
vladImage:
|
||||
repository: ghcr.io/neggles/sd-webui-docker
|
||||
tag: vlad
|
||||
pullPolicy: Always
|
||||
|
||||
service:
|
||||
main:
|
||||
enabled: true
|
||||
ports:
|
||||
main:
|
||||
enabled: true
|
||||
port: 7860
|
||||
targetPort: 7860
|
||||
|
||||
# securityContext:
|
||||
# runAsUser: 0
|
||||
# runAsGroup: 0
|
||||
# fsGroup: 0
|
||||
# readOnlyRootFilesystem: false
|
||||
|
||||
workload:
|
||||
main:
|
||||
podSpec:
|
||||
containers:
|
||||
main:
|
||||
imageSelector: image
|
||||
args:
|
||||
- "--skip-version-check"
|
||||
env:
|
||||
PYTHONUNBUFFERED: "1"
|
||||
probes:
|
||||
liveness:
|
||||
enabled: true
|
||||
readiness:
|
||||
enabled: true
|
||||
startup:
|
||||
enabled: true
|
||||
|
||||
persistence:
|
||||
data:
|
||||
enabled: true
|
||||
mountPath: /data
|
||||
output:
|
||||
enabled: true
|
||||
mountPath: /output
|
||||
|
||||
portal:
|
||||
open:
|
||||
enabled: true
|
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1 @@
|
|||
{{- include "tc.v1.common.lib.chart.notes" $ -}}
|
|
@ -0,0 +1,5 @@
|
|||
{{/* Make sure all variables are set properly */}}
|
||||
{{- include "tc.v1.common.loader.init" . -}}
|
||||
|
||||
{{/* Render the templates */}}
|
||||
{{- include "tc.v1.common.loader.apply" . -}}
|
|
@ -0,0 +1,4 @@
|
|||
icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/minecraft-java.png
|
||||
categories:
|
||||
- MachineLearning
|
||||
screenshots: []
|
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [anonaddy-20.8.2](https://github.com/truecharts/charts/compare/anonaddy-20.8.1...anonaddy-20.8.2) (2024-03-11)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- update container image mariadb to v13.2.3[@e1f8d8a](https://github.com/e1f8d8a) by renovate ([#19145](https://github.com/truecharts/charts/issues/19145))
|
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [chevereto-12.6.2](https://github.com/truecharts/charts/compare/chevereto-12.6.1...chevereto-12.6.2) (2024-03-11)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- update container image mariadb to v13.2.3[@e1f8d8a](https://github.com/e1f8d8a) by renovate ([#19145](https://github.com/truecharts/charts/issues/19145))
|
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [clarkson-12.6.2](https://github.com/truecharts/charts/compare/clarkson-12.6.1...clarkson-12.6.2) (2024-03-11)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- update container image mariadb to v13.2.3[@e1f8d8a](https://github.com/e1f8d8a) by renovate ([#19145](https://github.com/truecharts/charts/issues/19145))
|
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [ctfd-4.9.2](https://github.com/truecharts/charts/compare/ctfd-4.9.1...ctfd-4.9.2) (2024-03-11)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- update container image mariadb to v13.2.3[@e1f8d8a](https://github.com/e1f8d8a) by renovate ([#19145](https://github.com/truecharts/charts/issues/19145))
|
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [fleet-12.6.2](https://github.com/truecharts/charts/compare/fleet-12.6.1...fleet-12.6.2) (2024-03-11)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- update container image mariadb to v13.2.3[@e1f8d8a](https://github.com/e1f8d8a) by renovate ([#19145](https://github.com/truecharts/charts/issues/19145))
|
Binary file not shown.
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [humhub-7.8.2](https://github.com/truecharts/charts/compare/humhub-7.8.1...humhub-7.8.2) (2024-03-11)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- update container image mariadb to v13.2.3[@e1f8d8a](https://github.com/e1f8d8a) by renovate ([#19145](https://github.com/truecharts/charts/issues/19145))
|
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [monica-12.6.2](https://github.com/truecharts/charts/compare/monica-12.6.1...monica-12.6.2) (2024-03-11)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- update container image mariadb to v13.2.3[@e1f8d8a](https://github.com/e1f8d8a) by renovate ([#19145](https://github.com/truecharts/charts/issues/19145))
|
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [nginx-proxy-manager-9.6.2](https://github.com/truecharts/charts/compare/nginx-proxy-manager-9.6.1...nginx-proxy-manager-9.6.2) (2024-03-11)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- update container image mariadb to v13.2.3[@e1f8d8a](https://github.com/e1f8d8a) by renovate ([#19145](https://github.com/truecharts/charts/issues/19145))
|
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [observium-6.3.2](https://github.com/truecharts/charts/compare/observium-6.3.1...observium-6.3.2) (2024-03-11)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- update container image mariadb to v13.2.3[@e1f8d8a](https://github.com/e1f8d8a) by renovate ([#19145](https://github.com/truecharts/charts/issues/19145))
|
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [photoprism-20.6.2](https://github.com/truecharts/charts/compare/photoprism-20.6.1...photoprism-20.6.2) (2024-03-11)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- update container image mariadb to v13.2.3[@e1f8d8a](https://github.com/e1f8d8a) by renovate ([#19145](https://github.com/truecharts/charts/issues/19145))
|
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [piwigo-12.7.2](https://github.com/truecharts/charts/compare/piwigo-12.7.1...piwigo-12.7.2) (2024-03-11)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- update container image mariadb to v13.2.3[@e1f8d8a](https://github.com/e1f8d8a) by renovate ([#19145](https://github.com/truecharts/charts/issues/19145))
|
Binary file not shown.
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [romm-7.8.2](https://github.com/truecharts/charts/compare/romm-7.8.1...romm-7.8.2) (2024-03-11)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- update container image mariadb to v13.2.3[@e1f8d8a](https://github.com/e1f8d8a) by renovate ([#19145](https://github.com/truecharts/charts/issues/19145))
|
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [seafile-5.6.2](https://github.com/truecharts/charts/compare/seafile-5.6.1...seafile-5.6.2) (2024-03-11)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- update container image mariadb to v13.2.3[@e1f8d8a](https://github.com/e1f8d8a) by renovate ([#19145](https://github.com/truecharts/charts/issues/19145))
|
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [servas-4.6.2](https://github.com/truecharts/charts/compare/servas-4.6.1...servas-4.6.2) (2024-03-11)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- update container image mariadb to v13.2.3[@e1f8d8a](https://github.com/e1f8d8a) by renovate ([#19145](https://github.com/truecharts/charts/issues/19145))
|
Loading…
Reference in New Issue