-
-
Notifications
You must be signed in to change notification settings - Fork 43
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
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
--- 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 |
--- 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
+ |
16239a1
to
1fec251
Compare
1fec251
to
8b0b5e1
Compare
| datasource | package | from | to | | ---------- | ------------------------------------- | ------- | ------- | | docker | ghcr.io/spegel-org/helm-charts/spegel | v0.0.28 | v0.0.29 |
8b0b5e1
to
49f0a6f
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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 these updates again.
This PR has been generated by Renovate Bot.