diff --git a/charts/mysql-operator/Chart.yaml b/charts/mysql-operator/Chart.yaml index 79517fe1..00ef51b0 100644 --- a/charts/mysql-operator/Chart.yaml +++ b/charts/mysql-operator/Chart.yaml @@ -15,14 +15,14 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: v3.0.0 +version: v3.0.1 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "v3.0.0" +appVersion: "v3.0.1" dependencies: - name: "mysqlcluster" - version: "v3.0.0" + version: "v3.0.1" \ No newline at end of file diff --git a/charts/mysql-operator/values.yaml b/charts/mysql-operator/values.yaml index a466ae89..28466dd5 100644 --- a/charts/mysql-operator/values.yaml +++ b/charts/mysql-operator/values.yaml @@ -25,7 +25,7 @@ tolerationSeconds: 30 manager: image: radondb/mysql-operator - tag: v3.0.0 + tag: v3.0.1 enableWebhooks: true resources: {} # We usually recommend not to specify default resources and to leave this as a conscious