Skip to content

Commit

Permalink
Update Helm chart for EC2 AMI upgrade to 22.04
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
  • Loading branch information
alexellis committed Aug 30, 2023
1 parent cd23b66 commit c801ee4
Show file tree
Hide file tree
Showing 4 changed files with 92 additions and 71 deletions.
2 changes: 1 addition & 1 deletion chart/inlets-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v1
appVersion: "1.0"
description: inlets-operator for Kubernetes
name: inlets-operator
version: 0.17.5
version: 0.17.6
keywords:
- networking
- loadbalancer
Expand Down
6 changes: 3 additions & 3 deletions chart/inlets-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@ vpcId: ""
# The Subnet ID where the exit-server should be placed (EC2)
subnetId: ""

image: "ghcr.io/inlets/inlets-operator:0.17.2"
image: "ghcr.io/inlets/inlets-operator:0.17.3"
pullPolicy: "IfNotPresent"

# These should match
inletsClientImage: "ghcr.io/inlets/inlets-pro:0.9.19"
inletsRelease: "0.9.19"
inletsClientImage: "ghcr.io/inlets/inlets-pro:0.9.21"
inletsRelease: "0.9.21"

nameOverride: ""
fullnameOverride: ""
Expand Down
Loading

0 comments on commit c801ee4

Please sign in to comment.