fix: remove wikijs and update cnpg operator
This commit is contained in:
@@ -9,7 +9,7 @@ repositories:
|
||||
url: https://kubernetes.github.io/ingress-nginx
|
||||
- name: bitnami
|
||||
url: https://charts.bitnami.com/bitnami
|
||||
- name: postgres
|
||||
- name: cnpg
|
||||
url: https://cloudnative-pg.github.io/charts
|
||||
- name: gitea
|
||||
url: https://dl.gitea.com/charts
|
||||
@@ -19,8 +19,6 @@ repositories:
|
||||
url: https://prometheus-community.github.io/helm-charts
|
||||
- name: authentik
|
||||
url: https://charts.goauthentik.io
|
||||
- name: requarks
|
||||
url: https://charts.js.wiki
|
||||
---
|
||||
releases:
|
||||
# Distributed Storage
|
||||
@@ -65,7 +63,7 @@ releases:
|
||||
- name: postgres-system
|
||||
namespace: postgres-system
|
||||
chart: cnpg/cloudnative-pg
|
||||
version: 0.21.6
|
||||
version: 0.23.0
|
||||
|
||||
# Memcached
|
||||
- name: memcached
|
||||
@@ -114,11 +112,3 @@ releases:
|
||||
version: 2024.10.5
|
||||
values:
|
||||
- ./values/authentik.values.yaml
|
||||
|
||||
# WikiJS
|
||||
- name: wikijs
|
||||
namespace: docs-system
|
||||
chart: requarks/wiki
|
||||
version: 2.2.22
|
||||
values:
|
||||
- ./values/wikijs.values.yaml
|
||||
|
||||
@@ -1,25 +0,0 @@
|
||||
ingress:
|
||||
enabled: true
|
||||
ingressClassName: nginx-internal
|
||||
annotations:
|
||||
cert-manager.io/cluster-issuer: cloudflare-issuer
|
||||
cert-manager.io/acme-challenge-type: dns01
|
||||
cert-manager.io/private-key-size: "4096"
|
||||
hosts:
|
||||
- host: docs.rihla.digital
|
||||
paths:
|
||||
- path: /
|
||||
pathType: Prefix
|
||||
tls:
|
||||
- secretName: docs-rihla-digital
|
||||
hosts:
|
||||
- docs.rihla.digital
|
||||
|
||||
postgresql:
|
||||
enabled: false
|
||||
postgresqlDatabase: docs
|
||||
postgresqlUser: docs
|
||||
postgresqlHost: postgres-cluster-rw.postgres-system.svc.cluster.local
|
||||
postgresqlPort: 5432
|
||||
existingSecret: docs-postgres
|
||||
existingSecretKey: password
|
||||
Reference in New Issue
Block a user