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:
co-authored by
Stavros kois
Stavros Kois
parent
fe34f2b9af
commit
8d16e9767c
@@ -1,9 +1,9 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: "0.107.5"
|
appVersion: "0.111.4"
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://library-charts.truecharts.org
|
repository: https://library-charts.truecharts.org
|
||||||
version: 14.0.1
|
version: 14.0.6
|
||||||
- condition: redis.enabled
|
- condition: redis.enabled
|
||||||
name: redis
|
name: redis
|
||||||
repository: https://deps.truecharts.org
|
repository: https://deps.truecharts.org
|
||||||
@@ -22,7 +22,7 @@ name: nocodb
|
|||||||
sources:
|
sources:
|
||||||
- https://github.com/truecharts/charts/tree/master/charts/stable/nocodb
|
- https://github.com/truecharts/charts/tree/master/charts/stable/nocodb
|
||||||
- https://github.com/nocodb/nocodb
|
- https://github.com/nocodb/nocodb
|
||||||
version: 8.0.0
|
version: 9.0.0
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- productivity
|
- productivity
|
||||||
|
|||||||
@@ -44,18 +44,6 @@ questions:
|
|||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
default: ""
|
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
|
- variable: NC_PUBLIC_URL
|
||||||
label: "Public URL"
|
label: "Public URL"
|
||||||
description: "Used for sending Email invitations."
|
description: "Used for sending Email invitations."
|
||||||
|
|||||||
@@ -1,14 +1,12 @@
|
|||||||
{{/* Define the secrets */}}
|
{{/* Define the secrets */}}
|
||||||
{{- define "nocodb.secrets" -}}
|
{{- define "nocodb.secrets" -}}
|
||||||
{{- $nocodbprevious := lookup "v1" "Secret" .Release.Namespace "nocodb-secrets" }}
|
{{- $secretName := printf "%s-secrets" (include "tc.v1.common.lib.chart.names.fullname" .) }}
|
||||||
{{- $auth_jwt_token := "" }}
|
|
||||||
|
{{- $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
|
enabled: true
|
||||||
data:
|
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 }}
|
NC_AUTH_JWT_SECRET: {{ $auth_jwt_token }}
|
||||||
{{- end }}
|
|
||||||
|
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
|
|||||||
@@ -1,34 +1,15 @@
|
|||||||
image:
|
image:
|
||||||
repository: tccr.io/truecharts/nocodb
|
repository: tccr.io/truecharts/nocodb
|
||||||
tag: v0.107.5@sha256:4a64e56115720169bc63ed179959c8a63a98678dda846e37f6079a524758751c
|
tag: v0.111.4@sha256:3658f91d239ca8752cdde9678bf38fc032acbfcfcd568f7230f5f047ce449eb9
|
||||||
pullPolicy: IfNotPresent
|
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:
|
securityContext:
|
||||||
container:
|
container:
|
||||||
readOnlyRootFilesystem: false
|
readOnlyRootFilesystem: false
|
||||||
runAsNonRoot: false
|
runAsNonRoot: false
|
||||||
runAsUser: 0
|
runAsUser: 0
|
||||||
runAsGroup: 0
|
runAsGroup: 0
|
||||||
|
|
||||||
workload:
|
workload:
|
||||||
main:
|
main:
|
||||||
podSpec:
|
podSpec:
|
||||||
@@ -70,5 +51,28 @@ workload:
|
|||||||
AWS_SECRET_ACCESS_KEY: ""
|
AWS_SECRET_ACCESS_KEY: ""
|
||||||
AWS_BUCKET: ""
|
AWS_BUCKET: ""
|
||||||
AWS_BUCKET_PATH: ""
|
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
|
- letsencrypt
|
||||||
- lidarr
|
- lidarr
|
||||||
- linkwallet
|
- linkwallet
|
||||||
|
- Litestream
|
||||||
- loadbalancer
|
- loadbalancer
|
||||||
- localcnamerecords
|
- localcnamerecords
|
||||||
- localdnsrecords
|
- localdnsrecords
|
||||||
@@ -176,6 +177,7 @@ words:
|
|||||||
- nitter
|
- nitter
|
||||||
- nobind
|
- nobind
|
||||||
- nocaptcha
|
- nocaptcha
|
||||||
|
- nocodb
|
||||||
- nodeport
|
- nodeport
|
||||||
- nodeports
|
- nodeports
|
||||||
- nohardlinks
|
- nohardlinks
|
||||||
|
|||||||
Reference in New Issue
Block a user