Skip to content

Commit 9133c56

Browse files
committed
🔖 Cut a v0.17.5 release
1 parent 10a500e commit 9133c56

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

deploy/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
22
name: cloud-native-workstation
3-
version: 0.17.4
3+
version: 0.17.5
44
icon: https://raw.githubusercontent.com/ndebuhr/cloud-native-workstation/master/images/cnw.png
55
dependencies:
66
- name: sonarqube

deploy/values.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ certbot:
3333

3434
# For various seeding and initialization jobs
3535
initializers:
36-
image: ndebuhr/cloud-native-workstation-initializers:v0.17.4
36+
image: ndebuhr/cloud-native-workstation-initializers:v0.17.5
3737
resources: {}
3838

3939
# Keycloak
@@ -60,7 +60,7 @@ oauth2Proxy:
6060
# Code Server
6161
code:
6262
enabled: true
63-
image: ndebuhr/cloud-native-workstation-code-server:v0.17.4
63+
image: ndebuhr/cloud-native-workstation-code-server:v0.17.5
6464
runsOnStandardVMs: true
6565
runsOnSpotVMs: true
6666
runsOnPreemptibleVMs: true
@@ -74,7 +74,7 @@ code:
7474
# PgWeb
7575
pgweb:
7676
enabled: false
77-
image: ndebuhr/cloud-native-workstation-pgweb:v0.17.4
77+
image: ndebuhr/cloud-native-workstation-pgweb:v0.17.5
7878
runsOnStandardVMs: true
7979
runsOnSpotVMs: true
8080
runsOnPreemptibleVMs: true
@@ -124,7 +124,7 @@ selenium:
124124
# Jupyter notebook
125125
jupyter:
126126
enabled: false
127-
image: ndebuhr/cloud-native-workstation-jupyter:v0.17.4
127+
image: ndebuhr/cloud-native-workstation-jupyter:v0.17.5
128128
storage: 32Gi
129129
gpu:
130130
enabled: false

prepare/chart/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
22
name: cloud-native-workstation-prerequisites
3-
version: 0.17.4
3+
version: 0.17.5
44
icon: https://raw.githubusercontent.com/ndebuhr/cloud-native-workstation/master/images/cnw.png
55
dependencies:
66
- name: ingress-nginx

0 commit comments

Comments
 (0)