Skip to content

Commit

Permalink
chore(deps): update development (#80)
Browse files Browse the repository at this point in the history
[![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.

---

- [ ] <!-- rebase-check -->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).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNTEuMiIsInVwZGF0ZWRJblZlciI6IjM3LjQxMy4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 3, 2024
1 parent 3594e44 commit 83ed690
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/development/code-server/helmfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions charts/development/code-server/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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

0 comments on commit 83ed690

Please sign in to comment.