Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

Commit

Permalink
Fix comment of default value in hadoop chart (#6367)
Browse files Browse the repository at this point in the history
  • Loading branch information
vromero authored and k8s-ci-robot committed Aug 20, 2018
1 parent 4719d54 commit e304975
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion stable/hadoop/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion stable/hadoop/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit e304975

Please sign in to comment.