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 image spegel ( v0.0.29 → v0.0.30 ) #4964

Closed
wants to merge 1 commit into from

Conversation

repo-jeeves[bot]
Copy link
Contributor

@repo-jeeves repo-jeeves bot commented Jan 10, 2025

This PR contains the following updates:

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

@repo-jeeves repo-jeeves bot added renovate/container Issue relates to a Renovate container update type/patch Issue relates to a patch version bump cluster/main Changes made in the main cluster size/XS Marks a PR that changes 0-9 lines, ignoring generated files labels Jan 10, 2025
@repo-jeeves
Copy link
Contributor Author

repo-jeeves bot commented Jan 10, 2025

--- 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

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

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

@repo-jeeves
Copy link
Contributor Author

repo-jeeves bot commented Jan 10, 2025

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ COPYPASTE jscpd yes no 1.03s
✅ REPOSITORY git_diff yes no 0.06s
✅ REPOSITORY secretlint yes no 3.03s
✅ YAML prettier 1 0 0.38s
✅ YAML yamllint 1 0 0.35s

See detailed report in MegaLinter reports
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff

MegaLinter is graciously provided by OX Security

@repo-jeeves
Copy link
Contributor Author

repo-jeeves bot commented Jan 10, 2025

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

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

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

----
-apiVersion: rbac.authorization.k8s.io/v1
-kind: Role
-metadata:
-  name: spegel
-  namespace: kube-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: kube-system/spegel RoleBinding: kube-system/spegel

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

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

----
-apiVersion: rbac.authorization.k8s.io/v1
-kind: RoleBinding
-metadata:
-  name: spegel
-  namespace: kube-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: kube-system
-
--- HelmRelease: kube-system/spegel DaemonSet: kube-system/spegel

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

@@ -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=kube-system
-        - --leader-election-name=spegel-leader-election
+        - --bootstrap-kind=dns
+        - --dns-bootstrap-domain=spegel-bootstrap.kube-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: kube-system/spegel Service: kube-system/spegel-bootstrap

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

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

+---
+apiVersion: v1
+kind: Service
+metadata:
+  name: spegel-bootstrap
+  namespace: kube-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
+

@repo-jeeves repo-jeeves bot force-pushed the renovate/main-spegel-0.x branch 3 times, most recently from f4e64a2 to fe62894 Compare January 11, 2025 11:10
@repo-jeeves repo-jeeves bot changed the title fix(container): update image spegel ( v0.0.28 → v0.0.29 ) fix(container): update image spegel ( v0.0.28 → v0.0.29 ) - autoclosed Jan 11, 2025
@repo-jeeves repo-jeeves bot closed this Jan 11, 2025
@repo-jeeves repo-jeeves bot deleted the renovate/main-spegel-0.x branch January 11, 2025 12:19
@repo-jeeves repo-jeeves bot changed the title fix(container): update image spegel ( v0.0.28 → v0.0.29 ) - autoclosed fix(container): update image spegel ( v0.0.28 → v0.0.29 ) Jan 17, 2025
@repo-jeeves repo-jeeves bot reopened this Jan 17, 2025
@repo-jeeves repo-jeeves bot force-pushed the renovate/main-spegel-0.x branch from 39953a5 to fe62894 Compare January 17, 2025 20:12
@repo-jeeves repo-jeeves bot changed the title fix(container): update image spegel ( v0.0.28 → v0.0.29 ) fix(container): update image spegel ( v0.0.29 → v0.0.30 ) Jan 17, 2025
| datasource | package                               | from    | to      |
| ---------- | ------------------------------------- | ------- | ------- |
| docker     | ghcr.io/spegel-org/helm-charts/spegel | v0.0.29 | v0.0.30 |
@repo-jeeves repo-jeeves bot force-pushed the renovate/main-spegel-0.x branch from fe62894 to 359069a Compare January 17, 2025 20:36
@szinn szinn closed this Jan 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cluster/main Changes made in the main cluster renovate/container Issue relates to a Renovate container update size/XS Marks a PR that changes 0-9 lines, ignoring generated files type/patch Issue relates to a patch version bump
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant