generated from onedr0p/cluster-template
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? # to your account
feat(container): update spegel ( v0.0.30 β 0.1.1 ) #3403
Open
perry-bot
wants to merge
1
commit into
main
Choose a base branch
from
renovate/spegel-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.
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
--- HelmRelease: kube-system/spegel Service: kube-system/spegel-registry
+++ HelmRelease: kube-system/spegel Service: kube-system/spegel-registry
@@ -6,13 +6,13 @@
namespace: kube-system
labels:
app.kubernetes.io/name: spegel
app.kubernetes.io/instance: spegel
app.kubernetes.io/managed-by: Helm
annotations:
- service.kubernetes.io/topology-aware-hints: auto
+ service.kubernetes.io/topology-mode: auto
spec:
type: NodePort
selector:
app.kubernetes.io/name: spegel
app.kubernetes.io/instance: spegel
ports:
--- HelmRelease: kube-system/spegel Service: kube-system/spegel-bootstrap
+++ HelmRelease: kube-system/spegel Service: kube-system/spegel-bootstrap
@@ -2,13 +2,12 @@
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
--- HelmRelease: kube-system/spegel DaemonSet: kube-system/spegel
+++ HelmRelease: kube-system/spegel DaemonSet: kube-system/spegel
@@ -23,77 +23,65 @@
spec:
serviceAccountName: spegel
securityContext: {}
priorityClassName: system-node-critical
initContainers:
- name: configuration
- image: ghcr.io/spegel-org/spegel@sha256:aee8841c5039df075bc8fdaf1e0f9d9d0943294c3a6fd7df5392ea037de36048
+ image: ghcr.io/spegel-org/spegel@sha256:7cec52c7c42cbff593087b6f3645bb58a7e1f1a5b861d767d062ce22533f9394
imagePullPolicy: IfNotPresent
securityContext: {}
args:
- configuration
- --log-level=INFO
- --containerd-registry-config-path=/var/lib/rancher/k3s/agent/etc/containerd/certs.d
- - --registries
- - https://cgr.dev
- - https://docker.io
- - https://ghcr.io
- - https://quay.io
- - https://mcr.microsoft.com
- - https://public.ecr.aws
- - https://gcr.io
- - https://registry.k8s.io
- - https://k8s.gcr.io
- - https://lscr.io
- - --mirror-registries
+ - --mirror-targets
- http://$(NODE_IP):29999
- http://$(NODE_IP):30021
- --resolve-tags=true
- - --append-mirrors=true
+ - --prepend-existing=false
env:
- name: NODE_IP
valueFrom:
fieldRef:
fieldPath: status.hostIP
- resources: {}
+ resources:
+ limits:
+ memory: 128Mi
+ requests:
+ memory: 128Mi
volumeMounts:
- name: containerd-config
mountPath: /var/lib/rancher/k3s/agent/etc/containerd/certs.d
containers:
- name: registry
- image: ghcr.io/spegel-org/spegel@sha256:aee8841c5039df075bc8fdaf1e0f9d9d0943294c3a6fd7df5392ea037de36048
+ image: ghcr.io/spegel-org/spegel@sha256:7cec52c7c42cbff593087b6f3645bb58a7e1f1a5b861d767d062ce22533f9394
imagePullPolicy: IfNotPresent
securityContext: {}
args:
- registry
- --log-level=INFO
- --mirror-resolve-retries=3
- --mirror-resolve-timeout=20ms
- --registry-addr=:5000
- --router-addr=:5001
- --metrics-addr=:9090
- - --registries
- - https://cgr.dev
- - https://docker.io
- - https://ghcr.io
- - https://quay.io
- - https://mcr.microsoft.com
- - https://public.ecr.aws
- - https://gcr.io
- - 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=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/rancher/k3s/agent/containerd/io.containerd.content.v1.content
+ - --debug-web-enabled=false
env:
+ - name: GOMEMLIMIT
+ valueFrom:
+ resourceFieldRef:
+ resource: limits.memory
+ divisor: 1
- name: NODE_IP
valueFrom:
fieldRef:
fieldPath: status.hostIP
ports:
- name: registry
@@ -119,13 +107,17 @@
volumeMounts:
- name: containerd-sock
mountPath: /run/k3s/containerd/containerd.sock
- name: containerd-content
mountPath: /var/lib/rancher/k3s/agent/containerd/io.containerd.content.v1.content
readOnly: true
- resources: {}
+ resources:
+ limits:
+ memory: 128Mi
+ requests:
+ memory: 128Mi
volumes:
- name: containerd-sock
hostPath:
path: /run/k3s/containerd/containerd.sock
type: Socket
- name: containerd-content |
--- kubernetes/apps/kube-system/spegel/app Kustomization: flux-system/spegel HelmRelease: kube-system/spegel
+++ kubernetes/apps/kube-system/spegel/app Kustomization: flux-system/spegel HelmRelease: kube-system/spegel
@@ -13,13 +13,13 @@
spec:
chart: spegel
sourceRef:
kind: HelmRepository
name: spegel
namespace: flux-system
- version: v0.0.30
+ version: 0.1.1
install:
remediation:
retries: 3
interval: 30m
uninstall:
keepHistory: false |
1aad3cf
to
d972670
Compare
da4ebe3
to
7f0088b
Compare
7f0088b
to
09e71f2
Compare
# for free
to join this conversation on GitHub.
Already have an account?
# 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.30
->0.1.1
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.