-
Notifications
You must be signed in to change notification settings - Fork 1
feat(container): update ghcr.io/spegel-org/helm-charts/spegel ( 0.4.0 → v0.6.0 ) #615
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
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 |
ℹ️ SOPS Encryption CheckNo SOPS files detected in this pull request.
No encryption validation required for this PR. |
✅ Gitleaks Secret Scan PassedNo secrets detected in this pull request.
|
--- kubernetes/apps/kube-system/spegel/app Kustomization: kube-system/spegel OCIRepository: kube-system/spegel
+++ kubernetes/apps/kube-system/spegel/app Kustomization: kube-system/spegel OCIRepository: kube-system/spegel
@@ -10,9 +10,9 @@
spec:
interval: 15m
layerSelector:
mediaType: application/vnd.cncf.helm.chart.content.v1.tar+gzip
operation: copy
ref:
- tag: 0.4.0
+ tag: 0.6.0
url: oci://ghcr.io/spegel-org/helm-charts/spegel
|
--- HelmRelease: kube-system/spegel ConfigMap: kube-system/spegel-dashboard
+++ HelmRelease: kube-system/spegel ConfigMap: kube-system/spegel-dashboard
@@ -2,13 +2,12 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: spegel-dashboard
namespace: kube-system
labels:
- grafana_dashboard: '1'
app.kubernetes.io/name: spegel
app.kubernetes.io/instance: spegel
app.kubernetes.io/managed-by: Helm
data:
spegel.json: |-
{
--- HelmRelease: kube-system/spegel DaemonSet: kube-system/spegel
+++ HelmRelease: kube-system/spegel DaemonSet: kube-system/spegel
@@ -26,13 +26,13 @@
spec:
serviceAccountName: spegel
securityContext: {}
priorityClassName: system-node-critical
initContainers:
- name: configuration
- image: ghcr.io/spegel-org/spegel@sha256:a86089ae74c4f9c98ec86c366d196f7a03044c38af09e6582b0661d42a324226
+ image: ghcr.io/spegel-org/spegel@sha256:82f5dd969ed74e3a9cfd6284045099a161778a0d85f9e01a234a62f15eb9d696
imagePullPolicy: IfNotPresent
securityContext:
readOnlyRootFilesystem: true
args:
- configuration
- --log-level=INFO
@@ -54,13 +54,13 @@
memory: 128Mi
volumeMounts:
- name: containerd-config
mountPath: /etc/cri/conf.d/hosts
containers:
- name: registry
- image: ghcr.io/spegel-org/spegel@sha256:a86089ae74c4f9c98ec86c366d196f7a03044c38af09e6582b0661d42a324226
+ image: ghcr.io/spegel-org/spegel@sha256:82f5dd969ed74e3a9cfd6284045099a161778a0d85f9e01a234a62f15eb9d696
imagePullPolicy: IfNotPresent
securityContext:
readOnlyRootFilesystem: true
args:
- registry
- --log-level=INFO
@@ -71,13 +71,12 @@
- --metrics-addr=:9090
- --containerd-sock=/run/containerd/containerd.sock
- --containerd-namespace=k8s.io
- --containerd-registry-config-path=/etc/cri/conf.d/hosts
- --bootstrap-kind=dns
- --dns-bootstrap-domain=spegel-bootstrap.kube-system.svc.cluster.local.
- - --resolve-latest-tag=true
- --containerd-content-path=/var/lib/containerd/io.containerd.content.v1.content
- --debug-web-enabled=true
env:
- name: DATA_DIR
value: ''
- name: GOMEMLIMIT
--- HelmRelease: kube-system/spegel DaemonSet: kube-system/spegel-cleanup
+++ HelmRelease: kube-system/spegel DaemonSet: kube-system/spegel-cleanup
@@ -27,13 +27,13 @@
app.kubernetes.io/instance: spegel
spec:
securityContext: {}
priorityClassName: system-node-critical
containers:
- name: cleanup
- image: ghcr.io/spegel-org/spegel@sha256:a86089ae74c4f9c98ec86c366d196f7a03044c38af09e6582b0661d42a324226
+ image: ghcr.io/spegel-org/spegel@sha256:82f5dd969ed74e3a9cfd6284045099a161778a0d85f9e01a234a62f15eb9d696
imagePullPolicy: IfNotPresent
args:
- cleanup
- --containerd-registry-config-path=/etc/cri/conf.d/hosts
- --addr=:8080
readinessProbe:
--- HelmRelease: kube-system/spegel Pod: kube-system/spegel-cleanup-wait
+++ HelmRelease: kube-system/spegel Pod: kube-system/spegel-cleanup-wait
@@ -13,13 +13,13 @@
helm.sh/hook: post-delete
helm.sh/hook-delete-policy: before-hook-creation, hook-succeeded
helm.sh/hook-weight: '1'
spec:
containers:
- name: cleanup-wait
- image: ghcr.io/spegel-org/spegel@sha256:a86089ae74c4f9c98ec86c366d196f7a03044c38af09e6582b0661d42a324226
+ image: ghcr.io/spegel-org/spegel@sha256:82f5dd969ed74e3a9cfd6284045099a161778a0d85f9e01a234a62f15eb9d696
imagePullPolicy: IfNotPresent
args:
- cleanup-wait
- --probe-endpoint=spegel-cleanup.kube-system.svc.cluster.local.:8080
restartPolicy: Never
terminationGracePeriodSeconds: 0 |
This PR contains the following updates:
0.4.0→0.6.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.