diff --git a/stable/pachyderm/Chart.yaml b/stable/pachyderm/Chart.yaml index f12778ae34..7d7f039a0a 100755 --- a/stable/pachyderm/Chart.yaml +++ b/stable/pachyderm/Chart.yaml @@ -10,8 +10,8 @@ keywords: - reproducibility - distributed - processing -version: 0.1.8 -appVersion: 1.7.3 +version: 0.1.9 +appVersion: 1.7.11 home: "https://pachyderm.io" sources: - "https://github.com/pachyderm/pachyderm" diff --git a/stable/pachyderm/README.md b/stable/pachyderm/README.md index beecc6a095..0c6fe9468c 100644 --- a/stable/pachyderm/README.md +++ b/stable/pachyderm/README.md @@ -131,13 +131,24 @@ Alternatively, a YAML file that specifies the values for the parameters can be p $ helm install --namespace pachyderm --name my-release -f values.yaml stable/pachyderm ``` +Specifying a pachyderm version +------------------------ + +To specify a pachyderm version run the following command: + +```console +$ helm install --namespace pachyderm --name my-release \ +-set pachd.image.tag=1.7.11,pachd.worker.tag=1.7.11 \ +stable/pachyderm +``` + Accessing the pachd service --------------------------- In order to use Pachyderm, please login through ssh to the master node and install the Pachyderm client: ```console -$ curl -o /tmp/pachctl.deb -L https://github.com/pachyderm/pachyderm/releases/download/v1.7.3/pachctl_1.7.3_amd64.deb && sudo dpkg -i /tmp/pachctl.deb +$ curl -o /tmp/pachctl.deb -L https://github.com/pachyderm/pachyderm/releases/download/v1.7.11/pachctl_1.7.11_amd64.deb && sudo dpkg -i /tmp/pachctl.deb ``` Please note that the client version should correspond with the pachd service version. For more information please consult: http://pachyderm.readthedocs.io/en/latest/index.html. 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 --namespace port-forward &`. diff --git a/stable/pachyderm/templates/pachd_rolebinding.yaml b/stable/pachyderm/templates/pachd_rolebinding.yaml index 72c5f0deb6..aa5af4735d 100644 --- a/stable/pachyderm/templates/pachd_rolebinding.yaml +++ b/stable/pachyderm/templates/pachd_rolebinding.yaml @@ -1,7 +1,7 @@ --- {{- if .Values.rbac.create }} apiVersion: rbac.authorization.k8s.io/v1beta1 -kind: RoleBinding +kind: ClusterRoleBinding metadata: name: pachyderm roleRef: diff --git a/stable/pachyderm/values.yaml b/stable/pachyderm/values.yaml index 4902511e55..af0a7960f1 100644 --- a/stable/pachyderm/values.yaml +++ b/stable/pachyderm/values.yaml @@ -47,11 +47,11 @@ pachd: ## For available images please check: https://hub.docker.com/r/pachyderm/pachd/tags/ image: repository: pachyderm/pachd - tag: 1.7.3 + tag: 1.7.11 pullPolicy: Always worker: repository: pachyderm/worker - tag: 1.7.3 + tag: 1.7.11 resources: ## For non-local deployments, 1 cpu and 2G of memory requests are recommended requests: