File tree Expand file tree Collapse file tree 4 files changed +97
-76
lines changed Expand file tree Collapse file tree 4 files changed +97
-76
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v1
22appVersion : " 1.0"
33description : inlets-operator for Kubernetes
44name : inlets-operator
5- version : 0.17.10
5+ version : 0.17.11
66keywords :
77- networking
88- loadbalancer
Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ annotatedOnly: false
1515# These two versions should match for the client and server
1616# For the client which will run as a Deployment in Kubernetes
1717inletsClient :
18- image : " ghcr.io/inlets/inlets-pro:0.9.32 "
18+ image : " ghcr.io/inlets/inlets-pro:0.9.40 "
1919
2020# For the server which will run a binary via systemd
21- inletsRelease : " 0.9.32 "
21+ inletsRelease : " 0.9.40 "
2222
2323# plan: <The plan or size for your cloud instance>
2424
@@ -49,7 +49,7 @@ vpcId: ""
4949# The Subnet ID where the exit-server should be placed (EC2)
5050subnetId : " "
5151
52- image : " ghcr.io/inlets/inlets-operator:0.17.9 "
52+ image : " ghcr.io/inlets/inlets-operator:0.17.11 "
5353pullPolicy : " IfNotPresent"
5454
5555nameOverride : " "
You can’t perform that action at this time.
0 commit comments