feat(container): update alpine/k8s ( 1.34.1 → v1.35.0 )#611
Open
homebot-0[bot] wants to merge 1 commit intomainfrom
Open
feat(container): update alpine/k8s ( 1.34.1 → v1.35.0 )#611homebot-0[bot] wants to merge 1 commit intomainfrom
homebot-0[bot] wants to merge 1 commit intomainfrom
Conversation
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the ✨ Finishing touches🧪 Generate unit tests (beta)
Comment |
Contributor
Author
ℹ️ SOPS Encryption CheckNo SOPS files detected in this pull request.
No encryption validation required for this PR. |
Contributor
Author
✅ Gitleaks Secret Scan PassedNo secrets detected in this pull request.
|
Contributor
Author
--- 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: |
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:
1.34.1→1.35.0Warning
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.
This PR has been generated by Renovate Bot.