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
All checks were successful
/ diff-and-deploy (push) Successful in 2m8s
This commit is contained in:
parent
e98a9b1a50
commit
0d482532ec
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ spec:
|
|||
spec:
|
||||
containers:
|
||||
- name: mysql
|
||||
image: mysql:8
|
||||
image: docker.io/library/mysql:8.4.3
|
||||
envFrom:
|
||||
- secretRef:
|
||||
name: mysql
|
||||
|
|
Loading…
Reference in a new issue