Update osm helm chart to use version 8.0.34 of mysql server
[osm/devops.git] / installers / helm / osm / templates / mysql / mysql-statefulset.yaml
index c9b2d16..1a18f4a 100644 (file)
@@ -49,7 +49,7 @@ spec:
             # readOnlyRootFilesystem: true
             allowPrivilegeEscalation: false
             # runAsNonRoot: true
-          image: mysql:5
+          image: mysql:8.0.34
           imagePullPolicy: {{ .Values.global.image.pullPolicy }}
           ports:
             - containerPort: 3306