chore(deps): update container image docker.io/codercom/code-server to v4.20.0@945c1c6 by renovate (#16488)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/codercom/code-server | minor | `4.19.1` -> `4.20.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone Europe/Amsterdam, 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
This commit is contained in:
parent
304dc61913
commit
730891dd08
|
@ -1,16 +1,16 @@
|
|||
kubeVersion: ">=1.24.0-0"
|
||||
kubeVersion: '>=1.24.0-0'
|
||||
apiVersion: v2
|
||||
name: code-server
|
||||
version: 9.0.11
|
||||
appVersion: 4.19.1
|
||||
version: 9.1.0
|
||||
appVersion: 4.20.0
|
||||
description: Run VS Code on any machine anywhere and access it in the browser.
|
||||
home: https://truecharts.org/charts/stable/code-server
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/code-server.png
|
||||
deprecated: false
|
||||
sources:
|
||||
- https://hub.docker.com/r/codercom/code-server
|
||||
- https://github.com/cdr/code-server
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/code-server
|
||||
- https://hub.docker.com/r/codercom/code-server
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: docker.io/codercom/code-server
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 4.19.1@sha256:993c381c28a3738b903ac21180f5f9dab8f2aa547bbb0b9d69bea558691e10d3
|
||||
tag: 4.20.0@sha256:945c1c6452a3ac798283a6f43fb0c815e4c0e9418bceec37eac6d6bd378b5e99
|
||||
securityContext:
|
||||
container:
|
||||
readOnlyRootFilesystem: false
|
||||
|
|
Loading…
Reference in New Issue