generated from onedr0p/cluster-template
-
Notifications
You must be signed in to change notification settings - Fork 0
feat(container): update spegel ( 0.3.0 β 0.4.0 ) #382
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
Open
renovate
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 hidden or 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
+++ HelmRelease: kube-system/spegel Service: kube-system/spegel
@@ -8,12 +8,13 @@
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/component: spegel
app.kubernetes.io/name: spegel
app.kubernetes.io/instance: spegel
ports:
- name: metrics
port: 9090
targetPort: metrics
--- HelmRelease: kube-system/spegel Service: kube-system/spegel-registry
+++ HelmRelease: kube-system/spegel Service: kube-system/spegel-registry
@@ -10,12 +10,13 @@
app.kubernetes.io/managed-by: Helm
annotations:
service.kubernetes.io/topology-mode: auto
spec:
type: NodePort
selector:
+ app.kubernetes.io/component: spegel
app.kubernetes.io/name: spegel
app.kubernetes.io/instance: spegel
ports:
- name: registry
port: 5000
targetPort: registry
--- HelmRelease: kube-system/spegel Service: kube-system/spegel-bootstrap
+++ HelmRelease: kube-system/spegel Service: kube-system/spegel-bootstrap
@@ -7,12 +7,13 @@
labels:
app.kubernetes.io/name: spegel
app.kubernetes.io/instance: spegel
app.kubernetes.io/managed-by: Helm
spec:
selector:
+ app.kubernetes.io/component: spegel
app.kubernetes.io/name: spegel
app.kubernetes.io/instance: spegel
clusterIP: None
publishNotReadyAddresses: true
ports:
- name: router
--- HelmRelease: kube-system/spegel DaemonSet: kube-system/spegel
+++ HelmRelease: kube-system/spegel DaemonSet: kube-system/spegel
@@ -2,34 +2,37 @@
apiVersion: apps/v1
kind: DaemonSet
metadata:
name: spegel
namespace: kube-system
labels:
+ app.kubernetes.io/component: spegel
app.kubernetes.io/name: spegel
app.kubernetes.io/instance: spegel
app.kubernetes.io/managed-by: Helm
spec:
revisionHistoryLimit: 10
updateStrategy: {}
selector:
matchLabels:
+ app.kubernetes.io/component: spegel
app.kubernetes.io/name: spegel
app.kubernetes.io/instance: spegel
template:
metadata:
labels:
+ app.kubernetes.io/component: spegel
app.kubernetes.io/name: spegel
app.kubernetes.io/instance: spegel
spec:
serviceAccountName: spegel
securityContext: {}
priorityClassName: system-node-critical
initContainers:
- name: configuration
- image: ghcr.io/spegel-org/spegel@sha256:4f9f7cf0b8006f2a17599f0a9f2fa6c02c7a206726f2a89ca26c42622346d17f
+ image: ghcr.io/spegel-org/spegel@sha256:a86089ae74c4f9c98ec86c366d196f7a03044c38af09e6582b0661d42a324226
imagePullPolicy: IfNotPresent
securityContext:
readOnlyRootFilesystem: true
args:
- configuration
- --log-level=INFO
@@ -51,13 +54,13 @@
memory: 128Mi
volumeMounts:
- name: containerd-config
mountPath: /etc/cri/conf.d/hosts
containers:
- name: registry
- image: ghcr.io/spegel-org/spegel@sha256:4f9f7cf0b8006f2a17599f0a9f2fa6c02c7a206726f2a89ca26c42622346d17f
+ image: ghcr.io/spegel-org/spegel@sha256:a86089ae74c4f9c98ec86c366d196f7a03044c38af09e6582b0661d42a324226
imagePullPolicy: IfNotPresent
securityContext:
readOnlyRootFilesystem: true
args:
- registry
- --log-level=INFO
@@ -70,13 +73,13 @@
- --containerd-namespace=k8s.io
- --containerd-registry-config-path=/etc/cri/conf.d/hosts
- --bootstrap-kind=dns
- --dns-bootstrap-domain=spegel-bootstrap.kube-system.svc.cluster.local.
- --resolve-latest-tag=true
- --containerd-content-path=/var/lib/containerd/io.containerd.content.v1.content
- - --debug-web-enabled=false
+ - --debug-web-enabled=true
env:
- name: DATA_DIR
value: ''
- name: GOMEMLIMIT
valueFrom:
resourceFieldRef:
@@ -98,17 +101,17 @@
containerPort: 9090
protocol: TCP
startupProbe:
periodSeconds: 3
failureThreshold: 60
httpGet:
- path: /healthz
+ path: /readyz
port: registry
readinessProbe:
httpGet:
- path: /healthz
+ path: /readyz
port: registry
volumeMounts:
- name: containerd-sock
mountPath: /run/containerd/containerd.sock
- name: containerd-content
mountPath: /var/lib/containerd/io.containerd.content.v1.content
--- HelmRelease: kube-system/spegel DaemonSet: kube-system/spegel-cleanup
+++ HelmRelease: kube-system/spegel DaemonSet: kube-system/spegel-cleanup
@@ -27,21 +27,21 @@
app.kubernetes.io/instance: spegel
spec:
securityContext: {}
priorityClassName: system-node-critical
containers:
- name: cleanup
- image: ghcr.io/spegel-org/spegel@sha256:4f9f7cf0b8006f2a17599f0a9f2fa6c02c7a206726f2a89ca26c42622346d17f
+ image: ghcr.io/spegel-org/spegel@sha256:a86089ae74c4f9c98ec86c366d196f7a03044c38af09e6582b0661d42a324226
imagePullPolicy: IfNotPresent
args:
- cleanup
- --containerd-registry-config-path=/etc/cri/conf.d/hosts
- --addr=:8080
readinessProbe:
httpGet:
- path: /healthz
+ path: /readyz
port: readiness
ports:
- name: readiness
containerPort: 8080
protocol: TCP
volumeMounts:
--- HelmRelease: kube-system/spegel Pod: kube-system/spegel-cleanup-wait
+++ HelmRelease: kube-system/spegel Pod: kube-system/spegel-cleanup-wait
@@ -13,13 +13,13 @@
helm.sh/hook: post-delete
helm.sh/hook-delete-policy: before-hook-creation, hook-succeeded
helm.sh/hook-weight: '1'
spec:
containers:
- name: cleanup-wait
- image: ghcr.io/spegel-org/spegel@sha256:4f9f7cf0b8006f2a17599f0a9f2fa6c02c7a206726f2a89ca26c42622346d17f
+ image: ghcr.io/spegel-org/spegel@sha256:a86089ae74c4f9c98ec86c366d196f7a03044c38af09e6582b0661d42a324226
imagePullPolicy: IfNotPresent
args:
- cleanup-wait
- --probe-endpoint=spegel-cleanup.kube-system.svc.cluster.local.:8080
restartPolicy: Never
terminationGracePeriodSeconds: 0 |
--- 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: 0.3.0
+ version: 0.4.0
install:
remediation:
retries: 3
interval: 30m
upgrade:
cleanupOnFail: true |
233abec
to
8fcaa11
Compare
8fcaa11
to
6151a9d
Compare
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:
0.3.0
->0.4.0
Configuration
π Schedule: Branch creation - "every weekend" (UTC), 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 was generated by Mend Renovate. View the repository job log.