Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-11-13 21:16:42 +00:00
parent eaa8699558
commit e8db3a86a2
12 changed files with 2228 additions and 1 deletions

View File

@ -0,0 +1,99 @@
**Important:**
*for the complete changelog, please refer to the website*
## [rimgo-3.0.0](https://github.com/truecharts/charts/compare/rimgo-2.0.23...rimgo-3.0.0) (2023-07-31)
### Feat
- hide advanced ingress options behind checbox ([#9203](https://github.com/truecharts/charts/issues/9203))
### Fix
- fix mistakes on questions.yaml
- fix indentation ([#8536](https://github.com/truecharts/charts/issues/8536))
## [rimgo-2.0.23](https://github.com/truecharts/charts/compare/rimgo-2.0.22...rimgo-2.0.23) (2023-02-27)
### Chore
- update container image tccr.io/truecharts/rimgo to latest
## [rimgo-2.0.22](https://github.com/truecharts/charts/compare/rimgo-2.0.21...rimgo-2.0.22) (2023-02-27)
### Chore
- update container image tccr.io/truecharts/rimgo to latest
## [rimgo-2.0.21](https://github.com/truecharts/charts/compare/rimgo-2.0.20...rimgo-2.0.21) (2023-02-10)
### Fix
- ensure new helm deps repo is used in latest releases as well.
## [rimgo-2.0.20](https://github.com/truecharts/charts/compare/rimgo-2.0.19...rimgo-2.0.20) (2023-02-06)
### Chore
- update container image tccr.io/truecharts/rimgo to latest
## [rimgo-2.0.19](https://github.com/truecharts/charts/compare/rimgo-2.0.18...rimgo-2.0.19) (2023-02-03)
### Chore
- update container image tccr.io/truecharts/rimgo to latest
## [rimgo-2.0.18](https://github.com/truecharts/charts/compare/rimgo-2.0.17...rimgo-2.0.18) (2023-01-24)
### Chore
- update container image tccr.io/truecharts/rimgo to latest
## [rimgo-2.0.17](https://github.com/truecharts/charts/compare/rimgo-2.0.16...rimgo-2.0.17) (2023-01-18)
### Chore
- update container image tccr.io/truecharts/rimgo to latest
## [rimgo-2.0.16](https://github.com/truecharts/charts/compare/rimgo-2.0.15...rimgo-2.0.16) (2023-01-12)
### Chore
- update container image tccr.io/truecharts/rimgo to latest
## [rimgo-2.0.15](https://github.com/truecharts/charts/compare/rimgo-2.0.14...rimgo-2.0.15) (2023-01-07)
### Chore
- update container image tccr.io/truecharts/rimgo to latest

View File

@ -0,0 +1,26 @@
apiVersion: v2
appVersion: "latest"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 15.0.1
deprecated: false
description: "Alternative Imgur front-end"
home: https://truecharts.org/charts/incubator/rimgo
icon: https://truecharts.org/img/hotlink-ok/chart-icons/rimgo.png
keywords:
- rimgo
- Network-Web
kubeVersion: ">=1.16.0-0"
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: rimgo
sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/rimgo
type: application
version: 3.0.0
annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/category: Network-Web

View File

@ -0,0 +1,27 @@
# 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/incubator/)
**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

View File

@ -0,0 +1,8 @@
Alternative Imgur front-end
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/incubator/rimgo](https://truecharts.org/charts/incubator/rimgo)
---
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,29 @@
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/rimgo
tag: latest@sha256:b7ad133ecb482fb454979686a8c590c438f4ad53cd71d6952eb5dc8529ce57df
persistence: {}
env:
ADDRESS: 0.0.0.0
IMGUR_CLIENT_ID: 546c25a59c58ad7
FORCE_WEBP: "0"
securityContext:
container:
readOnlyRootFilesystem: false
runAsNonRoot: false
runAsUser: 0
runAsGroup: 0
service:
main:
ports:
main:
port: 3000
protocol: tcp
targetPort: 3000
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,2 @@
{{/* Render the templates */}}
{{ include "tc.v1.common.loader.all" . }}

View File

View File

@ -1,4 +1,4 @@
icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/rimgo.png
categories:
- Network-Web
screenshots: []