Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update docker images for refactoring sidecar mutator #4230

Merged
merged 3 commits into from
Jul 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/fluid/fluid/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/fluid/fluid/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 0 additions & 6 deletions pkg/ddc/jindo/const.go
Original file line number Diff line number Diff line change
Expand Up @@ -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: "
Expand Down
3 changes: 0 additions & 3 deletions pkg/ddc/jindo/transform.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
Expand Down
Loading