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 (
1919 "github.com/spf13/cobra"
2020)
2121
22- const inletsProDefaultVersion = "0.9.6 "
22+ const inletsProDefaultVersion = "0.9.9 "
2323const inletsProControlPort = 8123
2424
2525func init () {
Original file line number Diff line number Diff 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.6
299+ image: ghcr.io/inlets/inlets-pro:0.9.9
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.6
333+ image: ghcr.io/inlets/inlets-pro:0.9.9
334334 imagePullPolicy: IfNotPresent
335335 command: ["inlets-pro"]
336336 args:
You can’t perform that action at this time.
0 commit comments