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(helm/metrics-server): update 3.12.0 ➼ 3.12.2 #732

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

Conversation

tinfoild[bot]
Copy link
Contributor

@tinfoild tinfoild bot commented Apr 5, 2024

This PR contains the following updates:

Package Update Change OpenSSF
metrics-server patch 3.12.0 -> 3.12.2 OpenSSF Scorecard

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


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

This PR has been generated by Renovate Bot.

@tinfoild tinfoild bot requested a review from JJGadgets as a code owner April 5, 2024 19:20
@tinfoild tinfoild bot added the type/patch label Apr 5, 2024
Copy link

cloudflare-workers-and-pages bot commented Apr 5, 2024

Deploying jjgadgets-biohazard with  Cloudflare Pages  Cloudflare Pages

Latest commit: ca86f7f
Status: ✅  Deploy successful!
Preview URL: https://e4d093ae.jjgadgets-biohazard.pages.dev
Branch Preview URL: https://renovate-metrics-server-3-12.jjgadgets-biohazard.pages.dev

View logs

@tinfoild
Copy link
Contributor Author

tinfoild bot commented Apr 5, 2024

--- kube/deploy/core/monitoring/metrics-server/app Kustomization: flux-system/1-core-monitoring-metrics-server-app HelmRelease: kube-system/metrics-server

+++ kube/deploy/core/monitoring/metrics-server/app Kustomization: flux-system/1-core-monitoring-metrics-server-app HelmRelease: kube-system/metrics-server

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

     spec:
       chart: metrics-server
       sourceRef:
         kind: HelmRepository
         name: metrics-server
         namespace: flux-system
-      version: 3.12.0
+      version: 3.12.2
   driftDetection:
     ignore:
     - paths:
       - /spec/replicas
     mode: warn
   install:

@tinfoild
Copy link
Contributor Author

tinfoild bot commented Apr 5, 2024

--- HelmRelease: kube-system/metrics-server Service: kube-system/metrics-server

+++ HelmRelease: kube-system/metrics-server Service: kube-system/metrics-server

@@ -12,10 +12,11 @@

   type: ClusterIP
   ports:
   - name: https
     port: 443
     protocol: TCP
     targetPort: https
+    appProtocol: https
   selector:
     app.kubernetes.io/name: metrics-server
     app.kubernetes.io/instance: metrics-server
 
--- HelmRelease: kube-system/metrics-server Deployment: kube-system/metrics-server

+++ HelmRelease: kube-system/metrics-server Deployment: kube-system/metrics-server

@@ -17,13 +17,12 @@

   template:
     metadata:
       labels:
         app.kubernetes.io/name: metrics-server
         app.kubernetes.io/instance: metrics-server
     spec:
-      schedulerName: null
       serviceAccountName: metrics-server
       priorityClassName: system-cluster-critical
       containers:
       - name: metrics-server
         securityContext:
           allowPrivilegeEscalation: false
@@ -32,13 +31,13 @@

             - ALL
           readOnlyRootFilesystem: true
           runAsNonRoot: true
           runAsUser: 1000
           seccompProfile:
             type: RuntimeDefault
-        image: registry.k8s.io/metrics-server/metrics-server:v0.7.0
+        image: registry.k8s.io/metrics-server/metrics-server:v0.7.2
         imagePullPolicy: IfNotPresent
         args:
         - --secure-port=10250
         - --cert-dir=/tmp
         - --kubelet-preferred-address-types=InternalIP,ExternalIP,Hostname
         - --kubelet-use-node-status-port
--- HelmRelease: kube-system/metrics-server ServiceMonitor: kube-system/metrics-server

+++ HelmRelease: kube-system/metrics-server ServiceMonitor: kube-system/metrics-server

@@ -6,13 +6,13 @@

   namespace: kube-system
   labels:
     app.kubernetes.io/name: metrics-server
     app.kubernetes.io/instance: metrics-server
     app.kubernetes.io/managed-by: Helm
 spec:
-  jobLabel: metrics-server
+  jobLabel: app.kubernetes.io/instance
   namespaceSelector:
     matchNames:
     - kube-system
   selector:
     matchLabels:
       app.kubernetes.io/name: metrics-server

@tinfoild tinfoild bot force-pushed the renovate/metrics-server-3.12.x branch from 9449e2e to 4fde2b2 Compare April 5, 2024 23:20
@JJGadgets JJGadgets force-pushed the main branch 10 times, most recently from 751a93d to dca5afb Compare April 23, 2024 17:50
@JJGadgets JJGadgets force-pushed the main branch 4 times, most recently from 12a15a8 to 7d82757 Compare April 28, 2024 21:04
@JJGadgets JJGadgets force-pushed the main branch 2 times, most recently from a98348d to 74b5ce6 Compare May 27, 2024 02:31
@tinfoild tinfoild bot force-pushed the renovate/metrics-server-3.12.x branch 4 times, most recently from 358419b to 6cf15ca Compare June 24, 2024 16:22
@tinfoild tinfoild bot force-pushed the renovate/metrics-server-3.12.x branch 2 times, most recently from 501a599 to d44adbd Compare July 8, 2024 17:57
@tinfoild tinfoild bot force-pushed the renovate/metrics-server-3.12.x branch 5 times, most recently from f3233d3 to f315d46 Compare October 7, 2024 21:40
@tinfoild tinfoild bot changed the title fix(helm): update chart metrics-server to 3.12.1 fix(helm): update chart metrics-server to 3.12.2 Oct 7, 2024
@tinfoild tinfoild bot force-pushed the renovate/metrics-server-3.12.x branch from f315d46 to 9087edd Compare October 22, 2024 04:47
@tinfoild tinfoild bot changed the title fix(helm): update chart metrics-server to 3.12.2 fix(helm/metrics-server): update helm release metrics-server ➼ 3.12.2 Dec 4, 2024
@tinfoild tinfoild bot force-pushed the renovate/metrics-server-3.12.x branch from 9087edd to 591d12c Compare December 4, 2024 11:40
@tinfoild tinfoild bot changed the title fix(helm/metrics-server): update helm release metrics-server ➼ 3.12.2 fix(helm/metrics-server): update ➼ 3.12.2 Dec 4, 2024
@tinfoild tinfoild bot changed the title fix(helm/metrics-server): update ➼ 3.12.2 fix(helm/metrics-server): update 3.12.0 ➼ 3.12.2 Dec 4, 2024
@tinfoild tinfoild bot force-pushed the renovate/metrics-server-3.12.x branch from 591d12c to 270c475 Compare December 5, 2024 09:58
@tinfoild tinfoild bot force-pushed the renovate/metrics-server-3.12.x branch 3 times, most recently from 2423e55 to 1f21485 Compare December 6, 2024 02:22
@tinfoild tinfoild bot force-pushed the renovate/metrics-server-3.12.x branch from 1f21485 to ca86f7f Compare December 6, 2024 15:39
@tinfoild tinfoild bot changed the title fix(helm/metrics-server): update 3.12.0 ➼ 3.12.2 fix(helm/metrics-server): update 3.12.0 ➼ 3.12.2 - autoclosed Dec 16, 2024
@tinfoild tinfoild bot closed this Dec 16, 2024
@tinfoild tinfoild bot deleted the renovate/metrics-server-3.12.x branch December 16, 2024 05:13
@tinfoild tinfoild bot changed the title fix(helm/metrics-server): update 3.12.0 ➼ 3.12.2 - autoclosed fix(helm/metrics-server): update 3.12.0 ➼ 3.12.2 Dec 16, 2024
@tinfoild tinfoild bot reopened this Dec 16, 2024
@tinfoild tinfoild bot force-pushed the renovate/metrics-server-3.12.x branch from aeaef96 to ca86f7f Compare December 16, 2024 05:34
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