File tree 4 files changed +97
-76
lines changed
4 files changed +97
-76
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v1
2
2
appVersion : " 1.0"
3
3
description : inlets-operator for Kubernetes
4
4
name : inlets-operator
5
- version : 0.17.10
5
+ version : 0.17.11
6
6
keywords :
7
7
- networking
8
8
- loadbalancer
Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ annotatedOnly: false
15
15
# These two versions should match for the client and server
16
16
# For the client which will run as a Deployment in Kubernetes
17
17
inletsClient :
18
- image : " ghcr.io/inlets/inlets-pro:0.9.32 "
18
+ image : " ghcr.io/inlets/inlets-pro:0.9.40 "
19
19
20
20
# For the server which will run a binary via systemd
21
- inletsRelease : " 0.9.32 "
21
+ inletsRelease : " 0.9.40 "
22
22
23
23
# plan: <The plan or size for your cloud instance>
24
24
@@ -49,7 +49,7 @@ vpcId: ""
49
49
# The Subnet ID where the exit-server should be placed (EC2)
50
50
subnetId : " "
51
51
52
- image : " ghcr.io/inlets/inlets-operator:0.17.9 "
52
+ image : " ghcr.io/inlets/inlets-operator:0.17.11 "
53
53
pullPolicy : " IfNotPresent"
54
54
55
55
nameOverride : " "
You can’t perform that action at this time.
0 commit comments