Skip to content

Commit

Permalink
Update chart with port-updating capability
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
alexellis committed Jul 28, 2021
1 parent 1b3e833 commit 6086a50
Show file tree
Hide file tree
Showing 4 changed files with 67 additions and 50 deletions.
2 changes: 1 addition & 1 deletion chart/inlets-operator/Chart.yaml
Expand Up @@ -2,7 +2,7 @@ apiVersion: v1
appVersion: "1.0"
description: inlets-operator for Kubernetes
name: inlets-operator
version: 0.14.6
version: 0.15.0
keywords:
- networking
- loadbalancer
Expand Down
2 changes: 1 addition & 1 deletion chart/inlets-operator/values.yaml
Expand Up @@ -37,7 +37,7 @@ subnetId: ""
# Only provide LoadBalancers for Services annotated with "dev.inlets.manage=true"
annotatedOnly: false

image: "ghcr.io/inlets/inlets-operator:0.13.0"
image: "ghcr.io/inlets/inlets-operator:0.14.0"
pullPolicy: "IfNotPresent"
proClientImage: "ghcr.io/inlets/inlets-pro:0.8.7"

Expand Down

0 comments on commit 6086a50

Please sign in to comment.