diff --git a/deploy/helm/doris-operator/Chart.yaml b/deploy/helm/doris-operator/Chart.yaml index 82370da..b705ca4 100644 --- a/deploy/helm/doris-operator/Chart.yaml +++ b/deploy/helm/doris-operator/Chart.yaml @@ -13,9 +13,9 @@ 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.0.2 +version: 1.0.3 # 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: "v1.0.2" +appVersion: "v1.0.3" diff --git a/deploy/helm/doris-operator/crds/doriscluster-crd.yaml b/deploy/helm/doris-operator/crds/doriscluster-crd.yaml index 5f5a0d6..d10cb3c 100644 --- a/deploy/helm/doris-operator/crds/doriscluster-crd.yaml +++ b/deploy/helm/doris-operator/crds/doriscluster-crd.yaml @@ -2227,10 +2227,33 @@ spec: pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ x-kubernetes-int-or-string: true type: object + retainDefaultStorage: + type: boolean serviceAccount: type: string statefulSetUpdateStrategy: type: string + storage: + items: + properties: + medium: + type: string + name: + type: string + request: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + storageClassName: + type: string + required: + - name + - request + - storageClassName + type: object + type: array storageClassName: type: string tolerations: diff --git a/deploy/helm/doris-operator/values.yaml b/deploy/helm/doris-operator/values.yaml index 046d8c5..d16fb90 100644 --- a/deploy/helm/doris-operator/values.yaml +++ b/deploy/helm/doris-operator/values.yaml @@ -1,7 +1,7 @@ # doris operator controller main container configuration manager: # controller container image - image: ghcr.io/linsoss/doris-operator:1.0.2 + image: ghcr.io/linsoss/doris-operator:1.0.3 # controller container resources resources: { } diff --git a/deploy/kustomize/crds.yaml b/deploy/kustomize/crds.yaml index 2077770..f5460d8 100644 --- a/deploy/kustomize/crds.yaml +++ b/deploy/kustomize/crds.yaml @@ -2916,10 +2916,33 @@ spec: pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ x-kubernetes-int-or-string: true type: object + retainDefaultStorage: + type: boolean serviceAccount: type: string statefulSetUpdateStrategy: type: string + storage: + items: + properties: + medium: + type: string + name: + type: string + request: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + storageClassName: + type: string + required: + - name + - request + - storageClassName + type: object + type: array storageClassName: type: string tolerations: diff --git a/deploy/kustomize/kustomization.yaml b/deploy/kustomize/kustomization.yaml index dc6acd8..9b3838e 100644 --- a/deploy/kustomize/kustomization.yaml +++ b/deploy/kustomize/kustomization.yaml @@ -3,7 +3,7 @@ kind: Kustomization images: - name: controller newName: ghcr.io/linsoss/doris-operator - newTag: 1.0.2 + newTag: 1.0.3 namespace: doris-operator-system namePrefix: doris-operator- diff --git a/deploy/kustomize/kustomized.yaml b/deploy/kustomize/kustomized.yaml index c5a4b94..92a1a4d 100644 --- a/deploy/kustomize/kustomized.yaml +++ b/deploy/kustomize/kustomized.yaml @@ -2929,10 +2929,33 @@ spec: pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ x-kubernetes-int-or-string: true type: object + retainDefaultStorage: + type: boolean serviceAccount: type: string statefulSetUpdateStrategy: type: string + storage: + items: + properties: + medium: + type: string + name: + type: string + request: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + storageClassName: + type: string + required: + - name + - request + - storageClassName + type: object + type: array storageClassName: type: string tolerations: @@ -9875,7 +9898,7 @@ spec: - --leader-elect command: - /manager - image: ghcr.io/linsoss/doris-operator:1.0.2 + image: ghcr.io/linsoss/doris-operator:1.0.3 livenessProbe: httpGet: path: /healthz diff --git a/docs/installation/helm/index.md b/docs/installation/helm/index.md index cdf258c..ac12c38 100644 --- a/docs/installation/helm/index.md +++ b/docs/installation/helm/index.md @@ -8,14 +8,14 @@ weight: 220 This is a OCI helm chart, helm started to support OCI in version 3.8.0. ```shell -helm upgrade -i doris-operator oci://ghcr.io/linsoss/helm/doris-operator --version 1.0.2 +helm upgrade -i doris-operator oci://ghcr.io/linsoss/helm/doris-operator --version 1.0.3 ``` ## Values | **Key** | **Type** | **Default** | **Description** | |---------------------|----------|--------------------------------------|--------------------------------------------| -| manager.image | string | ghcr.io/linsoss/doris-operator:1.0.2 | Controller container image tag | +| manager.image | string | ghcr.io/linsoss/doris-operator:1.0.3 | Controller container image tag | | manager.resources | object | {} | Controller container resource requirement | | rbacProxy.image | string | bitnami/kube-rbac-proxy:0.14.1 | rbac-proxy container image tag | | rbacProxy.resources | object | {} | rbac-proxy container resource requirements | diff --git a/docs/installation/helm/index.zh.md b/docs/installation/helm/index.zh.md index bf2e521..86f6d1c 100644 --- a/docs/installation/helm/index.zh.md +++ b/docs/installation/helm/index.zh.md @@ -8,14 +8,14 @@ weight: 220 以下通过 OCI 安装 Doris operator helm chart 的方式,helm 在 3.8.0 开始支持 OCI。 ```shell -helm upgrade -i doris-operator oci://ghcr.io/linsoss/helm/doris-operator --version 1.0.2 +helm upgrade -i doris-operator oci://ghcr.io/linsoss/helm/doris-operator --version 1.0.3 ``` ## Values | **Key** | **Type** | **Default** | **Description** | |---------------------|----------|--------------------------------------|--------------------------------------------| -| manager.image | string | ghcr.io/linsoss/doris-operator:1.0.2 | Controller container image tag | +| manager.image | string | ghcr.io/linsoss/doris-operator:1.0.3 | Controller container image tag | | manager.resources | object | {} | Controller container resource requirement | | rbacProxy.image | string | bitnami/kube-rbac-proxy:0.14.1 | rbac-proxy container image tag | | rbacProxy.resources | object | {} | rbac-proxy container resource requirements | diff --git a/docs/installation/kustomized/index.md b/docs/installation/kustomized/index.md index ed54338..c0aadac 100644 --- a/docs/installation/kustomized/index.md +++ b/docs/installation/kustomized/index.md @@ -35,7 +35,7 @@ This will provide you the manifest files unpacked and ready to use. ```shell mkdir doris-operator -flux pull artifact oci://ghcr.io/linsoss/kustomize/doris-operator:1.0.2 --output ./doris-operator/ +flux pull artifact oci://ghcr.io/linsoss/kustomize/doris-operator:1.0.3 --output ./doris-operator/ ``` ## Install Operator diff --git a/docs/installation/kustomized/index.zh.md b/docs/installation/kustomized/index.zh.md index 116db69..cabf688 100644 --- a/docs/installation/kustomized/index.zh.md +++ b/docs/installation/kustomized/index.zh.md @@ -31,7 +31,7 @@ curl -s https://fluxcd.io/install.sh | sudo bash ```shell mkdir doris-operator -flux pull artifact oci://ghcr.io/linsoss/kustomize/doris-operator:1.0.2 --output ./doris-operator/ +flux pull artifact oci://ghcr.io/linsoss/kustomize/doris-operator:1.0.3 --output ./doris-operator/ ``` ## 安装 Operator diff --git a/docs/prologue/get-started/index.md b/docs/prologue/get-started/index.md index dd01ccb..41a97d1 100644 --- a/docs/prologue/get-started/index.md +++ b/docs/prologue/get-started/index.md @@ -87,7 +87,7 @@ Install Doris Operator: ```shell mkdir doris-operator -flux pull artifact oci://ghcr.io/linsoss/kustomize/doris-operator:1.0.2 --output ./doris-operator/ +flux pull artifact oci://ghcr.io/linsoss/kustomize/doris-operator:1.0.3 --output ./doris-operator/ kubectl apply -k doris-operator ``` diff --git a/docs/prologue/get-started/index.zh.md b/docs/prologue/get-started/index.zh.md index 9b424fa..8cfbce0 100644 --- a/docs/prologue/get-started/index.zh.md +++ b/docs/prologue/get-started/index.zh.md @@ -75,7 +75,7 @@ curl -s https://fluxcd.io/install.sh | sudo bash ```shell mkdir doris-operator -flux pull artifact oci://ghcr.io/linsoss/kustomize/doris-operator:1.0.2 --output ./doris-operator/ +flux pull artifact oci://ghcr.io/linsoss/kustomize/doris-operator:1.0.3 --output ./doris-operator/ kubectl apply -k doris-operator ```