Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions .changeset/add-hpa-np-sa-passthrough-ingress.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/update-app-version-2.22.1.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/update-app-version-2.23.0.md

This file was deleted.

13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# helm-charts

## 3.0.0

### Major Changes

- ba56472: Add configurable Service api port, optional HPA, NetworkPolicy, and ServiceAccount templates using an `enabled` + passthrough `spec` pattern. Replace the nginx-centric Ingress template with a passthrough `annotations` + `spec` pattern that supports any ingress controller (nginx, ALB, Traefik, etc.); keep `additionalIngresses` as a power feature. Support `secrets: null` to skip `clickstack-secret` creation for deployments that manage secrets externally.

**Breaking:** The Ingress values schema has changed. The old values (`host`, `path`, `pathType`, `tls.enabled`, `proxyBodySize`, etc.) are replaced by `annotations` and `spec` passthrough fields. Users with `ingress.enabled: true` must update their values. See the updated ALB example and documentation.

### Patch Changes

- b617e54: chore: update appVersion to 2.22.1
- d120566: chore: update appVersion to 2.23.0

## 2.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion charts/clickstack/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ annotations:
- name: Upstream Project
url: https://github.com/hyperdxio/hyperdx
type: application
version: 2.1.1
version: 3.0.0
appVersion: 2.23.0
dependencies:
- name: opentelemetry-collector
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "helm-charts",
"version": "2.1.1",
"version": "3.0.0",
"private": true,
"main": "index.js",
"repository": "git@github.com:hyperdxio/helm-charts.git",
Expand Down