Merge "Mariadb chart updates"
This commit is contained in:
commit
f706586123
@ -15,7 +15,7 @@ apiVersion: v1
|
|||||||
appVersion: v10.6.7
|
appVersion: v10.6.7
|
||||||
description: OpenStack-Helm MariaDB
|
description: OpenStack-Helm MariaDB
|
||||||
name: mariadb
|
name: mariadb
|
||||||
version: 0.2.51
|
version: 0.2.52
|
||||||
home: https://mariadb.com/kb/en/
|
home: https://mariadb.com/kb/en/
|
||||||
icon: http://badges.mariadb.org/mariadb-badge-180x60.png
|
icon: http://badges.mariadb.org/mariadb-badge-180x60.png
|
||||||
sources:
|
sources:
|
||||||
|
@ -162,7 +162,7 @@ def is_mariadb_stabe():
|
|||||||
LOG.info("The wspep is ready")
|
LOG.info("The wspep is ready")
|
||||||
return True
|
return True
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
LOG.error(f"Got exception while checking state. {e}")
|
LOG.exception(f"Got exception while checking state. {e}")
|
||||||
return False
|
return False
|
||||||
|
|
||||||
|
|
||||||
|
@ -109,6 +109,7 @@ spec:
|
|||||||
mountPath: /etc/mysql/admin_user.cnf
|
mountPath: /etc/mysql/admin_user.cnf
|
||||||
subPath: admin_user.cnf
|
subPath: admin_user.cnf
|
||||||
readOnly: true
|
readOnly: true
|
||||||
|
{{- dict "enabled" $envAll.Values.manifests.certificates "name" $envAll.Values.secrets.tls.oslo_db.server.internal "path" "/etc/mysql/certs" | include "helm-toolkit.snippets.tls_volume_mount" | indent 12 }}
|
||||||
volumes:
|
volumes:
|
||||||
- name: pod-tmp
|
- name: pod-tmp
|
||||||
emptyDir: {}
|
emptyDir: {}
|
||||||
@ -120,4 +121,5 @@ spec:
|
|||||||
secret:
|
secret:
|
||||||
secretName: mariadb-secrets
|
secretName: mariadb-secrets
|
||||||
defaultMode: 0444
|
defaultMode: 0444
|
||||||
|
{{- dict "enabled" $envAll.Values.manifests.certificates "name" $envAll.Values.secrets.tls.oslo_db.server.internal | include "helm-toolkit.snippets.tls_volume" | indent 8 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
4
mariadb/values_overrides/wait-for-cluster.yaml
Normal file
4
mariadb/values_overrides/wait-for-cluster.yaml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
---
|
||||||
|
manifests:
|
||||||
|
job_cluster_wait: true
|
||||||
|
...
|
@ -67,4 +67,5 @@ mariadb:
|
|||||||
- 0.2.49 Remove ingress deployment
|
- 0.2.49 Remove ingress deployment
|
||||||
- 0.2.50 Add cluster-wait job
|
- 0.2.50 Add cluster-wait job
|
||||||
- 0.2.51 Add 2024.2 overrides
|
- 0.2.51 Add 2024.2 overrides
|
||||||
|
- 0.2.52 Added SSL support to cluster-wait job
|
||||||
...
|
...
|
||||||
|
Loading…
Reference in New Issue
Block a user