diff --git a/stable/pachyderm/Chart.yaml b/stable/pachyderm/Chart.yaml index f12778ae347d..b3ec0804ea51 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.8.3 home: "https://pachyderm.io" sources: - "https://github.com/pachyderm/pachyderm" diff --git a/stable/pachyderm/README.md b/stable/pachyderm/README.md index beecc6a09516..65537664eae3 100644 --- a/stable/pachyderm/README.md +++ b/stable/pachyderm/README.md @@ -134,10 +134,10 @@ $ helm install --namespace pachyderm --name my-release -f values.yaml stable/pac Accessing the pachd service --------------------------- -In order to use Pachyderm, please login through ssh to the master node and install the Pachyderm client: +In order to use Pachyderm you can 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.8.3/pachctl_1.8.3_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_cluster_role_binding.yaml similarity index 91% rename from stable/pachyderm/templates/pachd_rolebinding.yaml rename to stable/pachyderm/templates/pachd_cluster_role_binding.yaml index 72c5f0deb6d0..aa5af4735d90 100644 --- a/stable/pachyderm/templates/pachd_rolebinding.yaml +++ b/stable/pachyderm/templates/pachd_cluster_role_binding.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 4902511e55c2..ff84de3535d9 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.8.3 pullPolicy: Always worker: repository: pachyderm/worker - tag: 1.7.3 + tag: 1.8.3 resources: ## For non-local deployments, 1 cpu and 2G of memory requests are recommended requests: