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.26) #2926

Merged
merged 1 commit into from
Oct 11, 2024

Conversation

bot-blake[bot]
Copy link
Contributor

@bot-blake bot-blake bot commented Oct 11, 2024

This PR contains the following updates:

Package Update Change
spegel patch v0.0.25 -> v0.0.26

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.

Signed-off-by: bot-blake[bot] <129223303+bot-blake[bot]@users.noreply.github.com>
@bot-blake bot-blake bot requested a review from buroa as a code owner October 11, 2024 11:06
@bot-blake bot-blake bot added area/kubernetes Changes made in the kubernetes directory area/talos Changes made in the talos directory labels Oct 11, 2024
@bot-blake
Copy link
Contributor Author

bot-blake bot commented Oct 11, 2024

--- 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-charts
         namespace: flux-system
-      version: v0.0.25
+      version: v0.0.26
   install:
     remediation:
       retries: 3
   interval: 30m
   upgrade:
     cleanupOnFail: true

@bot-blake
Copy link
Contributor Author

bot-blake bot commented Oct 11, 2024

--- HelmRelease: kube-system/spegel ConfigMap: kube-system/spegel-dashboard

+++ HelmRelease: kube-system/spegel ConfigMap: kube-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: kube-system/spegel DaemonSet: kube-system/spegel

+++ HelmRelease: kube-system/spegel DaemonSet: kube-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:1ae3a798d4bb515efa716db549126e9e080c4084c8d5c072d6739f97672ea462
         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:1ae3a798d4bb515efa716db549126e9e080c4084c8d5c072d6739f97672ea462
         imagePullPolicy: IfNotPresent
         securityContext: {}
         args:
         - registry
         - --log-level=INFO
         - --mirror-resolve-retries=3

@buroa buroa merged commit 39861fb into master Oct 11, 2024
8 checks passed
@buroa buroa deleted the renovate/spegel-0.x branch October 11, 2024 15:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/kubernetes Changes made in the kubernetes directory area/talos Changes made in the talos directory renovate/container type/patch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant