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

Commit bb88027

Browse files
committed
🔖 Cut a v0.15.0 release
1 parent a1eeb20 commit bb88027

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.14.1
3+
version: 0.15.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.14.1
33+
image: ndebuhr/cloud-native-workstation-initializers:v0.15.0
3434
resources: {}
3535

3636
# Keycloak
@@ -51,7 +51,7 @@ oauth2Proxy:
5151
# Code Server
5252
code:
5353
enabled: true
54-
image: ndebuhr/cloud-native-workstation-code-server:v0.14.1
54+
image: ndebuhr/cloud-native-workstation-code-server:v0.15.0
5555
storage: 32Gi
5656
resources: {}
5757
dind:
@@ -62,7 +62,7 @@ code:
6262
# PgWeb
6363
pgweb:
6464
enabled: false
65-
image: ndebuhr/cloud-native-workstation-pgweb:v0.14.1
65+
image: ndebuhr/cloud-native-workstation-pgweb:v0.15.0
6666
resources: {}
6767

6868
# SFTP server
@@ -94,7 +94,7 @@ selenium:
9494
# Jupyter notebook
9595
jupyter:
9696
enabled: false
97-
image: ndebuhr/cloud-native-workstation-jupyter:v0.14.1
97+
image: ndebuhr/cloud-native-workstation-jupyter:v0.15.0
9898
storage: 32Gi
9999
gpu:
100100
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.14.1
3+
version: 0.15.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)