Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/dz-control-plane/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ The Helm chart installs the following components:
| ------------------- | ----------------------------------------------- | ---------------------- |
| `image.repository` | Devzero container image repository | `docker.io/devzeroinc` |
| `image.repository` | Devzero container image repository | `docker.io/devzeroinc` |
| `image.tag` | Devzero container image tag | `v1.0.3` |
| `image.tag` | Devzero container image tag | `v1.0.4` |
| `image.pullPolicy` | Container pull policy | `IfNotPresent` |
| `image.pullSecrets` | Optionally specify an array of imagePullSecrets | `["pull-secret"]` |

Expand Down
2 changes: 1 addition & 1 deletion charts/dz-control-plane/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"tag": {
"type": "string",
"description": "Devzero container image tag",
"default": "v1.0.3"
"default": "v1.0.4"
},
"pullPolicy": {
"type": "string",
Expand Down
2 changes: 1 addition & 1 deletion charts/dz-control-plane/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ image:
## @param image.repository Devzero container image repository
repository: docker.io/devzeroinc
## @param image.tag Devzero container image tag
tag: "v1.0.3"
tag: "v1.0.4"
## @param image.pullPolicy Container pull policy
pullPolicy: IfNotPresent
# -- Optionally specify an array of imagePullSecrets
Expand Down
Loading