Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
e94014601d
commit
00c26798b5
|
@ -0,0 +1,99 @@
|
|||
**Important:**
|
||||
*for the complete changelog, please refer to the website*
|
||||
|
||||
|
||||
|
||||
|
||||
## [anonaddy-12.0.11](https://github.com/truecharts/charts/compare/anonaddy-12.0.10...anonaddy-12.0.11) (2022-12-19)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/anonaddy to v0.13.13
|
||||
|
||||
|
||||
|
||||
|
||||
## [anonaddy-12.0.10](https://github.com/truecharts/charts/compare/anonaddy-12.0.9...anonaddy-12.0.10) (2022-12-18)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm chart mariadb to v5.0.15 ([#5492](https://github.com/truecharts/charts/issues/5492))
|
||||
- update helm chart redis to v5.0.16
|
||||
|
||||
|
||||
|
||||
|
||||
## [anonaddy-12.0.9](https://github.com/truecharts/charts/compare/anonaddy-12.0.8...anonaddy-12.0.9) (2022-12-13)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major
|
||||
|
||||
|
||||
|
||||
|
||||
## [anonaddy-12.0.8](https://github.com/truecharts/charts/compare/anonaddy-12.0.7...anonaddy-12.0.8) (2022-12-05)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major
|
||||
|
||||
|
||||
|
||||
|
||||
## [anonaddy-12.0.7](https://github.com/truecharts/charts/compare/anonaddy-12.0.5...anonaddy-12.0.7) (2022-11-30)
|
||||
|
||||
|
||||
|
||||
|
||||
## [anonaddy-12.0.7](https://github.com/truecharts/charts/compare/anonaddy-12.0.5...anonaddy-12.0.7) (2022-11-30)
|
||||
|
||||
|
||||
|
||||
|
||||
## [anonaddy-12.0.7](https://github.com/truecharts/charts/compare/anonaddy-12.0.5...anonaddy-12.0.7) (2022-11-30)
|
||||
|
||||
|
||||
|
||||
|
||||
## [anonaddy-12.0.7](https://github.com/truecharts/charts/compare/anonaddy-12.0.5...anonaddy-12.0.7) (2022-11-30)
|
||||
|
||||
|
||||
|
||||
|
||||
## [anonaddy-12.0.7](https://github.com/truecharts/charts/compare/anonaddy-12.0.5...anonaddy-12.0.7) (2022-11-30)
|
||||
|
||||
|
||||
|
||||
|
||||
## [anonaddy-12.0.7](https://github.com/truecharts/charts/compare/anonaddy-12.0.5...anonaddy-12.0.7) (2022-11-30)
|
||||
|
||||
|
||||
|
||||
|
||||
## [anonaddy-12.0.7](https://github.com/truecharts/charts/compare/anonaddy-12.0.5...anonaddy-12.0.7) (2022-11-30)
|
||||
|
||||
|
||||
|
||||
|
||||
## [anonaddy-12.0.7](https://github.com/truecharts/charts/compare/anonaddy-12.0.5...anonaddy-12.0.7) (2022-11-30)
|
||||
|
||||
|
||||
|
||||
|
||||
## [anonaddy-12.0.7](https://github.com/truecharts/charts/compare/anonaddy-12.0.5...anonaddy-12.0.7) (2022-11-30)
|
||||
|
||||
|
||||
|
||||
|
||||
## [anonaddy-12.0.7](https://github.com/truecharts/charts/compare/anonaddy-12.0.5...anonaddy-12.0.7) (2022-11-30)
|
||||
|
||||
|
||||
|
||||
|
||||
## [anonaddy-12.0.6](https://github.com/truecharts/charts/compare/anonaddy-12.0.5...anonaddy-12.0.6) (2022-11-29)
|
||||
|
||||
|
||||
|
||||
|
||||
## [anonaddy-12.0.6](https://github.com/truecharts/charts/compare/anonaddy-12.0.5...anonaddy-12.0.6) (2022-11-29)
|
|
@ -0,0 +1,34 @@
|
|||
apiVersion: v2
|
||||
appVersion: "0.13.13"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 11.0.7
|
||||
- condition: mariadb.enabled
|
||||
name: mariadb
|
||||
repository: https://charts.truecharts.org/
|
||||
version: 5.0.15
|
||||
- condition: redis.enabled
|
||||
name: redis
|
||||
repository: https://charts.truecharts.org
|
||||
version: 5.0.16
|
||||
description: "Protect your email from spam using disposable addresses."
|
||||
home: https://truecharts.org/docs/charts/stable/anonaddy
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/anonaddy.png
|
||||
keywords:
|
||||
- anonaddy
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
maintainers:
|
||||
- email: info@truecharts.org
|
||||
name: TrueCharts
|
||||
url: https://truecharts.org
|
||||
name: anonaddy
|
||||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/anonaddy
|
||||
- https://github.com/anonaddy/docker
|
||||
version: 12.0.11
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- email
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/grade: U
|
|
@ -0,0 +1,108 @@
|
|||
# anonaddy
|
||||
|
||||
Protect your email from spam using disposable addresses.
|
||||
|
||||
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: [anonaddy](https://truecharts.org/docs/charts/stable/anonaddy)
|
||||
|
||||
**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/stable/anonaddy>
|
||||
* <https://github.com/anonaddy/docker>
|
||||
|
||||
## Requirements
|
||||
|
||||
Kubernetes: `>=1.16.0-0`
|
||||
|
||||
## Dependencies
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://charts.truecharts.org/ | mariadb | 3.0.119 |
|
||||
| https://charts.truecharts.org | redis | 3.0.121 |
|
||||
| https://library-charts.truecharts.org | common | 10.9.4 |
|
||||
|
||||
## 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 `anonaddy`
|
||||
|
||||
```console
|
||||
helm repo add TrueCharts https://charts.truecharts.org
|
||||
helm repo update
|
||||
helm install anonaddy TrueCharts/anonaddy
|
||||
```
|
||||
|
||||
## 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 `anonaddy` deployment
|
||||
|
||||
```console
|
||||
helm uninstall anonaddy
|
||||
```
|
||||
|
||||
## 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/truecharts/library-charts/tree/main/charts/common).
|
||||
|
||||
#### Configure using the command line
|
||||
|
||||
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
|
||||
|
||||
```console
|
||||
helm install anonaddy \
|
||||
--set env.TZ="America/New York" \
|
||||
TrueCharts/anonaddy
|
||||
```
|
||||
|
||||
#### 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 anonaddy TrueCharts/anonaddy -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
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [anonaddy-12.0.11](https://github.com/truecharts/charts/compare/anonaddy-12.0.10...anonaddy-12.0.11) (2022-12-19)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/anonaddy to v0.13.13
|
||||
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
Protect your email from spam using disposable addresses.
|
||||
|
||||
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/docs/charts/stable/anonaddy](https://truecharts.org/docs/charts/stable/anonaddy)
|
||||
|
||||
---
|
||||
|
||||
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.
Binary file not shown.
Binary file not shown.
|
@ -0,0 +1,78 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/anonaddy
|
||||
tag: 0.13.13@sha256:495809d341b08ea6d02c7b0b318d48b00b7243392affd0d278ec1aa188a76ccd
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
strategy:
|
||||
type: Recreate
|
||||
|
||||
securityContext:
|
||||
runAsNonRoot: false
|
||||
readOnlyRootFilesystem: false
|
||||
|
||||
podSecurityContext:
|
||||
runAsUser: 0
|
||||
runAsGroup: 0
|
||||
|
||||
env:
|
||||
ANONADDY_DOMAIN: "chart-example.local"
|
||||
DB_DATABASE: anonaddy
|
||||
DB_USERNAME: anonaddy
|
||||
DB_HOST:
|
||||
secretKeyRef:
|
||||
name: mariadbcreds
|
||||
key: plainhost
|
||||
DB_PASSWORD:
|
||||
secretKeyRef:
|
||||
name: mariadbcreds
|
||||
key: mariadb-password
|
||||
REDIS_HOST:
|
||||
secretKeyRef:
|
||||
name: rediscreds
|
||||
key: plainhost
|
||||
REDIS_PASSWORD:
|
||||
secretKeyRef:
|
||||
name: rediscreds
|
||||
key: redis-password
|
||||
APP_KEY:
|
||||
secretKeyRef:
|
||||
name: appkey
|
||||
key: appkey
|
||||
ANONADDY_SECRET:
|
||||
secretKeyRef:
|
||||
name: appkey
|
||||
key: secret
|
||||
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
main:
|
||||
port: 10110
|
||||
targetPort: 8000
|
||||
smtp:
|
||||
enabled: true
|
||||
ports:
|
||||
smtp:
|
||||
enabled: true
|
||||
port: 25
|
||||
targetPort: 25
|
||||
|
||||
persistence:
|
||||
varrun:
|
||||
enabled: true
|
||||
config:
|
||||
enabled: true
|
||||
mountPath: "/config"
|
||||
|
||||
redis:
|
||||
enabled: true
|
||||
existingSecret: "rediscreds"
|
||||
|
||||
mariadb:
|
||||
enabled: true
|
||||
mariadbUsername: anonaddy
|
||||
mariadbDatabase: anonaddy
|
||||
existingSecret: "mariadbcreds"
|
||||
|
||||
portal:
|
||||
enabled: true
|
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,28 @@
|
|||
{{/*
|
||||
This template generates a random password and ensures it persists across updates/edits to the chart
|
||||
*/}}
|
||||
{{- define "anonaddy.appkey" -}}
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
type: Opaque
|
||||
metadata:
|
||||
labels:
|
||||
{{- include "tc.common.labels" . | nindent 4 }}
|
||||
name: appkey
|
||||
{{- $keyprevious := lookup "v1" "Secret" .Release.Namespace "appkey" }}
|
||||
{{- $appkey := "" }}
|
||||
{{- $secret := "" }}
|
||||
data:
|
||||
{{- if $keyprevious }}
|
||||
{{- $appkey = ( index $keyprevious.data "appkey" ) }}
|
||||
{{- $secret = ( index $keyprevious.data "secret" ) }}
|
||||
appkey: {{ ( index $keyprevious.data "appkey" ) }}
|
||||
secret: {{ ( index $keyprevious.data "secret" ) }}
|
||||
{{- else }}
|
||||
{{- $appkey = randAlphaNum 32 }}
|
||||
{{- $secret = randAlphaNum 32 }}
|
||||
appkey: {{ $appkey | b64enc }}
|
||||
secret: {{ $secret | b64enc }}
|
||||
{{- end }}
|
||||
{{- end -}}
|
|
@ -0,0 +1,9 @@
|
|||
{{/* Make sure all variables are set properly */}}
|
||||
{{- include "tc.common.loader.init" . }}
|
||||
|
||||
{{/* Render appkey for anonaddy */}}
|
||||
{{- include "anonaddy.appkey" . }}
|
||||
|
||||
|
||||
{{/* Render the templates */}}
|
||||
{{ include "tc.common.loader.apply" . }}
|
Loading…
Reference in New Issue