Skip to content

Commit ad66306

Browse files
committed
Chart: Upgrade operator and inlets version to 0.9.40
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent 20b367d commit ad66306

File tree

4 files changed

+97
-76
lines changed

4 files changed

+97
-76
lines changed

chart/inlets-operator/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v1
22
appVersion: "1.0"
33
description: inlets-operator for Kubernetes
44
name: inlets-operator
5-
version: 0.17.10
5+
version: 0.17.11
66
keywords:
77
- networking
88
- loadbalancer

chart/inlets-operator/values.yaml

+3-3
Original file line numberDiff line numberDiff 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
1717
inletsClient:
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)
5050
subnetId: ""
5151

52-
image: "ghcr.io/inlets/inlets-operator:0.17.9"
52+
image: "ghcr.io/inlets/inlets-operator:0.17.11"
5353
pullPolicy: "IfNotPresent"
5454

5555
nameOverride: ""

0 commit comments

Comments
 (0)