Compare commits
1 commit
main
...
renovate/m
Author | SHA1 | Date | |
---|---|---|---|
d5a5841ad1 |
23 changed files with 46 additions and 92 deletions
Binary file not shown.
|
@ -13,7 +13,7 @@ resources:
|
||||||
images:
|
images:
|
||||||
- name: argocd
|
- name: argocd
|
||||||
newName: code.icb4dc0.de/infrastructure/images/argocd
|
newName: code.icb4dc0.de/infrastructure/images/argocd
|
||||||
newTag: v2.13.3
|
newTag: v2.13.2
|
||||||
|
|
||||||
labels:
|
labels:
|
||||||
- includeSelectors: true
|
- includeSelectors: true
|
||||||
|
@ -26,7 +26,7 @@ helmCharts:
|
||||||
repo: https://argoproj.github.io/argo-helm
|
repo: https://argoproj.github.io/argo-helm
|
||||||
releaseName: argo-cd
|
releaseName: argo-cd
|
||||||
namespace: argo-system
|
namespace: argo-system
|
||||||
version: "7.7.21"
|
version: "7.7.11"
|
||||||
valuesFile: config/values.argo-cd.yaml
|
valuesFile: config/values.argo-cd.yaml
|
||||||
apiVersions:
|
apiVersions:
|
||||||
- monitoring.coreos.com/v1
|
- monitoring.coreos.com/v1
|
|
@ -1,4 +1,2 @@
|
||||||
config:
|
extraArgs:
|
||||||
kind: ControllerConfiguration
|
- --feature-gates=ExperimentalGatewayAPISupport=true
|
||||||
apiVersion: "controller.config.cert-manager.io/v1alpha1"
|
|
||||||
enableGatewayAPI: true
|
|
|
@ -12,7 +12,7 @@ resources:
|
||||||
helmCharts:
|
helmCharts:
|
||||||
- name: cert-manager
|
- name: cert-manager
|
||||||
repo: https://charts.jetstack.io
|
repo: https://charts.jetstack.io
|
||||||
version: "v1.16.3"
|
version: "v1.16.2"
|
||||||
releaseName: cert-manager
|
releaseName: cert-manager
|
||||||
namespace: kube-system
|
namespace: kube-system
|
||||||
valuesFile: config/values.cert-manager.yaml
|
valuesFile: config/values.cert-manager.yaml
|
||||||
|
|
|
@ -47,10 +47,10 @@ spec:
|
||||||
|
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 400m
|
cpu: 100m
|
||||||
memory: 600Mi
|
memory: 600Mi
|
||||||
limits:
|
limits:
|
||||||
cpu: 1200m
|
cpu: 500m
|
||||||
memory: 900Mi
|
memory: 900Mi
|
||||||
|
|
||||||
affinity:
|
affinity:
|
||||||
|
|
|
@ -1,42 +0,0 @@
|
||||||
---
|
|
||||||
apiVersion: v1
|
|
||||||
kind: Secret
|
|
||||||
metadata:
|
|
||||||
name: pgpass-migration
|
|
||||||
type: Opaque
|
|
||||||
stringData:
|
|
||||||
.pgpass: |
|
|
||||||
default-cluster-primary.postgres.svc:5432:umami:postgres:(g>_lO9v|?(B.4xiYt0}/+m)
|
|
||||||
app-cluster-pooler-rw.postgres.svc:5432:umami:umami-ciWvqZ:aDvAwEWR7HZz8Ab
|
|
||||||
---
|
|
||||||
apiVersion: batch/v1
|
|
||||||
kind: Job
|
|
||||||
metadata:
|
|
||||||
name: migrate
|
|
||||||
namespace: postgres
|
|
||||||
spec:
|
|
||||||
template:
|
|
||||||
spec:
|
|
||||||
containers:
|
|
||||||
- name: postgres
|
|
||||||
image: postgres:16-alpine
|
|
||||||
command:
|
|
||||||
- /bin/ash
|
|
||||||
- -c
|
|
||||||
- pg_dump --create --clean --no-owner --no-privileges -h default-cluster-primary.postgres.svc -U postgres "${DB_NAME}" | psql -h app-cluster-pooler-rw.postgres.svc -U "${TARGET_USER}" "${DB_NAME}"
|
|
||||||
env:
|
|
||||||
- name: DB_NAME
|
|
||||||
value: umami
|
|
||||||
- name: TARGET_USER
|
|
||||||
value: umami-ciWvqZ
|
|
||||||
volumeMounts:
|
|
||||||
- name: pgpass
|
|
||||||
readOnly: true
|
|
||||||
mountPath: /root/
|
|
||||||
restartPolicy: Never
|
|
||||||
volumes:
|
|
||||||
- name: pgpass
|
|
||||||
secret:
|
|
||||||
defaultMode: 0700
|
|
||||||
secretName: pgpass-migration
|
|
||||||
backoffLimit: 4
|
|
|
@ -10,7 +10,7 @@ helmCharts:
|
||||||
- releaseName: cnpg
|
- releaseName: cnpg
|
||||||
name: cloudnative-pg
|
name: cloudnative-pg
|
||||||
repo: https://cloudnative-pg.github.io/charts
|
repo: https://cloudnative-pg.github.io/charts
|
||||||
version: 0.23.0
|
version: 0.22.1
|
||||||
valuesFile: config/values.cnpg.yaml
|
valuesFile: config/values.cnpg.yaml
|
||||||
namespace: postgres-system
|
namespace: postgres-system
|
||||||
includeCRDs: true
|
includeCRDs: true
|
||||||
|
|
|
@ -15,6 +15,6 @@ helmCharts:
|
||||||
repo: https://helm.coder.com/v2
|
repo: https://helm.coder.com/v2
|
||||||
releaseName: coder
|
releaseName: coder
|
||||||
namespace: coder
|
namespace: coder
|
||||||
version: "2.18.4"
|
version: "2.18.1"
|
||||||
valuesFile: config/values.coder.yml
|
valuesFile: config/values.coder.yml
|
||||||
skipTests: true
|
skipTests: true
|
|
@ -6,7 +6,7 @@ namespace: projectcontour
|
||||||
images:
|
images:
|
||||||
- name: contour
|
- name: contour
|
||||||
newName: ghcr.io/projectcontour/contour
|
newName: ghcr.io/projectcontour/contour
|
||||||
newTag: v1.30.2
|
newTag: v1.30.1
|
||||||
|
|
||||||
resources:
|
resources:
|
||||||
- crds/contour.yaml
|
- crds/contour.yaml
|
||||||
|
|
|
@ -51,7 +51,6 @@ spec:
|
||||||
mode: Terminate
|
mode: Terminate
|
||||||
certificateRefs:
|
certificateRefs:
|
||||||
- name: forgejo-tls
|
- name: forgejo-tls
|
||||||
|
|
||||||
- name: ssh
|
- name: ssh
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
port: 22
|
port: 22
|
||||||
|
@ -109,6 +108,21 @@ spec:
|
||||||
certificateRefs:
|
certificateRefs:
|
||||||
- name: coder-port-forwards-tls
|
- name: coder-port-forwards-tls
|
||||||
|
|
||||||
|
- name: garage-s3-subdomains
|
||||||
|
hostname: "*.s3.icb4dc0.de"
|
||||||
|
port: 443
|
||||||
|
protocol: HTTPS
|
||||||
|
allowedRoutes:
|
||||||
|
namespaces:
|
||||||
|
from: Selector
|
||||||
|
selector:
|
||||||
|
matchLabels:
|
||||||
|
kubernetes.io/metadata.name: garage
|
||||||
|
tls:
|
||||||
|
mode: Terminate
|
||||||
|
certificateRefs:
|
||||||
|
- name: garage-s3-subdomains-tls
|
||||||
|
|
||||||
- name: buildr-fider-community
|
- name: buildr-fider-community
|
||||||
hostname: community.buildr.icb4dc0.de
|
hostname: community.buildr.icb4dc0.de
|
||||||
port: 443
|
port: 443
|
||||||
|
@ -154,8 +168,8 @@ spec:
|
||||||
certificateRefs:
|
certificateRefs:
|
||||||
- name: fider-login-tls
|
- name: fider-login-tls
|
||||||
|
|
||||||
- name: supabase-operator-docs
|
- name: git-age-docs
|
||||||
hostname: "docs.supabase-operator.icb4dc0.de"
|
hostname: "docs.git-age.icb4dc0.de"
|
||||||
port: 443
|
port: 443
|
||||||
protocol: HTTPS
|
protocol: HTTPS
|
||||||
allowedRoutes:
|
allowedRoutes:
|
||||||
|
@ -163,8 +177,8 @@ spec:
|
||||||
from: Selector
|
from: Selector
|
||||||
selector:
|
selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
kubernetes.io/metadata.name: functions
|
kubernetes.io/metadata.name: blog
|
||||||
tls:
|
tls:
|
||||||
mode: Terminate
|
mode: Terminate
|
||||||
certificateRefs:
|
certificateRefs:
|
||||||
- name: supabase-operator-docs-tls
|
- name: git-age-docs-tls
|
||||||
|
|
|
@ -4,7 +4,7 @@ kind: Kustomization
|
||||||
namespace: kube-system
|
namespace: kube-system
|
||||||
|
|
||||||
resources:
|
resources:
|
||||||
- https://github.com/kubernetes-sigs/descheduler/kubernetes/deployment?ref=v0.32.1
|
- https://github.com/kubernetes-sigs/descheduler/kubernetes/deployment?ref=v0.30.1
|
||||||
|
|
||||||
configMapGenerator:
|
configMapGenerator:
|
||||||
- name: descheduler-policy-configmap
|
- name: descheduler-policy-configmap
|
||||||
|
|
|
@ -14,10 +14,10 @@ images:
|
||||||
digest: sha256:08b6fd823efc15a38592a808840012a7ad13cccb645f88dfe981c50fcca8798a
|
digest: sha256:08b6fd823efc15a38592a808840012a7ad13cccb645f88dfe981c50fcca8798a
|
||||||
- name: photos
|
- name: photos
|
||||||
newName: code.icb4dc0.de/infrastructure/images/ente/photos
|
newName: code.icb4dc0.de/infrastructure/images/ente/photos
|
||||||
newTag: v0.9.81
|
newTag: v0.9.72
|
||||||
- name: cast
|
- name: cast
|
||||||
newName: code.icb4dc0.de/infrastructure/images/ente/cast
|
newName: code.icb4dc0.de/infrastructure/images/ente/cast
|
||||||
newTag: v0.9.81
|
newTag: v0.9.71
|
||||||
|
|
||||||
labels:
|
labels:
|
||||||
- includeSelectors: true
|
- includeSelectors: true
|
||||||
|
|
|
@ -12,10 +12,10 @@ labels:
|
||||||
images:
|
images:
|
||||||
- name: act_runner
|
- name: act_runner
|
||||||
newName: code.forgejo.org/forgejo/runner
|
newName: code.forgejo.org/forgejo/runner
|
||||||
newTag: "6.2.0"
|
newTag: "5.0.4"
|
||||||
- name: dind
|
- name: dind
|
||||||
newName: docker
|
newName: docker
|
||||||
newTag: 27.5.1-dind
|
newTag: 27.4.1-dind
|
||||||
|
|
||||||
resources:
|
resources:
|
||||||
- resources/db/db.yaml
|
- resources/db/db.yaml
|
||||||
|
@ -48,7 +48,7 @@ helmCharts:
|
||||||
repo: oci://codeberg.org/forgejo-contrib
|
repo: oci://codeberg.org/forgejo-contrib
|
||||||
releaseName: forgejo
|
releaseName: forgejo
|
||||||
namespace: forgejo
|
namespace: forgejo
|
||||||
version: "11.0.1"
|
version: "10.1.2"
|
||||||
valuesFile: config/values.forgejo.yaml
|
valuesFile: config/values.forgejo.yaml
|
||||||
skipTests: true
|
skipTests: true
|
||||||
apiVersions:
|
apiVersions:
|
||||||
|
@ -57,6 +57,6 @@ helmCharts:
|
||||||
repo: https://meilisearch.github.io/meilisearch-kubernetes
|
repo: https://meilisearch.github.io/meilisearch-kubernetes
|
||||||
releaseName: forgejo-indexer
|
releaseName: forgejo-indexer
|
||||||
namespace: forgejo
|
namespace: forgejo
|
||||||
version: "0.10.2"
|
version: "0.11.0"
|
||||||
valuesFile: config/values.meilisearch.yaml
|
valuesFile: config/values.meilisearch.yaml
|
||||||
skipTests: true
|
skipTests: true
|
||||||
|
|
|
@ -6,7 +6,7 @@ namespace: garage
|
||||||
images:
|
images:
|
||||||
- name: rclone
|
- name: rclone
|
||||||
newName: rclone/rclone
|
newName: rclone/rclone
|
||||||
newTag: "1.69"
|
newTag: "1.68"
|
||||||
|
|
||||||
resources:
|
resources:
|
||||||
- resources/cronjob.yaml
|
- resources/cronjob.yaml
|
||||||
|
|
|
@ -12,12 +12,12 @@ helmCharts:
|
||||||
repo: https://charts.hetzner.cloud
|
repo: https://charts.hetzner.cloud
|
||||||
releaseName: hccm
|
releaseName: hccm
|
||||||
namespace: kube-system
|
namespace: kube-system
|
||||||
version: "1.23.0"
|
version: "1.21.0"
|
||||||
valuesFile: config/values.ccm.yaml
|
valuesFile: config/values.ccm.yaml
|
||||||
|
|
||||||
- name: hcloud-csi
|
- name: hcloud-csi
|
||||||
repo: https://charts.hetzner.cloud
|
repo: https://charts.hetzner.cloud
|
||||||
releaseName: hcloud-csi-driver
|
releaseName: hcloud-csi-driver
|
||||||
namespace: kube-system
|
namespace: kube-system
|
||||||
version: "2.12.0"
|
version: "2.11.0"
|
||||||
valuesFile: config/values.csi.yaml
|
valuesFile: config/values.csi.yaml
|
|
@ -17,5 +17,5 @@ helmCharts:
|
||||||
includeCRDs: true
|
includeCRDs: true
|
||||||
namespace: observability-system
|
namespace: observability-system
|
||||||
releaseName: prometheus
|
releaseName: prometheus
|
||||||
version: "68.3.0"
|
version: "67.4.0"
|
||||||
valuesFile: config/values.prometheus.yaml
|
valuesFile: config/values.prometheus.yaml
|
|
@ -11,7 +11,7 @@ labels:
|
||||||
images:
|
images:
|
||||||
- name: linkwarden
|
- name: linkwarden
|
||||||
newName: ghcr.io/linkwarden/linkwarden
|
newName: ghcr.io/linkwarden/linkwarden
|
||||||
newTag: "v2.9.3"
|
newTag: "v2.8.4"
|
||||||
|
|
||||||
resources:
|
resources:
|
||||||
- "resources/namespace.yaml"
|
- "resources/namespace.yaml"
|
||||||
|
|
|
@ -6,7 +6,7 @@ namespace: meali
|
||||||
images:
|
images:
|
||||||
- name: meali
|
- name: meali
|
||||||
newName: ghcr.io/mealie-recipes/mealie
|
newName: ghcr.io/mealie-recipes/mealie
|
||||||
newTag: v2.5.0
|
newTag: v2.4.1
|
||||||
|
|
||||||
resources:
|
resources:
|
||||||
- resources/namespace.yaml
|
- resources/namespace.yaml
|
||||||
|
|
|
@ -21,7 +21,7 @@ helmCharts:
|
||||||
repo: https://nextcloud.github.io/helm/
|
repo: https://nextcloud.github.io/helm/
|
||||||
releaseName: nextcloud
|
releaseName: nextcloud
|
||||||
namespace: nextcloud
|
namespace: nextcloud
|
||||||
version: "6.6.3"
|
version: "6.5.1"
|
||||||
valuesFile: config/values.nextcloud.yaml
|
valuesFile: config/values.nextcloud.yaml
|
||||||
skipTests: true
|
skipTests: true
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,7 @@ namespace: nocodb
|
||||||
images:
|
images:
|
||||||
- name: nocodb
|
- name: nocodb
|
||||||
newName: docker.io/nocodb/nocodb
|
newName: docker.io/nocodb/nocodb
|
||||||
newTag: 0.260.2
|
newTag: 0.258.10
|
||||||
|
|
||||||
labels:
|
labels:
|
||||||
- includeSelectors: true
|
- includeSelectors: true
|
||||||
|
|
|
@ -1,16 +0,0 @@
|
||||||
apiVersion: argoproj.io/v1alpha1
|
|
||||||
kind: Application
|
|
||||||
metadata:
|
|
||||||
name: postgres-operator
|
|
||||||
namespace: argo-system
|
|
||||||
spec:
|
|
||||||
destination:
|
|
||||||
server: https://kubernetes.default.svc
|
|
||||||
project: infrastructure
|
|
||||||
source:
|
|
||||||
path: postgres-operator
|
|
||||||
repoURL: https://code.icb4dc0.de/infrastructure/apps.git
|
|
||||||
targetRevision: HEAD
|
|
||||||
syncPolicy:
|
|
||||||
syncOptions:
|
|
||||||
- ServerSideApply=true
|
|
|
@ -12,7 +12,7 @@ labels:
|
||||||
images:
|
images:
|
||||||
- name: vaultwarden
|
- name: vaultwarden
|
||||||
newName: ghcr.io/dani-garcia/vaultwarden
|
newName: ghcr.io/dani-garcia/vaultwarden
|
||||||
newTag: "1.33.0-alpine"
|
newTag: "1.32.6-alpine"
|
||||||
|
|
||||||
resources:
|
resources:
|
||||||
- "resources/namespace.yaml"
|
- "resources/namespace.yaml"
|
||||||
|
|
|
@ -6,7 +6,7 @@ namespace: zipline
|
||||||
images:
|
images:
|
||||||
- name: zipline
|
- name: zipline
|
||||||
newName: ghcr.io/diced/zipline
|
newName: ghcr.io/diced/zipline
|
||||||
newTag: "3.7.11"
|
newTag: "3.7.10"
|
||||||
|
|
||||||
labels:
|
labels:
|
||||||
- includeSelectors: true
|
- includeSelectors: true
|
||||||
|
|
Loading…
Add table
Reference in a new issue