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:
|
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
|
||||||
|
|
Loading…
Reference in a new issue