Skip to content

Commit fbd9fba

Browse files
committed
Update to inlets 0.9.6
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent a63dcf7 commit fbd9fba

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.3"
22+
const inletsProDefaultVersion = "0.9.6"
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.1
299+
image: ghcr.io/inlets/inlets-pro:0.9.6
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.1
333+
image: ghcr.io/inlets/inlets-pro:0.9.6
334334
imagePullPolicy: IfNotPresent
335335
command: ["inlets-pro"]
336336
args:

0 commit comments

Comments
 (0)