-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #82 from SigNoz/prashant/enable-k8s-infra
enable k8s-infra and release signoz chart v0.4.0
- Loading branch information
Showing
19 changed files
with
206 additions
and
68 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Patterns to ignore when building packages. | ||
# This supports shell glob matching, relative path matching, and | ||
# negation (prefixed with !). Only one pattern per line. | ||
.DS_Store | ||
# Common VCS dirs | ||
.git/ | ||
.gitignore | ||
.bzr/ | ||
.bzrignore | ||
.hg/ | ||
.hgignore | ||
.svn/ | ||
# Common backup files | ||
*.swp | ||
*.bak | ||
*.tmp | ||
*.orig | ||
*~ | ||
# Various IDEs | ||
.project | ||
.idea/ | ||
*.tmproj | ||
.vscode/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,9 @@ | ||
dependencies: | ||
- name: clickhouse | ||
repository: https://signoz.github.io/charts | ||
version: 23.5.2 | ||
digest: sha256:aec8ee51c6dd2d62a194294bb8a21b7a7bd94ae08ec5908dcf9588ba782500c5 | ||
generated: "2022-09-05T14:39:27.092108478+05:30" | ||
version: 23.5.3 | ||
- name: k8s-infra | ||
repository: https://signoz.github.io/charts | ||
version: 0.1.1 | ||
digest: sha256:93b7e038ab092cef0258fb896ed099851332693b872ebba846d6026d571ca392 | ||
generated: "2022-09-15T21:42:03.603868236+05:30" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
apiVersion: v2 | ||
name: signoz | ||
version: 0.3.3 | ||
appVersion: "0.11.0" | ||
version: 0.4.0 | ||
appVersion: "0.11.1" | ||
description: SigNoz Observability Platform Helm Chart | ||
type: application | ||
home: https://signoz.io/ | ||
|
@@ -13,15 +13,19 @@ keywords: | |
- monitoring | ||
- distributed tracing | ||
sources: | ||
- https://github.com/signoz/charts/ | ||
- https://github.com/signoz/charts | ||
- https://github.com/signoz/signoz | ||
- https://github.com/signoz/alertmanager | ||
- https://github.com/signoz/opentelemetry-collector-contrib | ||
- https://github.com/signoz/signoz-otel-collector | ||
dependencies: | ||
- name: clickhouse | ||
repository: "https://signoz.github.io/charts" | ||
condition: clickhouse.enabled | ||
version: 23.5.2 | ||
version: 23.5.3 | ||
- name: k8s-infra | ||
repository: "https://signoz.github.io/charts" | ||
condition: k8s-infra.enabled | ||
version: 0.1.1 | ||
maintainers: | ||
- name: SigNoz | ||
email: [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.