Compare commits
6 Commits
7aa504ec63
...
renovate/u
| Author | SHA1 | Date | |
|---|---|---|---|
|
2f54af527c
|
|||
| 11fa03c933 | |||
| 5d86ac411e | |||
| 60b73c4c75 | |||
| 8933422e12 | |||
| 3eda30bae0 |
@@ -1,6 +1,6 @@
|
||||
dependencies:
|
||||
- name: cilium
|
||||
repository: https://helm.cilium.io/
|
||||
version: 1.19.0
|
||||
digest: sha256:d2319facc93cab2a0a137588d8bd93315b52025b3ec86bc89edb0e236a74c814
|
||||
generated: "2026-02-06T04:39:45.698412831Z"
|
||||
version: 1.18.6
|
||||
digest: sha256:8ea328ac238524b5b423e6289f5e25d05ef64e6aa19cfd5de238f1d5dd533e9b
|
||||
generated: "2026-02-05T12:00:20.15778-06:00"
|
||||
|
||||
@@ -15,7 +15,7 @@ maintainers:
|
||||
- name: alexlebens
|
||||
dependencies:
|
||||
- name: cilium
|
||||
version: 1.19.0
|
||||
version: 1.18.6
|
||||
repository: https://helm.cilium.io/
|
||||
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/cilium.png
|
||||
# renovate: datasource=github-releases depName=cilium/cilium
|
||||
|
||||
@@ -70,3 +70,10 @@ spec:
|
||||
key: /cl01tl/komodo/ferret
|
||||
metadataPolicy: None
|
||||
property: uri
|
||||
- secretKey: password
|
||||
remoteRef:
|
||||
conversionStrategy: Default
|
||||
decodingStrategy: None
|
||||
key: /cl01tl/komodo/ferret
|
||||
metadataPolicy: None
|
||||
property: password
|
||||
|
||||
@@ -2,7 +2,7 @@ komodo:
|
||||
controllers:
|
||||
main:
|
||||
type: deployment
|
||||
replicas: 0
|
||||
replicas: 1
|
||||
strategy: Recreate
|
||||
revisionHistoryLimit: 3
|
||||
containers:
|
||||
@@ -57,7 +57,7 @@ komodo:
|
||||
- name: DB_PASSWORD
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: komodo-postgresql-17-fdb-cluster-app
|
||||
name: komodo-postgresql-17-fdb-cluster-ferret
|
||||
key: password
|
||||
- name: KOMODO_DATABASE_URI
|
||||
value: mongodb://$(DB_USERNAME):$(DB_PASSWORD)@komodo-ferretdb-2.komodo:27017/komodo
|
||||
@@ -95,11 +95,15 @@ komodo:
|
||||
tag: 2.7.0
|
||||
pullPolicy: IfNotPresent
|
||||
env:
|
||||
- name: FERRETDB_POSTGRESQL_URL
|
||||
- name: DB_USERNAME
|
||||
value: ferret
|
||||
- name: DB_PASSWORD
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: komodo-postgresql-17-fdb-cluster-ferret
|
||||
key: uri
|
||||
key: password
|
||||
- name: FERRETDB_POSTGRESQL_URL
|
||||
value: postgresql://$(DB_USERNAME):$(DB_PASSWORD)@komodo-postgresql-17-fdb-cluster-rw.komodo.svc.cluster.local:5432/ferretDB
|
||||
resources:
|
||||
requests:
|
||||
cpu: 10m
|
||||
@@ -170,7 +174,6 @@ postgresql-17-fdb-cluster:
|
||||
tag: "17-0.106.0-ferretdb-2.5.0"
|
||||
postgresUID: 999
|
||||
postgresGID: 999
|
||||
enableSuperuserAccess: true
|
||||
postgresql:
|
||||
parameters:
|
||||
cron.database_name: 'ferretDB'
|
||||
@@ -198,13 +201,7 @@ postgresql-17-fdb-cluster:
|
||||
postInitApplicationSQL:
|
||||
- CREATE EXTENSION IF NOT EXISTS pg_cron;
|
||||
- CREATE EXTENSION IF NOT EXISTS documentdb CASCADE;
|
||||
- ALTER USER ferret WITH PASSWORD '${PASSWORD}';
|
||||
- GRANT documentdb_admin_role TO ferret;
|
||||
- GRANT USAGE ON SCHEMA documentdb_core TO ferret;
|
||||
- GRANT USAGE ON SCHEMA documentdb_api TO ferret;
|
||||
- GRANT USAGE ON SCHEMA documentdb_core TO pg_monitor;
|
||||
- GRANT USAGE ON SCHEMA documentdb_api TO pg_monitor;
|
||||
- GRANT SELECT ON ALL TABLES IN SCHEMA documentdb_core TO pg_monitor;
|
||||
recovery:
|
||||
method: objectStore
|
||||
objectStore:
|
||||
@@ -231,7 +228,7 @@ postgresql-17-fdb-cluster:
|
||||
# isWALArchiver: false
|
||||
scheduledBackups:
|
||||
- name: live-backup
|
||||
suspend: true
|
||||
suspend: false
|
||||
immediate: true
|
||||
schedule: "0 0 0 * * *"
|
||||
backupName: garage-local
|
||||
|
||||
@@ -31,4 +31,4 @@ dependencies:
|
||||
repository: oci://harbor.alexlebens.net/helm-charts
|
||||
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/prometheus.png
|
||||
# renovate: datasource=github-releases depName=prometheus-operator/prometheus-operator
|
||||
appVersion: v0.88.1
|
||||
appVersion: v0.89.0
|
||||
|
||||
@@ -19,4 +19,4 @@ dependencies:
|
||||
repository: oci://ghcr.io/prometheus-community/charts
|
||||
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/prometheus.png
|
||||
# renovate: datasource=github-releases depName=prometheus-operator/prometheus-operator
|
||||
appVersion: v0.88.1
|
||||
appVersion: v0.89.0
|
||||
|
||||
@@ -9,7 +9,7 @@ searxng:
|
||||
main:
|
||||
image:
|
||||
repository: searxng/searxng
|
||||
tag: latest@sha256:8d77102a0d2c615e88c5184868dc2c32cd361413dbc104abc301f54079fd40a2
|
||||
tag: latest@sha256:52521b669f98e98d1a2f9dd1004641c83ac8933db17bc3d92751e7cf6272b274
|
||||
pullPolicy: IfNotPresent
|
||||
env:
|
||||
- name: SEARXNG_BASE_URL
|
||||
@@ -39,7 +39,7 @@ searxng:
|
||||
main:
|
||||
image:
|
||||
repository: searxng/searxng
|
||||
tag: latest@sha256:8d77102a0d2c615e88c5184868dc2c32cd361413dbc104abc301f54079fd40a2
|
||||
tag: latest@sha256:52521b669f98e98d1a2f9dd1004641c83ac8933db17bc3d92751e7cf6272b274
|
||||
pullPolicy: IfNotPresent
|
||||
env:
|
||||
- name: SEARXNG_BASE_URL
|
||||
|
||||
Reference in New Issue
Block a user