Skip to content

Commit

Permalink
Publish chart for Ubuntu 22.04 for VMs
Browse files Browse the repository at this point in the history
Server VMs are now created with Ubuntu 22.04. Let us know if
you run into any issues via the Discord server or open an issue.

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
  • Loading branch information
alexellis committed Jun 12, 2024
1 parent e0b1917 commit 9b8706f
Show file tree
Hide file tree
Showing 5 changed files with 95 additions and 74 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ verify-chart:
.PHONY: upgrade-chart
upgrade-chart:
@echo Upgrading helm chart images in remote registries && \
arkade chart upgrade --verbose=$(VERBOSE) -f ./chart/inlets-operator/values.yaml --write && echo "Note: Update the inletsRelease field manually in values.yaml"
arkade chart upgrade --verbose=$(VERBOSE) -f ./chart/inlets-operator/values.yaml --write && echo "Note: Update the \"inletsRelease:\" field manually in values.yaml"

.PHONY: bump-chart
bump-chart:
Expand Down
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.8
version: 0.17.10
keywords:
- networking
- loadbalancer
Expand Down
2 changes: 1 addition & 1 deletion chart/inlets-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.8"
image: "ghcr.io/inlets/inlets-operator:0.17.9"
pullPolicy: "IfNotPresent"

nameOverride: ""
Expand Down
Loading

0 comments on commit 9b8706f

Please sign in to comment.