Skip to content

Commit f2bd3d9

Browse files
committed
changed default hdfs image
1 parent 6b3597e commit f2bd3d9

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

charts/hdfs/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ For more details ensure to see `values.yaml` file directly.
5454
| dataNode.resources.limits.memory | string | `"2048Mi"` | |
5555
| dataNode.resources.requests.cpu | string | `"10m"` | |
5656
| dataNode.resources.requests.memory | string | `"256Mi"` | |
57-
| hadoopVersion | string | `"2.7.7"` | |
5857
| httpfs.adminPort | int | `14001` | |
5958
| httpfs.port | int | `14000` | |
6059
| image.pullPolicy | string | `"IfNotPresent"` | |

charts/hdfs/values.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
11
# The base hadoop image to use for all components.
22
# See this repo for image build details: https://github.com/Comcast/kube-yarn/tree/master/image
33
image:
4-
repository: gradiant/hadoop-base
4+
repository: gradiant/hdfs
55
tag: 2.7.7
66
pullPolicy: IfNotPresent
77

8-
# The version of the hadoop libraries being used in the image.
9-
hadoopVersion: 2.7.7
10-
118
# Select antiAffinity as either hard or soft, default is 'soft'
129
# 'hard' is sugested for production setup
1310
antiAffinity: "soft"

0 commit comments

Comments
 (0)