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(helm): update chart metrics-server to 3.10.0 #669

Merged
merged 1 commit into from
Apr 12, 2023

Conversation

snoopy82481-bot[bot]
Copy link
Contributor

This PR contains the following updates:

Package Update Change
metrics-server minor 3.9.0 -> 3.10.0

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.

| datasource | package        | from  | to     |
| ---------- | -------------- | ----- | ------ |
| helm       | metrics-server | 3.9.0 | 3.10.0 |
@snoopy82481-bot snoopy82481-bot bot requested a review from snoopy82481 as a code owner April 12, 2023 17:11
@snoopy82481-bot snoopy82481-bot bot added renovate/helm type/minor area/kubernetes Changes made in the kubernetes namespace directory size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Apr 12, 2023
@snoopy82481-bot
Copy link
Contributor Author

Helm Release: k8s/namespaces/clusters/base/kube-system/metrics-server/helm-release.yaml

(file level)
  - one document removed:
    ---
    # Source: metrics-server/templates/rolebinding.yaml
    apiVersion: rbac.authorization.k8s.io/v1
    kind: RoleBinding
    metadata:
      name: metrics-server-auth-reader
      namespace: default
    roleRef:
      name: extension-apiserver-authentication-reader
      apiGroup: rbac.authorization.k8s.io
      kind: Role
    subjects:
    - name: metrics-server
      kind: ServiceAccount
      namespace: default
  
    ---
    # Source: metrics-server/templates/rolebinding.yaml
    apiVersion: rbac.authorization.k8s.io/v1
    kind: RoleBinding
    metadata:
      name: metrics-server-auth-reader
      namespace: kube-system
    roleRef:
      name: extension-apiserver-authentication-reader
      apiGroup: rbac.authorization.k8s.io
      kind: Role
    subjects:
    - name: metrics-server
      kind: ServiceAccount
      namespace: default
  

spec.template.spec.containers.metrics-server.securityContext  (Deployment/default/metrics-server)
  + two map entries added:
    capabilities:
      drop:
      - ALL
    seccompProfile:
      type: RuntimeDefault

spec.template.spec.containers.metrics-server.args  (Deployment/default/metrics-server)
  - one list entry removed:     + one list entry added:
    - --secure-port=4443          - --secure-port=10250

spec.template.spec.containers.metrics-server.ports.https.containerPort  (Deployment/default/metrics-server)
  ± value change
    - 4443
    + 10250

@snoopy82481-bot
Copy link
Contributor Author

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ COPYPASTE jscpd yes no 1.29s
✅ REPOSITORY git_diff yes no 0.02s
✅ REPOSITORY secretlint yes no 1.84s
✅ YAML prettier 1 0 0.41s
✅ YAML yamllint 1 0 0.21s

See detailed report in MegaLinter reports
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff

MegaLinter is graciously provided by OX Security

@snoopy82481 snoopy82481 merged commit ac1babc into main Apr 12, 2023
@snoopy82481 snoopy82481 deleted the renovate/metrics-server-3.x branch April 12, 2023 20:51
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 namespace directory renovate/helm size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. type/minor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant