Skip to content
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 1 commit into from
Oct 14, 2024

Conversation

mahoro-bot[bot]
Copy link
Contributor

@mahoro-bot mahoro-bot bot commented Oct 7, 2024

This PR contains the following updates:

Package Update Change
spegel patch 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@mahoro-bot mahoro-bot bot requested a review from cbc02009 as a code owner October 7, 2024 09:21
@mahoro-bot mahoro-bot bot added area/kubernetes Changes made in the kubernetes directory cluster/main labels Oct 7, 2024
@mahoro-bot
Copy link
Contributor Author

mahoro-bot bot commented 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

@mahoro-bot
Copy link
Contributor Author

mahoro-bot bot commented Oct 7, 2024

--- 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 mahoro-bot bot force-pushed the renovate/main-spegel-0.x branch 3 times, most recently from 38be932 to 512df49 Compare October 8, 2024 15:21
@mahoro-bot 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 mahoro-bot bot closed this Oct 8, 2024
@mahoro-bot mahoro-bot bot deleted the renovate/main-spegel-0.x branch October 8, 2024 18:28
@mahoro-bot 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 mahoro-bot bot reopened this Oct 11, 2024
@mahoro-bot mahoro-bot bot restored the renovate/main-spegel-0.x branch October 11, 2024 11:17
@mahoro-bot 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 mahoro-bot bot force-pushed the renovate/main-spegel-0.x branch 4 times, most recently from 09ede7d to 25e7a42 Compare October 13, 2024 01:37
@mahoro-bot 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 mahoro-bot bot force-pushed the renovate/main-spegel-0.x branch from 25e7a42 to d40579f Compare October 13, 2024 14:16
@mahoro-bot mahoro-bot bot merged commit 89f1d2c into main Oct 14, 2024
6 checks passed
@mahoro-bot mahoro-bot bot deleted the renovate/main-spegel-0.x branch October 14, 2024 01:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant