mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
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:
committed by
k8s-ci-robot
parent
070c65cfd6
commit
a86c3c2bf8
@@ -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:
|
||||
|
||||
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user