Skip to content
This repository was archived by the owner on Sep 10, 2025. It is now read-only.

Commit 112fd22

Browse files
committed
🔖 Cut a v0.14.0 release
1 parent d5a5048 commit 112fd22

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.13.1
3+
version: 0.14.0
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
@@ -30,7 +30,7 @@ certbot:
3030

3131
# For various seeding and initialization jobs
3232
initializers:
33-
image: ndebuhr/cloud-native-workstation-initializers:v0.13.1
33+
image: ndebuhr/cloud-native-workstation-initializers:v0.14.0
3434
resources: {}
3535

3636
# Keycloak
@@ -54,7 +54,7 @@ oauth2Proxy:
5454
# Code Server
5555
code:
5656
enabled: true
57-
image: ndebuhr/cloud-native-workstation-code-server:v0.13.1
57+
image: ndebuhr/cloud-native-workstation-code-server:v0.14.0
5858
storage: 32Gi
5959
resources: {}
6060
dind:
@@ -65,7 +65,7 @@ code:
6565
# PgWeb
6666
pgweb:
6767
enabled: false
68-
image: ndebuhr/cloud-native-workstation-pgweb:v0.13.1
68+
image: ndebuhr/cloud-native-workstation-pgweb:v0.14.0
6969
resources: {}
7070

7171
# SFTP server
@@ -97,7 +97,7 @@ selenium:
9797
# Jupyter notebook
9898
jupyter:
9999
enabled: false
100-
image: ndebuhr/cloud-native-workstation-jupyter:v0.13.1
100+
image: ndebuhr/cloud-native-workstation-jupyter:v0.14.0
101101
storage: 32Gi
102102
gpu:
103103
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.13.1
3+
version: 0.14.0
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)