Commit new App releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2022-04-18 21:06:13 +00:00
parent 1c4b772946
commit 22a6eb2f98
30 changed files with 41 additions and 73 deletions

View File

@ -1,20 +0,0 @@
{{/* Define the secrets */}}
{{- define "nocodb.secrets" -}}
---
apiVersion: v1
kind: Secret
type: Opaque
metadata:
name: nocodb-secrets
{{- $nocodbprevious := lookup "v1" "Secret" .Release.Namespace "nocodb-secrets" }}
{{- $auth_jwt_token := "" }}
data:
{{- if $nocodbprevious}}
NC_AUTH_JWT_SECRET: {{ index $nocodbprevious.data "NC_AUTH_JWT_SECRET" }}
{{- else }}
{{- $auth_jwt_token := randAlphaNum 32 }}
NC_AUTH_JWT_SECRET: {{ $auth_jwt_token | b64enc }}
{{- end }}
{{- end -}}

View File

@ -1,6 +1,19 @@
# Changelog<br>
<a name="nocodb-0.0.3"></a>
### [nocodb-0.0.3](https://github.com/truecharts/apps/compare/nocodb-0.0.2...nocodb-0.0.3) (2022-04-18)
#### Chore
* bump 2 apps ([#2506](https://github.com/truecharts/apps/issues/2506))
#### Feat
* move some apps to stable ([#2504](https://github.com/truecharts/apps/issues/2504))
<a name="nocodb-0.0.2"></a>
### [nocodb-0.0.2](https://github.com/truecharts/apps/compare/nocodb-0.0.1...nocodb-0.0.2) (2022-04-18)

View File

@ -9,4 +9,4 @@ dependencies:
repository: https://charts.truecharts.org
version: 2.0.34
digest: sha256:60002a0909265c213555b323474b6c5eda29d6bf0d01ff799224dd135528405b
generated: "2022-04-18T09:24:17.249494888Z"
generated: "2022-04-18T20:58:24.061425277Z"

View File

@ -26,7 +26,7 @@ name: nocodb
sources:
- https://hub.docker.com/r/nocodb/nocodb
- https://github.com/nocodb/nocodb
version: 0.0.2
version: 0.0.3
annotations:
truecharts.org/catagories: |
- productivity

View File

@ -24,10 +24,6 @@ envValueFrom:
secretKeyRef:
name: rediscreds
key: url
NC_AUTH_JWT_SECRET:
secretKeyRef:
name: nocodb-secrets
key: NC_AUTH_JWT_SECRET
envFrom:
- configMapRef:

View File

@ -238,19 +238,19 @@ questions:
description: "Disables the default splash screen(initial welcome animation) and matrix screensaver will disable."
schema:
type: boolean
default: true
default: false
- variable: NC_INVITE_ONLY_SIGNUP
label: "Invite Only Signup"
description: "Allow users to signup only via invite url, value should be any non-empty string."
schema:
type: boolean
default: true
default: false
- variable: NC_DISABLE_CACHE
label: "Disable Cache"
description: "If it is set to true, then meta data will not be cached."
schema:
type: boolean
default: true
default: false
- variable: NC_DISABLE_TELE
label: "Disable Telemetry"
description: "Disable telemetry."

View File

@ -4,8 +4,5 @@
{{/* Render configmap for nocodb */}}
{{- include "nocodb.configmap" . }}
{{/* Render secrets for nocodb */}}
{{- include "nocodb.secrets" . }}
{{/* Render the templates */}}
{{ include "common.postSetup" . }}

View File

@ -1,20 +0,0 @@
{{/* Define the secrets */}}
{{- define "vikunja.secrets" -}}
---
apiVersion: v1
kind: Secret
type: Opaque
metadata:
name: vikunja-secrets
{{- $vikunjaprevious := lookup "v1" "Secret" .Release.Namespace "vikunja-secrets" }}
{{- $jwt_secret := "" }}
data:
{{- if $vikunjaprevious}}
VIKUNJA_SERVICE_JWT_SECRET: {{ index $vikunjaprevious.data "VIKUNJA_SERVICE_JWT_SECRET" }}
{{- else }}
{{- $jwt_secret := randAlphaNum 32 }}
VIKUNJA_SERVICE_JWT_SECRET: {{ $jwt_secret | b64enc }}
{{- end }}
{{- end -}}

View File

@ -1,8 +0,0 @@
{{/* Make sure all variables are set properly */}}
{{- include "common.setup" . }}
{{/* Render secrets for vikunja */}}
{{- include "vikunja.secrets" . }}
{{/* Render the templates */}}
{{ include "common.postSetup" . }}

View File

@ -1,6 +1,19 @@
# Changelog<br>
<a name="vikunja-0.0.3"></a>
### [vikunja-0.0.3](https://github.com/truecharts/apps/compare/vikunja-0.0.2...vikunja-0.0.3) (2022-04-18)
#### Chore
* bump 2 apps ([#2506](https://github.com/truecharts/apps/issues/2506))
#### Feat
* move some apps to stable ([#2504](https://github.com/truecharts/apps/issues/2504))
<a name="vikunja-0.0.2"></a>
### [vikunja-0.0.2](https://github.com/truecharts/apps/compare/vikunja-0.0.1...vikunja-0.0.2) (2022-04-17)

View File

@ -9,4 +9,4 @@ dependencies:
repository: https://charts.truecharts.org
version: 2.0.34
digest: sha256:60a5fa7853f4f5cec9e80b3b4e1905c74845ddb8057a338a454a165f15f44950
generated: "2022-04-17T07:58:00.838976446Z"
generated: "2022-04-18T20:58:24.059146476Z"

View File

@ -25,7 +25,7 @@ maintainers:
name: vikunja
sources:
- https://vikunja.io/docs
version: 0.0.2
version: 0.0.3
annotations:
truecharts.org/catagories: |
- productivity

View File

@ -1,11 +1,11 @@
image:
repository: vikunja/api
tag: 0.18.1@sha256:78be185acc4fc41b860d4145ab1bc3ae175c7e7a9b66ad7a5cfd7ddc3773912d
repository: tccr.io/truecharts/vikunja-api
tag: v0.18.1@sha256:c79ee38ad40783d6098f302735ca0388b938230aa8f1c6cddfa7a903e2191389
pullPolicy: IfNotPresent
frontendImage:
repository: vikunja/frontend
tag: 0.18.2@sha256:1e28d7350a4cd938f1723a5e92ef3251fb45d65ca4079d41daa52ed1900d1535
repository: tccr.io/truecharts/vikunja-frontend
tag: v0.18.2@sha256:a5b2600ad6854e34d4ded50504b89dc37189ac80140edfbfbcbb25c1124b88ab
pullPolicy: IfNotPresent
securityContext:
@ -63,10 +63,6 @@ envValueFrom:
secretKeyRef:
name: rediscreds
key: redis-password
VIKUNJA_SERVICE_JWT_SECRET:
secretKeyRef:
name: vikunja-secrets
key: VIKUNJA_SERVICE_JWT_SECRET
service:
main:

View File

@ -112,8 +112,8 @@ hide:
tccr.io/truecharts/alpine:v3.15.2@sha256:29ed3480a0ee43f7af681fed5d4fc215516abf1c41eade6938b26d8c9c2c7583
tccr.io/truecharts/alpine:v3.15.2@sha256:29ed3480a0ee43f7af681fed5d4fc215516abf1c41eade6938b26d8c9c2c7583
tccr.io/truecharts/postgresql:v14.2.0@sha256:a5c260910866d65cef95aa623141abf4eb4241bb239d19b7d1cb769c6f2915c6
vikunja/api:0.18.1@sha256:78be185acc4fc41b860d4145ab1bc3ae175c7e7a9b66ad7a5cfd7ddc3773912d
'vikunja/frontend:0.18.2@sha256:1e28d7350a4cd938f1723a5e92ef3251fb45d65ca4079d41daa52ed1900d1535'
tccr.io/truecharts/vikunja-api:v0.18.1@sha256:c79ee38ad40783d6098f302735ca0388b938230aa8f1c6cddfa7a903e2191389
'tccr.io/truecharts/vikunja-frontend:v0.18.2@sha256:a5b2600ad6854e34d4ded50504b89dc37189ac80140edfbfbcbb25c1124b88ab'
tccr.io/truecharts/alpine:v3.15.2@sha256:29ed3480a0ee43f7af681fed5d4fc215516abf1c41eade6938b26d8c9c2c7583
tccr.io/truecharts/alpine:v3.15.2@sha256:29ed3480a0ee43f7af681fed5d4fc215516abf1c41eade6938b26d8c9c2c7583
tccr.io/truecharts/postgresql:v14.2.0@sha256:797177c01e1b7f363278dd2ec7fa0e63bfe85a92e0cc785042b12c533a56737c
@ -392,7 +392,7 @@ hide:
| github.com/opencontainers/runc | CVE-2021-43784 | MEDIUM | v1.0.1 | v1.0.3 | <details><summary>Expand...</summary><a href="https://access.redhat.com/security/cve/CVE-2021-43784">https://access.redhat.com/security/cve/CVE-2021-43784</a><br><a href="https://bugs.chromium.org/p/project-zero/issues/detail?id=2241">https://bugs.chromium.org/p/project-zero/issues/detail?id=2241</a><br><a href="https://github.com/opencontainers/runc/commit/9c444070ec7bb83995dbc0185da68284da71c554">https://github.com/opencontainers/runc/commit/9c444070ec7bb83995dbc0185da68284da71c554</a><br><a href="https://github.com/opencontainers/runc/commit/d72d057ba794164c3cce9451a00b72a78b25e1ae">https://github.com/opencontainers/runc/commit/d72d057ba794164c3cce9451a00b72a78b25e1ae</a><br><a href="https://github.com/opencontainers/runc/commit/f50369af4b571e358f20b139eea52d612eb55eed">https://github.com/opencontainers/runc/commit/f50369af4b571e358f20b139eea52d612eb55eed</a><br><a href="https://github.com/opencontainers/runc/security/advisories/GHSA-v95c-p5hm-xq8f">https://github.com/opencontainers/runc/security/advisories/GHSA-v95c-p5hm-xq8f</a><br><a href="https://lists.debian.org/debian-lts-announce/2021/12/msg00005.html">https://lists.debian.org/debian-lts-announce/2021/12/msg00005.html</a><br><a href="https://nvd.nist.gov/vuln/detail/CVE-2021-43784">https://nvd.nist.gov/vuln/detail/CVE-2021-43784</a><br></details> |
#### Container: vikunja/api:0.18.1@sha256:78be185acc4fc41b860d4145ab1bc3ae175c7e7a9b66ad7a5cfd7ddc3773912d (alpine 3.12.8)
#### Container: tccr.io/truecharts/vikunja-api:v0.18.1@sha256:c79ee38ad40783d6098f302735ca0388b938230aa8f1c6cddfa7a903e2191389 (alpine 3.12.8)
**alpine**

View File

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