Skip to content

Commit 638b04c

Browse files
committed
Update operator to pass validation on LemonSqueezy tokens
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent c151667 commit 638b04c

File tree

4 files changed

+97
-76
lines changed

4 files changed

+97
-76
lines changed

Diff for: 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.12
5+
version: 0.17.13
66
keywords:
77
- networking
88
- loadbalancer

Diff for: chart/inlets-operator/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -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.12"
52+
image: "ghcr.io/inlets/inlets-operator:0.17.13"
5353
pullPolicy: "IfNotPresent"
5454

5555
nameOverride: ""

0 commit comments

Comments
 (0)