Skip to content

Commit

Permalink
Bugfix/casmhms 5225 bss etcd priority class name (#37)
Browse files Browse the repository at this point in the history
Add priority value to postgres cluster resource and update base chart version.
  • Loading branch information
mjendrysik-hpe authored Nov 3, 2021
1 parent 11b5278 commit 89489c7
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.10.0
1.11.0
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.11.0] - 2021-10-19

## Changed

- Add priority value to postgres cluster resource

## [1.10.0] - 2021-10-27

### Added
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/cray-hms-bss/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ apiVersion: v1
description: "Kubernetes resources for cray-hms-bss"
name: "cray-hms-bss"
home: "HMS/hms-bss"
version: 1.10.0
version: 1.11.0
2 changes: 1 addition & 1 deletion kubernetes/cray-hms-bss/requirements.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
dependencies:
- name: cray-service
version: "~6.0.0"
version: "~6.2.0"
repository: "@cray-algol60"
1 change: 1 addition & 0 deletions kubernetes/cray-hms-bss/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ cray-service:
replicaCount: 3
etcdCluster:
enabled: true
podPriorityClassName: csm-high-priority-service
containers:
cray-bss:
name: "cray-bss"
Expand Down

0 comments on commit 89489c7

Please sign in to comment.