Skip to content

Commit

Permalink
Update to inlets 0.9.6
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
  • Loading branch information
alexellis committed Aug 23, 2022
1 parent a63dcf7 commit fbd9fba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cmd/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import (
"github.com/spf13/cobra"
)

const inletsProDefaultVersion = "0.9.3"
const inletsProDefaultVersion = "0.9.6"
const inletsProControlPort = 8123

func init() {
Expand Down
4 changes: 2 additions & 2 deletions cmd/kfwd.go
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ spec:
spec:
containers:
- name: inlets-pro-client
image: ghcr.io/inlets/inlets-pro:0.9.1
image: ghcr.io/inlets/inlets-pro:0.9.6
imagePullPolicy: IfNotPresent
command: ["inlets-pro"]
args:
Expand Down Expand Up @@ -330,7 +330,7 @@ spec:
spec:
containers:
- name: inlets
image: ghcr.io/inlets/inlets-pro:0.9.1
image: ghcr.io/inlets/inlets-pro:0.9.6
imagePullPolicy: IfNotPresent
command: ["inlets-pro"]
args:
Expand Down

0 comments on commit fbd9fba

Please sign in to comment.