Skip to content

Commit 47e9847

Browse files
committed
fix typo
1 parent 82b4f3b commit 47e9847

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/inngest-server/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ The following table lists the configurable parameters of the inngest-server char
3838
| fullnameOverride | string | `""` | String to fully override `"inngest.fullname"` |
3939
| image.pullPolicy | string | `"Always"` | image pull policy |
4040
| image.repository | string | `"inngest/inngest"` | image repository |
41-
| image.tag | string | `"vv1.5.13"` | Overrides the image tag |
41+
| image.tag | string | `"v1.5.13"` | Overrides the image tag |
4242
| imagePullSecrets | list | `[]` | If defined, uses a Secret to pull an image from a private Docker registry or repository. imagePullSecrets: - name: regcred |
4343
| ingress.annotations | object | `{}` | Additional annotations for the Ingress resource |
4444
| ingress.className | string | `""` | IngressClass that will be be used to implement the Ingress |

charts/inngest-server/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ image:
1010
# -- image pull policy
1111
pullPolicy: Always
1212
# -- Overrides the image tag
13-
tag: "vv1.5.13"
13+
tag: "v1.5.13"
1414

1515
# -- If defined, uses a Secret to pull an image from a private Docker registry or repository.
1616
# imagePullSecrets:

0 commit comments

Comments
 (0)