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): update metrics-server ( 3.12.1 β†’ 3.12.2 ) #1448

Merged
merged 1 commit into from
Oct 14, 2024

Conversation

ergho-bot[bot]
Copy link
Contributor

@ergho-bot ergho-bot bot commented Oct 7, 2024

This PR contains the following updates:

Package Update Change
metrics-server patch 3.12.1 -> 3.12.2

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.

@ergho-bot
Copy link
Contributor Author

ergho-bot bot commented Oct 7, 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.1
+        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

@ergho-bot
Copy link
Contributor Author

ergho-bot bot commented Oct 7, 2024

--- cluster/apps/kube-system/metrics-server/app Kustomization: flux-system/cluster-apps-metrics-server HelmRelease: kube-system/metrics-server

+++ cluster/apps/kube-system/metrics-server/app Kustomization: flux-system/cluster-apps-metrics-server HelmRelease: kube-system/metrics-server

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

     spec:
       chart: metrics-server
       sourceRef:
         kind: HelmRepository
         name: metrics-server-charts
         namespace: flux-system
-      version: 3.12.1
+      version: 3.12.2
   install:
     createNamespace: true
     remediation:
       retries: 3
   interval: 15m
   maxHistory: 3

@ergho-bot ergho-bot bot removed the area/cluster label Oct 8, 2024
@ergho ergho merged commit d2efb67 into main Oct 14, 2024
8 checks passed
@ergho ergho deleted the renovate/metrics-server-3.x branch October 14, 2024 13:53
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.

1 participant