File tree Expand file tree Collapse file tree 3 files changed +79
-83
lines changed
Expand file tree Collapse file tree 3 files changed +79
-83
lines changed Original file line number Diff line number Diff line change @@ -15,21 +15,17 @@ 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.40 "
18+ image : " ghcr.io/inlets/inlets-pro:0.10.4 "
1919
2020# For the server which will run a binary via systemd
21- inletsRelease : " 0.9.40 "
21+ inletsRelease : " 0.10.4 "
2222
2323# plan: <The plan or size for your cloud instance>
2424
2525# provider: "gce"
2626# zone: "us-central1-a"
2727# projectID: "<Your GCP Project ID>"
2828
29- # provider: "equinix-metal"
30- # region: "am6"
31- # projectID: "<Your equinix-metal Project ID>"
32-
3329# provider: "scaleway"
3430# region: "ams1"
3531# organizationID: "<Your Organization ID>"
@@ -49,7 +45,7 @@ vpcId: ""
4945# The Subnet ID where the exit-server should be placed (EC2)
5046subnetId : " "
5147
52- image : " ghcr.io/inlets/inlets-operator:0.17.13 "
48+ image : " ghcr.io/inlets/inlets-operator:0.17.14 "
5349pullPolicy : " IfNotPresent"
5450
5551nameOverride : " "
You can’t perform that action at this time.
0 commit comments