From 434d923354090eb886d3f719b6ee1f2ed5b7bfec Mon Sep 17 00:00:00 2001 From: "Alex Ellis (OpenFaaS Ltd)" Date: Sat, 1 Feb 2025 08:48:04 +0000 Subject: [PATCH] Update default inlets version to 0.9.40 Signed-off-by: Alex Ellis (OpenFaaS Ltd) --- cmd/create.go | 2 +- cmd/kfwd.go | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cmd/create.go b/cmd/create.go index 51b5576e..9e1d77d6 100644 --- a/cmd/create.go +++ b/cmd/create.go @@ -19,7 +19,7 @@ import ( "github.com/spf13/cobra" ) -const inletsProDefaultVersion = "0.9.32" +const inletsProDefaultVersion = "0.9.40" const inletsProControlPort = 8123 func init() { diff --git a/cmd/kfwd.go b/cmd/kfwd.go index e1585500..ea3f0a9e 100644 --- a/cmd/kfwd.go +++ b/cmd/kfwd.go @@ -296,7 +296,7 @@ spec: spec: containers: - name: inlets-pro-client - image: ghcr.io/inlets/inlets-pro:0.9.9 + image: ghcr.io/inlets/inlets-pro:0.9.40 imagePullPolicy: IfNotPresent command: ["inlets-pro"] args: @@ -330,7 +330,7 @@ spec: spec: containers: - name: inlets - image: ghcr.io/inlets/inlets-pro:0.9.25 + image: ghcr.io/inlets/inlets-pro:0.9.40 imagePullPolicy: IfNotPresent command: ["inlets-pro"] args: