From 83ed6904d7b3962e09a3270b9bf3abe213f3d023 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Jul 2024 14:50:11 +0300 Subject: [PATCH] chore(deps): update development (#80) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Update | Change | |---|---|---| | app-template | minor | `3.1.0` -> `3.2.1` | | [linuxserver/code-server](https://togithub.com/linuxserver/docker-code-server/packages) ([source](https://togithub.com/linuxserver/docker-code-server)) | minor | `4.23.1` -> `4.90.3` | --- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/hobroker/selfhosted). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- charts/development/code-server/helmfile.yaml | 2 +- charts/development/code-server/values.yaml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/development/code-server/helmfile.yaml b/charts/development/code-server/helmfile.yaml index e2ecb3a3..80d2ea1a 100644 --- a/charts/development/code-server/helmfile.yaml +++ b/charts/development/code-server/helmfile.yaml @@ -4,7 +4,7 @@ repositories: releases: - name: code-server - version: 3.1.0 + version: 3.2.1 atomic: true namespace: self chart: bjw-s/app-template diff --git a/charts/development/code-server/values.yaml b/charts/development/code-server/values.yaml index 2b79e475..323c5f86 100644 --- a/charts/development/code-server/values.yaml +++ b/charts/development/code-server/values.yaml @@ -7,11 +7,12 @@ controllers: main: image: repository: linuxserver/code-server - tag: 4.23.1 + tag: 4.90.3 pullPolicy: IfNotPresent service: main: + controller: main type: LoadBalancer ports: http: @@ -46,11 +47,10 @@ persistence: ingress: main: enabled: true - ingressClassName: "traefik" hosts: - host: code.hobroker.me paths: - path: / pathType: Prefix service: - name: main + identifier: main