We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd3f50d commit 00f6310Copy full SHA for 00f6310
chart/inlets-operator/Chart.yaml
@@ -2,7 +2,7 @@ apiVersion: v1
2
appVersion: "1.0"
3
description: inlets-operator for Kubernetes
4
name: inlets-operator
5
-version: 0.15.1
+version: 0.15.2
6
keywords:
7
- networking
8
- loadbalancer
chart/inlets-operator/values.yaml
@@ -37,7 +37,7 @@ subnetId: ""
37
# Only provide LoadBalancers for Services annotated with "dev.inlets.manage=true"
38
annotatedOnly: false
39
40
-image: "ghcr.io/inlets/inlets-operator:0.14.0"
+image: "ghcr.io/inlets/inlets-operator:0.14.1"
41
pullPolicy: "IfNotPresent"
42
proClientImage: "ghcr.io/inlets/inlets-pro:0.8.8"
43
0 commit comments