Skip to content

Commit

Permalink
Merge pull request #13 from Cray-HPE/CASMPET-6591
Browse files Browse the repository at this point in the history
CASMPET-6591 : Add priorityClassName to cray-vault-operator
  • Loading branch information
kimjensen-hpe authored May 30, 2023
2 parents 7558839 + b2c0c2f commit d2ad62f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dep-up:
test:
docker run --rm \
-v ${PWD}/charts:/apps \
${HELM_UNITTEST_IMAGE} -3 \
${HELM_UNITTEST_IMAGE} \
cray-vault-operator \
cray-vault

Expand Down
4 changes: 2 additions & 2 deletions charts/cray-vault-operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: cray-vault-operator
version: 1.2.0
version: 1.3.0
description: Cray Vault Operator for secure secret stores
keywords:
- cray-vault-operator
Expand All @@ -11,7 +11,7 @@ dependencies:
repository: https://kubernetes-charts.banzaicloud.com
maintainers:
- name: kburns-hpe
appVersion: 1.16.0 # Tracks the upstream version of vault-operator
appVersion: 1.16.0 # Tracks the upstream version of vault-operator
annotations:
artifacthub.io/changes: |
- kind: security
Expand Down
2 changes: 2 additions & 0 deletions charts/cray-vault-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,5 @@ vault-operator:
requests:
cpu: 100m
memory: 128Mi

priorityClassName: csm-high-priority-service

0 comments on commit d2ad62f

Please sign in to comment.