chore(deps): update container image ghcr.io/linuxserver/openvscode-server to v1.85.0@a8bcbd9 (#15887)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/linuxserver/openvscode-server](https://togithub.com/linuxserver/docker-openvscode-server/packages) ([source](https://togithub.com/linuxserver/docker-openvscode-server)) | minor | `1.84.2` -> `1.85.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### 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. --- - [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzNy44OS40IiwidXBkYXRlZEluVmVyIjoiMzcuODkuNCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
This commit is contained in:
parent
468932aca8
commit
751639e869
|
@ -1,31 +1,30 @@
|
|||
kubeVersion: ">=1.24.0"
|
||||
kubeVersion: '>=1.24.0'
|
||||
apiVersion: v2
|
||||
name: openvscode-server
|
||||
version: 6.0.24
|
||||
appVersion: 1.84.2
|
||||
description:
|
||||
Openvscode-server provides a version of VS Code that runs a server on
|
||||
version: 6.1.0
|
||||
appVersion: 1.85.0
|
||||
description: Openvscode-server provides a version of VS Code that runs a server on
|
||||
a remote machine.
|
||||
home: https://truecharts.org/charts/stable/openvscode-server
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/openvscode-server.png
|
||||
deprecated: false
|
||||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/openvscode-server
|
||||
- https://ghcr.io/linuxserver/openvscode-server
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/openvscode-server
|
||||
- https://ghcr.io/linuxserver/openvscode-server
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
keywords:
|
||||
- openvscode-server
|
||||
- openvscode-server
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 14.3.5
|
||||
repository: https://library-charts.truecharts.org
|
||||
condition: ""
|
||||
alias: ""
|
||||
tags: []
|
||||
import-values: []
|
||||
- name: common
|
||||
version: 14.3.5
|
||||
repository: https://library-charts.truecharts.org
|
||||
condition: ""
|
||||
alias: ""
|
||||
tags: []
|
||||
import-values: []
|
||||
annotations:
|
||||
max_scale_version: 23.10.1
|
||||
min_scale_version: 22.12.4
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: ghcr.io/linuxserver/openvscode-server
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 1.84.2@sha256:32e9a518358813291aacd9bc3b6f0897612e3c2c0c8b4601e55f3d0fe79cc6c3
|
||||
tag: 1.85.0@sha256:a8bcbd9988e9659cc7dff3c60b1cbc173ca7ec6ee4f9fa3fa732780e0ff30e74
|
||||
# secretEnv:
|
||||
# CONNECTION_TOKEN: "somerandomstring"
|
||||
# CONNECTION_SECRET: ""
|
||||
|
|
Loading…
Reference in New Issue