From c8facdeb3ba8fb596273c71fa2edc991f723ef46 Mon Sep 17 00:00:00 2001
From: Neal DeBuhr <ndebuhr@gmail.com>
Date: Sat, 31 Dec 2022 04:11:27 +0000
Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Cut=20a=20v0.17.3=20release?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 deploy/Chart.yaml        | 2 +-
 deploy/values.yaml       | 8 ++++----
 prepare/chart/Chart.yaml | 2 +-
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/deploy/Chart.yaml b/deploy/Chart.yaml
index 27574be..0459aec 100644
--- a/deploy/Chart.yaml
+++ b/deploy/Chart.yaml
@@ -1,6 +1,6 @@
 apiVersion: v2
 name: cloud-native-workstation
-version: 0.17.1
+version: 0.17.3
 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 0b56ba5..8930f32 100644
--- a/deploy/values.yaml
+++ b/deploy/values.yaml
@@ -33,7 +33,7 @@ certbot:
 
 # For various seeding and initialization jobs
 initializers:
-  image: ndebuhr/cloud-native-workstation-initializers:v0.17.1
+  image: ndebuhr/cloud-native-workstation-initializers:v0.17.3
   resources: {}
 
 # Keycloak
@@ -60,7 +60,7 @@ oauth2Proxy:
 # Code Server
 code:
   enabled: true
-  image: ndebuhr/cloud-native-workstation-code-server:v0.17.1
+  image: ndebuhr/cloud-native-workstation-code-server:v0.17.3
   runsOnStandardVMs: true
   runsOnSpotVMs: true
   runsOnPreemptibleVMs: true
@@ -74,7 +74,7 @@ code:
 # PgWeb
 pgweb:
   enabled: false
-  image: ndebuhr/cloud-native-workstation-pgweb:v0.17.1
+  image: ndebuhr/cloud-native-workstation-pgweb:v0.17.3
   runsOnStandardVMs: true
   runsOnSpotVMs: true
   runsOnPreemptibleVMs: true
@@ -124,7 +124,7 @@ selenium:
 # Jupyter notebook
 jupyter:
   enabled: false
-  image: ndebuhr/cloud-native-workstation-jupyter:v0.17.1
+  image: ndebuhr/cloud-native-workstation-jupyter:v0.17.3
   storage: 32Gi
   gpu:
     enabled: false
diff --git a/prepare/chart/Chart.yaml b/prepare/chart/Chart.yaml
index b0c2a57..9728e26 100644
--- a/prepare/chart/Chart.yaml
+++ b/prepare/chart/Chart.yaml
@@ -1,6 +1,6 @@
 apiVersion: v2
 name: cloud-native-workstation-prerequisites
-version: 0.17.1
+version: 0.17.3
 icon: https://raw.githubusercontent.com/ndebuhr/cloud-native-workstation/master/images/cnw.png
 dependencies:
 - name: ingress-nginx