-
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 spegel ( v0.0.25 → v0.0.27 ) #3593
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
mahoro-bot
bot
added
area/kubernetes
Changes made in the kubernetes directory
cluster/main
labels
Oct 7, 2024
--- 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,13 +14,13 @@
chart: spegel
interval: 30m
sourceRef:
kind: HelmRepository
name: spegel
namespace: flux-system
- version: v0.0.25
+ version: v0.0.27
interval: 30m
values:
grafanaDashboard:
enabled: true
serviceMonitor:
enabled: true |
--- HelmRelease: system/spegel ConfigMap: system/spegel-dashboard
+++ HelmRelease: system/spegel ConfigMap: system/spegel-dashboard
@@ -417,13 +417,13 @@
"datasource": {
"type": "prometheus",
"uid": "${DS_PROMETHEUS}"
},
"editorMode": "code",
"exemplar": false,
- "expr": "max(rate(http_request_duration_seconds_bucket{job=\"spegel\"})) [$__interval]",
+ "expr": "max(rate(http_request_duration_seconds_bucket{job=\"spegel\"}[$__interval]))",
"format": "table",
"instant": true,
"legendFormat": "__auto",
"range": false,
"refId": "A"
}
--- 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:316129646d45f2b7b270098b2bb8b1e06a5d269189289a1297536cc2ecef9f23
+ image: ghcr.io/spegel-org/spegel@sha256:e10014e197dd47c6297eaaa6d326b25d53b69c2a1461c430a862a959d0eb32fd
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:316129646d45f2b7b270098b2bb8b1e06a5d269189289a1297536cc2ecef9f23
+ image: ghcr.io/spegel-org/spegel@sha256:e10014e197dd47c6297eaaa6d326b25d53b69c2a1461c430a862a959d0eb32fd
imagePullPolicy: IfNotPresent
securityContext: {}
args:
- registry
- --log-level=INFO
- --mirror-resolve-retries=3 |
mahoro-bot
bot
force-pushed
the
renovate/main-spegel-0.x
branch
3 times, most recently
from
October 8, 2024 15:21
38be932
to
512df49
Compare
mahoro-bot
bot
changed the title
fix(container): update spegel ( v0.0.24 → v0.0.25 )
fix(container): update spegel ( v0.0.24 → v0.0.25 ) - autoclosed
Oct 8, 2024
mahoro-bot
bot
changed the title
fix(container): update spegel ( v0.0.24 → v0.0.25 ) - autoclosed
fix(container): update spegel ( v0.0.24 → v0.0.25 )
Oct 11, 2024
mahoro-bot
bot
changed the title
fix(container): update spegel ( v0.0.24 → v0.0.25 )
fix(container): update spegel ( v0.0.25 → v0.0.26 )
Oct 11, 2024
mahoro-bot
bot
force-pushed
the
renovate/main-spegel-0.x
branch
4 times, most recently
from
October 13, 2024 01:37
09ede7d
to
25e7a42
Compare
mahoro-bot
bot
changed the title
fix(container): update spegel ( v0.0.25 → v0.0.26 )
fix(container): update spegel ( v0.0.25 → v0.0.27 )
Oct 13, 2024
mahoro-bot
bot
force-pushed
the
renovate/main-spegel-0.x
branch
from
October 13, 2024 14:16
25e7a42
to
d40579f
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.25
->v0.0.27
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.