1
0
Fork 0

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
Dustin 2023-09-22 21:17:18 -05:00
parent ec537b0230
commit 2867210d38
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ spec:
app.kubernetes.io/instance: phpipam app.kubernetes.io/instance: phpipam
spec: spec:
containers: containers:
- image: docker.io/mariadb - image: docker.io/library/mariadb:10.9.3
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
name: phpipam-mariadb name: phpipam-mariadb
env: env: