helm: allow removing the auto-generated date label #362

Closed
opened 2026-04-05 16:19:28 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @calvinbui on 10/2/2025

Title of this pull request?

helm: allow removing the auto-generated date label

Small Description?

The dynamic timestamp label triggered unnecessary deployments on every Helm operation.

It is now configurable, and enabled by default for backwards compatibility

Pull Request Checklist:

  • Please make sure all jobs pass before requesting a review.
  • Put closes #XXXX in your comment to auto-close the issue that your PR fixes (if such).
  • Have you lint your code locally before submission?
  • Did you write tests where appropriate?

Screenshots (if appropriate):

  spec:
    replicas: 0
    selector:
      matchLabels:
        app: oneuptime-workflow
    template:
      metadata:
        labels:
          app: oneuptime-workflow
          appname: oneuptime
-         date: "1759367453"
+         date: "1759367812"
*Originally created by @calvinbui on 10/2/2025* ### Title of this pull request? helm: allow removing the auto-generated date label ### Small Description? The dynamic timestamp label triggered unnecessary deployments on every Helm operation. It is now configurable, and enabled by default for backwards compatibility ### Pull Request Checklist: - [x] Please make sure all jobs pass before requesting a review. - [x] Put `closes #XXXX` in your comment to auto-close the issue that your PR fixes (if such). - [x] Have you lint your code locally before submission? - [x] Did you write tests where appropriate? ### Related Issue? ### Screenshots (if appropriate): ``` spec: replicas: 0 selector: matchLabels: app: oneuptime-workflow template: metadata: labels: app: oneuptime-workflow appname: oneuptime - date: "1759367453" + date: "1759367812" ```
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/oneuptime#362