Skip to content

Commit

Permalink
Try to fix magento k8s tests with static versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
TheophileDiot committed Oct 17, 2023
1 parent b9c5d32 commit 7bf8be3
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion examples/magento/magento-chart-values.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
image:
tag: "2.4.6-debian-11-r69"
magentoHost: "www.example.com"
magentoUsername: "user"
magentoPassword: "changeme42"
Expand All @@ -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"

0 comments on commit 7bf8be3

Please sign in to comment.