Commit 1ba4fd4 1 parent 44eb39e commit 1ba4fd4 Copy full SHA for 1ba4fd4
File tree 1 file changed +5
-1
lines changed
1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -91,13 +91,17 @@ echo 'Adding mariadb'
91
91
helm upgrade --install mariadb bitnami/mariadb \
92
92
--set ' fullnameOverride=mariadb' \
93
93
--set ' image.repository=bitnami/mariadb' \
94
- --set ' image.tag=10.6' \
94
+ --set ' image.tag=10.6.14 ' \
95
95
--set ' auth.rootPassword=anubis' \
96
96
--set ' volumePermissions.enabled=true' \
97
97
--set ' auth.username=anubis' \
98
98
--set ' auth.database=anubis' \
99
99
--set ' auth.password=anubis' \
100
100
--set ' architecture=standalone' \
101
+ --set ' primary.args[0]=/opt/bitnami/scripts/mariadb/run.sh' \
102
+ --set ' primary.args[1]=--max-allowed-packet=1073741824' \
103
+ --set ' primary.args[2]=--character-set-server=utf8mb4' \
104
+ --set ' primary.args[3]=--collation-server=utf8mb4_general_ci' \
101
105
--namespace anubis
102
106
103
107
# Install a minimal redis deployment
You can’t perform that action at this time.
0 commit comments