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

feat(container): update image ghcr.io/maxmind/geoipupdate to v7.1.0 #308

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 23, 2024

This PR contains the following updates:

Package Update Change
ghcr.io/maxmind/geoipupdate minor v7.0.1 -> v7.1.0

Warning

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


Configuration

📅 Schedule: Branch creation - "on saturday" (UTC), 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 was generated by Mend Renovate. View the repository job log.

Copy link

--- kubernetes/apps/monitoring/vector/aggregator Kustomization: flux-system/vector-aggregator HelmRelease: monitoring/vector-aggregator

+++ kubernetes/apps/monitoring/vector/aggregator Kustomization: flux-system/vector-aggregator HelmRelease: monitoring/vector-aggregator

@@ -51,13 +51,13 @@

             envFrom:
             - secretRef:
                 name: vector-aggregator-secret
             image:
               pullPolicy: IfNotPresent
               repository: ghcr.io/maxmind/geoipupdate
-              tag: v7.0.1
+              tag: v7.1.0
         pod:
           topologySpreadConstraints:
           - labelSelector:
               matchLabels:
                 app.kubernetes.io/name: vector-aggregator
             maxSkew: 1

Copy link

--- HelmRelease: monitoring/vector-aggregator Deployment: monitoring/vector-aggregator

+++ HelmRelease: monitoring/vector-aggregator Deployment: monitoring/vector-aggregator

@@ -49,13 +49,13 @@

           value: '0'
         - name: GEOIPUPDATE_VERBOSE
           value: '1'
         envFrom:
         - secretRef:
             name: vector-aggregator-secret
-        image: ghcr.io/maxmind/geoipupdate:v7.0.1
+        image: ghcr.io/maxmind/geoipupdate:v7.1.0
         imagePullPolicy: IfNotPresent
         name: init-geoip
         volumeMounts:
         - mountPath: /etc/vector/vector.yaml
           name: config
           readOnly: true
@@ -71,28 +71,28 @@

         image: docker.io/timberio/vector:0.37.1-alpine
         livenessProbe:
           failureThreshold: 3
           initialDelaySeconds: 0
           periodSeconds: 10
           tcpSocket:
-            port: 6001
+            port: 8686
           timeoutSeconds: 1
         name: app
         readinessProbe:
           failureThreshold: 3
           initialDelaySeconds: 0
           periodSeconds: 10
           tcpSocket:
-            port: 8686
+            port: 6002
           timeoutSeconds: 1
         startupProbe:
           failureThreshold: 30
           initialDelaySeconds: 0
           periodSeconds: 5
           tcpSocket:
-            port: 8686
+            port: 6002
           timeoutSeconds: 1
         volumeMounts:
         - mountPath: /etc/vector/vector.yaml
           name: config
           readOnly: true
           subPath: vector.yaml

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants