diff --git a/helm-charts/doris-operator/Chart.yaml b/helm-charts/doris-operator/Chart.yaml index af771877..e24aac9f 100644 --- a/helm-charts/doris-operator/Chart.yaml +++ b/helm-charts/doris-operator/Chart.yaml @@ -34,13 +34,13 @@ 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: 1.6.0 +version: 24.0.0-beta # 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: "1.6.0" +appVersion: "24.0.0-beta" sources: diff --git a/helm-charts/doris-operator/values.yaml b/helm-charts/doris-operator/values.yaml index 7273cbef..2b2e8f51 100644 --- a/helm-charts/doris-operator/values.yaml +++ b/helm-charts/doris-operator/values.yaml @@ -23,7 +23,7 @@ dorisOperator: # the namespace of dorisoperator, if not set, the release namespace will be used. image: repository: selectdb/doris.k8s-operator - tag: 1.6.0 + tag: 24.0.0-beta imagePullPolicy: "" # ImagePullSecrets is an optional list of references to secrets in the same namespace to use for pulling any of the images used by this deployment. # If specified, these secrets will be passed to individual puller implementations for them to use. diff --git a/helm-charts/doris/Chart.yaml b/helm-charts/doris/Chart.yaml index a1fadceb..f75a62b2 100644 --- a/helm-charts/doris/Chart.yaml +++ b/helm-charts/doris/Chart.yaml @@ -34,7 +34,7 @@ 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: 1.6.0 +version: 24.0.0-beta # 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