this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

MariaDB: Deploy!

+10 -3
+6
.github/renovate/pinnedVersions.json5
··· 18 18 "matchDatasources": ["docker"], 19 19 "allowedVersions": "<=2024.11.3", 20 20 "matchPackagePatterns": ["home-assistant"] 21 + }, 22 + { 23 + "description": "Pin MariaDB to the supported by operator", 24 + "matchDatasources": ["docker"], 25 + "allowedVersions": "<=11.4.3", 26 + "matchPackagePatterns": ["mariadb"] 21 27 } 22 28 ] 23 29 }
+2 -1
k8s/nebula/apps/databases/kustomization.yaml
··· 2 2 kind: Kustomization 3 3 resources: 4 4 - ns.yaml 5 - # - mariadb/ks.yaml 5 + - mariadb/ks-crds.yaml 6 + - mariadb/ks.yaml 6 7 # - mariadb/ks-resources.yaml 7 8 # - mariadb/ks-phpmyadmin.yaml 8 9 # - mongodb/ks.yaml
+2 -2
k8s/nebula/apps/databases/mariadb/resources/mariadb.yaml
··· 13 13 storageClassName: ceph-block 14 14 15 15 replicas: 3 16 - image: "mariadb:11.5.2" 16 + image: "mariadb:11.4.3" 17 17 imagePullPolicy: IfNotPresent 18 18 19 19 maxScale: ··· 46 46 galera: 47 47 enabled: true 48 48 49 - #podRecoveryTimeout: 15m 49 + podRecoveryTimeout: 15m 50 50 51 51 service: 52 52 type: LoadBalancer