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 ghcr.io/druggeri/nut_exporter ( 3.1.1 → 3.1.3 ) #3204

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

unhesitatingeffectivebot[bot]
Copy link
Contributor

This PR contains the following updates:

Package Update Change
ghcr.io/druggeri/nut_exporter patch 3.1.1 -> 3.1.3

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

DRuggeri/nut_exporter (ghcr.io/druggeri/nut_exporter)

v3.1.3

Compare Source

NEW

  • Log a warning if ups.status is not set to be exported because it is a variable most people will need. Thanks for the idea in #​52, @​varac!

MISC


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 this update again.


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

This PR has been generated by Renovate Bot.

@unhesitatingeffectivebot
Copy link
Contributor Author

--- kubernetes/apps/monitoring/nut-exporter/app Kustomization: flux-system/nut-exporter HelmRelease: monitoring/nut-exporter

+++ kubernetes/apps/monitoring/nut-exporter/app Kustomization: flux-system/nut-exporter HelmRelease: monitoring/nut-exporter

@@ -45,13 +45,13 @@

               TZ: ${TIMEZONE}
             envFrom:
             - secretRef:
                 name: nut-exporter
             image:
               repository: ghcr.io/druggeri/nut_exporter
-              tag: 3.1.1
+              tag: 3.1.3
             resources:
               limits:
                 memory: 105Mi
               requests:
                 cpu: 15m
                 memory: 105Mi

@unhesitatingeffectivebot
Copy link
Contributor Author

--- HelmRelease: monitoring/nut-exporter Deployment: monitoring/nut-exporter

+++ HelmRelease: monitoring/nut-exporter Deployment: monitoring/nut-exporter

@@ -46,13 +46,13 @@

         env:
         - name: TZ
           value: ${TIMEZONE}
         envFrom:
         - secretRef:
             name: nut-exporter
-        image: ghcr.io/druggeri/nut_exporter:3.1.1
+        image: ghcr.io/druggeri/nut_exporter:3.1.3
         name: app
         resources:
           limits:
             memory: 105Mi
           requests:
             cpu: 15m

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 renovate/container type/patch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants