Skip to content

Commit

Permalink
Update default inlets version to 0.9.40
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
  • Loading branch information
alexellis committed Feb 1, 2025
1 parent 814f567 commit 434d923
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.32"
const inletsProDefaultVersion = "0.9.40"
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.9
image: ghcr.io/inlets/inlets-pro:0.9.40
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.25
image: ghcr.io/inlets/inlets-pro:0.9.40
imagePullPolicy: IfNotPresent
command: ["inlets-pro"]
args:
Expand Down

0 comments on commit 434d923

Please sign in to comment.