Skip to content

Commit

Permalink
chore(signoz): 📌 pin charts: k8s-infra 0.10.3 and related changes
Browse files Browse the repository at this point in the history
Signed-off-by: Prashant Shahi <[email protected]>
  • Loading branch information
prashant-shahi committed Nov 29, 2023
1 parent 5268fab commit b713289
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
6 changes: 3 additions & 3 deletions charts/signoz/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ dependencies:
version: 23.12.3
- name: k8s-infra
repository: https://signoz.github.io/charts
version: 0.10.0
version: 0.10.3
- name: cert-manager
repository: https://charts.jetstack.io
version: v1.9.1
Expand All @@ -17,5 +17,5 @@ dependencies:
- name: keycloak
repository: https://charts.bitnami.com/bitnami
version: 10.1.5
digest: sha256:88a09232c0d4958580359c32b31cbf8017c59afaa9777774c6e6d21834cf7468
generated: "2023-11-17T01:38:32.872676+05:45"
digest: sha256:210d90e7bcc72e06c80e15211c238c19c5aac4620a980a3daea22e99344d8166
generated: "2023-11-29T22:19:03.342273+05:45"
2 changes: 1 addition & 1 deletion charts/signoz/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies:
- name: k8s-infra
repository: "https://signoz.github.io/charts"
condition: k8s-infra.enabled
version: 0.10.0
version: 0.10.3
- name: cert-manager
repository: https://charts.jetstack.io
condition: cert-manager.enabled
Expand Down
Binary file removed charts/signoz/charts/k8s-infra-0.10.0.tgz
Binary file not shown.
Binary file added charts/signoz/charts/k8s-infra-0.10.3.tgz
Binary file not shown.
3 changes: 2 additions & 1 deletion charts/signoz/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2461,7 +2461,7 @@ k8s-infra:
enabled: true
timeout: 2s
# detectors: include ec2/eks for AWS, gcp for GCP and azure/aks for Azure
# env detector included below adds custom labels using OTEL_RESOURCE_ATTRIBUTES envvar
# env detector included below adds custom labels using OTEL_RESOURCE_ATTRIBUTES envvar (set envResourceAttributes value)
detectors:
# - elastic_beanstalk
# - eks
Expand All @@ -2476,6 +2476,7 @@ k8s-infra:
- os
# - cname
# - lookup
envResourceAttributes: ""

# Default values for OtelAgent
otelAgent:
Expand Down

0 comments on commit b713289

Please sign in to comment.