Skip to content

Commit

Permalink
Update MCM to v0.41.0 (#215)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerrit91 authored Oct 19, 2021
1 parent 6761f46 commit d3e52f2
Show file tree
Hide file tree
Showing 5 changed files with 62 additions and 42 deletions.
4 changes: 2 additions & 2 deletions charts/images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ images:
- name: machine-controller-manager
sourceRepository: github.com/gardener/machine-controller-manager
repository: eu.gcr.io/gardener-project/gardener/machine-controller-manager
tag: "0.35.0"
tag: "0.41.0"
- name: machine-controller-manager-provider-metal
sourceRepository: https://github.com/metal-stack/machine-controller-manager-provider-metal
repository: ghcr.io/metal-stack/machine-controller-manager-provider-metal
tag: "v0.1.5"
tag: "v0.1.7"
- name: auditforwarder
sourceRepository: https://github.com/metal-stack/audit-forwarder
repository: ghcr.io/metal-stack/audit-forwarder
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
name: extensions.gardener.cloud:{{ .Values.providerName }}:{{ .Release.Namespace }}:machine-controller-manager
ownerReferences:
- apiVersion: v1
kind: Namespace
name: {{ .Release.Namespace }}
uid: {{ .Values.namespace.uid }}
controller: true
blockOwnerDeletion: true
rules:
- apiGroups:
- machine.sapcloud.io
Expand All @@ -13,8 +20,6 @@ rules:
- apiGroups:
- ""
resources:
- nodes
- nodes/status
- configmaps
- secrets
- endpoints
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,18 @@ rules:
- patch
- update
- watch
- apiGroups:
- policy
resources:
- poddisruptionbudgets
verbs:
- list
- watch
- apiGroups:
- storage.k8s.io
resources:
- volumeattachments
verbs:
- get
- list
- watch
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ require (
github.com/gardener/etcd-druid v0.5.0
github.com/gardener/external-dns-management v0.10.7
github.com/gardener/gardener v1.23.4
github.com/gardener/machine-controller-manager v0.36.0
github.com/gardener/machine-controller-manager v0.41.0
github.com/go-logr/logr v1.0.0
github.com/golang/mock v1.6.0
github.com/google/go-cmp v0.5.6
github.com/google/uuid v1.3.0
github.com/imdario/mergo v0.3.12
github.com/metal-stack/duros-controller v0.3.2
github.com/metal-stack/firewall-controller v1.1.2
github.com/metal-stack/machine-controller-manager-provider-metal v0.1.6
github.com/metal-stack/machine-controller-manager-provider-metal v0.1.7
github.com/metal-stack/metal-go v0.15.7
github.com/metal-stack/metal-lib v0.9.0
github.com/onsi/ginkgo v1.16.5
Expand Down
Loading

0 comments on commit d3e52f2

Please sign in to comment.