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

Commit 25e0f2f

Browse files
committed
🔖 Cut a v0.14.1 release
1 parent be89813 commit 25e0f2f

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

3636
# Keycloak
@@ -50,7 +50,7 @@ oauth2Proxy:
5050
# Code Server
5151
code:
5252
enabled: true
53-
image: ndebuhr/cloud-native-workstation-code-server:v0.14.0
53+
image: ndebuhr/cloud-native-workstation-code-server:v0.14.1
5454
storage: 32Gi
5555
resources: {}
5656
dind:
@@ -61,7 +61,7 @@ code:
6161
# PgWeb
6262
pgweb:
6363
enabled: false
64-
image: ndebuhr/cloud-native-workstation-pgweb:v0.14.0
64+
image: ndebuhr/cloud-native-workstation-pgweb:v0.14.1
6565
resources: {}
6666

6767
# SFTP server
@@ -93,7 +93,7 @@ selenium:
9393
# Jupyter notebook
9494
jupyter:
9595
enabled: false
96-
image: ndebuhr/cloud-native-workstation-jupyter:v0.14.0
96+
image: ndebuhr/cloud-native-workstation-jupyter:v0.14.1
9797
storage: 32Gi
9898
gpu:
9999
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.0
3+
version: 0.14.1
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)