diff --git a/stable/hadoop/Chart.yaml b/stable/hadoop/Chart.yaml index 64eb9e2dde..74a1238f7e 100644 --- a/stable/hadoop/Chart.yaml +++ b/stable/hadoop/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 description: The Apache Hadoop software library is a framework that allows for the distributed processing of large data sets across clusters of computers using simple programming models. name: hadoop -version: 1.0.6 +version: 1.0.7 appVersion: 2.7.3 home: https://hadoop.apache.org/ sources: diff --git a/stable/hadoop/values.yaml b/stable/hadoop/values.yaml index 4920abd5fe..2a02bff9d9 100644 --- a/stable/hadoop/values.yaml +++ b/stable/hadoop/values.yaml @@ -6,7 +6,7 @@ imagePullPolicy: IfNotPresent # The version of the hadoop libraries being used in the image. hadoopVersion: 2.7.3 -# Select anitAffinity as either hard or soft, default is hard +# Select antiAffinity as either hard or soft, default is hard antiAffinity: "soft" hdfs: