fix: linkwarden resources & NocoDB labels
All checks were successful
Renovate / renovate (push) Successful in 17s

This commit is contained in:
Peter 2024-01-09 11:27:59 +01:00
parent 442913c518
commit 372d1909b3
Signed by: prskr
GPG key ID: F56BED6903BC5E37
2 changed files with 22 additions and 20 deletions

View file

@ -48,7 +48,7 @@ spec:
memory: "384Mi"
cpu: "50m"
limits:
memory: "768Mi"
memory: "1500Mi"
cpu: "500m"
securityContext:
allowPrivilegeEscalation: false

View file

@ -6,31 +6,33 @@ namespace: nocodb
images:
- name: nocodb
newName: docker.io/nocodb/nocodb
newTag: "0.203.2"
newTag: 0.203.2
commonLabels:
labels:
- includeSelectors: true
pairs:
app.kubernetes.io/instance: icb4dc0de
app.kubernetes.io/managed-by: kustomize
resources:
- "resources/namespace.yaml"
- "resources/pvc.yaml"
- "resources/deployment.yaml"
- "resources/service.yaml"
- "resources/ingress.yaml"
- resources/namespace.yaml
- resources/pvc.yaml
- resources/deployment.yaml
- resources/service.yaml
- resources/ingress.yaml
generators:
- ./secret-generator.yaml
secretGenerator:
- name: nocodb-base-config
envs:
- "config/base.env"
- envs:
- config/base.env
name: nocodb-base-config
helmCharts:
- name: keydb
repo: https://enapter.github.io/charts/
releaseName: nocodb-keydb
namespace: nocodb
version: "0.48.0"
releaseName: nocodb-keydb
repo: https://enapter.github.io/charts/
valuesFile: config/values.keydb.yaml
version: 0.48.0