diff --git a/charts/fluid/fluid/Chart.yaml b/charts/fluid/fluid/Chart.yaml index b3354d54bb1..d80a09c4aaf 100644 --- a/charts/fluid/fluid/Chart.yaml +++ b/charts/fluid/fluid/Chart.yaml @@ -18,7 +18,7 @@ version: 1.0.2 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. -appVersion: 1.0.2-d2e266f +appVersion: 1.0.2-5541f29 home: https://github.com/fluid-cloudnative/fluid keywords: - category:data diff --git a/charts/fluid/fluid/values.yaml b/charts/fluid/fluid/values.yaml index cc2c4f535d7..7986441f418 100644 --- a/charts/fluid/fluid/values.yaml +++ b/charts/fluid/fluid/values.yaml @@ -14,7 +14,7 @@ image: # Default registry, namespace and version tag for images managed by fluid imagePrefix: &defaultImagePrefix fluidcloudnative # imagePrefix: &defaultImagePrefix registry.aliyuncs.com/fluid -version: &defaultVersion v1.0.2-d2e266f +version: &defaultVersion v1.0.2-5541f29 crdUpgrade: enabled: true diff --git a/pkg/ddc/jindo/const.go b/pkg/ddc/jindo/const.go index 347690872f4..4ec44ec274f 100644 --- a/pkg/ddc/jindo/const.go +++ b/pkg/ddc/jindo/const.go @@ -17,12 +17,6 @@ limitations under the License. package jindo const ( - CsiDriver = "fuse.csi.fluid.io" - - //fluid_PATH = "fluid_path" - - MountType = "mount_type" - SUMMARY_PREFIX_TOTAL_CAPACITY = "Total Capacity: " SUMMARY_PREFIX_USED_CAPACITY = "Used Capacity: " diff --git a/pkg/ddc/jindo/transform.go b/pkg/ddc/jindo/transform.go index e4c791870f6..1a72d089cb6 100644 --- a/pkg/ddc/jindo/transform.go +++ b/pkg/ddc/jindo/transform.go @@ -250,9 +250,6 @@ func (e *JindoEngine) transformMaster(runtime *datav1alpha1.JindoRuntime, metaPa break } value := secret.Data[secretKeyRef.Key] - if err != nil { - e.Log.Info("decode value failed") - } if key == "fs."+mode+".accessKeyId" { properties["jfs.namespaces.jindo."+mode+".access.key"] = string(value) }