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 prometheus-adapter to v4.10.0 #282

Closed
wants to merge 1 commit into from

Conversation

obocaman[bot]
Copy link
Contributor

@obocaman obocaman bot commented Apr 6, 2024

This PR contains the following updates:

Package Update Change
prometheus-adapter (source) minor 4.1.1 -> 4.10.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 has been generated by Renovate Bot.

@github-actions github-actions bot added the area/kubernetes Changes made in the kubernetes directory label Apr 6, 2024
@obocaman obocaman bot force-pushed the renovate/prometheus-adapter-4.x branch 2 times, most recently from e0692b3 to 62f942f Compare April 6, 2024 22:05
Copy link

github-actions bot commented Apr 6, 2024

--- kubernetes/apps/observability/prometheus-adapter/app Kustomization: flux-system/cluster-apps-prometheus-adapter HelmRelease: observability/prometheus-adapter

+++ kubernetes/apps/observability/prometheus-adapter/app Kustomization: flux-system/cluster-apps-prometheus-adapter HelmRelease: observability/prometheus-adapter

@@ -9,13 +9,13 @@

     spec:
       chart: prometheus-adapter
       sourceRef:
         kind: HelmRepository
         name: prometheus-community
         namespace: flux-system
-      version: 4.1.1
+      version: 4.10.0
   install:
     crds: CreateReplace
     createNamespace: true
     remediation:
       retries: 3
   interval: 15m

Copy link

github-actions bot commented Apr 6, 2024

--- kubernetes HelmRelease: observability/prometheus-adapter Deployment: observability/prometheus-adapter

+++ kubernetes HelmRelease: observability/prometheus-adapter Deployment: observability/prometheus-adapter

@@ -31,19 +31,18 @@

         app.kubernetes.io/instance: prometheus-adapter
       name: prometheus-adapter
     spec:
       serviceAccountName: prometheus-adapter
       containers:
       - name: prometheus-adapter
-        image: registry.k8s.io/prometheus-adapter/prometheus-adapter:v0.10.0
+        image: registry.k8s.io/prometheus-adapter/prometheus-adapter:v0.11.2
         imagePullPolicy: IfNotPresent
         args:
         - /adapter
         - --secure-port=6443
         - --cert-dir=/tmp/cert
-        - --logtostderr=true
         - --prometheus-url=http://prometheus-prometheus.monitoring.svc.cluster.local:9090
         - --metrics-relist-interval=1m
         - --v=4
         - --config=/etc/adapter/config.yaml
         ports:
         - containerPort: 6443
@@ -69,13 +68,13 @@

             cpu: 148m
             memory: 258M
         securityContext:
           allowPrivilegeEscalation: false
           capabilities:
             drop:
-            - all
+            - ALL
           readOnlyRootFilesystem: true
           runAsNonRoot: true
           runAsUser: 10001
           seccompProfile:
             type: RuntimeDefault
         volumeMounts:
@@ -84,13 +83,12 @@

           readOnly: true
         - mountPath: /tmp
           name: tmp
       nodeSelector: {}
       affinity: {}
       topologySpreadConstraints: []
-      priorityClassName: null
       securityContext:
         fsGroup: 10001
       tolerations: []
       volumes:
       - name: config
         configMap:
--- kubernetes HelmRelease: observability/prometheus-adapter Service: observability/prometheus-adapter

+++ kubernetes HelmRelease: observability/prometheus-adapter Service: observability/prometheus-adapter

@@ -10,12 +10,13 @@

     app.kubernetes.io/instance: prometheus-adapter
   name: prometheus-adapter
   namespace: observability
 spec:
   ports:
   - port: 443
+    name: https
     protocol: TCP
     targetPort: https
   selector:
     app.kubernetes.io/name: prometheus-adapter
     app.kubernetes.io/instance: prometheus-adapter
   type: ClusterIP

@obocaman obocaman bot force-pushed the renovate/prometheus-adapter-4.x branch 10 times, most recently from ff8a733 to f1d527d Compare April 13, 2024 01:19
@obocaman obocaman bot force-pushed the renovate/prometheus-adapter-4.x branch 11 times, most recently from db70627 to 6f0cd09 Compare April 20, 2024 01:29
@obocaman obocaman bot force-pushed the renovate/prometheus-adapter-4.x branch 2 times, most recently from 8340209 to ce1ca08 Compare April 27, 2024 01:27
@obocaman obocaman bot force-pushed the renovate/prometheus-adapter-4.x branch 8 times, most recently from 5cf1cf2 to c0b5250 Compare May 5, 2024 19:25
@obocaman obocaman bot force-pushed the renovate/prometheus-adapter-4.x branch from c0b5250 to 78128e6 Compare May 9, 2024 05:06
@oscaromeu oscaromeu closed this Jun 16, 2024
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/minor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant