From 6fb9a8f0b96ae577c27a1b62c5e5ca432e72ffd9 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Thu, 6 Mar 2025 09:49:05 +0100 Subject: [PATCH] =?UTF-8?q?chore(helm):=20update=20image=20docker.io/tails?= =?UTF-8?q?cale/tailscale=20v1.80.0=20=E2=86=92=20v1.80.3=20(#32913)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/tailscale/tailscale](https://tailscale.com/kb/1282/docker) ([source](https://redirect.github.com/tailscale/tailscale)) | patch | `27b6a3d` -> `af6026e` | Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes
tailscale/tailscale (docker.io/tailscale/tailscale) ### [`v1.80.3`](https://redirect.github.com/tailscale/tailscale/releases/tag/v1.80.3) [Compare Source](https://redirect.github.com/tailscale/tailscale/compare/v1.80.0...v1.80.3) Please refer to the changelog available at [https://tailscale.com/changelog](https://tailscale.com/changelog#2025-03-04).
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). Signed-off-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com> Co-authored-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com> --- charts/stable/tailscale/Chart.yaml | 4 ++-- charts/stable/tailscale/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/stable/tailscale/Chart.yaml b/charts/stable/tailscale/Chart.yaml index bf321dffa5b..fa4312a5dc9 100644 --- a/charts/stable/tailscale/Chart.yaml +++ b/charts/stable/tailscale/Chart.yaml @@ -6,7 +6,7 @@ annotations: truecharts.org/min_helm_version: "3.11" truecharts.org/train: stable apiVersion: v2 -appVersion: 1.80.0 +appVersion: 1.80.3 dependencies: - name: common version: 25.4.10 @@ -33,4 +33,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/tailscale - https://hub.docker.com/r/tailscale/tailscale type: application -version: 10.12.0 \ No newline at end of file +version: 10.12.1 diff --git a/charts/stable/tailscale/values.yaml b/charts/stable/tailscale/values.yaml index c38445f8ca4..e489806876d 100644 --- a/charts/stable/tailscale/values.yaml +++ b/charts/stable/tailscale/values.yaml @@ -1,7 +1,7 @@ image: repository: docker.io/tailscale/tailscale pullPolicy: IfNotPresent - tag: v1.80.0@sha256:27b6a3dc30d89e94113b0d481dae05f08934cf80bdce860041727a2a60959921 + tag: v1.80.3@sha256:af6026ed3e5892c5d4966962618a09685198111507df16803b2aec7066046582 serviceAccount: main: enabled: true