Skip to content

Commit

Permalink
Add notes on how existing tunnels get updated
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
  • Loading branch information
alexellis committed Jan 11, 2024
1 parent 665f02b commit 8f8d72a
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docs/uplink/become-a-provider.md
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,22 @@ kubectl apply -f /
tmp/inlets-uplink-provider/crds/uplink.inlets.dev_tunnels.yaml
```

### Upgrading existing customer tunnels

The operator will upgrade the `image:` version of all deployed inlets uplink tunnels automatically based upon the tag set in values.yaml.

If no value is set in your overridden values.yaml file, then whatever the default is in the chart will be used.

```yaml
inletsVersion: 0.9.23
```

When a tunnel is upgraded, you'll see a log line like this:
```bash
2024-01-11T12:25:15.442Z info operator/controller.go:860 Upgrading version {"tunnel": "ce.inlets", "from": "0.9.21", "to": "0.9.23"}
```
## Configuration reference
Looking for the source for the Helm chart? The source is published directly to a container registry as an OCI bundle. View the source with: `helm template oci://ghcr.io/openfaasltd/inlets-uplink-provider`
Expand Down

0 comments on commit 8f8d72a

Please sign in to comment.