phpipam: Pin to MariaDB 10.9.3
Using the *latest* tag for MariaDB is particularly problematic, as a new version of the container may be pulled when the pod is scheduled on a different host. MariaDB will not start in this case, as it recognizes that the data on disk need to be upgraded. To prevent database outages in situations like this, we need to pin to a specific version of MariaDB, ensuring that every pod runs the same version.dch-webhooks-secrets
parent
ec537b0230
commit
2867210d38
|
@ -46,7 +46,7 @@ spec:
|
|||
app.kubernetes.io/instance: phpipam
|
||||
spec:
|
||||
containers:
|
||||
- image: docker.io/mariadb
|
||||
- image: docker.io/library/mariadb:10.9.3
|
||||
imagePullPolicy: IfNotPresent
|
||||
name: phpipam-mariadb
|
||||
env:
|
||||
|
|
Loading…
Reference in New Issue