diff --git a/stable/hadoop/Chart.yaml b/stable/hadoop/Chart.yaml index 74a1238f7e..9f7b364e6c 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.7 +version: 1.0.8 appVersion: 2.7.3 home: https://hadoop.apache.org/ sources: diff --git a/stable/hadoop/values.yaml b/stable/hadoop/values.yaml index 2a02bff9d9..f5f85ccda5 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 antiAffinity as either hard or soft, default is hard +# Select antiAffinity as either hard or soft, default is soft antiAffinity: "soft" hdfs: