invoiceninja: pin a specific version of mysql because it tried to downgrade without this
All checks were successful
/ diff-and-deploy (push) Successful in 2m8s

This commit is contained in:
Finn 2024-11-20 09:19:37 -08:00
parent e98a9b1a50
commit 0d482532ec

View file

@ -30,7 +30,7 @@ spec:
spec: spec:
containers: containers:
- name: mysql - name: mysql
image: mysql:8 image: docker.io/library/mysql:8.4.3
envFrom: envFrom:
- secretRef: - secretRef:
name: mysql name: mysql