-
Notifications
You must be signed in to change notification settings - Fork 14
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(oci/spegel): update v0.0.28 ➼ v0.0.29 #1664
Open
tinfoild
wants to merge
1
commit into
main
Choose a base branch
from
renovate/spegel-0.0.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tinfoild
bot
added
kube/deploy/core
renovate/datasource/docker
renovate/type/patch
labels
Jan 10, 2025
Deploying jjgadgets-biohazard with Cloudflare Pages
|
--- kube/deploy/core/spegel/app Kustomization: flux-system/spegel-app HelmRelease: kube-system/spegel
+++ kube/deploy/core/spegel/app Kustomization: flux-system/spegel-app HelmRelease: kube-system/spegel
@@ -12,13 +12,13 @@
spec:
chart: spegel
sourceRef:
kind: HelmRepository
name: spegel
namespace: flux-system
- version: v0.0.28
+ version: v0.0.29
driftDetection:
ignore:
- paths:
- /spec/replicas
mode: warn
install: |
--- 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
@@ -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
@@ -67,13 +67,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
@@ -102,15 +102,14 @@
- https://containers.jjgadgets.tech
- https://omgimg.jjgadgets.tech
- https://containersandshit.jjgadgets.tech
- --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
+ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
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 this update again.
This PR has been generated by Renovate Bot.