Skip to content

Commit

Permalink
Update to inlets 0.9.31
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
  • Loading branch information
alexellis committed Jun 10, 2024
1 parent 9502536 commit e22c7a4
Show file tree
Hide file tree
Showing 4 changed files with 75 additions and 75 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,9 @@ 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
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:
@echo Bumping helm chart version if needed && \
arkade chart bump --verbose=$(VERBOSE) -f ./chart/inlets-operator/values.yaml --write
arkade chart bump --verbose=$(VERBOSE) -f ./chart/inlets-operator/values.yaml --write
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.7"
image: "ghcr.io/inlets/inlets-operator:0.17.8"
pullPolicy: "IfNotPresent"

nameOverride: ""
Expand Down
Loading

0 comments on commit e22c7a4

Please sign in to comment.