Skip to content

Commit 8ecde15

Browse files
Release ClickStack Helm Charts (#204)
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## helm-charts@2.1.1 ### Patch Changes - 00897b5: Make the `-app` suffix on HyperDX Deployment and Service names conditional on `fullnameOverride`. When `fullnameOverride` is set, the suffix is omitted so users get full control over resource naming. The default behavior (no override) is unchanged. Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 00897b5 commit 8ecde15

4 files changed

Lines changed: 8 additions & 7 deletions

File tree

.changeset/conditional-app-suffix.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# helm-charts
22

3+
## 2.1.1
4+
5+
### Patch Changes
6+
7+
- 00897b5: Make the `-app` suffix on HyperDX Deployment and Service names conditional on `fullnameOverride`. When `fullnameOverride` is set, the suffix is omitted so users get full control over resource naming. The default behavior (no override) is unchanged.
8+
39
## 2.1.0
410

511
### Minor Changes

charts/clickstack/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ annotations:
1515
- name: Upstream Project
1616
url: https://github.com/hyperdxio/hyperdx
1717
type: application
18-
version: 2.1.0
18+
version: 2.1.1
1919
appVersion: 2.22.0
2020
dependencies:
2121
- name: opentelemetry-collector

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "helm-charts",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"private": true,
55
"main": "index.js",
66
"repository": "git@github.com:hyperdxio/helm-charts.git",

0 commit comments

Comments
 (0)