Skip to content

Commit

Permalink
Merge pull request cowboysysop#87 from sebastien-prudhomme/mpi-operat…
Browse files Browse the repository at this point in the history
…or-readme

docs(mpi-operator): fix image name and image tag
  • Loading branch information
sebastien-prudhomme authored Oct 19, 2021
2 parents b7e24e5 + 8a199e8 commit 1c8b0d2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/mpi-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions charts/mpi-operator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` |
Expand Down

0 comments on commit 1c8b0d2

Please sign in to comment.