Skip to content

Commit

Permalink
test pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
TeamoreA committed Apr 9, 2024
1 parent b19648e commit aa68756
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tailscale-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env:
on:
workflow_dispatch:
push:
branches: [main]
branches: [add-tailscale-vpn]
paths: [tailscale/**]

jobs:
Expand Down
2 changes: 1 addition & 1 deletion tailscale/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tailscale/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit aa68756

Please sign in to comment.