diff --git a/CHANGELOG.md b/CHANGELOG.md index 80f328ba..af2b5a9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +v0.10.6 / 2023-7-3 +======================== + +* bump operator image tag + v0.10.5 / 2023-7-3 ======================== diff --git a/changelogs/released/v0.10.6/changelog b/changelogs/released/v0.10.6/changelog new file mode 100644 index 00000000..012952ba --- /dev/null +++ b/changelogs/released/v0.10.6/changelog @@ -0,0 +1,4 @@ +v0.10.6 / 2023-7-3 +======================== + +* bump operator image tag \ No newline at end of file diff --git a/helm/operator/Chart.yaml b/helm/operator/Chart.yaml index 07c10e56..6c95e248 100644 --- a/helm/operator/Chart.yaml +++ b/helm/operator/Chart.yaml @@ -16,10 +16,10 @@ 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: v0.10.5 +version: v0.10.6 # 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: v0.10.5 +appVersion: v0.10.6 diff --git a/helm/operator/values.yaml b/helm/operator/values.yaml index 38990b32..91367540 100644 --- a/helm/operator/values.yaml +++ b/helm/operator/values.yaml @@ -9,7 +9,7 @@ global: operator: replicas: 1 imageRepository: hwameistor/operator - tag: v0.10.4 + tag: v0.10.6 localDiskManager: tolerationOnMaster: true