Skip to content

Commit

Permalink
Bump to 0.8.8 for better license determination
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 Jul 29, 2021
1 parent 3e1cf00 commit 05e458d
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.8.7"
const inletsProDefaultVersion = "0.8.8"
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.8.7
image: ghcr.io/inlets/inlets-pro:0.8.8
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.8.7
image: ghcr.io/inlets/inlets-pro:0.8.8
imagePullPolicy: IfNotPresent
command: ["inlets-pro"]
args:
Expand Down

0 comments on commit 05e458d

Please sign in to comment.