Skip to content

Commit 146b47d

Browse files
authored
[opentelemetry-demo] Add support for component podLabels (#2036)
* Add component podLabels * Add note on podLabels to upgrade doc * Regenerate examples
1 parent c3aae78 commit 146b47d

30 files changed

+279
-268
lines changed

charts/opentelemetry-demo/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v2
22
type: application
33
name: opentelemetry-demo
4-
version: 0.40.2
4+
version: 0.40.3
55
description: opentelemetry demo helm chart
66
home: https://opentelemetry.io/
77
sources:

charts/opentelemetry-demo/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ component.
140140
| `schedulingRules.tolerations` | Tolerations for pod assignment | `[]` |
141141
| `securityContext` | Container security context | `{}` |
142142
| `podSecurityContext` | Pod security context s | `{}` |
143+
| `podLabels` | Pod labels for this component | `{}` |
143144
| `podAnnotations` | Pod annotations for this component | `{}` |
144145
| `ingress.enabled` | Enable the creation of Ingress rules | `false` |
145146
| `ingress.annotations` | Annotations to add to the ingress rule | `{}` |

charts/opentelemetry-demo/UPGRADING.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ contained in a custom ConfigMap, and referenced for the Postgres component.
1414
The Jaeger sub-chart was upgraded to 4.3, which included several breaking
1515
changes to prior configurations.
1616

17+
Support for `podLabels` has been added to all components.
18+
1719
## To 0.39
1820

1921
Support for IPv6 environments was introduced to the demo.
@@ -32,7 +34,7 @@ component that was renamed will need to be updated to use the new name. The
3234
following table shows the old and new names for each component:
3335

3436
| Old Name | New Name |
35-
|------------------------|-----------------|
37+
| ---------------------- | --------------- |
3638
| accountingservice | accounting |
3739
| adservice | ad |
3840
| cartservice | cart |

0 commit comments

Comments
 (0)