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

Build docker images for refactoring dataflow controller #4181

Merged
merged 1 commit into from
Jun 26, 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
Build docker images for refactoring dataflow controller, To #57240825
Signed-off-by: cheyang <cheyang@163.com>
  • Loading branch information
cheyang committed Jun 26, 2024
commit 2fa3fb824a035bbb894175075a562b52dbaeb15c
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.1

# 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.1-b33c500
appVersion: 1.0.1-620babc
home: https://github.com/fluid-cloudnative/fluid
keywords:
- category:data
Expand Down
24 changes: 12 additions & 12 deletions charts/fluid/fluid/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ crdUpgrade:
enabled: true
# This sets the time-to-live (TTL) for crd-upgrade jobs. Default is 259200 seconds (3 days).
ttlSecondsAfterFinished: 259200
image: fluidcloudnative/fluid-crd-upgrader:v1.0.1-b33c500
image: fluidcloudnative/fluid-crd-upgrader:v1.0.1-620babc

## if unspecified, will use built-in variable `.Release.Namespace`.
namespace: fluid-system
Expand All @@ -25,7 +25,7 @@ dataset:
tolerations:
- operator: Exists
controller:
image: fluidcloudnative/dataset-controller:v1.0.1-b33c500
image: fluidcloudnative/dataset-controller:v1.0.1-620babc

csi:
tolerations:
Expand All @@ -36,7 +36,7 @@ csi:
registrar:
image: fluidcloudnative/csi-node-driver-registrar:v2.3.0
plugins:
image: fluidcloudnative/fluid-csi:v1.0.1-b33c500
image: fluidcloudnative/fluid-csi:v1.0.1-620babc
kubelet:
kubeConfigFile: /etc/kubernetes/kubelet.conf
certDir: /var/lib/kubelet/pki
Expand All @@ -63,7 +63,7 @@ runtime:
init:
image: fluidcloudnative/init-users:v0.9.0
controller:
image: fluidcloudnative/alluxioruntime-controller:v1.0.1-b33c500
image: fluidcloudnative/alluxioruntime-controller:v1.0.1-620babc
runtime:
image: alluxio/alluxio-dev:2.9.0
fuse:
Expand All @@ -84,7 +84,7 @@ runtime:
fuse:
image: registry.cn-shanghai.aliyuncs.com/jindofs/jindo-fuse:6.4.0
controller:
image: fluidcloudnative/jindoruntime-controller:v1.0.1-b33c500
image: fluidcloudnative/jindoruntime-controller:v1.0.1-620babc
init:
portCheck:
enabled: false
Expand All @@ -100,7 +100,7 @@ runtime:
init:
image: fluidcloudnative/init-users:v0.9.0
controller:
image: fluidcloudnative/goosefsruntime-controller:v1.0.1-b33c500
image: fluidcloudnative/goosefsruntime-controller:v1.0.1-620babc
runtime:
image: ccr.ccs.tencentyun.com/qcloud/goosefs:v1.2.0
fuse:
Expand All @@ -112,7 +112,7 @@ runtime:
enabled: false
runtimeWorkers: 3
controller:
image: fluidcloudnative/juicefsruntime-controller:v1.0.1-b33c500
image: fluidcloudnative/juicefsruntime-controller:v1.0.1-620babc
fuse:
ceimage: juicedata/juicefs-fuse:ce-v1.1.0-rc1
eeimage: juicedata/juicefs-fuse:ee-4.9.16
Expand All @@ -122,7 +122,7 @@ runtime:
- operator: Exists
enabled: false
controller:
image: fluidcloudnative/thinruntime-controller:v1.0.1-b33c500
image: fluidcloudnative/thinruntime-controller:v1.0.1-620babc
fuse:
configStorage: configmap
efc:
Expand All @@ -131,7 +131,7 @@ runtime:
- operator: Exists
enabled: false
controller:
image: fluidcloudnative/efcruntime-controller:v1.0.1-b33c500
image: fluidcloudnative/efcruntime-controller:v1.0.1-620babc
imagePullPolicy: Always
init:
image: registry.cn-zhangjiakou.aliyuncs.com/nascache/init-alifuse:v1.2.2-19dcee9
Expand All @@ -148,7 +148,7 @@ runtime:
- operator: Exists
enabled: false
controller:
image: fluidcloudnative/vineyardruntime-controller:v1.0.1-b33c500
image: fluidcloudnative/vineyardruntime-controller:v1.0.1-620babc
imagePullPolicy: Always
master:
image: registry.aliyuncs.com/vineyard/vineyardd:v0.22.2
Expand All @@ -159,7 +159,7 @@ runtime:

webhook:
enabled: true
image: fluidcloudnative/fluid-webhook:v1.0.1-b33c500
image: fluidcloudnative/fluid-webhook:v1.0.1-620babc
replicas: 1
timeoutSeconds: 15
reinvocationPolicy: IfNeeded
Expand Down Expand Up @@ -210,5 +210,5 @@ fluidapp:
tolerations:
- operator: Exists
controller:
image: fluidcloudnative/application-controller:v1.0.1-b33c500
image: fluidcloudnative/application-controller:v1.0.1-620babc
featureGates: "DataflowAffinity=false"
Loading