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 : v1
22name : cloud-native-workstation
3- version : 0.11.0
3+ version : 0.11.1
44dependencies :
55- name : sonarqube
66 version : 9.8.2
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ certbot:
3636
3737# For various seeding and initialization jobs
3838initializers :
39- image : ndebuhr/cloud-native-workstation-initializers:v0.11.0
39+ image : ndebuhr/cloud-native-workstation-initializers:v0.11.1
4040 resources :
4141 requests :
4242 cpu : 0
@@ -90,7 +90,7 @@ oauth2Proxy:
9090# Code Server
9191code :
9292 enabled : true
93- image : ndebuhr/cloud-native-workstation-code-server:v0.11.0
93+ image : ndebuhr/cloud-native-workstation-code-server:v0.11.1
9494 # For accessing cloud resources over VPN, set ovpn=true and:
9595 # kubectl create secret generic client-ovpn --from-file=client.ovpn
9696 ovpn : false
@@ -116,7 +116,7 @@ code:
116116# PgWeb
117117pgweb :
118118 enabled : false
119- image : ndebuhr/cloud-native-workstation-pgweb:v0.11.0
119+ image : ndebuhr/cloud-native-workstation-pgweb:v0.11.1
120120 # For accessing databases over VPN, set ovpn=true and:
121121 # kubectl create secret generic client-ovpn --from-file=client.ovpn
122122 ovpn : false
@@ -153,7 +153,7 @@ selenium:
153153# Jupyter notebook
154154jupyter :
155155 enabled : false
156- image : ndebuhr/cloud-native-workstation-jupyter:v0.11.0
156+ image : ndebuhr/cloud-native-workstation-jupyter:v0.11.1
157157 # For accessing cloud resources over VPN, set ovpn=true and:
158158 # kubectl create secret generic client-ovpn --from-file=client.ovpn
159159 ovpn : false
Original file line number Diff line number Diff line change 11apiVersion : v1
22name : cloud-native-workstation-prerequisites
3- version : 0.11.0
3+ version : 0.11.1
44dependencies :
55- name : ingress-nginx
66 version : 4.0.3
You can’t perform that action at this time.
0 commit comments