Bump Pachyderm chart to 0.1.2 (#3302)

* Added Pachyderm chart

* Added appVersion field and updated instructions

* Added namespace flag to deployment commands

* Added OWNERS file

* Updated OWNERS file and changed names with github ids

* Fixed quotation marks in NOTES.txt

* Fixed brackets in secret
This commit is contained in:
Jon Ander Novella
2018-01-11 23:00:22 -08:00
committed by k8s-ci-robot
parent 070c65cfd6
commit a86c3c2bf8
2 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ keywords:
- reproducibility
- distributed
- processing
version: 0.1.1
version: 0.1.2
appVersion: 1.6.6
home: "https://pachyderm.io"
sources:
+10 -10
View File
@@ -18,16 +18,16 @@ data:
minio-secure: {{ .Values.s3.secure | b64enc | quote }}
minio-signature: {{ .Values.s3.signature | b64enc | quote }}
{{- else if eq .Values.credentials "google" }}
google-bucket: { .Values.google.bucketName | b64enc | quote }}
google-bucket: {{ .Values.google.bucketName | b64enc | quote }}
{{- else if eq .Values.credentials "amazon" }}
amazon-bucket: { .Values.amazon.bucketName | b64enc | quote }}
amazon-distribution: { .Values.amazon.distribution | b64enc | quote }}
amazon-id: { .Values.amazon.id | b64enc | quote }}
amazon-region: { .Values.amazon.region | b64enc | quote }}
amazon-secret: { .Values.amazon.secret | b64enc | quote }}
amazon-token: { .Values.amazon.token | b64enc | quote }}
amazon-bucket: {{ .Values.amazon.bucketName | b64enc | quote }}
amazon-distribution: {{ .Values.amazon.distribution | b64enc | quote }}
amazon-id: {{ .Values.amazon.id | b64enc | quote }}
amazon-region: {{ .Values.amazon.region | b64enc | quote }}
amazon-secret: {{ .Values.amazon.secret | b64enc | quote }}
amazon-token: {{ .Values.amazon.token | b64enc | quote }}
{{- else if eq .Values.credentials "microsoft" }}
microsoft-container: { .Values.microsoft.container | b64enc | quote }}
microsoft-id: { .Values.microsoft.id | b64enc | quote }}
microsoft-secret: { .Values.microsoft.secret | b64enc | quote }}
microsoft-container: {{ .Values.microsoft.container | b64enc | quote }}
microsoft-id: {{ .Values.microsoft.id | b64enc | quote }}
microsoft-secret: {{ .Values.microsoft.secret | b64enc | quote }}
{{- end }}