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.20 β†’ v0.0.21 ) #7351

Merged
merged 1 commit into from
Apr 10, 2024

Conversation

bot-ross[bot]
Copy link
Contributor

@bot-ross bot-ross bot commented Apr 10, 2024

This PR contains the following updates:

Package Update Change
spegel patch v0.0.20 -> v0.0.21

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.

@bot-ross bot-ross bot requested a review from onedr0p as a code owner April 10, 2024 12:07
@bot-ross bot-ross bot added area/kubernetes Changes made in the kubernetes directory cluster/main labels Apr 10, 2024
@bot-ross
Copy link
Contributor Author

bot-ross bot commented Apr 10, 2024

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

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

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

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

@bot-ross
Copy link
Contributor Author

bot-ross bot commented Apr 10, 2024

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

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

@@ -22,13 +22,13 @@

     spec:
       serviceAccountName: spegel
       securityContext: {}
       priorityClassName: system-node-critical
       initContainers:
       - name: configuration
-        image: ghcr.io/spegel-org/spegel@sha256:8e6a4b4499ba2f47df95bda3ca94352b9337f25e8d6d139c8ebc876fe80cc48a
+        image: ghcr.io/spegel-org/spegel@sha256:2a25885d10e2b1e8f4affe70d8c7a262a825681483a7e97e61ddda30f67d0e50
         imagePullPolicy: IfNotPresent
         securityContext: {}
         args:
         - configuration
         - --containerd-registry-config-path=/etc/cri/conf.d/hosts
         - --registries
@@ -43,23 +43,24 @@

         - https://k8s.gcr.io
         - https://lscr.io
         - --mirror-registries
         - http://$(NODE_IP):29999
         - http://$(NODE_IP):30021
         - --resolve-tags=true
+        - --append-mirrors=false
         env:
         - name: NODE_IP
           valueFrom:
             fieldRef:
               fieldPath: status.hostIP
         volumeMounts:
         - name: containerd-config
           mountPath: /etc/cri/conf.d/hosts
       containers:
       - name: registry
-        image: ghcr.io/spegel-org/spegel@sha256:8e6a4b4499ba2f47df95bda3ca94352b9337f25e8d6d139c8ebc876fe80cc48a
+        image: ghcr.io/spegel-org/spegel@sha256:2a25885d10e2b1e8f4affe70d8c7a262a825681483a7e97e61ddda30f67d0e50
         imagePullPolicy: IfNotPresent
         securityContext: {}
         args:
         - registry
         - --mirror-resolve-retries=3
         - --mirror-resolve-timeout=5s

@bot-ross bot-ross bot force-pushed the renovate/main-spegel-0.x branch from be05515 to 5d1aed3 Compare April 10, 2024 13:05
@onedr0p onedr0p merged commit a96ab0f into main Apr 10, 2024
10 checks passed
@onedr0p onedr0p deleted the renovate/main-spegel-0.x branch April 10, 2024 15:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/kubernetes Changes made in the kubernetes directory renovate/container type/patch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant