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

Commit e3b8fc3

Browse files
committed
🔖 Cut a v0.13.0 release
1 parent 19851a2 commit e3b8fc3

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.12.0
3+
version: 0.13.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.12.0
33+
image: ndebuhr/cloud-native-workstation-initializers:v0.13.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.12.0
57+
image: ndebuhr/cloud-native-workstation-code-server:v0.13.0
5858
# For accessing cloud resources over VPN, set ovpn=true and:
5959
# kubectl create secret generic client-ovpn --from-file=client.ovpn
6060
ovpn: false
@@ -68,7 +68,7 @@ code:
6868
# PgWeb
6969
pgweb:
7070
enabled: false
71-
image: ndebuhr/cloud-native-workstation-pgweb:v0.12.0
71+
image: ndebuhr/cloud-native-workstation-pgweb:v0.13.0
7272
# For accessing databases over VPN, set ovpn=true and:
7373
# kubectl create secret generic client-ovpn --from-file=client.ovpn
7474
ovpn: false
@@ -103,7 +103,7 @@ selenium:
103103
# Jupyter notebook
104104
jupyter:
105105
enabled: false
106-
image: ndebuhr/cloud-native-workstation-jupyter:v0.12.0
106+
image: ndebuhr/cloud-native-workstation-jupyter:v0.13.0
107107
# For accessing cloud resources over VPN, set ovpn=true and:
108108
# kubectl create secret generic client-ovpn --from-file=client.ovpn
109109
ovpn: 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.12.0
3+
version: 0.13.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)