From c4ecb042fb00bec57da37dba8c99d50745a2afc3 Mon Sep 17 00:00:00 2001 From: Jon Ander Novella Date: Fri, 5 Jan 2018 16:18:12 +0100 Subject: [PATCH] Bump Pachyderm chart to 0.1.1 (#3226) * 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 --- stable/pachyderm/Chart.yaml | 2 +- stable/pachyderm/templates/NOTES.txt | 8 ++++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/stable/pachyderm/Chart.yaml b/stable/pachyderm/Chart.yaml index 68ffdb61be..70a72a321c 100755 --- a/stable/pachyderm/Chart.yaml +++ b/stable/pachyderm/Chart.yaml @@ -10,7 +10,7 @@ keywords: - reproducibility - distributed - processing -version: 0.1.0 +version: 0.1.1 appVersion: 1.6.6 home: "https://pachyderm.io" sources: diff --git a/stable/pachyderm/templates/NOTES.txt b/stable/pachyderm/templates/NOTES.txt index 8e0ff70c44..f43d21c85f 100644 --- a/stable/pachyderm/templates/NOTES.txt +++ b/stable/pachyderm/templates/NOTES.txt @@ -10,6 +10,10 @@ $ brew tap pachyderm/tap && brew install pachyderm/tap/pachctl@1.6 To check that installation was successful, you can try running pachctl help, which should return a list of Pachyderm commands. -If you install the client on your master node, you should already be able to interact with the service. Also, if you have your kubernetes client properly configured to talk with your remote cluster, you can simply install `pachctl` on your local machine and execute: `pachctl -k ‘-n={{ .Release.Namespace }}’ port-forward &`. +If you install the client on your master node, you should already be able to interact with the service. Also, if you have your kubernetes client properly configured to talk with your remote cluster, you can simply install pachctl on your local machine and execute: -To check if port forwarding was successfully completed, try `pachctl version` to make sure everything is working. \ No newline at end of file +$ pachctl -k '-n={{ .Release.Namespace }}' port-forward & . + +To check if port forwarding was successfully completed, try: + +$ pachctl version \ No newline at end of file