From aa68756b226bc691f7ceb8a7cfd4b9a8b9b9b6c2 Mon Sep 17 00:00:00 2001 From: Tim Kamau Date: Tue, 9 Apr 2024 19:35:57 +0300 Subject: [PATCH] test pipeline --- .github/workflows/tailscale-publish.yaml | 2 +- tailscale/Chart.yaml | 2 +- tailscale/values.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tailscale-publish.yaml b/.github/workflows/tailscale-publish.yaml index 97236c1..61c5ea4 100644 --- a/.github/workflows/tailscale-publish.yaml +++ b/.github/workflows/tailscale-publish.yaml @@ -10,7 +10,7 @@ env: on: workflow_dispatch: push: - branches: [main] + branches: [add-tailscale-vpn] paths: [tailscale/**] jobs: diff --git a/tailscale/Chart.yaml b/tailscale/Chart.yaml index 6d87318..c734bb2 100644 --- a/tailscale/Chart.yaml +++ b/tailscale/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 diff --git a/tailscale/values.yaml b/tailscale/values.yaml index cb06c4c..4a7ba9b 100644 --- a/tailscale/values.yaml +++ b/tailscale/values.yaml @@ -2,6 +2,6 @@ env: dev # comma seperated routes to advertise example 0.0.0.1/24, 0.0.0.1/32 TS_ROUTES: '' # auth key generated from tailscale admin console -authKey: tskey-auth-xxxxx +# authKey: tskey-auth-xxxxx # comma separated ACL tags, example, tag:server,tag:development tags: tag:server