chore(deps): update container image tccr.io/truecharts/nocodb to v0.111.4 (#9966)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [tccr.io/truecharts/nocodb](https://togithub.com/truecharts/containers) | minor | `v0.107.5` -> `v0.111.4` | --- ### ⚠ Dependency Lookup Warnings ⚠ Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xNDMuMCIsInVwZGF0ZWRJblZlciI6IjM2LjkyLjEiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIifQ==--> --------- Signed-off-by: TrueCharts-Bot <bot@truecharts.org> Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Co-authored-by: Stavros kois <s.kois@outlook.com> Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
apiVersion: v2
|
||||
appVersion: "0.107.5"
|
||||
appVersion: "0.111.4"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 14.0.1
|
||||
version: 14.0.6
|
||||
- condition: redis.enabled
|
||||
name: redis
|
||||
repository: https://deps.truecharts.org
|
||||
@@ -22,7 +22,7 @@ name: nocodb
|
||||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/nocodb
|
||||
- https://github.com/nocodb/nocodb
|
||||
version: 8.0.0
|
||||
version: 9.0.0
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- productivity
|
||||
|
||||
@@ -44,18 +44,6 @@ questions:
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: NC_GOOGLE_CLIENT_ID
|
||||
label: "Google Client ID"
|
||||
description: "Google client id to enable google authentication."
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: NC_GOOGLE_CLIENT_SECRET
|
||||
label: "Google Client Secret"
|
||||
description: "Google client secret to enable google authentication."
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: NC_PUBLIC_URL
|
||||
label: "Public URL"
|
||||
description: "Used for sending Email invitations."
|
||||
|
||||
@@ -1,14 +1,12 @@
|
||||
{{/* Define the secrets */}}
|
||||
{{- define "nocodb.secrets" -}}
|
||||
{{- $nocodbprevious := lookup "v1" "Secret" .Release.Namespace "nocodb-secrets" }}
|
||||
{{- $auth_jwt_token := "" }}
|
||||
{{- $secretName := printf "%s-secrets" (include "tc.v1.common.lib.chart.names.fullname" .) }}
|
||||
|
||||
{{- $auth_jwt_token := randAlphaNum 32 -}}
|
||||
{{- with (lookup "v1" "Secret" .Release.Namespace $secretName) -}}
|
||||
{{- $auth_jwt_token = index .data "NC_AUTH_JWT_SECRET" | b64dec -}}
|
||||
{{- end }}
|
||||
enabled: true
|
||||
data:
|
||||
{{- if $nocodbprevious}}
|
||||
NC_AUTH_JWT_SECRET: {{ index $nocodbprevious.data "NC_AUTH_JWT_SECRET" | b64dec }}
|
||||
{{- else }}
|
||||
{{- $auth_jwt_token := randAlphaNum 32 }}
|
||||
NC_AUTH_JWT_SECRET: {{ $auth_jwt_token }}
|
||||
{{- end }}
|
||||
|
||||
{{- end -}}
|
||||
|
||||
@@ -1,34 +1,15 @@
|
||||
image:
|
||||
repository: tccr.io/truecharts/nocodb
|
||||
tag: v0.107.5@sha256:4a64e56115720169bc63ed179959c8a63a98678dda846e37f6079a524758751c
|
||||
tag: v0.111.4@sha256:3658f91d239ca8752cdde9678bf38fc032acbfcfcd568f7230f5f047ce449eb9
|
||||
pullPolicy: IfNotPresent
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
main:
|
||||
port: 10226
|
||||
persistence:
|
||||
data:
|
||||
enabled: true
|
||||
mountPath: "/usr/app/data"
|
||||
cnpg:
|
||||
main:
|
||||
enabled: true
|
||||
|
||||
user: nocodb
|
||||
database: nocodb
|
||||
redis:
|
||||
enabled: true
|
||||
|
||||
portal:
|
||||
open:
|
||||
enabled: true
|
||||
securityContext:
|
||||
container:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsNonRoot: false
|
||||
runAsUser: 0
|
||||
runAsGroup: 0
|
||||
|
||||
workload:
|
||||
main:
|
||||
podSpec:
|
||||
@@ -70,5 +51,28 @@ workload:
|
||||
AWS_SECRET_ACCESS_KEY: ""
|
||||
AWS_BUCKET: ""
|
||||
AWS_BUCKET_PATH: ""
|
||||
NC_GOOGLE_CLIENT_ID: ""
|
||||
NC_GOOGLE_CLIENT_SECRET: ""
|
||||
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
main:
|
||||
port: 10226
|
||||
|
||||
persistence:
|
||||
data:
|
||||
enabled: true
|
||||
mountPath: "/usr/app/data"
|
||||
|
||||
cnpg:
|
||||
main:
|
||||
enabled: true
|
||||
user: nocodb
|
||||
database: nocodb
|
||||
|
||||
redis:
|
||||
enabled: true
|
||||
redisUsername: default
|
||||
|
||||
portal:
|
||||
open:
|
||||
enabled: true
|
||||
|
||||
@@ -130,6 +130,7 @@ words:
|
||||
- letsencrypt
|
||||
- lidarr
|
||||
- linkwallet
|
||||
- Litestream
|
||||
- loadbalancer
|
||||
- localcnamerecords
|
||||
- localdnsrecords
|
||||
@@ -176,6 +177,7 @@ words:
|
||||
- nitter
|
||||
- nobind
|
||||
- nocaptcha
|
||||
- nocodb
|
||||
- nodeport
|
||||
- nodeports
|
||||
- nohardlinks
|
||||
|
||||
Reference in New Issue
Block a user