diff --git a/incubator/nocodb/0.0.2/templates/_secrets.tpl b/incubator/nocodb/0.0.2/templates/_secrets.tpl
deleted file mode 100644
index fa77fcdcbdf..00000000000
--- a/incubator/nocodb/0.0.2/templates/_secrets.tpl
+++ /dev/null
@@ -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 -}}
diff --git a/incubator/nocodb/0.0.2/CHANGELOG.md b/incubator/nocodb/0.0.3/CHANGELOG.md
similarity index 56%
rename from incubator/nocodb/0.0.2/CHANGELOG.md
rename to incubator/nocodb/0.0.3/CHANGELOG.md
index 15b5a8b9fe7..0097d8dfc2d 100644
--- a/incubator/nocodb/0.0.2/CHANGELOG.md
+++ b/incubator/nocodb/0.0.3/CHANGELOG.md
@@ -1,6 +1,19 @@
# Changelog
+
+### [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))
+
+
+
### [nocodb-0.0.2](https://github.com/truecharts/apps/compare/nocodb-0.0.1...nocodb-0.0.2) (2022-04-18)
diff --git a/incubator/nocodb/0.0.2/Chart.lock b/incubator/nocodb/0.0.3/Chart.lock
similarity index 88%
rename from incubator/nocodb/0.0.2/Chart.lock
rename to incubator/nocodb/0.0.3/Chart.lock
index 8c19c6059c5..d5f39e6700e 100644
--- a/incubator/nocodb/0.0.2/Chart.lock
+++ b/incubator/nocodb/0.0.3/Chart.lock
@@ -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"
diff --git a/incubator/nocodb/0.0.2/Chart.yaml b/incubator/nocodb/0.0.3/Chart.yaml
similarity index 98%
rename from incubator/nocodb/0.0.2/Chart.yaml
rename to incubator/nocodb/0.0.3/Chart.yaml
index 8971bafd1e1..bf654d2cd87 100644
--- a/incubator/nocodb/0.0.2/Chart.yaml
+++ b/incubator/nocodb/0.0.3/Chart.yaml
@@ -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
diff --git a/incubator/nocodb/0.0.2/README.md b/incubator/nocodb/0.0.3/README.md
similarity index 100%
rename from incubator/nocodb/0.0.2/README.md
rename to incubator/nocodb/0.0.3/README.md
diff --git a/incubator/nocodb/0.0.2/app-readme.md b/incubator/nocodb/0.0.3/app-readme.md
similarity index 100%
rename from incubator/nocodb/0.0.2/app-readme.md
rename to incubator/nocodb/0.0.3/app-readme.md
diff --git a/incubator/nocodb/0.0.2/charts/common-9.2.8.tgz b/incubator/nocodb/0.0.3/charts/common-9.2.8.tgz
similarity index 100%
rename from incubator/nocodb/0.0.2/charts/common-9.2.8.tgz
rename to incubator/nocodb/0.0.3/charts/common-9.2.8.tgz
diff --git a/incubator/nocodb/0.0.2/charts/postgresql-7.0.42.tgz b/incubator/nocodb/0.0.3/charts/postgresql-7.0.42.tgz
similarity index 100%
rename from incubator/nocodb/0.0.2/charts/postgresql-7.0.42.tgz
rename to incubator/nocodb/0.0.3/charts/postgresql-7.0.42.tgz
diff --git a/incubator/nocodb/0.0.2/charts/redis-2.0.34.tgz b/incubator/nocodb/0.0.3/charts/redis-2.0.34.tgz
similarity index 100%
rename from incubator/nocodb/0.0.2/charts/redis-2.0.34.tgz
rename to incubator/nocodb/0.0.3/charts/redis-2.0.34.tgz
diff --git a/incubator/nocodb/0.0.2/ix_values.yaml b/incubator/nocodb/0.0.3/ix_values.yaml
similarity index 90%
rename from incubator/nocodb/0.0.2/ix_values.yaml
rename to incubator/nocodb/0.0.3/ix_values.yaml
index bb77fb57206..6e4c5be6dbf 100644
--- a/incubator/nocodb/0.0.2/ix_values.yaml
+++ b/incubator/nocodb/0.0.3/ix_values.yaml
@@ -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:
diff --git a/incubator/nocodb/0.0.2/questions.yaml b/incubator/nocodb/0.0.3/questions.yaml
similarity index 99%
rename from incubator/nocodb/0.0.2/questions.yaml
rename to incubator/nocodb/0.0.3/questions.yaml
index b256af6d43e..7d2f8e5579e 100644
--- a/incubator/nocodb/0.0.2/questions.yaml
+++ b/incubator/nocodb/0.0.3/questions.yaml
@@ -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."
diff --git a/incubator/nocodb/0.0.2/security.md b/incubator/nocodb/0.0.3/security.md
similarity index 100%
rename from incubator/nocodb/0.0.2/security.md
rename to incubator/nocodb/0.0.3/security.md
diff --git a/incubator/nocodb/0.0.2/templates/_configmap.tpl b/incubator/nocodb/0.0.3/templates/_configmap.tpl
similarity index 100%
rename from incubator/nocodb/0.0.2/templates/_configmap.tpl
rename to incubator/nocodb/0.0.3/templates/_configmap.tpl
diff --git a/incubator/nocodb/0.0.2/templates/common.yaml b/incubator/nocodb/0.0.3/templates/common.yaml
similarity index 76%
rename from incubator/nocodb/0.0.2/templates/common.yaml
rename to incubator/nocodb/0.0.3/templates/common.yaml
index fbaa7698de4..bba9ff6415d 100644
--- a/incubator/nocodb/0.0.2/templates/common.yaml
+++ b/incubator/nocodb/0.0.3/templates/common.yaml
@@ -4,8 +4,5 @@
{{/* Render configmap for nocodb */}}
{{- include "nocodb.configmap" . }}
-{{/* Render secrets for nocodb */}}
-{{- include "nocodb.secrets" . }}
-
{{/* Render the templates */}}
{{ include "common.postSetup" . }}
diff --git a/incubator/nocodb/0.0.2/values.yaml b/incubator/nocodb/0.0.3/values.yaml
similarity index 100%
rename from incubator/nocodb/0.0.2/values.yaml
rename to incubator/nocodb/0.0.3/values.yaml
diff --git a/incubator/vikunja/0.0.2/templates/_secrets.tpl b/incubator/vikunja/0.0.2/templates/_secrets.tpl
deleted file mode 100644
index d3f96474240..00000000000
--- a/incubator/vikunja/0.0.2/templates/_secrets.tpl
+++ /dev/null
@@ -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 -}}
diff --git a/incubator/vikunja/0.0.2/templates/common.yaml b/incubator/vikunja/0.0.2/templates/common.yaml
deleted file mode 100644
index b8b2ef30058..00000000000
--- a/incubator/vikunja/0.0.2/templates/common.yaml
+++ /dev/null
@@ -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" . }}
diff --git a/incubator/vikunja/0.0.2/CHANGELOG.md b/incubator/vikunja/0.0.3/CHANGELOG.md
similarity index 55%
rename from incubator/vikunja/0.0.2/CHANGELOG.md
rename to incubator/vikunja/0.0.3/CHANGELOG.md
index a99fd10bc4d..0d89ff6ff0e 100644
--- a/incubator/vikunja/0.0.2/CHANGELOG.md
+++ b/incubator/vikunja/0.0.3/CHANGELOG.md
@@ -1,6 +1,19 @@
# Changelog
+
+### [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))
+
+
+
### [vikunja-0.0.2](https://github.com/truecharts/apps/compare/vikunja-0.0.1...vikunja-0.0.2) (2022-04-17)
diff --git a/incubator/vikunja/0.0.2/Chart.lock b/incubator/vikunja/0.0.3/Chart.lock
similarity index 88%
rename from incubator/vikunja/0.0.2/Chart.lock
rename to incubator/vikunja/0.0.3/Chart.lock
index 3b80de8c5e2..04bfc2bb6cd 100644
--- a/incubator/vikunja/0.0.2/Chart.lock
+++ b/incubator/vikunja/0.0.3/Chart.lock
@@ -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"
diff --git a/incubator/vikunja/0.0.2/Chart.yaml b/incubator/vikunja/0.0.3/Chart.yaml
similarity index 98%
rename from incubator/vikunja/0.0.2/Chart.yaml
rename to incubator/vikunja/0.0.3/Chart.yaml
index 389d8bfb36a..d1004653933 100644
--- a/incubator/vikunja/0.0.2/Chart.yaml
+++ b/incubator/vikunja/0.0.3/Chart.yaml
@@ -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
diff --git a/incubator/vikunja/0.0.2/README.md b/incubator/vikunja/0.0.3/README.md
similarity index 100%
rename from incubator/vikunja/0.0.2/README.md
rename to incubator/vikunja/0.0.3/README.md
diff --git a/incubator/vikunja/0.0.2/app-readme.md b/incubator/vikunja/0.0.3/app-readme.md
similarity index 100%
rename from incubator/vikunja/0.0.2/app-readme.md
rename to incubator/vikunja/0.0.3/app-readme.md
diff --git a/incubator/vikunja/0.0.2/charts/common-9.2.9.tgz b/incubator/vikunja/0.0.3/charts/common-9.2.9.tgz
similarity index 100%
rename from incubator/vikunja/0.0.2/charts/common-9.2.9.tgz
rename to incubator/vikunja/0.0.3/charts/common-9.2.9.tgz
diff --git a/incubator/vikunja/0.0.2/charts/postgresql-7.0.42.tgz b/incubator/vikunja/0.0.3/charts/postgresql-7.0.42.tgz
similarity index 100%
rename from incubator/vikunja/0.0.2/charts/postgresql-7.0.42.tgz
rename to incubator/vikunja/0.0.3/charts/postgresql-7.0.42.tgz
diff --git a/incubator/vikunja/0.0.2/charts/redis-2.0.34.tgz b/incubator/vikunja/0.0.3/charts/redis-2.0.34.tgz
similarity index 100%
rename from incubator/vikunja/0.0.2/charts/redis-2.0.34.tgz
rename to incubator/vikunja/0.0.3/charts/redis-2.0.34.tgz
diff --git a/incubator/vikunja/0.0.2/ix_values.yaml b/incubator/vikunja/0.0.3/ix_values.yaml
similarity index 86%
rename from incubator/vikunja/0.0.2/ix_values.yaml
rename to incubator/vikunja/0.0.3/ix_values.yaml
index f10e0493b96..87efde3c9f7 100644
--- a/incubator/vikunja/0.0.2/ix_values.yaml
+++ b/incubator/vikunja/0.0.3/ix_values.yaml
@@ -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:
diff --git a/incubator/vikunja/0.0.2/questions.yaml b/incubator/vikunja/0.0.3/questions.yaml
similarity index 100%
rename from incubator/vikunja/0.0.2/questions.yaml
rename to incubator/vikunja/0.0.3/questions.yaml
diff --git a/incubator/vikunja/0.0.2/security.md b/incubator/vikunja/0.0.3/security.md
similarity index 99%
rename from incubator/vikunja/0.0.2/security.md
rename to incubator/vikunja/0.0.3/security.md
index d0734f8d0b9..ce77cc8ea9d 100644
--- a/incubator/vikunja/0.0.2/security.md
+++ b/incubator/vikunja/0.0.3/security.md
@@ -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 | Expand...
https://access.redhat.com/security/cve/CVE-2021-43784
https://bugs.chromium.org/p/project-zero/issues/detail?id=2241
https://github.com/opencontainers/runc/commit/9c444070ec7bb83995dbc0185da68284da71c554
https://github.com/opencontainers/runc/commit/d72d057ba794164c3cce9451a00b72a78b25e1ae
https://github.com/opencontainers/runc/commit/f50369af4b571e358f20b139eea52d612eb55eed
https://github.com/opencontainers/runc/security/advisories/GHSA-v95c-p5hm-xq8f
https://lists.debian.org/debian-lts-announce/2021/12/msg00005.html
https://nvd.nist.gov/vuln/detail/CVE-2021-43784
|
-#### 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**
diff --git a/incubator/vikunja/0.0.3/templates/common.yaml b/incubator/vikunja/0.0.3/templates/common.yaml
new file mode 100644
index 00000000000..a17e923ef88
--- /dev/null
+++ b/incubator/vikunja/0.0.3/templates/common.yaml
@@ -0,0 +1 @@
+{{- include "common.all" . }}
diff --git a/incubator/vikunja/0.0.2/values.yaml b/incubator/vikunja/0.0.3/values.yaml
similarity index 100%
rename from incubator/vikunja/0.0.2/values.yaml
rename to incubator/vikunja/0.0.3/values.yaml