Skip to content

Commit

Permalink
Upgrade chart for newer OS for DigitalOcean tunnel servers
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 Oct 24, 2023
1 parent 7201a00 commit e788521
Show file tree
Hide file tree
Showing 5 changed files with 100 additions and 75 deletions.
12 changes: 8 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,16 @@ verify-codegen: ${CODEGEN_PKG}
update-codegen: ${CODEGEN_PKG}
./hack/update-codegen.sh

charts:
.PHONY: charts
charts: verify-chart package-charts

.PHONY: package-charts
package-charts:
cd chart && helm package inlets-operator/
mv chart/*.tgz docs/
helm repo index docs --url https://inlets.github.io/inlets-operator/ --merge ./docs/index.yaml

.PHONY: verify-charts
verify-charts:
@echo Verifying helm charts images in remote registries && \
.PHONY: verify-chart
verify-chart:
@echo Verifying helm chart images in remote registries && \
arkade chart verify --verbose=$(VERBOSE) -f ./chart/inlets-operator/values.yaml
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.7
version: 0.17.8
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 @@ -41,7 +41,7 @@ vpcId: ""
# The Subnet ID where the exit-server should be placed (EC2)
subnetId: ""

image: "ghcr.io/inlets/inlets-operator:0.17.5"
image: "ghcr.io/inlets/inlets-operator:0.17.6"
pullPolicy: "IfNotPresent"

# These should match
Expand Down
Loading

0 comments on commit e788521

Please sign in to comment.