bito-code-review[bot] commented on PR #35858:
URL: https://github.com/apache/superset/pull/35858#issuecomment-3452128399
<details open>
<summary><strong>Interaction Diagram by <a
href="https://bito.ai#sequence_diagram">Bito</a></strong></summary>
```mermaid
sequenceDiagram
participant Chart as Chart.yaml<br/>🔄 Updated | ●●○ Medium
participant Helpers as _helpers.tpl<br/>🔄 Updated | ●●● High
participant Deployments as Deployments<br/>🔄 Updated | ●●● High
participant Services as Services<br/>🔄 Updated | ●●○ Medium
participant K8s as Kubernetes API
Chart->>Helpers: Define label helpers & version
Helpers->>Deployments: Render commonLabels & selectorLabels
Helpers->>Services: Render selectorLabels for selectors
Deployments->>K8s: Apply standardized pod labels
Services->>K8s: Apply standardized service selectors
Note over Helpers: New commonLabels helper<br/>Added k8s.io/name &
k8s.io/instance labels
```
Critical path: Chart.yaml -> _helpers.tpl -> Deployments ->
Services -> Kubernetes API
> **Note:** Chart version updated to 0.15.2 with refactored label helpers.
New commonLabels helper centralizes label definitions; all selector helpers now
include Kubernetes-standard labels (app.kubernetes.io/name,
app.kubernetes.io/instance). Deployments, Services, HPAs, and PDBs updated to
use these helpers instead of hardcoded labels.
</details>
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]