You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/uplink/become-a-provider.md
+21-3Lines changed: 21 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ kubectl create namespace inlets
49
49
50
50
Create the required secret with your inlets-uplink license.
51
51
52
-
!!! note
52
+
!!! note"Check that your license key is in lower-case"
53
53
54
54
There is a known issue with LemonSqueezy where the UI will copy the license key in lower-case, it needs to be converted to upper-case before being used with Inlets Uplink.
55
55
@@ -166,6 +166,14 @@ Make sure to replace the domain and email with your actual domain name and email
166
166
167
167
### Deploy with Helm
168
168
169
+
!!! note "The chart is served through a container registry (OCI), not GitHub pages"
170
+
171
+
Many Helm charts are served over GitHub pages, from a public repository, making it easy to browse and read the source code. We are using an OCI artifact in a container registry, which makes for a more modern alternative. If you want to browse the source, you can simply run `helm template` instead of `helm upgrade`.
172
+
173
+
**Unauthorized?**
174
+
175
+
The chart artifacts are public and do not require authentication, however if you run into an "Access denied" or authorization error when interacting with `ghcr.io`, try running `helm registry login ghcr.io` to refresh your credentials, or `docker logout ghcr.io`.
176
+
169
177
The Helm chart is called *inlets-uplink-provider*, you can deploy it using the custom values.yaml file created above:
If you want to pin the version of the Helm chart, you can do so with the `--version` flag.
179
187
180
-
You can browse [all versions of the Helm chart on GitHub](https://ghcr.io/openfaasltd/inlets-uplink-provider)
188
+
**Where can I see the various options for values.yaml?**
189
+
190
+
All of the various options for the Helm chart are documented in the [configuration reference](#configuration-reference).
191
+
192
+
**How can I view the source code?**
193
+
194
+
See the note on `helm template` under the [configuration reference](#configuration-reference).
195
+
196
+
**How can I find the latest version of the chart?**
197
+
198
+
If you omit a version, Helm will use the latest published OCI artifact, however if you do want to pin it, you can browse [all versions of the Helm chart on GitHub](https://ghcr.io/openfaasltd/inlets-uplink-provider)
181
199
182
-
Alternatively, you can get the list of tags, including the latest tag via the crane CLI:
200
+
As an alternative to using ghcr.io's UI, you can get the list of tags, including the latest tag via the crane CLI:
0 commit comments