Skip to content

Commit

Permalink
Merge branch 'at/imagepullpolicy' of https://github.com/OffchainLabs/…
Browse files Browse the repository at this point in the history
…community-helm-charts into at/imagepullpolicy
  • Loading branch information
a-thomas-22 committed Feb 3, 2024
2 parents b44b625 + ce93335 commit 4ae1c3a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/das/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ extraEnv:
| ----------------------------------------------- | --------------------------------------------------------------------------- | --------------------------- |
| `replicaCount` | Number of replicas | `1` |
| `image.repository` | Docker image repository | `offchainlabs/nitro-node` |
| `image.pullPolicy` | Docker image pull policy | `IfNotPresent` |
| `image.pullPolicy` | Docker image pull policy | `Always` |
| `image.tag` | Docker image tag ovverrides the chart appVersion | `""` |
| `imagePullSecrets` | Docker registry pull secret | `[]` |
| `nameOverride` | String to partially override das fullname | `""` |
Expand Down
2 changes: 1 addition & 1 deletion charts/nitro/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ helm install xai offchainlabs/nitro -f values.yaml
| -------------------------------------------- | ------------------------------------------------------------ | ----------------------------------------------------------- |
| `replicaCount` | Number of replicas to deploy | `1` |
| `image.repository` | Docker image repository | `offchainlabs/nitro-node` |
| `image.pullPolicy` | Docker image pull policy | `IfNotPresent` |
| `image.pullPolicy` | Docker image pull policy | `Always` |
| `image.tag` | Docker image tag. Overrides the chart appVersion. | `""` |
| `imagePullSecrets` | Docker registry pull secret names as an array | `[]` |
| `nameOverride` | String to partially override nitro.fullname | `""` |
Expand Down
2 changes: 1 addition & 1 deletion charts/relay/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ helm install <my-release> offchainlabs/relay \
| ------------------------------------------------- | ------------------------------------------------ | --------------------------- |
| `replicaCount` | Number of replicas to deploy | `1` |
| `image.repository` | Docker image repository | `offchainlabs/nitro-node` |
| `image.pullPolicy` | Docker image pull policy | `IfNotPresent` |
| `image.pullPolicy` | Docker image pull policy | `Always` |
| `image.tag` | Docker image tag ovverrides the chart appVersion | `""` |
| `imagePullSecrets` | Docker registry pull secret | `[]` |
| `nameOverride` | String to partially override relay fullname | `""` |
Expand Down

0 comments on commit 4ae1c3a

Please sign in to comment.