From 8a5cb16e5f359ebbae73f4921d6e512431b3daf5 Mon Sep 17 00:00:00 2001 From: AdamDang Date: Thu, 10 May 2018 14:10:54 +0800 Subject: [PATCH] [stable/hadoop] typo fix: anitAffinity->antiAffinity (#5397) * Add version version: 1.0.6 * [stable/hadoop] typo fix: anitAffinity->antiAffinity [stable/hadoop] typo fix: anitAffinity->antiAffinity * Update Chart.yaml --- stable/hadoop/Chart.yaml | 2 +- stable/hadoop/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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: