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 0b98aed0 authored by Benoît's avatar Benoît
Browse files

Bump images

parent adf518b5
No related branches found
Tags 4.1.13
No related merge requests found
Pipeline #24569 passed
dependencies:
- name: postgresql
repository: oci://registry-1.docker.io/bitnamicharts
version: 12.8.0
version: 12.12.4
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.6.0
digest: sha256:a84830653a2c3999f9d985c7b6a1304dcaeb85f5099bc10e9742df4671bbfbe9
generated: "2023-08-02T22:53:53.510470895+02:00"
version: 2.11.1
digest: sha256:8a0036d2cf58ed424b7d1711330c18e9298d0450248c77736d96d582030fa283
generated: "2023-09-21T20:30:28.860794444+02:00"
......@@ -2,18 +2,18 @@ annotations:
category: developpment
artifacthub.io/images: |
- name: code-server
image: lab.frogg.it:5050/doca/codehub-container-images/code-server:4.16.1
image: docker.io/captnbp//code-server:4.16.1-r3
- name: jupyterhub
image: docker.io/bitnami/jupyterhub:4.0.1-debian-11-r46
image: docker.io/bitnami/jupyterhub:4.0.2-debian-11-r17
- name: oauth
image: lab.frogg.it:5050/doca/codehub-container-images/oauth:4.16.1
image: docker.io/captnbp//oauth:4.16.1-r3
- name: nginx
image: lab.frogg.it:5050/doca/codehub-container-images/nginx:4.16.1
image: docker.io/captnbp//nginx:4.16.1-r3
- name: configurable-http-proxy
image: docker.io/bitnami/configurable-http-proxy:4.5.5-debian-11-r115
image: docker.io/bitnami/configurable-http-proxy:4.5.6-debian-11-r16
artifacthub.io/license: MIT
apiVersion: v2
appVersion: 4.16.1
appVersion: 4.16.1-r3
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.12
version: 4.1.13
......@@ -50,6 +50,8 @@ metadata:
name: check-codehub-images
spec:
background: false
validationFailureAction: Enforce
webhookTimeoutSeconds: 30
failurePolicy: Fail
rules:
- match:
......
......@@ -68,7 +68,7 @@ hub:
image:
registry: docker.io
repository: bitnami/jupyterhub
tag: 4.0.1-debian-11-r46
tag: 4.0.2-debian-11-r17
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.5-debian-11-r115
tag: 4.5.6-debian-11-r16
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
......@@ -1545,9 +1545,9 @@ imagePuller:
##
singleuser:
image:
registry: lab.frogg.it:5050
repository: doca/codehub-container-images/code-server
tag: 4.16.1
registry: docker.io
repository: captnbp/code-server
tag: 4.16.1-r3
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: lab.frogg.it:5050/doca/codehub-container-images/nginx:4.16.1
image: docker.io/captnbp//nginx:4.16.1-r3
resources:
requests:
cpu: 100m
......@@ -1674,7 +1674,7 @@ singleuser:
drop:
- ALL
- name: oauth
image: lab.frogg.it:5050/doca/codehub-container-images/oauth:4.16.1
image: docker.io/captnbp//oauth:4.16.1-r3
ports:
- containerPort: 9095
name: oauth
......@@ -1772,7 +1772,7 @@ singleuser:
auxiliaryImage:
registry: docker.io
repository: bitnami/os-shell
tag: 11-debian-11-r25
tag: 11-debian-11-r51
digest: ""
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
......
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