Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Verified Commit dab624bf authored by Benoît's avatar Benoît
Browse files

Bump code-server to 4.18.0

parent 0b98aed0
No related branches found
No related tags found
No related merge requests found
Pipeline #25814 passed
......@@ -2,18 +2,18 @@ annotations:
category: developpment
artifacthub.io/images: |
- name: code-server
image: docker.io/captnbp//code-server:4.16.1-r3
image: docker.io/captnbp//code-server:4.18.0-r0
- name: jupyterhub
image: docker.io/bitnami/jupyterhub:4.0.2-debian-11-r17
image: docker.io/bitnami/jupyterhub:4.0.2-debian-11-r55
- name: oauth
image: docker.io/captnbp//oauth:4.16.1-r3
image: docker.io/captnbp//oauth:4.18.0-r0
- name: nginx
image: docker.io/captnbp//nginx:4.16.1-r3
image: docker.io/captnbp//nginx:4.18.0-r0
- name: configurable-http-proxy
image: docker.io/bitnami/configurable-http-proxy:4.5.6-debian-11-r16
image: docker.io/bitnami/configurable-http-proxy:4.6.0-debian-11-r16
artifacthub.io/license: MIT
apiVersion: v2
appVersion: 4.16.1-r3
appVersion: 4.18.0-r0
dependencies:
- condition: postgresql.enabled
name: postgresql
......@@ -40,4 +40,4 @@ sources:
- https://github.com/bitnami/containers/tree/main/bitnami/jupyterhub
- https://github.com/jupyterhub/jupyterhub
- https://github.com/coder/code-server
version: 4.1.13
version: 4.1.14
......@@ -68,7 +68,7 @@ hub:
image:
registry: docker.io
repository: bitnami/jupyterhub
tag: 4.0.2-debian-11-r17
tag: 4.0.2-debian-11-r55
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
......@@ -765,7 +765,7 @@ proxy:
image:
registry: docker.io
repository: bitnami/configurable-http-proxy
tag: 4.5.6-debian-11-r16
tag: 4.6.0-debian-11-r16
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
......@@ -1547,7 +1547,7 @@ singleuser:
image:
registry: docker.io
repository: captnbp/code-server
tag: 4.16.1-r3
tag: 4.18.0-r0
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
......@@ -1656,7 +1656,7 @@ singleuser:
## @skip singleuser.sidecars[1]
sidecars:
- name: nginx
image: docker.io/captnbp//nginx:4.16.1-r3
image: docker.io/captnbp/nginx:4.18.0-r0
resources:
requests:
cpu: 100m
......@@ -1674,7 +1674,7 @@ singleuser:
drop:
- ALL
- name: oauth
image: docker.io/captnbp//oauth:4.16.1-r3
image: docker.io/captnbp/oauth:4.18.0-r0
ports:
- containerPort: 9095
name: oauth
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment