Skip to content

Commit 434d923

Browse files
committed
Update default inlets version to 0.9.40
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent 814f567 commit 434d923

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

cmd/create.go

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

22-
const inletsProDefaultVersion = "0.9.32"
22+
const inletsProDefaultVersion = "0.9.40"
2323
const inletsProControlPort = 8123
2424

2525
func init() {

cmd/kfwd.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ spec:
296296
spec:
297297
containers:
298298
- name: inlets-pro-client
299-
image: ghcr.io/inlets/inlets-pro:0.9.9
299+
image: ghcr.io/inlets/inlets-pro:0.9.40
300300
imagePullPolicy: IfNotPresent
301301
command: ["inlets-pro"]
302302
args:
@@ -330,7 +330,7 @@ spec:
330330
spec:
331331
containers:
332332
- name: inlets
333-
image: ghcr.io/inlets/inlets-pro:0.9.25
333+
image: ghcr.io/inlets/inlets-pro:0.9.40
334334
imagePullPolicy: IfNotPresent
335335
command: ["inlets-pro"]
336336
args:

0 commit comments

Comments
 (0)