Skip to content

Commit 3dfdb84

Browse files
committed
Update to inlets-pro version 0.11.8
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
1 parent 2e15996 commit 3dfdb84

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

cmd/create.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ import (
1919
"github.com/spf13/cobra"
2020
)
2121

22-
const inletsProDefaultVersion = "0.11.5"
22+
// AE: Find version with the following:
23+
// crane ls ghcr.io/inlets/inlets-pro |tail -n 1
24+
const inletsProDefaultVersion = "0.11.8"
2325
const inletsProControlPort = 8123
2426

2527
func init() {

0 commit comments

Comments
 (0)