This repository was archived by the owner on Sep 10, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11apiVersion : v2
22name : cloud-native-workstation
3- version : 0.11.1
3+ version : 0.12.0
44icon : https://raw.githubusercontent.com/ndebuhr/cloud-native-workstation/master/images/cnw.png
55dependencies :
66- name : sonarqube
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ certbot:
3030
3131# For various seeding and initialization jobs
3232initializers :
33- image : ndebuhr/cloud-native-workstation-initializers:v0.11.1
33+ image : ndebuhr/cloud-native-workstation-initializers:v0.12.0
3434 resources : {}
3535
3636# Keycloak
@@ -54,7 +54,7 @@ oauth2Proxy:
5454# Code Server
5555code :
5656 enabled : true
57- image : ndebuhr/cloud-native-workstation-code-server:v0.11.1
57+ image : ndebuhr/cloud-native-workstation-code-server:v0.12.0
5858 # For accessing cloud resources over VPN, set ovpn=true and:
5959 # kubectl create secret generic client-ovpn --from-file=client.ovpn
6060 ovpn : false
6868# PgWeb
6969pgweb :
7070 enabled : false
71- image : ndebuhr/cloud-native-workstation-pgweb:v0.11.1
71+ image : ndebuhr/cloud-native-workstation-pgweb:v0.12.0
7272 # For accessing databases over VPN, set ovpn=true and:
7373 # kubectl create secret generic client-ovpn --from-file=client.ovpn
7474 ovpn : false
@@ -88,7 +88,7 @@ selenium:
8888# Jupyter notebook
8989jupyter :
9090 enabled : false
91- image : ndebuhr/cloud-native-workstation-jupyter:v0.11.1
91+ image : ndebuhr/cloud-native-workstation-jupyter:v0.12.0
9292 # For accessing cloud resources over VPN, set ovpn=true and:
9393 # kubectl create secret generic client-ovpn --from-file=client.ovpn
9494 ovpn : false
Original file line number Diff line number Diff line change 11apiVersion : v2
22name : cloud-native-workstation-prerequisites
3- version : 0.11.1
3+ version : 0.12.0
44icon : https://raw.githubusercontent.com/ndebuhr/cloud-native-workstation/master/images/cnw.png
55dependencies :
66- name : ingress-nginx
You can’t perform that action at this time.
0 commit comments