feat(helm): update chart k8tz ( 0.18.0 ➔ 0.19.0 )#589
Merged
Aviator-Coding merged 1 commit intomainfrom Mar 18, 2026
Merged
Conversation
Contributor
Author
--- HelmRelease: system-controller/k8tz Deployment: system-controller/k8tz
+++ HelmRelease: system-controller/k8tz Deployment: system-controller/k8tz
@@ -39,13 +39,13 @@
- America/New_York
- --injection-strategy
- initContainer
- --inject=true
- --container-name=k8tz
- --bootstrap-image
- - quay.io/k8tz/k8tz:0.18.0
+ - quay.io/k8tz/k8tz:0.19.0
- --tls-crt
- /run/secrets/shared-tls/tls.crt
- --tls-key
- /run/secrets/shared-tls/tls.key
- --cronJobTimeZone
securityContext:
@@ -53,13 +53,13 @@
capabilities:
drop:
- ALL
runAsNonRoot: true
seccompProfile:
type: RuntimeDefault
- image: quay.io/k8tz/k8tz:0.18.0
+ image: quay.io/k8tz/k8tz:0.19.0
imagePullPolicy: IfNotPresent
volumeMounts:
- name: tls
mountPath: /run/secrets/tls
readOnly: true
- name: shared-tls
@@ -96,13 +96,13 @@
capabilities:
drop:
- ALL
runAsNonRoot: true
seccompProfile:
type: RuntimeDefault
- image: quay.io/k8tz/k8tz:0.18.0
+ image: quay.io/k8tz/k8tz:0.19.0
imagePullPolicy: IfNotPresent
volumeMounts:
- name: tls
mountPath: /run/secrets/tls
readOnly: true
- name: shared-tls |
Contributor
Author
--- kubernetes/apps/system-controller/k8tz/app Kustomization: system-controller/k8tz HelmRelease: system-controller/k8tz
+++ kubernetes/apps/system-controller/k8tz/app Kustomization: system-controller/k8tz HelmRelease: system-controller/k8tz
@@ -13,13 +13,13 @@
spec:
chart: k8tz
interval: 30m
sourceRef:
kind: HelmRepository
name: k8tz
- version: 0.18.0
+ version: 0.19.0
install:
crds: CreateReplace
strategy:
name: RetryOnFailure
interval: 30m
postRenderers: |
Aviator-Coding
approved these changes
Mar 17, 2026
Owner
Aviator-Coding
left a comment
There was a problem hiding this comment.
🤖 Auto-approved for minor helm chart update
8c64e1e to
5b9a2fc
Compare
| datasource | package | from | to | | ---------- | ------- | ------ | ------ | | helm | k8tz | 0.18.0 | 0.19.0 |
5b9a2fc to
720334d
Compare
Owner
|
🤖 Auto-review: Merging Minor update: k8tz helm chart 0.18.0 → 0.19.0. k8tz handles automatic timezone injection into pods, ensuring containers use the correct local timezone without manual volume mounts. This is a minor version bump with all CI checks (Flux Local diff/test, Image Pull, Labeler) passing. Low risk — timezone injection is non-critical and the image pulls successfully. Safe to merge. |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.18.0→0.19.0Release Notes
k8tz/k8tz (k8tz)
v0.19.0Compare Source
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.