Skip to content

Commit

Permalink
CASMHMS-6295: Resolved some scaling/resource issues
Browse files Browse the repository at this point in the history
  • Loading branch information
jwlv committed Dec 3, 2024
1 parent b5374bd commit 9152aac
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions changelog/v2.16.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project for v2.16.Z 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).

## [2.16.8] - 2024-12-06

### Fixed

- Resolved some scaling/resource issues

## [2.16.7] - 2024-05-30

### Added
Expand Down
4 changes: 2 additions & 2 deletions charts/v2.16/cray-hms-hmcollector/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
apiVersion: v2
name: "cray-hms-hmcollector"
version: 2.16.7
version: 2.16.8
description: "Kubernetes resources for cray-hms-hmcollector"
home: "https://github.com/Cray-HPE/hms-hmcollector-charts"
sources:
- "https://github.com/Cray-HPE/hms-hmcollector"
maintainers:
- name: Hardware Management
url: https://github.com/orgs/Cray-HPE/teams/hardware-management
appVersion: "2.33.0"
appVersion: "2.34.0"
annotations:
artifacthub.io/license: "MIT"
2 changes: 1 addition & 1 deletion charts/v2.16/cray-hms-hmcollector/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
global:
appVersion: 2.33.0
appVersion: 2.34.0

image:
repository: artifactory.algol60.net/csm-docker/stable/hms-hmcollector
Expand Down
2 changes: 1 addition & 1 deletion cray-hms-hmcollector.compatibility.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ chartVersionToApplicationVersion:
"2.16.5": "2.31.0"
"2.16.6": "2.32.0"
"2.16.7": "2.33.0"

"2.16.8": "2.34.0"

# Test results for combinations of Chart, Application, and CSM versions.
chartValidationLog: []
Expand Down

0 comments on commit 9152aac

Please sign in to comment.