diff --git a/helm-charts/doris-operator/Chart.yaml b/helm-charts/doris-operator/Chart.yaml index ce3d3623..fc3e4ff2 100644 --- a/helm-charts/doris-operator/Chart.yaml +++ b/helm-charts/doris-operator/Chart.yaml @@ -15,7 +15,7 @@ # specific language governing permissions and limitations # under the License. -apiVersion: v1 +apiVersion: v2 name: doris-operator description: Doris-operator for doris creates, configures and manages doris cluster running on kubernetes. Operator provide deploy and manage fe, be, cn,broker components. diff --git a/helm-charts/doris/Chart.yaml b/helm-charts/doris/Chart.yaml index 7cc7f513..a0ce7a84 100644 --- a/helm-charts/doris/Chart.yaml +++ b/helm-charts/doris/Chart.yaml @@ -15,7 +15,7 @@ # specific language governing permissions and limitations # under the License. -apiVersion: v1 +apiVersion: v2 name: doris description: Apache Doris is an easy-to-use, high-performance and real-time analytical database based on MPP architecture, known for its extreme speed and ease of use.