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.17 β†’ v0.0.18 ) #1663

Merged
merged 1 commit into from
Feb 7, 2024

Conversation

smurf-bot[bot]
Copy link
Contributor

@smurf-bot smurf-bot bot commented Feb 6, 2024

This PR contains the following updates:

Package Update Change
spegel patch v0.0.17 -> v0.0.18

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 this update again.


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

This PR has been generated by Renovate Bot.

| datasource | package                            | from    | to      |
| ---------- | ---------------------------------- | ------- | ------- |
| docker     | ghcr.io/xenitab/helm-charts/spegel | v0.0.17 | v0.0.18 |
@smurf-bot smurf-bot bot requested a review from joryirving as a code owner February 6, 2024 23:02
@smurf-bot smurf-bot bot added renovate/container type/patch area/kubernetes Changes made in the kubernetes directory cluster/teyvat labels Feb 6, 2024
@smurf-bot
Copy link
Contributor Author

smurf-bot bot commented Feb 6, 2024

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

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

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

     spec:
       chart: spegel
       sourceRef:
         kind: HelmRepository
         name: xenitab
         namespace: flux-system
-      version: v0.0.17
+      version: v0.0.18
   install:
     remediation:
       retries: 3
   interval: 30m
   maxHistory: 2
   uninstall:

@smurf-bot
Copy link
Contributor Author

smurf-bot bot commented Feb 6, 2024

--- HelmRelease: kube-tools/spegel Role: kube-tools/spegel

+++ HelmRelease: kube-tools/spegel Role: kube-tools/spegel

@@ -7,22 +7,12 @@

   labels:
     app.kubernetes.io/name: spegel
     app.kubernetes.io/instance: spegel
     app.kubernetes.io/managed-by: Helm
 rules:
 - apiGroups:
-  - ''
-  resources:
-  - configmaps
-  verbs:
-  - get
-  - watch
-  - list
-  - create
-  - update
-- apiGroups:
   - coordination.k8s.io
   resources:
   - leases
   verbs:
   - get
   - list
--- HelmRelease: kube-tools/spegel DaemonSet: kube-tools/spegel

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

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

     spec:
       serviceAccountName: spegel
       securityContext: {}
       priorityClassName: system-node-critical
       initContainers:
       - name: configuration
-        image: ghcr.io/xenitab/spegel@sha256:9cf175caf34486834e07cae10da58d84b5d951871678c6df6ab8f2312400e0f3
+        image: ghcr.io/xenitab/spegel@sha256:6d1ae26917ff5ef7679c185b1c573cafa36a976bb3bcff62313fd36c64e3994a
         imagePullPolicy: IfNotPresent
         securityContext: {}
         args:
         - configuration
         - --containerd-registry-config-path=/var/lib/rancher/k3s/agent/etc/containerd/certs.d
         - --registries
@@ -52,13 +52,13 @@

               fieldPath: status.hostIP
         volumeMounts:
         - name: containerd-config
           mountPath: /var/lib/rancher/k3s/agent/etc/containerd/certs.d
       containers:
       - name: registry
-        image: ghcr.io/xenitab/spegel@sha256:9cf175caf34486834e07cae10da58d84b5d951871678c6df6ab8f2312400e0f3
+        image: ghcr.io/xenitab/spegel@sha256:6d1ae26917ff5ef7679c185b1c573cafa36a976bb3bcff62313fd36c64e3994a
         imagePullPolicy: IfNotPresent
         securityContext: {}
         args:
         - registry
         - --mirror-resolve-retries=3
         - --mirror-resolve-timeout=5s
@@ -75,12 +75,13 @@

         - https://registry.k8s.io
         - https://k8s.gcr.io
         - https://lscr.io
         - --containerd-sock=/run/k3s/containerd/containerd.sock
         - --containerd-namespace=k8s.io
         - --containerd-registry-config-path=/var/lib/rancher/k3s/agent/etc/containerd/certs.d
+        - --bootstrap-kind=kubernetes
         - --leader-election-namespace=kube-tools
         - --leader-election-name=spegel-leader-election
         - --resolve-latest-tag=true
         - --local-addr=$(NODE_IP):30020
         env:
         - name: NODE_IP

@joryirving joryirving merged commit 3f71a45 into main Feb 7, 2024
10 checks passed
@joryirving joryirving deleted the renovate/teyvat-spegel-0.x branch February 7, 2024 02:44
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