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