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.
This commit is contained in:
2023-09-22 21:17:18 -05:00
parent ec537b0230
commit 2867210d38

View File

@@ -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: