File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ import (
19
19
"github.com/spf13/cobra"
20
20
)
21
21
22
- const inletsProDefaultVersion = "0.9.32 "
22
+ const inletsProDefaultVersion = "0.9.40 "
23
23
const inletsProControlPort = 8123
24
24
25
25
func init () {
Original file line number Diff line number Diff line change @@ -296,7 +296,7 @@ spec:
296
296
spec:
297
297
containers:
298
298
- name: inlets-pro-client
299
- image: ghcr.io/inlets/inlets-pro:0.9.9
299
+ image: ghcr.io/inlets/inlets-pro:0.9.40
300
300
imagePullPolicy: IfNotPresent
301
301
command: ["inlets-pro"]
302
302
args:
@@ -330,7 +330,7 @@ spec:
330
330
spec:
331
331
containers:
332
332
- name: inlets
333
- image: ghcr.io/inlets/inlets-pro:0.9.25
333
+ image: ghcr.io/inlets/inlets-pro:0.9.40
334
334
imagePullPolicy: IfNotPresent
335
335
command: ["inlets-pro"]
336
336
args:
You can’t perform that action at this time.
0 commit comments