From 604f583cce43b9f95962fc1b9be85be3ed516b04 Mon Sep 17 00:00:00 2001 From: "Alex Ellis (OpenFaaS Ltd)" Date: Sat, 1 Feb 2025 08:52:17 +0000 Subject: [PATCH] Increment operator version Signed-off-by: Alex Ellis (OpenFaaS Ltd) --- chart/inlets-operator/Chart.yaml | 2 +- chart/inlets-operator/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chart/inlets-operator/Chart.yaml b/chart/inlets-operator/Chart.yaml index cc594178..43882d0a 100644 --- a/chart/inlets-operator/Chart.yaml +++ b/chart/inlets-operator/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v1 appVersion: "1.0" description: inlets-operator for Kubernetes name: inlets-operator -version: 0.17.11 +version: 0.17.12 keywords: - networking - loadbalancer diff --git a/chart/inlets-operator/values.yaml b/chart/inlets-operator/values.yaml index 5073c2bb..4a43032c 100644 --- a/chart/inlets-operator/values.yaml +++ b/chart/inlets-operator/values.yaml @@ -49,7 +49,7 @@ vpcId: "" # The Subnet ID where the exit-server should be placed (EC2) subnetId: "" -image: "ghcr.io/inlets/inlets-operator:0.17.11" +image: "ghcr.io/inlets/inlets-operator:0.17.12" pullPolicy: "IfNotPresent" nameOverride: ""