Skip to content

Commit 6086a50

Browse files
committed
Update chart with port-updating capability
This change enables the ports on a service to be updated after creation. Ref: #134 Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
1 parent 1b3e833 commit 6086a50

File tree

4 files changed

+67
-50
lines changed

4 files changed

+67
-50
lines changed

chart/inlets-operator/Chart.yaml

Lines changed: 1 addition & 1 deletion
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.14.6
5+
version: 0.15.0
66
keywords:
77
- networking
88
- loadbalancer

chart/inlets-operator/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ subnetId: ""
3737
# Only provide LoadBalancers for Services annotated with "dev.inlets.manage=true"
3838
annotatedOnly: false
3939

40-
image: "ghcr.io/inlets/inlets-operator:0.13.0"
40+
image: "ghcr.io/inlets/inlets-operator:0.14.0"
4141
pullPolicy: "IfNotPresent"
4242
proClientImage: "ghcr.io/inlets/inlets-pro:0.8.7"
4343

0 commit comments

Comments
 (0)