Skip to content

Commit

Permalink
update version in helm chart readme (#2124)
Browse files Browse the repository at this point in the history
  • Loading branch information
M00nF1sh authored Oct 28, 2022
1 parent 4fed60f commit 96f5df3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/aws-vpc-cni/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,14 @@ The following table lists the configurable parameters for this chart and their d
| `env` | List of environment variables. See [here](https://github.com/aws/amazon-vpc-cni-k8s#cni-configuration-variables) for options | (see `values.yaml`) |
| `fullnameOverride` | Override the fullname of the chart | `aws-node` |
| `image.region` | ECR repository region to use. Should match your cluster | `us-west-2` |
| `image.tag` | Image tag | `v1.10.2` |
| `image.tag` | Image tag | `v1.12.0` |
| `image.account` | ECR repository account number | `602401143452` |
| `image.domain` | ECR repository domain | `amazonaws.com` |
| `image.pullPolicy` | Container pull policy | `IfNotPresent` |
| `image.override` | A custom docker image to use | `nil` |
| `imagePullSecrets` | Docker registry pull secret | `[]` |
| `init.image.region` | ECR repository region to use. Should match your cluster | `us-west-2` |
| `init.image.tag` | Image tag | `v1.10.2` |
| `init.image.tag` | Image tag | `v1.12.0` |
| `init.image.account` | ECR repository account number | `602401143452` |
| `init.image.domain` | ECR repository domain | `amazonaws.com` |
| `init.image.pullPolicy` | Container pull policy | `IfNotPresent` |
Expand Down

0 comments on commit 96f5df3

Please sign in to comment.