-
-
Notifications
You must be signed in to change notification settings - Fork 2
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 to v0.0.24 #2857
Merged
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
github-actions
bot
added
area/kubernetes
Changes made in the kubernetes directory
cluster/storage
labels
Sep 2, 2024
--- kubernetes/storage/apps/kube-system/spegel/app Kustomization: flux-system/spegel HelmRelease: kube-system/spegel
+++ kubernetes/storage/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.23
+ version: v0.0.24
install:
remediation:
retries: 3
interval: 30m
upgrade:
cleanupOnFail: true |
--- HelmRelease: kube-system/spegel DaemonSet: kube-system/spegel
+++ HelmRelease: kube-system/spegel DaemonSet: kube-system/spegel
@@ -6,12 +6,13 @@
namespace: kube-system
labels:
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/name: spegel
app.kubernetes.io/instance: spegel
template:
@@ -22,13 +23,13 @@
spec:
serviceAccountName: spegel
securityContext: {}
priorityClassName: system-node-critical
initContainers:
- name: configuration
- image: ghcr.io/spegel-org/spegel@sha256:2b027756efd44a14bd2973b7650e54cc9ce54a0852357366f5f96c6dc0079a2c
+ image: ghcr.io/spegel-org/spegel@sha256:5f25417641b5ce742eebe3ca7c55126ef82abd9460fa0f9dcaf73f56af86f2f7
imagePullPolicy: IfNotPresent
securityContext: {}
args:
- configuration
- --log-level=INFO
- --containerd-registry-config-path=/etc/cri/conf.d/hosts
@@ -50,18 +51,19 @@
- --append-mirrors=true
env:
- name: NODE_IP
valueFrom:
fieldRef:
fieldPath: status.hostIP
+ resources: {}
volumeMounts:
- name: containerd-config
mountPath: /etc/cri/conf.d/hosts
containers:
- name: registry
- image: ghcr.io/spegel-org/spegel@sha256:2b027756efd44a14bd2973b7650e54cc9ce54a0852357366f5f96c6dc0079a2c
+ image: ghcr.io/spegel-org/spegel@sha256:5f25417641b5ce742eebe3ca7c55126ef82abd9460fa0f9dcaf73f56af86f2f7
imagePullPolicy: IfNotPresent
securityContext: {}
args:
- registry
- --log-level=INFO
- --mirror-resolve-retries=3 |
--- HelmRelease: kube-system/spegel DaemonSet: kube-system/spegel
+++ HelmRelease: kube-system/spegel DaemonSet: kube-system/spegel
@@ -6,12 +6,13 @@
namespace: kube-system
labels:
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/name: spegel
app.kubernetes.io/instance: spegel
template:
@@ -22,13 +23,13 @@
spec:
serviceAccountName: spegel
securityContext: {}
priorityClassName: system-node-critical
initContainers:
- name: configuration
- image: ghcr.io/spegel-org/spegel@sha256:2b027756efd44a14bd2973b7650e54cc9ce54a0852357366f5f96c6dc0079a2c
+ image: ghcr.io/spegel-org/spegel@sha256:5f25417641b5ce742eebe3ca7c55126ef82abd9460fa0f9dcaf73f56af86f2f7
imagePullPolicy: IfNotPresent
securityContext: {}
args:
- configuration
- --log-level=INFO
- --containerd-registry-config-path=/etc/cri/conf.d/hosts
@@ -50,18 +51,19 @@
- --append-mirrors=false
env:
- name: NODE_IP
valueFrom:
fieldRef:
fieldPath: status.hostIP
+ resources: {}
volumeMounts:
- name: containerd-config
mountPath: /etc/cri/conf.d/hosts
containers:
- name: registry
- image: ghcr.io/spegel-org/spegel@sha256:2b027756efd44a14bd2973b7650e54cc9ce54a0852357366f5f96c6dc0079a2c
+ image: ghcr.io/spegel-org/spegel@sha256:5f25417641b5ce742eebe3ca7c55126ef82abd9460fa0f9dcaf73f56af86f2f7
imagePullPolicy: IfNotPresent
securityContext: {}
args:
- registry
- --log-level=INFO
- --mirror-resolve-retries=3 |
--- kubernetes/main/apps/kube-system/spegel/app Kustomization: flux-system/spegel HelmRelease: kube-system/spegel
+++ kubernetes/main/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.23
+ version: v0.0.24
install:
remediation:
retries: 3
interval: 30m
upgrade:
cleanupOnFail: true |
layla-bot
bot
force-pushed
the
renovate/spegel-0.x
branch
9 times, most recently
from
September 10, 2024 05:38
788a083
to
38d36ca
Compare
layla-bot
bot
force-pushed
the
renovate/spegel-0.x
branch
from
September 10, 2024 06:06
38d36ca
to
14ae901
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.23
->v0.0.24
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
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.