Skip to content

Commit

Permalink
Resolved some scaling/resource issues
Browse files Browse the repository at this point in the history
CASMHMS-6295
  • Loading branch information
jwlv authored Dec 11, 2024
1 parent b5374bd commit 79e8c85
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/charts_lint_test_scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
workflow_dispatch:
jobs:
lint-test-scan:
uses: Cray-HPE/hms-build-chart-workflows/.github/workflows/charts_lint_test_scan.yaml@v2
uses: Cray-HPE/hms-build-chart-workflows/.github/workflows/charts_lint_test_scan.yaml@v4
with:
lint-charts: ${{ github.event_name == 'pull_request' }}
test-charts: false
Expand Down
7 changes: 7 additions & 0 deletions changelog/v2.16.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ 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
- Updated version of Go to 1.23

## [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 79e8c85

Please sign in to comment.