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.28 β†’ v0.0.29 ) #7825

Merged
merged 1 commit into from
Jan 11, 2025

Conversation

lab-assistant[bot]
Copy link
Contributor

@lab-assistant lab-assistant bot commented Jan 10, 2025

This PR contains the following updates:

Package Update Change
spegel patch v0.0.28 -> v0.0.29

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.

@lab-assistant lab-assistant bot added renovate/container type/patch Issue relates to a patch version bump area/kubernetes Issue relates to Kubernetes labels Jan 10, 2025
@lab-assistant
Copy link
Contributor Author

lab-assistant bot commented Jan 10, 2025

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

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

@@ -14,12 +14,12 @@

       chart: spegel
       interval: 30m
       sourceRef:
         kind: HelmRepository
         name: spegel
         namespace: flux-system
-      version: v0.0.28
+      version: v0.0.29
   interval: 30m
   valuesFrom:
   - kind: ConfigMap
     name: spegel-helm-values-k45bh4h57g

@lab-assistant
Copy link
Contributor Author

lab-assistant bot commented Jan 10, 2025

--- HelmRelease: system/spegel Role: system/spegel

+++ HelmRelease: system/spegel Role: system/spegel

@@ -1,22 +0,0 @@

----
-apiVersion: rbac.authorization.k8s.io/v1
-kind: Role
-metadata:
-  name: spegel
-  namespace: system
-  labels:
-    app.kubernetes.io/name: spegel
-    app.kubernetes.io/instance: spegel
-    app.kubernetes.io/managed-by: Helm
-rules:
-- apiGroups:
-  - coordination.k8s.io
-  resources:
-  - leases
-  verbs:
-  - get
-  - list
-  - watch
-  - create
-  - update
-
--- HelmRelease: system/spegel RoleBinding: system/spegel

+++ HelmRelease: system/spegel RoleBinding: system/spegel

@@ -1,19 +0,0 @@

----
-apiVersion: rbac.authorization.k8s.io/v1
-kind: RoleBinding
-metadata:
-  name: spegel
-  namespace: system
-  labels:
-    app.kubernetes.io/name: spegel
-    app.kubernetes.io/instance: spegel
-    app.kubernetes.io/managed-by: Helm
-roleRef:
-  apiGroup: rbac.authorization.k8s.io
-  kind: Role
-  name: spegel
-subjects:
-- kind: ServiceAccount
-  name: spegel
-  namespace: system
-
--- HelmRelease: system/spegel DaemonSet: system/spegel

+++ HelmRelease: system/spegel DaemonSet: system/spegel

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

     spec:
       serviceAccountName: spegel
       securityContext: {}
       priorityClassName: system-node-critical
       initContainers:
       - name: configuration
-        image: ghcr.io/spegel-org/spegel@sha256:c14e67befea5a69b8d14b06aa9e9cf9366ae88559f3935306d54b9293697bfc5
+        image: ghcr.io/spegel-org/spegel@sha256:91aff1803cd88d90d6e6b4c2fad6baaab1bb1a2bf4b8bc3f8ae9981df20dc203
         imagePullPolicy: IfNotPresent
         securityContext: {}
         args:
         - configuration
         - --log-level=INFO
         - --containerd-registry-config-path=/etc/cri/conf.d/hosts
@@ -57,13 +57,13 @@

         resources: {}
         volumeMounts:
         - name: containerd-config
           mountPath: /etc/cri/conf.d/hosts
       containers:
       - name: registry
-        image: ghcr.io/spegel-org/spegel@sha256:c14e67befea5a69b8d14b06aa9e9cf9366ae88559f3935306d54b9293697bfc5
+        image: ghcr.io/spegel-org/spegel@sha256:91aff1803cd88d90d6e6b4c2fad6baaab1bb1a2bf4b8bc3f8ae9981df20dc203
         imagePullPolicy: IfNotPresent
         securityContext: {}
         args:
         - registry
         - --log-level=INFO
         - --mirror-resolve-retries=3
@@ -82,15 +82,14 @@

         - https://registry.k8s.io
         - https://k8s.gcr.io
         - https://lscr.io
         - --containerd-sock=/run/containerd/containerd.sock
         - --containerd-namespace=k8s.io
         - --containerd-registry-config-path=/etc/cri/conf.d/hosts
-        - --bootstrap-kind=kubernetes
-        - --leader-election-namespace=system
-        - --leader-election-name=spegel-leader-election
+        - --bootstrap-kind=dns
+        - --dns-bootstrap-domain=spegel-bootstrap.system.svc.cluster.local.
         - --resolve-latest-tag=true
         - --local-addr=$(NODE_IP):29999
         - --containerd-content-path=/var/lib/containerd/io.containerd.content.v1.content
         env:
         - name: NODE_IP
           valueFrom:
--- HelmRelease: system/spegel Service: system/spegel-bootstrap

+++ HelmRelease: system/spegel Service: system/spegel-bootstrap

@@ -0,0 +1,22 @@

+---
+apiVersion: v1
+kind: Service
+metadata:
+  name: spegel-bootstrap
+  namespace: system
+  labels:
+    app.kubernetes.io/component: metrics
+    app.kubernetes.io/name: spegel
+    app.kubernetes.io/instance: spegel
+    app.kubernetes.io/managed-by: Helm
+spec:
+  selector:
+    app.kubernetes.io/name: spegel
+    app.kubernetes.io/instance: spegel
+  clusterIP: None
+  publishNotReadyAddresses: true
+  ports:
+  - name: router
+    port: 5001
+    protocol: TCP
+

@lab-assistant lab-assistant bot changed the title fix(container): update spegel docker tag to v0.0.29 fix(container): update spegel docker tag ( v0.0.28 β†’ v0.0.29 ) Jan 11, 2025
@lab-assistant lab-assistant bot force-pushed the renovate/spegel-0.0.x branch from 16239a1 to 1fec251 Compare January 11, 2025 08:32
@lab-assistant lab-assistant bot changed the title fix(container): update spegel docker tag ( v0.0.28 β†’ v0.0.29 ) fix(container): update spegel ( v0.0.28 β†’ v0.0.29 ) Jan 11, 2025
@lab-assistant lab-assistant bot force-pushed the renovate/spegel-0.0.x branch from 1fec251 to 8b0b5e1 Compare January 11, 2025 08:50
| datasource | package                               | from    | to      |
| ---------- | ------------------------------------- | ------- | ------- |
| docker     | ghcr.io/spegel-org/helm-charts/spegel | v0.0.28 | v0.0.29 |
@lab-assistant lab-assistant bot force-pushed the renovate/spegel-0.0.x branch from 8b0b5e1 to 49f0a6f Compare January 11, 2025 09:01
@bjw-s bjw-s merged commit 407ef33 into main Jan 11, 2025
14 checks passed
@bjw-s bjw-s deleted the renovate/spegel-0.0.x branch January 11, 2025 09:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/kubernetes Issue relates to Kubernetes type/patch Issue relates to a patch version bump
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant