Skip to content

Commit 00f6310

Browse files
committed
Update chart to fix Gumroad validation error
Fixes: #137 Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
1 parent bd3f50d commit 00f6310

File tree

4 files changed

+69
-52
lines changed

4 files changed

+69
-52
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.15.1
5+
version: 0.15.2
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.14.0"
40+
image: "ghcr.io/inlets/inlets-operator:0.14.1"
4141
pullPolicy: "IfNotPresent"
4242
proClientImage: "ghcr.io/inlets/inlets-pro:0.8.8"
4343

0 commit comments

Comments
 (0)