mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
Try to fix magento k8s tests with static versioning
This commit is contained in:
parent
b9c5d32778
commit
7bf8be3246
1 changed files with 15 additions and 1 deletions
|
|
@ -1,3 +1,5 @@
|
|||
image:
|
||||
tag: "2.4.6-debian-11-r69"
|
||||
magentoHost: "www.example.com"
|
||||
magentoUsername: "user"
|
||||
magentoPassword: "changeme42"
|
||||
|
|
@ -6,7 +8,19 @@ magentoFirstName: "John"
|
|||
magentoLastName: "Doe"
|
||||
magentoAdminUri: "admin"
|
||||
mariadb:
|
||||
image:
|
||||
tag: "10.6.15-debian-11-r2"
|
||||
auth:
|
||||
password: "changeme1337"
|
||||
elasticsearch:
|
||||
enabled: false
|
||||
image:
|
||||
tag: "7.17.12-debian-11-r21"
|
||||
volumePermissions:
|
||||
image:
|
||||
tag: "11-debian-11-r43"
|
||||
metrics:
|
||||
image:
|
||||
tag: "1.0.1-debian-11-r21"
|
||||
certificates:
|
||||
image:
|
||||
tag: "11-debian-11-r43"
|
||||
|
|
|
|||
Loading…
Reference in a new issue