diff --git a/metal3-chart/Chart.yaml b/metal3-chart/Chart.yaml index c8a4c73..f5759af 100644 --- a/metal3-chart/Chart.yaml +++ b/metal3-chart/Chart.yaml @@ -1,5 +1,5 @@ -#!BuildTag: %%CHART_PREFIX%%metal3:%%CHART_MAJOR%%.0.22_up0.13.1 -#!BuildTag: %%CHART_PREFIX%%metal3:%%CHART_MAJOR%%.0.22_up0.13.1-%RELEASE% +#!BuildTag: %%CHART_PREFIX%%metal3:%%CHART_MAJOR%%.0.23_up0.13.1 +#!BuildTag: %%CHART_PREFIX%%metal3:%%CHART_MAJOR%%.0.23_up0.13.1-%RELEASE% apiVersion: v2 appVersion: 0.13.0 dependencies: @@ -15,7 +15,7 @@ dependencies: condition: global.enable_mariadb name: mariadb repository: file://./charts/mariadb - version: 0.6.2 + version: 0.6.3 - alias: metal3-media condition: global.enable_metal3_media_server name: media @@ -25,4 +25,4 @@ description: A Helm chart that installs all of the dependencies needed for Metal icon: https://github.com/cncf/artwork/raw/master/projects/metal3/icon/color/metal3-icon-color.svg name: metal3 type: application -version: "%%CHART_MAJOR%%.0.22+up0.13.1" +version: "%%CHART_MAJOR%%.0.23+up0.13.1" diff --git a/metal3-chart/charts/mariadb/Chart.yaml b/metal3-chart/charts/mariadb/Chart.yaml index ce3ff86..4b7f6a2 100644 --- a/metal3-chart/charts/mariadb/Chart.yaml +++ b/metal3-chart/charts/mariadb/Chart.yaml @@ -3,4 +3,4 @@ appVersion: "11.8" description: A Helm chart for MariaDB, used by Metal3 name: mariadb type: application -version: 0.6.2 +version: 0.6.3 diff --git a/metal3-chart/charts/mariadb/templates/deployment.yaml b/metal3-chart/charts/mariadb/templates/deployment.yaml index 86b3cfa..1091853 100644 --- a/metal3-chart/charts/mariadb/templates/deployment.yaml +++ b/metal3-chart/charts/mariadb/templates/deployment.yaml @@ -20,7 +20,7 @@ spec: labels: {{- include "mariadb.selectorLabels" . | nindent 8 }} spec: - {{- $volmounts := toYaml .Values.volumeMounts | trim | nindent 12 }} + {{- $volmounts := toYaml .Values.volumeMounts | trim | nindent 10 }} {{- $volumes := toYaml .Values.volumes | trim | nindent 8 }} serviceAccountName: {{ include "mariadb.serviceAccountName" . }} securityContext: @@ -103,11 +103,11 @@ spec: successThreshold: 1 timeoutSeconds: 10 volumeMounts: - - name: mariadb-conf - mountPath: /etc/mysql/conf.d - - name: mariadb-run - mountPath: /run/mysql - {{- $volmounts }} + - name: mariadb-conf + mountPath: /etc/mysql/conf.d + - name: mariadb-run + mountPath: /run/mysql + {{- $volmounts }} {{- with .Values.global.nodeSelector }} nodeSelector: {{- toYaml . | nindent 8 }} diff --git a/release-manifest-image/release_manifest.yaml b/release-manifest-image/release_manifest.yaml index cfd0970..5692b74 100644 --- a/release-manifest-image/release_manifest.yaml +++ b/release-manifest-image/release_manifest.yaml @@ -162,7 +162,7 @@ spec: - prettyName: Metal3 releaseName: metal3 chart: '%%CHART_REPO%%/%%CHART_PREFIX%%metal3' - version: '%%CHART_MAJOR%%.0.22+up0.13.1' + version: '%%CHART_MAJOR%%.0.23+up0.13.1' - prettyName: RancherTurtlesProviders releaseName: rancher-turtles-providers chart: '%%CHART_REPO%%/%%CHART_PREFIX%%rancher-turtles-providers'