Skip to content

Commit c29a190

Browse files
author
Vasileios Mourikis
committed
#193 Fix default image value
1 parent 803018a commit c29a190

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ their default values.
5050
|:----------------------------|:-------------------------------------------------------------------------------------------|:----------------|
5151
| `image.pullPolicy` | Container pull policy | `IfNotPresent` |
5252
| `image.repository` | Container image to use | `registry` |
53-
| `image.tag` | Container image tag to deploy | `2.8.1` |
53+
| `image.tag` | Container image tag to deploy | `3.0.0` |
5454
| `imagePullSecrets` | Specify image pull secrets | `nil` (does not add image pull secrets to deployed pods) |
5555
| `persistence.accessMode` | Access mode to use for PVC | `ReadWriteOnce` |
5656
| `persistence.enabled` | Whether to use a PVC for the Docker storage | `false` |

0 commit comments

Comments
 (0)