Skip to content

Commit 0b1413e

Browse files
committed
Chart: Fix for AWS AMI
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent f011579 commit 0b1413e

File tree

3 files changed

+79
-83
lines changed

3 files changed

+79
-83
lines changed

chart/inlets-operator/values.yaml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff 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
1717
inletsClient:
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)
5046
subnetId: ""
5147

52-
image: "ghcr.io/inlets/inlets-operator:0.17.13"
48+
image: "ghcr.io/inlets/inlets-operator:0.17.14"
5349
pullPolicy: "IfNotPresent"
5450

5551
nameOverride: ""

0 commit comments

Comments
 (0)