From 8a199e8dac0415cadd8ead49a3b996c06d904452 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Prud=27homme?= Date: Tue, 19 Oct 2021 14:04:41 +0200 Subject: [PATCH] docs(mpi-operator): fix image name and image tag --- charts/mpi-operator/Chart.yaml | 2 +- charts/mpi-operator/README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/mpi-operator/Chart.yaml b/charts/mpi-operator/Chart.yaml index 9b6959fc..4f1db8dd 100644 --- a/charts/mpi-operator/Chart.yaml +++ b/charts/mpi-operator/Chart.yaml @@ -9,7 +9,7 @@ name: mpi-operator sources: - https://github.com/kubeflow/mpi-operator - https://github.com/cowboysysop/charts/tree/master/charts/mpi-operator -version: 1.0.0 +version: 1.0.1 dependencies: - name: common version: 1.7.1 diff --git a/charts/mpi-operator/README.md b/charts/mpi-operator/README.md index 730aa033..e9df9457 100644 --- a/charts/mpi-operator/README.md +++ b/charts/mpi-operator/README.md @@ -85,8 +85,8 @@ The following tables lists all the configurable parameters expose by the chart a | Name | Description | Default | |--------------------------------------|-------------------------------------------------------------------------------------------------------|------------------------------------------------------| | `replicaCount` | Number of replicas | `1` | -| `image.repository` | Image name | `ianw/mpi-operator` | -| `image.tag` | Image tag | `v1.5.0` | +| `image.repository` | Image name | `mpioperator/mpi-operator` | +| `image.tag` | Image tag | `0.3.0` | | `image.pullPolicy` | Image pull policy | `IfNotPresent` | | `pdb.create` | Specifies whether a pod disruption budget should be created | `false` | | `pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `1` |