diff --git a/deploy/Chart.yaml b/deploy/Chart.yaml index 275de57..d40e2a9 100644 --- a/deploy/Chart.yaml +++ b/deploy/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: cloud-native-workstation -version: 0.13.1 +version: 0.14.0 icon: https://raw.githubusercontent.com/ndebuhr/cloud-native-workstation/master/images/cnw.png dependencies: - name: sonarqube diff --git a/deploy/values.yaml b/deploy/values.yaml index b939c9e..cc73b55 100644 --- a/deploy/values.yaml +++ b/deploy/values.yaml @@ -30,7 +30,7 @@ certbot: # For various seeding and initialization jobs initializers: - image: ndebuhr/cloud-native-workstation-initializers:v0.13.1 + image: ndebuhr/cloud-native-workstation-initializers:v0.14.0 resources: {} # Keycloak @@ -54,7 +54,7 @@ oauth2Proxy: # Code Server code: enabled: true - image: ndebuhr/cloud-native-workstation-code-server:v0.13.1 + image: ndebuhr/cloud-native-workstation-code-server:v0.14.0 storage: 32Gi resources: {} dind: @@ -65,7 +65,7 @@ code: # PgWeb pgweb: enabled: false - image: ndebuhr/cloud-native-workstation-pgweb:v0.13.1 + image: ndebuhr/cloud-native-workstation-pgweb:v0.14.0 resources: {} # SFTP server @@ -97,7 +97,7 @@ selenium: # Jupyter notebook jupyter: enabled: false - image: ndebuhr/cloud-native-workstation-jupyter:v0.13.1 + image: ndebuhr/cloud-native-workstation-jupyter:v0.14.0 storage: 32Gi gpu: enabled: false diff --git a/prepare/chart/Chart.yaml b/prepare/chart/Chart.yaml index 06b2da5..888ef0c 100644 --- a/prepare/chart/Chart.yaml +++ b/prepare/chart/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: cloud-native-workstation-prerequisites -version: 0.13.1 +version: 0.14.0 icon: https://raw.githubusercontent.com/ndebuhr/cloud-native-workstation/master/images/cnw.png dependencies: - name: ingress-nginx