Skip to content

Commit

Permalink
Build docker images for controller's OOM, To #50714625 (#3385)
Browse files Browse the repository at this point in the history
Signed-off-by: cheyang <[email protected]>
  • Loading branch information
cheyang authored Aug 8, 2023
1 parent b61a861 commit 8ae319e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
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.0

# 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.0-f24a7a0
appVersion: 1.0.0-b61a861
home: https://github.com/fluid-cloudnative/fluid
keywords:
- category:data
Expand Down
22 changes: 11 additions & 11 deletions charts/fluid/fluid/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ helmDriver: configmap

crdUpgrade:
enabled: true
image: fluidcloudnative/fluid-crd-upgrader:v1.0.0-f24a7a0
image: fluidcloudnative/fluid-crd-upgrader:v1.0.0-b61a861

## if unspecified, will use built-in variable `.Release.Namespace`.
namespace: fluid-system
Expand All @@ -23,7 +23,7 @@ dataset:
tolerations:
- operator: Exists
controller:
image: fluidcloudnative/dataset-controller:v1.0.0-f24a7a0
image: fluidcloudnative/dataset-controller:v1.0.0-b61a861

csi:
tolerations:
Expand All @@ -34,7 +34,7 @@ csi:
registrar:
image: fluidcloudnative/csi-node-driver-registrar:v2.3.0
plugins:
image: fluidcloudnative/fluid-csi:v1.0.0-f24a7a0
image: fluidcloudnative/fluid-csi:v1.0.0-b61a861
kubelet:
kubeConfigFile: /etc/kubernetes/kubelet.conf
certDir: /var/lib/kubelet/pki
Expand All @@ -56,7 +56,7 @@ runtime:
init:
image: fluidcloudnative/init-users:v0.9.0
controller:
image: fluidcloudnative/alluxioruntime-controller:v1.0.0-f24a7a0
image: fluidcloudnative/alluxioruntime-controller:v1.0.0-b61a861
runtime:
image: alluxio/alluxio-dev:2.9.0
fuse:
Expand All @@ -76,7 +76,7 @@ runtime:
fuse:
image: registry.cn-shanghai.aliyuncs.com/jindofs/jindo-fuse:4.6.8
controller:
image: fluidcloudnative/jindoruntime-controller:v1.0.0-f24a7a0
image: fluidcloudnative/jindoruntime-controller:v1.0.0-b61a861
init:
portCheck:
enabled: false
Expand All @@ -92,7 +92,7 @@ runtime:
init:
image: fluidcloudnative/init-users:v0.9.0
controller:
image: fluidcloudnative/goosefsruntime-controller:v1.0.0-f24a7a0
image: fluidcloudnative/goosefsruntime-controller:v1.0.0-b61a861
runtime:
image: ccr.ccs.tencentyun.com/qcloud/goosefs:v1.2.0
fuse:
Expand All @@ -104,7 +104,7 @@ runtime:
enabled: false
runtimeWorkers: 3
controller:
image: fluidcloudnative/juicefsruntime-controller:v1.0.0-f24a7a0
image: fluidcloudnative/juicefsruntime-controller:v1.0.0-b61a861
fuse:
image: juicedata/juicefs-fuse:v1.0.4-4.9.2
thin:
Expand All @@ -113,7 +113,7 @@ runtime:
- operator: Exists
enabled: false
controller:
image: fluidcloudnative/thinruntime-controller:v1.0.0-f24a7a0
image: fluidcloudnative/thinruntime-controller:v1.0.0-b61a861
fuse:
configStorage: configmap
efc:
Expand All @@ -122,7 +122,7 @@ runtime:
- operator: Exists
enabled: false
controller:
image: fluidcloudnative/efcruntime-controller:v1.0.0-f24a7a0
image: fluidcloudnative/efcruntime-controller:v1.0.0-b61a861
imagePullPolicy: Always
init:
image: registry.cn-zhangjiakou.aliyuncs.com/nascache/init-alifuse:v1.2.2-19dcee9
Expand All @@ -135,7 +135,7 @@ runtime:

webhook:
enabled: true
image: fluidcloudnative/fluid-webhook:v1.0.0-f24a7a0
image: fluidcloudnative/fluid-webhook:v1.0.0-b61a861
replicas: 1
timeoutSeconds: 15
reinvocationPolicy: IfNeeded
Expand All @@ -148,4 +148,4 @@ fluidapp:
tolerations:
- operator: Exists
controller:
image: fluidcloudnative/application-controller:v1.0.0-f24a7a0
image: fluidcloudnative/application-controller:v1.0.0-b61a861

0 comments on commit 8ae319e

Please sign in to comment.