Skip to content

Commit

Permalink
Bugfixes for nectarlib
Browse files Browse the repository at this point in the history
Change-Id: I88ec3cb0f17318c185659617699eba5357361062
  • Loading branch information
sorrison committed Jan 31, 2025
1 parent 50dd62b commit 2141e93
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 5 additions & 0 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ api:
worker:
image:
repository: registry.rc.nectar.org.au/nectar/warre
command:
- warre-worker
replicaCount: 1
pdb:
enabled: false
Expand All @@ -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
Expand Down

0 comments on commit 2141e93

Please sign in to comment.