Skip to content

Conversation

@homebot-0
Copy link
Contributor

@homebot-0 homebot-0 bot commented Dec 20, 2025

This PR contains the following updates:

Package Update Change
alpine/k8s minor 1.34.11.35.0

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.

🐄 Talos CATTLE: Major/minor version requires manual approval. Full VM rebuild via Terraform.


Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@homebot-0 homebot-0 bot added renovate Dependency update by Renovate update/minor Minor version update - new features labels Dec 20, 2025
@coderabbitai
Copy link

coderabbitai bot commented Dec 20, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch renovate/core-utility-images

Comment @coderabbitai help to get the list of available commands and usage tips.

@homebot-0 homebot-0 bot added the area/kubernetes Changes to Kubernetes manifests and apps label Dec 20, 2025
@homebot-0
Copy link
Contributor Author

homebot-0 bot commented Dec 20, 2025

ℹ️ SOPS Encryption Check

No SOPS files detected in this pull request.

Check Status
SOPS files in PR ✅ None detected

No encryption validation required for this PR.

@homebot-0
Copy link
Contributor Author

homebot-0 bot commented Dec 20, 2025

✅ Gitleaks Secret Scan Passed

No secrets detected in this pull request.

Check Status
Secret patterns ✅ Clean
Sensitive files ✅ None detected

@homebot-0
Copy link
Contributor Author

homebot-0 bot commented Dec 20, 2025

--- kubernetes/apps/media/tautulli/app Kustomization: media/tautulli CronJob: media/tautulli-newsletter-sync

+++ kubernetes/apps/media/tautulli/app Kustomization: media/tautulli CronJob: media/tautulli-newsletter-sync

@@ -29,13 +29,13 @@

             env:
             - name: TAUTULLI_API_KEY
               valueFrom:
                 secretKeyRef:
                   key: api-key
                   name: tautulli-api-secret
-            image: alpine/k8s:1.34.1
+            image: alpine/k8s:1.35.0
             name: sync
             resources:
               limits:
                 cpu: 100m
                 memory: 128Mi
               requests:
@@ -56,13 +56,13 @@

               echo "Finding Tautulli pod..."
               POD=$(kubectl get pod -n media -l app.kubernetes.io/name=tautulli -o jsonpath='{.items[0].metadata.name}')
               echo "Copying sync script to pod..."
               # Use cat and kubectl exec to copy content (kubectl cp copies symlinks from ConfigMap mounts)
               cat /scripts/sync-users.py | kubectl exec -i -n media "$POD" -- tee /tmp/sync-users.py > /dev/null
               echo "Script copied successfully"
-            image: alpine/k8s:1.34.1
+            image: alpine/k8s:1.35.0
             name: copy-script
             resources:
               limits:
                 cpu: 50m
                 memory: 64Mi
               requests:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/kubernetes Changes to Kubernetes manifests and apps renovate Dependency update by Renovate update/minor Minor version update - new features

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants