diff --git a/api/v1alpha1/openapi_generated.go b/api/v1alpha1/openapi_generated.go index 176372bc4a0..4e3d0c434d8 100644 --- a/api/v1alpha1/openapi_generated.go +++ b/api/v1alpha1/openapi_generated.go @@ -4501,7 +4501,7 @@ func schema_fluid_cloudnative_fluid_api_v1alpha1_MasterSpec(ref common.Reference }, "imageTag": { SchemaProps: spec.SchemaProps{ - Description: "The image tag of Vineyard component. For Master, the default image tag is `3.5.10`. For Worker, the default image tag is `latest`.", + Description: "The image tag of Vineyard component. For Master, the default image tag is `3.5.10`. For Worker, the default image tag is `v0.21.5`.", Type: []string{"string"}, Format: "", }, @@ -6413,7 +6413,7 @@ func schema_fluid_cloudnative_fluid_api_v1alpha1_VineyardCompTemplateSpec(ref co }, "imageTag": { SchemaProps: spec.SchemaProps{ - Description: "The image tag of Vineyard component. For Master, the default image tag is `3.5.10`. For Worker, the default image tag is `latest`.", + Description: "The image tag of Vineyard component. For Master, the default image tag is `3.5.10`. For Worker, the default image tag is `v0.21.5`.", Type: []string{"string"}, Format: "", }, @@ -6701,7 +6701,7 @@ func schema_fluid_cloudnative_fluid_api_v1alpha1_VineyardSockSpec(ref common.Ref }, "imageTag": { SchemaProps: spec.SchemaProps{ - Description: "Image Tag for Vineyard Fuse Default is `latest`", + Description: "Image Tag for Vineyard Fuse Default is `v0.21.5`", Type: []string{"string"}, Format: "", }, diff --git a/api/v1alpha1/vineyardruntime_types.go b/api/v1alpha1/vineyardruntime_types.go index 004a8ae5d0e..659fbb81819 100644 --- a/api/v1alpha1/vineyardruntime_types.go +++ b/api/v1alpha1/vineyardruntime_types.go @@ -38,7 +38,7 @@ type VineyardCompTemplateSpec struct { // The image tag of Vineyard component. // For Master, the default image tag is `3.5.10`. - // For Worker, the default image tag is `latest`. + // For Worker, the default image tag is `v0.21.5`. // +optional ImageTag string `json:"imageTag,omitempty"` @@ -147,7 +147,7 @@ type VineyardSockSpec struct { Image string `json:"image,omitempty"` // Image Tag for Vineyard Fuse - // Default is `latest` + // Default is `v0.21.5` // +optional ImageTag string `json:"imageTag,omitempty"` diff --git a/charts/fluid/fluid/crds/data.fluid.io_vineyardruntimes.yaml b/charts/fluid/fluid/crds/data.fluid.io_vineyardruntimes.yaml index f049fe627d7..1ecd7d60ebd 100644 --- a/charts/fluid/fluid/crds/data.fluid.io_vineyardruntimes.yaml +++ b/charts/fluid/fluid/crds/data.fluid.io_vineyardruntimes.yaml @@ -114,7 +114,7 @@ spec: Available values are `Always`, `IfNotPresent`, `Never` type: string imageTag: - description: Image Tag for Vineyard Fuse Default is `latest` + description: Image Tag for Vineyard Fuse Default is `v0.21.5` type: string resources: description: Resources contains the resource requirements and @@ -217,7 +217,7 @@ spec: imageTag: description: The image tag of Vineyard component. For Master, the default image tag is `3.5.10`. For Worker, the default image - tag is `latest`. + tag is `v0.21.5`. type: string nodeSelector: additionalProperties: @@ -3505,7 +3505,7 @@ spec: imageTag: description: The image tag of Vineyard component. For Master, the default image tag is `3.5.10`. For Worker, the default image - tag is `latest`. + tag is `v0.21.5`. type: string nodeSelector: additionalProperties: diff --git a/charts/vineyard/Chart.yaml b/charts/vineyard/Chart.yaml index 4fb684df1c4..0e058b6f008 100644 --- a/charts/vineyard/Chart.yaml +++ b/charts/vineyard/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -version: 0.19.3 +version: 0.21.5 description: an In-Memory Data Manager for Data-Intensive Analytics home: https://v6d.io/ keywords: diff --git a/charts/vineyard/values.yaml b/charts/vineyard/values.yaml index afb4b48ab44..36dac3883ba 100644 --- a/charts/vineyard/values.yaml +++ b/charts/vineyard/values.yaml @@ -46,7 +46,7 @@ master: worker: replicas: 1 image: vineyardcloudnative/vineyardd - imageTag: latest + imageTag: v0.21.5 imagePullPolicy: IfNotPresent nodeSelector: {} # Exmaple: @@ -97,7 +97,7 @@ disablePrometheus: true fuse: image: vineyardcloudnative/vineyard-fluid-fuse - imageTag: latest + imageTag: v0.21.5 imagePullPolicy: IfNotPresent env: {} targetPath: "" diff --git a/config/crd/bases/data.fluid.io_vineyardruntimes.yaml b/config/crd/bases/data.fluid.io_vineyardruntimes.yaml index f049fe627d7..1ecd7d60ebd 100644 --- a/config/crd/bases/data.fluid.io_vineyardruntimes.yaml +++ b/config/crd/bases/data.fluid.io_vineyardruntimes.yaml @@ -114,7 +114,7 @@ spec: Available values are `Always`, `IfNotPresent`, `Never` type: string imageTag: - description: Image Tag for Vineyard Fuse Default is `latest` + description: Image Tag for Vineyard Fuse Default is `v0.21.5` type: string resources: description: Resources contains the resource requirements and @@ -217,7 +217,7 @@ spec: imageTag: description: The image tag of Vineyard component. For Master, the default image tag is `3.5.10`. For Worker, the default image - tag is `latest`. + tag is `v0.21.5`. type: string nodeSelector: additionalProperties: @@ -3505,7 +3505,7 @@ spec: imageTag: description: The image tag of Vineyard component. For Master, the default image tag is `3.5.10`. For Worker, the default image - tag is `latest`. + tag is `v0.21.5`. type: string nodeSelector: additionalProperties: diff --git a/docs/en/dev/api_doc.md b/docs/en/dev/api_doc.md index 19349ca58d7..0a0e557872c 100644 --- a/docs/en/dev/api_doc.md +++ b/docs/en/dev/api_doc.md @@ -9879,7 +9879,7 @@ string (Optional)
The image tag of Vineyard component.
For Master, the default image tag is 3.5.10
.
-For Worker, the default image tag is latest
.
v0.21.5
.
Image Tag for Vineyard Fuse
-Default is latest
v0.21.5
Generated with gen-crd-api-reference-docs
-on git commit b9800030e
.
+on git commit 4ca57673e
.
The image tag of Vineyard component.
For Master, the default image tag is 3.5.10
.
-For Worker, the default image tag is latest
.
v0.21.5
.
Image Tag for Vineyard Fuse
-Default is latest
v0.21.5
Generated with gen-crd-api-reference-docs
-on git commit b9800030e
.
+on git commit 4ca57673e
.