Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2022-10-10 12:14:16 +00:00
parent 1fbe55c7c8
commit ab7c9f7b98
41 changed files with 5494 additions and 3 deletions

View File

@ -0,0 +1,6 @@
# Changelog
## [cherry-0.0.1]cherry-0.0.1 (2022-10-10)

View File

@ -0,0 +1,6 @@
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.6.11
digest: sha256:b4a28b7604b153caed40b6ad96692b5ebcaac53d09ce9e190691162b59ce25c3
generated: "2022-10-10T12:11:57.884260092Z"

View File

@ -0,0 +1,27 @@
apiVersion: v2
appVersion: "0.0.4"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.6.11
description: An open source self-hosted bookmark service
home: https://truecharts.org/docs/charts/incubator/cherry
icon: https://truecharts.org/img/hotlink-ok/chart-icons/cherry.png
keywords:
- bookmark
kubeVersion: ">=1.16.0-0"
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: cherry
sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/cherry
- https://cherry.haishan.me/
- https://github.com/haishanh/cherry
version: 0.0.1
annotations:
truecharts.org/catagories: |
- bookmark
truecharts.org/SCALE-support: "true"
truecharts.org/grade: U

View File

@ -0,0 +1,107 @@
# cherry
An open source self-hosted bookmark service
TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
For more information, please click here: [cherry](https://truecharts.org/docs/charts/incubator/cherry)
**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)**
## Source Code
* <https://github.com/truecharts/charts/tree/master/charts/incubator/cherry>
* <https://cherry.haishan.me/>
* <https://github.com/haishanh/cherry>
## Requirements
Kubernetes: `>=1.16.0-0`
## Dependencies
| Repository | Name | Version |
|------------|------|---------|
| https://library-charts.truecharts.org | common | 10.6.11 |
## Installing the Chart
### TrueNAS SCALE
To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App).
### Helm
To install the chart with the release name `cherry`
```console
helm repo add TrueCharts https://charts.truecharts.org
helm repo update
helm install cherry TrueCharts/cherry
```
## Uninstall
### TrueNAS SCALE
**Upgrading, Rolling Back and Uninstalling the Chart**
To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App).
### Helm
To uninstall the `cherry` deployment
```console
helm uninstall cherry
```
## Configuration
### Helm
#### Available Settings
Read through the values.yaml file. It has several commented out suggested values.
Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common).
#### Configure using the command line
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
```console
helm install cherry \
--set env.TZ="America/New York" \
TrueCharts/cherry
```
#### Configure using a yaml file
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
```console
helm install cherry TrueCharts/cherry -f values.yaml
```
#### Connecting to other charts
If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide.
## Support
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ).
- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/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,8 @@
An open source self-hosted bookmark service
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/docs/charts/incubator/cherry](https://truecharts.org/docs/charts/incubator/cherry)
---
TrueCharts can only exist due to the incredible effort of our staff.
Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!

View File

@ -0,0 +1,53 @@
image:
repository: tccr.io/truecharts/cherry
pullPolicy: IfNotPresent
tag: 0.0.4@sha256:9c7591a56d6a53e5c390a39fccedc7ad6c8cffc7db450ab2102aa7096ab64fa8
podSecurityContext:
runAsUser: 0
runAsGroup: 0
securityContext:
runAsNonRoot: false
readOnlyRootFilesystem: false
envFrom:
- secretRef:
name: '{{ include "tc.common.names.fullname" . }}-cherry-secret'
- configMapRef:
name: '{{ include "tc.common.names.fullname" . }}-cherry-configmap'
cherry:
insecure_cookie: true
public_registration: true
page_bookmark_limit: 60
google_oauth_uri: ""
google_oauth_id: ""
google_oauth_secret: ""
probes:
liveness:
type: HTTP
path: /
readiness:
type: HTTP
path: /
startup:
type: HTTP
path: /
service:
main:
ports:
main:
port: 10303
protocol: HTTP
targetPort: 8000
persistence:
data:
enabled: true
mountPath: "/data"
portal:
enabled: true

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,21 @@
{{/* Define the configmap */}}
{{- define "cherry.configmap" -}}
{{- $configName := printf "%s-cherry-configmap" (include "tc.common.names.fullname" .) }}
---
apiVersion: v1
kind: ConfigMap
metadata:
name: {{ $configName }}
labels: {{- include "tc.common.labels" . | nindent 4 }}
data:
DATABASE_PATH: /data/cherry.sqlite
ENABLE_PUBLIC_REGISTRATION: {{ ternary "1" "0" .Values.cherry.public_registration | quote }}
USE_INSECURE_COOKIE: {{ ternary "1" "0" .Values.cherry.insecure_cookie | quote }}
PAGE_BOOKMARK_LIMIT: {{ .Values.cherry.page_bookmark_limit | quote }}
{{- with .Values.cherry.google_oauth_uri }}
GOOGLE_OAUTH_REDIRECT_URI: {{ . }}
{{- end }}
{{- end -}}

View File

@ -0,0 +1,25 @@
{{/* Define the secrets */}}
{{- define "cherry.secrets" -}}
{{- $secretName := printf "%s-cherry-secret" (include "tc.common.names.fullname" .) }}
---
apiVersion: v1
kind: Secret
type: Opaque
metadata:
name: {{ $secretName }}
data:
{{- with (lookup "v1" "Secret" .Release.Namespace $secretName) }}
JWT_SECRET: {{ index .data "JWT_SECRET" }}
{{- else }}
JWT_SECRET: {{ randAlphaNum 32 | b64enc }}
{{- end }}
{{- with .Values.cherry.google_oauth_id }}
GOOGLE_OAUTH_CLIENT_ID: {{ . | b64enc }}
{{- end }}
{{- with .Values.cherry.google_oauth_secret }}
GOOGLE_OAUTH_CLIENT_SECRET: {{ . | b64enc }}
{{- end }}
{{- end -}}

View File

@ -0,0 +1,7 @@
{{- include "tc.common.loader.init" . }}
{{- include "cherry.configmap" . }}
{{ include "cherry.secrets" . }}
{{ include "tc.common.loader.apply" . }}

View File

@ -0,0 +1,4 @@
icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/cherry.png
categories:
- bookmark

View File

@ -0,0 +1,6 @@
# Changelog
## [coupon-store-0.0.1]coupon-store-0.0.1 (2022-10-10)

View File

@ -0,0 +1,9 @@
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.6.11
- name: postgresql
repository: https://charts.truecharts.org/
version: 8.0.95
digest: sha256:ce775551232ada9c9ad72d405aa8c2358b9bdd5e17ec19836a5ea1dde0c2af44
generated: "2022-10-10T12:12:07.292141945Z"

View File

@ -0,0 +1,30 @@
apiVersion: v2
appVersion: "1.1.1"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.6.11
- condition: postgresql.enabled
name: postgresql
repository: https://charts.truecharts.org/
version: 8.0.95
description: A home for all your coupons and loyalty cards.
home: https://truecharts.org/docs/charts/incubator/coupon-store
icon: https://truecharts.org/img/hotlink-ok/chart-icons/coupon-store.png
keywords:
- coupons
kubeVersion: ">=1.16.0-0"
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: coupon-store
sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/coupon-store
- https://github.com/linuxserver/docker-airsonic
version: 0.0.1
annotations:
truecharts.org/catagories: |
- utilities
truecharts.org/SCALE-support: "true"
truecharts.org/grade: U

View File

@ -0,0 +1,107 @@
# coupon-store
A home for all your coupons and loyalty cards.
TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
For more information, please click here: [coupon-store](https://truecharts.org/docs/charts/incubator/coupon-store)
**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)**
## Source Code
* <https://github.com/truecharts/charts/tree/master/charts/incubator/coupon-store>
* <https://github.com/linuxserver/docker-airsonic>
## Requirements
Kubernetes: `>=1.16.0-0`
## Dependencies
| Repository | Name | Version |
|------------|------|---------|
| https://charts.truecharts.org/ | postgresql | 8.0.95 |
| https://library-charts.truecharts.org | common | 10.6.11 |
## Installing the Chart
### TrueNAS SCALE
To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App).
### Helm
To install the chart with the release name `coupon-store`
```console
helm repo add TrueCharts https://charts.truecharts.org
helm repo update
helm install coupon-store TrueCharts/coupon-store
```
## Uninstall
### TrueNAS SCALE
**Upgrading, Rolling Back and Uninstalling the Chart**
To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App).
### Helm
To uninstall the `coupon-store` deployment
```console
helm uninstall coupon-store
```
## Configuration
### Helm
#### Available Settings
Read through the values.yaml file. It has several commented out suggested values.
Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common).
#### Configure using the command line
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
```console
helm install coupon-store \
--set env.TZ="America/New York" \
TrueCharts/coupon-store
```
#### Configure using a yaml file
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
```console
helm install coupon-store TrueCharts/coupon-store -f values.yaml
```
#### Connecting to other charts
If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide.
## Support
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ).
- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/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,8 @@
A home for all your coupons and loyalty cards.
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/docs/charts/incubator/coupon-store](https://truecharts.org/docs/charts/incubator/coupon-store)
---
TrueCharts can only exist due to the incredible effort of our staff.
Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!

Binary file not shown.

View File

@ -0,0 +1,36 @@
image:
repository: tccr.io/truecharts/coupon-store
tag: 1.1.1@sha256:0278a5d3d3afbe1c39cf2422aa2b9f6f746944b99910cccd87cedbd2bac4f161
pullPolicy: IfNotPresent
command:
- bash
- -c
- rm -f tmp/pids/server.pid && bundle exec rails s -p {{ .Values.service.main.ports.main.port }} -b '0.0.0.0'
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
podSecurityContext:
runAsUser: 0
runAsGroup: 0
envFrom:
- secretRef:
name: '{{ include "tc.common.names.fullname" . }}-couponstore-secret'
service:
main:
ports:
main:
port: 10304
postgresql:
enabled: true
existingSecret: dbcreds
postgresqlUsername: coupon-store
postgresqlDatabase: coupon-store
portal:
enabled: true

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,21 @@
{{/* Define the secrets */}}
{{- define "couponstore.secrets" -}}
{{- $secretName := printf "%s-couponstore-secret" (include "tc.common.names.fullname" .) }}
---
{{- $pg := .Values.postgresql }}
apiVersion: v1
kind: Secret
type: Opaque
metadata:
name: {{ $secretName }}
data:
{{- with (lookup "v1" "Secret" .Release.Namespace $secretName) }}
SECRET_KEY_BASE: {{ index .data "SECRET_KEY_BASE" }}
{{- else }}
SECRET_KEY_BASE: {{ randAlphaNum 32 | b64enc }}
{{- end }}
DATABASE_URL: {{ printf "postgres://%v:%v@%v-postgresql:5432/%v" $pg.postgresqlUsername ($pg.postgresqlPassword | trimAll "\"") .Release.Name $pg.postgresqlDatabase | b64enc }}
{{- end -}}

View File

@ -0,0 +1,5 @@
{{- include "tc.common.loader.init" . }}
{{ include "couponstore.secrets" . }}
{{ include "tc.common.loader.apply" . }}

View File

View File

@ -0,0 +1,4 @@
icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/coupon-store.png
categories:
- utilities

View File

@ -2,6 +2,15 @@
## [docspell-0.0.6](https://github.com/truecharts/charts/compare/docspell-0.0.5...docspell-0.0.6) (2022-10-10)
### Chore
- Auto-update chart README [skip ci]
## [docspell-0.0.5](https://github.com/truecharts/charts/compare/docspell-0.0.4...docspell-0.0.5) (2022-10-10)
### Chore

View File

@ -9,4 +9,4 @@ dependencies:
repository: https://charts.truecharts.org/
version: 0.0.59
digest: sha256:9b1c35e1dc3de9b02f7e706340458fa08c5a8b6846b2ff07f68ac91382febeed
generated: "2022-10-10T10:56:35.838681456Z"
generated: "2022-10-10T12:12:16.46614836Z"

View File

@ -28,7 +28,7 @@ sources:
- https://github.com/eikek/docspell
- https://docspell.org/docs/install/docker/
- https://docspell.org/docs/configure/defaults/
version: 0.0.5
version: 0.0.6
annotations:
truecharts.org/catagories: |
- productivity

Binary file not shown.

View File

@ -10,7 +10,7 @@ joexImage:
dscImage:
repository: tccr.io/truecharts/docspell-dsc
tag: 0.38.0@sha256:1f2785b1314ebe7f775b27b79359e5bbb083b4757aa94e36541bdde7e940a47a
tag: v0.9.0@sha256:829b2bc83fdfddc8127baef5b1149d96dcf0d5ca93f210fcf1344899c36b400e
pullPolicy: IfNotPresent
args:

View File