Skip to content
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

fix(container): update spegel ( v0.0.22 → v0.0.24 ) #2114

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

naoki-bot[bot]
Copy link
Contributor

@naoki-bot naoki-bot bot commented Sep 2, 2024

This PR contains the following updates:

Package Update Change
spegel patch v0.0.22 -> v0.0.24

Warning

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


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

@naoki-bot
Copy link
Contributor Author

naoki-bot bot commented Sep 2, 2024

--- kubernetes/main/apps/kube-system/spegel/app Kustomization: flux-system/kube-system-spegel HelmRelease: kube-system/spegel

+++ kubernetes/main/apps/kube-system/spegel/app Kustomization: flux-system/kube-system-spegel HelmRelease: kube-system/spegel

@@ -12,13 +12,13 @@

     spec:
       chart: spegel
       sourceRef:
         kind: HelmRepository
         name: spegel
         namespace: flux-system
-      version: v0.0.22
+      version: v0.0.24
   install:
     remediation:
       retries: 3
   interval: 30m
   upgrade:
     cleanupOnFail: true

@naoki-bot
Copy link
Contributor Author

naoki-bot bot commented Sep 2, 2024

--- HelmRelease: kube-system/spegel DaemonSet: kube-system/spegel

+++ HelmRelease: kube-system/spegel DaemonSet: kube-system/spegel

@@ -6,12 +6,13 @@

   namespace: kube-system
   labels:
     app.kubernetes.io/name: spegel
     app.kubernetes.io/instance: spegel
     app.kubernetes.io/managed-by: Helm
 spec:
+  revisionHistoryLimit: 10
   updateStrategy: {}
   selector:
     matchLabels:
       app.kubernetes.io/name: spegel
       app.kubernetes.io/instance: spegel
   template:
@@ -22,13 +23,13 @@

     spec:
       serviceAccountName: spegel
       securityContext: {}
       priorityClassName: system-node-critical
       initContainers:
       - name: configuration
-        image: ghcr.io/spegel-org/spegel@sha256:3df79117d1fd87cdb1dc9f35af67ea9995ffbcbb77da5e083b59454366ebde9c
+        image: ghcr.io/spegel-org/spegel@sha256:5f25417641b5ce742eebe3ca7c55126ef82abd9460fa0f9dcaf73f56af86f2f7
         imagePullPolicy: IfNotPresent
         securityContext: {}
         args:
         - configuration
         - --log-level=INFO
         - --containerd-registry-config-path=/etc/cri/conf.d/hosts
@@ -50,25 +51,26 @@

         - --append-mirrors=false
         env:
         - name: NODE_IP
           valueFrom:
             fieldRef:
               fieldPath: status.hostIP
+        resources: {}
         volumeMounts:
         - name: containerd-config
           mountPath: /etc/cri/conf.d/hosts
       containers:
       - name: registry
-        image: ghcr.io/spegel-org/spegel@sha256:3df79117d1fd87cdb1dc9f35af67ea9995ffbcbb77da5e083b59454366ebde9c
+        image: ghcr.io/spegel-org/spegel@sha256:5f25417641b5ce742eebe3ca7c55126ef82abd9460fa0f9dcaf73f56af86f2f7
         imagePullPolicy: IfNotPresent
         securityContext: {}
         args:
         - registry
         - --log-level=INFO
         - --mirror-resolve-retries=3
-        - --mirror-resolve-timeout=5s
+        - --mirror-resolve-timeout=20ms
         - --registry-addr=:5000
         - --router-addr=:5001
         - --metrics-addr=:9090
         - --registries
         - https://cgr.dev
         - https://docker.io
@@ -103,13 +105,13 @@

           containerPort: 5001
           protocol: TCP
         - name: metrics
           containerPort: 9090
           protocol: TCP
         startupProbe:
-          periodSeconds: 1
+          periodSeconds: 3
           failureThreshold: 60
           httpGet:
             path: /healthz
             port: registry
         readinessProbe:
           httpGet:

@naoki-bot naoki-bot bot force-pushed the renovate/main-spegel-0.x branch 3 times, most recently from 4e5b033 to c389e4a Compare September 9, 2024 11:17
@naoki-bot naoki-bot bot force-pushed the renovate/main-spegel-0.x branch 3 times, most recently from a0c568e to 4c98c9a Compare September 16, 2024 22:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants