From 2141e935727e8979b564db06c0a76a918ccd28dd Mon Sep 17 00:00:00 2001
From: Sam Morrison <sorrison@gmail.com>
Date: Fri, 31 Jan 2025 15:16:22 +1100
Subject: [PATCH] Bugfixes for nectarlib

Change-Id: I88ec3cb0f17318c185659617699eba5357361062
---
 Chart.yaml  | 2 +-
 values.yaml | 5 +++++
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/Chart.yaml b/Chart.yaml
index c6dd1a1..dd73e10 100644
--- a/Chart.yaml
+++ b/Chart.yaml
@@ -2,7 +2,7 @@ apiVersion: v2
 name: warre
 description: A Helm chart for warre
 type: application
-version: 3.0.0
+version: 3.0.1
 appVersion: 5.0.0-7-g9b4ea80
 sources:
 - https://github.com/NeCTAR-RC/warre-helm.git
diff --git a/values.yaml b/values.yaml
index 12db996..9cabe1d 100644
--- a/values.yaml
+++ b/values.yaml
@@ -69,6 +69,8 @@ api:
 worker:
   image:
     repository: registry.rc.nectar.org.au/nectar/warre
+  command:
+    - warre-worker
   replicaCount: 1
   pdb:
     enabled: false
@@ -82,8 +84,11 @@ worker:
   affinity: {}
 
 notification:
+  name: notification
   image:
     repository: registry.rc.nectar.org.au/nectar/warre
+  command:
+    - warre-notification
   replicaCount: 1
   pdb:
     enabled: false