Skip to content

Commit 2141e93

Browse files
committed
Bugfixes for nectarlib
Change-Id: I88ec3cb0f17318c185659617699eba5357361062
1 parent 50dd62b commit 2141e93

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: warre
33
description: A Helm chart for warre
44
type: application
5-
version: 3.0.0
5+
version: 3.0.1
66
appVersion: 5.0.0-7-g9b4ea80
77
sources:
88
- https://github.com/NeCTAR-RC/warre-helm.git

values.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ api:
6969
worker:
7070
image:
7171
repository: registry.rc.nectar.org.au/nectar/warre
72+
command:
73+
- warre-worker
7274
replicaCount: 1
7375
pdb:
7476
enabled: false
@@ -82,8 +84,11 @@ worker:
8284
affinity: {}
8385

8486
notification:
87+
name: notification
8588
image:
8689
repository: registry.rc.nectar.org.au/nectar/warre
90+
command:
91+
- warre-notification
8792
replicaCount: 1
8893
pdb:
8994
enabled: false

0 commit comments

Comments
 (0)