Skip to content

Commit

Permalink
🔖 Cut a v0.12.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ndebuhr committed Dec 8, 2021
1 parent a545e2b commit 81b72ef
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion deploy/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: cloud-native-workstation
version: 0.11.1
version: 0.12.0
icon: https://raw.githubusercontent.com/ndebuhr/cloud-native-workstation/master/images/cnw.png
dependencies:
- name: sonarqube
Expand Down
8 changes: 4 additions & 4 deletions deploy/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ certbot:

# For various seeding and initialization jobs
initializers:
image: ndebuhr/cloud-native-workstation-initializers:v0.11.1
image: ndebuhr/cloud-native-workstation-initializers:v0.12.0
resources: {}

# Keycloak
Expand All @@ -54,7 +54,7 @@ oauth2Proxy:
# Code Server
code:
enabled: true
image: ndebuhr/cloud-native-workstation-code-server:v0.11.1
image: ndebuhr/cloud-native-workstation-code-server:v0.12.0
# For accessing cloud resources over VPN, set ovpn=true and:
# kubectl create secret generic client-ovpn --from-file=client.ovpn
ovpn: false
Expand All @@ -68,7 +68,7 @@ code:
# PgWeb
pgweb:
enabled: false
image: ndebuhr/cloud-native-workstation-pgweb:v0.11.1
image: ndebuhr/cloud-native-workstation-pgweb:v0.12.0
# For accessing databases over VPN, set ovpn=true and:
# kubectl create secret generic client-ovpn --from-file=client.ovpn
ovpn: false
Expand All @@ -88,7 +88,7 @@ selenium:
# Jupyter notebook
jupyter:
enabled: false
image: ndebuhr/cloud-native-workstation-jupyter:v0.11.1
image: ndebuhr/cloud-native-workstation-jupyter:v0.12.0
# For accessing cloud resources over VPN, set ovpn=true and:
# kubectl create secret generic client-ovpn --from-file=client.ovpn
ovpn: false
Expand Down
2 changes: 1 addition & 1 deletion prepare/chart/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: cloud-native-workstation-prerequisites
version: 0.11.1
version: 0.12.0
icon: https://raw.githubusercontent.com/ndebuhr/cloud-native-workstation/master/images/cnw.png
dependencies:
- name: ingress-nginx
Expand Down

0 comments on commit 81b72ef

Please sign in to comment.