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 1
1
apiVersion : v2
2
2
name : cloud-native-workstation
3
- version : 0.17.4
3
+ version : 0.17.5
4
4
icon : https://raw.githubusercontent.com/ndebuhr/cloud-native-workstation/master/images/cnw.png
5
5
dependencies :
6
6
- name : sonarqube
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ certbot:
33
33
34
34
# For various seeding and initialization jobs
35
35
initializers :
36
- image : ndebuhr/cloud-native-workstation-initializers:v0.17.4
36
+ image : ndebuhr/cloud-native-workstation-initializers:v0.17.5
37
37
resources : {}
38
38
39
39
# Keycloak
@@ -60,7 +60,7 @@ oauth2Proxy:
60
60
# Code Server
61
61
code :
62
62
enabled : true
63
- image : ndebuhr/cloud-native-workstation-code-server:v0.17.4
63
+ image : ndebuhr/cloud-native-workstation-code-server:v0.17.5
64
64
runsOnStandardVMs : true
65
65
runsOnSpotVMs : true
66
66
runsOnPreemptibleVMs : true
74
74
# PgWeb
75
75
pgweb :
76
76
enabled : false
77
- image : ndebuhr/cloud-native-workstation-pgweb:v0.17.4
77
+ image : ndebuhr/cloud-native-workstation-pgweb:v0.17.5
78
78
runsOnStandardVMs : true
79
79
runsOnSpotVMs : true
80
80
runsOnPreemptibleVMs : true
@@ -124,7 +124,7 @@ selenium:
124
124
# Jupyter notebook
125
125
jupyter :
126
126
enabled : false
127
- image : ndebuhr/cloud-native-workstation-jupyter:v0.17.4
127
+ image : ndebuhr/cloud-native-workstation-jupyter:v0.17.5
128
128
storage : 32Gi
129
129
gpu :
130
130
enabled : false
Original file line number Diff line number Diff line change 1
1
apiVersion : v2
2
2
name : cloud-native-workstation-prerequisites
3
- version : 0.17.4
3
+ version : 0.17.5
4
4
icon : https://raw.githubusercontent.com/ndebuhr/cloud-native-workstation/master/images/cnw.png
5
5
dependencies :
6
6
- name : ingress-nginx
You can’t perform that action at this time.
0 commit comments