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
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.40 "
18
+ image : " ghcr.io/inlets/inlets-pro:0.10.4 "
19
19
20
20
# For the server which will run a binary via systemd
21
- inletsRelease : " 0.9.40 "
21
+ inletsRelease : " 0.10.4 "
22
22
23
23
# plan: <The plan or size for your cloud instance>
24
24
25
25
# provider: "gce"
26
26
# zone: "us-central1-a"
27
27
# projectID: "<Your GCP Project ID>"
28
28
29
- # provider: "equinix-metal"
30
- # region: "am6"
31
- # projectID: "<Your equinix-metal Project ID>"
32
-
33
29
# provider: "scaleway"
34
30
# region: "ams1"
35
31
# organizationID: "<Your Organization ID>"
@@ -49,7 +45,7 @@ vpcId: ""
49
45
# The Subnet ID where the exit-server should be placed (EC2)
50
46
subnetId : " "
51
47
52
- image : " ghcr.io/inlets/inlets-operator:0.17.13 "
48
+ image : " ghcr.io/inlets/inlets-operator:0.17.14 "
53
49
pullPolicy : " IfNotPresent"
54
50
55
51
nameOverride : " "
You can’t perform that action at this time.
0 commit comments