From 71aad38a9bd3d6176b07dd591833fe96f72f0c13 Mon Sep 17 00:00:00 2001 From: Denys Lemeshko <141166531+evmos-lde@users.noreply.github.com> Date: Fri, 1 Sep 2023 03:50:13 +0200 Subject: [PATCH 1/2] Chart version updated -> 0.1.1 --- charts/cloudflare-tunnel-remote/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/cloudflare-tunnel-remote/Chart.yaml b/charts/cloudflare-tunnel-remote/Chart.yaml index 936b560..85c403f 100644 --- a/charts/cloudflare-tunnel-remote/Chart.yaml +++ b/charts/cloudflare-tunnel-remote/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.0 +version: 0.1.1 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to From ca598698129b218f33405067638a0e73f5b7a8aa Mon Sep 17 00:00:00 2001 From: Denys Lemeshko <141166531+evmos-lde@users.noreply.github.com> Date: Tue, 5 Sep 2023 00:47:00 +0200 Subject: [PATCH 2/2] Disable cloudflared autoupdate We can regulate the cloudflared version via an image tag. Without this parameter, cloudflared will fail after update-freq time. --- charts/cloudflare-tunnel-remote/templates/deployment.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/charts/cloudflare-tunnel-remote/templates/deployment.yaml b/charts/cloudflare-tunnel-remote/templates/deployment.yaml index 614f2c4..354b599 100644 --- a/charts/cloudflare-tunnel-remote/templates/deployment.yaml +++ b/charts/cloudflare-tunnel-remote/templates/deployment.yaml @@ -29,6 +29,8 @@ spec: command: - cloudflared - tunnel + # We can regulate the cloudflared version via an image tag. + - --no-autoupdate # In a k8s environment, the metrics server needs to listen outside the pod it runs on. # The address 0.0.0.0:2000 allows any pod in the namespace. - --metrics