Skip to content

Commit

Permalink
Remove version flag from helm command
Browse files Browse the repository at this point in the history
  • Loading branch information
omerap12 committed Apr 27, 2024
1 parent 9d41b48 commit 82fd277
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/tutorials/akamai-edgedns.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ env:
Finally, install the ExternalDNS chart with Helm using the configuration specified in your values.yaml file:

```shell
helm upgrade --install external-dns external-dns/external-dns --version 1.14.4 --values values.yaml
helm upgrade --install external-dns external-dns/external-dns --values values.yaml
```


Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/aws.md
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ env:
Finally, install the ExternalDNS chart with Helm using the configuration specified in your values.yaml file:

```shell
helm upgrade --install external-dns external-dns/external-dns --version 1.14.4 --values values.yaml
helm upgrade --install external-dns external-dns/external-dns --values values.yaml
```

### Manifest (for clusters without RBAC enabled)
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/cloudflare.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ env:
Finally, install the ExternalDNS chart with Helm using the configuration specified in your values.yaml file:

```shell
helm upgrade --install external-dns external-dns/external-dns --version 1.14.4 --values values.yaml
helm upgrade --install external-dns external-dns/external-dns --values values.yaml
```

### Manifest (for clusters without RBAC enabled)
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/godaddy.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Ensure to replace YOUR_API_KEY and YOUR_API_SECRET with your actual godaddy API
Finally, install the ExternalDNS chart with Helm using the configuration specified in your values.yaml file:

```shell
helm upgrade --install external-dns external-dns/external-dns --version 1.14.4 --values values.yaml
helm upgrade --install external-dns external-dns/external-dns --values values.yaml
```

### Manifest (for clusters without RBAC enabled)
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/ns1.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ env:
Finally, install the ExternalDNS chart with Helm using the configuration specified in your values.yaml file:

```shell
helm upgrade --install external-dns external-dns/external-dns --version 1.14.4 --values values.yaml
helm upgrade --install external-dns external-dns/external-dns --values values.yaml
```

### Manifest (for clusters without RBAC enabled)
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/plural.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ env:
Finally, install the ExternalDNS chart with Helm using the configuration specified in your values.yaml file:

```shell
helm upgrade --install external-dns external-dns/external-dns --version 1.14.4 --values values.yaml
helm upgrade --install external-dns external-dns/external-dns --values values.yaml
```

### Manifest (for clusters without RBAC enabled)
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/vultr.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ env:
Finally, install the ExternalDNS chart with Helm using the configuration specified in your values.yaml file:

```shell
helm upgrade --install external-dns external-dns/external-dns --version 1.14.4 --values values.yaml
helm upgrade --install external-dns external-dns/external-dns --values values.yaml
```

### Manifest (for clusters without RBAC enabled)
Expand Down

0 comments on commit 82fd277

Please sign in to comment.