Skip to content

Commit

Permalink
Revert the use of fuse csi driver in all pods with fuse mount (#1020)
Browse files Browse the repository at this point in the history
  • Loading branch information
assaf758 authored Feb 7, 2024
1 parent 3a680a9 commit f0c6e8f
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion stable/jupyter/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 0.14.37
version: 0.14.38
apiVersion: v1
appVersion: 3.4.8
name: jupyter
Expand Down
2 changes: 1 addition & 1 deletion stable/jupyter/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ environment:
extra: {}

volumes:
volumesTemplate: v3io-configs.deployment.mount-with-fuse-csi
volumesTemplate: v3io-configs.deployment.mount-with-fuse
volumeMountsTemplate: v3io-configs.deployment.volumeMounts-with-fuse-and-home

pvc:
Expand Down
2 changes: 1 addition & 1 deletion stable/shell/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 0.17.11
version: 0.17.12
apiVersion: v1
appVersion: ">=2.0.0"
description: Shell access to data services
Expand Down
2 changes: 1 addition & 1 deletion stable/shell/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ environment:
extra: {}

volumes:
volumesTemplate: v3io-configs.deployment.mount-with-fuse-csi
volumesTemplate: v3io-configs.deployment.mount-with-fuse
volumeMountsTemplate: v3io-configs.deployment.volumeMounts-with-fuse-and-home

global:
Expand Down
2 changes: 1 addition & 1 deletion stable/spark-history-server/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v1
appVersion: ">=3.0.0"
name: spark-history-server
description: A Helm chart for Spark HistoryServer
version: 0.4.1
version: 0.4.2
maintainers:
- name: liranb
email: [email protected]
2 changes: 1 addition & 1 deletion stable/spark-history-server/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ sparkHistoryServer:
logURL: ""

volumes:
volumesTemplate: v3io-configs.deployment.mount-with-fuse-csi
volumesTemplate: v3io-configs.deployment.mount-with-fuse
volumeMountsTemplate: v3io-configs.deployment.volumeMounts-with-fuse

livenessProbe:
Expand Down
2 changes: 1 addition & 1 deletion stable/zeppelin/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v1
version: 0.8.1
version: 0.8.2
appVersion: ">=2.0.0"
name: zeppelin
deprecated: true
Expand Down
2 changes: 1 addition & 1 deletion stable/zeppelin/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ environment:
template: v3io-configs.deployment-with-home.env

volumes:
volumesTemplate: v3io-configs.deployment.mount-with-fuse-csi
volumesTemplate: v3io-configs.deployment.mount-with-fuse
volumeMountsTemplate: v3io-configs.deployment.volumeMounts-with-fuse-and-home

debug:
Expand Down

0 comments on commit f0c6e8f

Please sign in to comment.