-
Notifications
You must be signed in to change notification settings - Fork 37
feat: refactor image value + bump default tag to 2.0.1 #37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 3 commits
bc5b037
a88feb1
6a1993d
b4963ec
1c6a405
97488aa
7607641
14ad656
93dc58e
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| --- | ||
| "helm-charts": minor | ||
| --- | ||
|
|
||
| feat: refactor image value + bump default tag to 2.0.0 |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -4,7 +4,10 @@ global: | |
| storageClassName: "local-path" | ||
|
|
||
| hyperdx: | ||
| image: "hyperdx/hyperdx:2-beta" | ||
| image: | ||
| repository: docker.hyperdx.io/hyperdx/hyperdx | ||
| tag: | ||
| pullPolicy: IfNotPresent | ||
| apiKey: "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" | ||
| apiPort: 8000 | ||
| appPort: 3000 | ||
|
|
@@ -188,7 +191,10 @@ clickhouse: | |
| - "192.168.0.0/16" # OrbStack, Minikube, and local development | ||
|
|
||
| otel: | ||
| image: "hyperdx/hyperdx-otel-collector:2-beta" | ||
| image: | ||
| repository: docker.hyperdx.io/hyperdx/hyperdx-otel-collector | ||
| tag: | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We probably want to assign a default tag, yeah?
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. the default is |
||
| pullPolicy: IfNotPresent | ||
| port: 13133 | ||
| nativePort: 24225 | ||
| grpcPort: 4317 | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
going forward, we only need to bump the
appVersionhere (ideally triggered by the upstream)