-
Notifications
You must be signed in to change notification settings - Fork 0
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(charts): update kubernetes-dashboard to 5.11.0 #181
base: main
Are you sure you want to change the base?
Conversation
Path: @@ -19,6 +19,7 @@
app.kubernetes.io/name: kubernetes-dashboard
app.kubernetes.io/instance: kubernetes-dashboard
app.kubernetes.io/managed-by: Helm
+ annotations:
name: kubernetes-dashboard
# Source: kubernetes-dashboard/templates/secret.yaml
@@ -44,6 +45,7 @@
app.kubernetes.io/name: kubernetes-dashboard
app.kubernetes.io/instance: kubernetes-dashboard
app.kubernetes.io/managed-by: Helm
+ annotations:
name: kubernetes-dashboard-certs
type: Opaque
---
@@ -93,6 +95,7 @@
app.kubernetes.io/name: kubernetes-dashboard
app.kubernetes.io/instance: kubernetes-dashboard
app.kubernetes.io/managed-by: Helm
+ annotations:
name: kubernetes-dashboard-settings
data:
@@ -119,6 +122,7 @@
app.kubernetes.io/name: kubernetes-dashboard
app.kubernetes.io/instance: kubernetes-dashboard
app.kubernetes.io/managed-by: Helm
+ annotations:
rules:
# Allow Metrics Scraper to get metrics from the Metrics server
- apiGroups: ["metrics.k8s.io"]
@@ -148,6 +152,7 @@
app.kubernetes.io/name: kubernetes-dashboard
app.kubernetes.io/instance: kubernetes-dashboard
app.kubernetes.io/managed-by: Helm
+ annotations:
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
@@ -180,6 +185,7 @@
app.kubernetes.io/name: kubernetes-dashboard
app.kubernetes.io/instance: kubernetes-dashboard
app.kubernetes.io/managed-by: Helm
+ annotations:
rules:
# Allow Dashboard to get, update and delete Dashboard exclusive secrets.
- apiGroups: [""]
@@ -224,6 +230,7 @@
app.kubernetes.io/name: kubernetes-dashboard
app.kubernetes.io/instance: kubernetes-dashboard
app.kubernetes.io/managed-by: Helm
+ annotations:
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: Role
@@ -291,6 +298,7 @@
kind: Deployment
metadata:
name: kubernetes-dashboard
+ annotations:
labels:
app.kubernetes.io/name: kubernetes-dashboard
app.kubernetes.io/instance: kubernetes-dashboard
@@ -310,6 +318,7 @@
app.kubernetes.io/component: kubernetes-dashboard
template:
metadata:
+ annotations:
labels:
app.kubernetes.io/name: kubernetes-dashboard
app.kubernetes.io/instance: kubernetes-dashboard
@@ -322,7 +331,7 @@
serviceAccountName: kubernetes-dashboard
containers:
- name: kubernetes-dashboard
- image: "kubernetesui/dashboard:v2.3.1"
+ image: "kubernetesui/dashboard:v2.4.0"
imagePullPolicy: IfNotPresent
args:
- --namespace=default
@@ -437,7 +446,24 @@
---
{}
-# Source: kubernetes-dashboard/templates/psp.yaml
+# Source: kubernetes-dashboard/templates/pdb.yaml
+# Copyright 2017 The Kubernetes Authors.
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+---
+{}
+
+# Source: kubernetes-dashboard/templates/servicemonitor.yaml
# Copyright 2017 The Kubernetes Authors.
#
# Licensed under the Apache License, Version 2.0 (the "License"); |
b55010b
to
8e59d23
Compare
Path: @@ -19,6 +19,7 @@
app.kubernetes.io/name: kubernetes-dashboard
app.kubernetes.io/instance: kubernetes-dashboard
app.kubernetes.io/managed-by: Helm
+ annotations:
name: kubernetes-dashboard
# Source: kubernetes-dashboard/templates/secret.yaml
@@ -44,6 +45,7 @@
app.kubernetes.io/name: kubernetes-dashboard
app.kubernetes.io/instance: kubernetes-dashboard
app.kubernetes.io/managed-by: Helm
+ annotations:
name: kubernetes-dashboard-certs
type: Opaque
---
@@ -93,6 +95,7 @@
app.kubernetes.io/name: kubernetes-dashboard
app.kubernetes.io/instance: kubernetes-dashboard
app.kubernetes.io/managed-by: Helm
+ annotations:
name: kubernetes-dashboard-settings
data:
@@ -119,6 +122,7 @@
app.kubernetes.io/name: kubernetes-dashboard
app.kubernetes.io/instance: kubernetes-dashboard
app.kubernetes.io/managed-by: Helm
+ annotations:
rules:
# Allow Metrics Scraper to get metrics from the Metrics server
- apiGroups: ["metrics.k8s.io"]
@@ -148,6 +152,7 @@
app.kubernetes.io/name: kubernetes-dashboard
app.kubernetes.io/instance: kubernetes-dashboard
app.kubernetes.io/managed-by: Helm
+ annotations:
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
@@ -180,6 +185,7 @@
app.kubernetes.io/name: kubernetes-dashboard
app.kubernetes.io/instance: kubernetes-dashboard
app.kubernetes.io/managed-by: Helm
+ annotations:
rules:
# Allow Dashboard to get, update and delete Dashboard exclusive secrets.
- apiGroups: [""]
@@ -224,6 +230,7 @@
app.kubernetes.io/name: kubernetes-dashboard
app.kubernetes.io/instance: kubernetes-dashboard
app.kubernetes.io/managed-by: Helm
+ annotations:
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: Role
@@ -291,6 +298,7 @@
kind: Deployment
metadata:
name: kubernetes-dashboard
+ annotations:
labels:
app.kubernetes.io/name: kubernetes-dashboard
app.kubernetes.io/instance: kubernetes-dashboard
@@ -310,6 +318,7 @@
app.kubernetes.io/component: kubernetes-dashboard
template:
metadata:
+ annotations:
labels:
app.kubernetes.io/name: kubernetes-dashboard
app.kubernetes.io/instance: kubernetes-dashboard
@@ -322,7 +331,7 @@
serviceAccountName: kubernetes-dashboard
containers:
- name: kubernetes-dashboard
- image: "kubernetesui/dashboard:v2.3.1"
+ image: "kubernetesui/dashboard:v2.4.0"
imagePullPolicy: IfNotPresent
args:
- --namespace=default
@@ -437,7 +446,24 @@
---
{}
-# Source: kubernetes-dashboard/templates/psp.yaml
+# Source: kubernetes-dashboard/templates/pdb.yaml
+# Copyright 2017 The Kubernetes Authors.
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+---
+{}
+
+# Source: kubernetes-dashboard/templates/servicemonitor.yaml
# Copyright 2017 The Kubernetes Authors.
#
# Licensed under the Apache License, Version 2.0 (the "License"); |
8e59d23
to
95cfc5c
Compare
Path: @@ -19,6 +19,7 @@
app.kubernetes.io/name: kubernetes-dashboard
app.kubernetes.io/instance: kubernetes-dashboard
app.kubernetes.io/managed-by: Helm
+ annotations:
name: kubernetes-dashboard
# Source: kubernetes-dashboard/templates/secret.yaml
@@ -44,6 +45,7 @@
app.kubernetes.io/name: kubernetes-dashboard
app.kubernetes.io/instance: kubernetes-dashboard
app.kubernetes.io/managed-by: Helm
+ annotations:
name: kubernetes-dashboard-certs
type: Opaque
---
@@ -93,6 +95,7 @@
app.kubernetes.io/name: kubernetes-dashboard
app.kubernetes.io/instance: kubernetes-dashboard
app.kubernetes.io/managed-by: Helm
+ annotations:
name: kubernetes-dashboard-settings
data:
@@ -119,6 +122,7 @@
app.kubernetes.io/name: kubernetes-dashboard
app.kubernetes.io/instance: kubernetes-dashboard
app.kubernetes.io/managed-by: Helm
+ annotations:
rules:
# Allow Metrics Scraper to get metrics from the Metrics server
- apiGroups: ["metrics.k8s.io"]
@@ -148,6 +152,7 @@
app.kubernetes.io/name: kubernetes-dashboard
app.kubernetes.io/instance: kubernetes-dashboard
app.kubernetes.io/managed-by: Helm
+ annotations:
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
@@ -180,6 +185,7 @@
app.kubernetes.io/name: kubernetes-dashboard
app.kubernetes.io/instance: kubernetes-dashboard
app.kubernetes.io/managed-by: Helm
+ annotations:
rules:
# Allow Dashboard to get, update and delete Dashboard exclusive secrets.
- apiGroups: [""]
@@ -224,6 +230,7 @@
app.kubernetes.io/name: kubernetes-dashboard
app.kubernetes.io/instance: kubernetes-dashboard
app.kubernetes.io/managed-by: Helm
+ annotations:
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: Role
@@ -291,6 +298,7 @@
kind: Deployment
metadata:
name: kubernetes-dashboard
+ annotations:
labels:
app.kubernetes.io/name: kubernetes-dashboard
app.kubernetes.io/instance: kubernetes-dashboard
@@ -310,6 +318,7 @@
app.kubernetes.io/component: kubernetes-dashboard
template:
metadata:
+ annotations:
labels:
app.kubernetes.io/name: kubernetes-dashboard
app.kubernetes.io/instance: kubernetes-dashboard
@@ -322,7 +331,7 @@
serviceAccountName: kubernetes-dashboard
containers:
- name: kubernetes-dashboard
- image: "kubernetesui/dashboard:v2.3.1"
+ image: "kubernetesui/dashboard:v2.4.0"
imagePullPolicy: IfNotPresent
args:
- --namespace=default
@@ -437,7 +446,24 @@
---
{}
-# Source: kubernetes-dashboard/templates/psp.yaml
+# Source: kubernetes-dashboard/templates/pdb.yaml
+# Copyright 2017 The Kubernetes Authors.
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+---
+{}
+
+# Source: kubernetes-dashboard/templates/servicemonitor.yaml
# Copyright 2017 The Kubernetes Authors.
#
# Licensed under the Apache License, Version 2.0 (the "License"); |
95cfc5c
to
427839f
Compare
Path: @@ -19,6 +19,7 @@
app.kubernetes.io/name: kubernetes-dashboard
app.kubernetes.io/instance: kubernetes-dashboard
app.kubernetes.io/managed-by: Helm
+ annotations:
name: kubernetes-dashboard
# Source: kubernetes-dashboard/templates/secret.yaml
@@ -44,6 +45,7 @@
app.kubernetes.io/name: kubernetes-dashboard
app.kubernetes.io/instance: kubernetes-dashboard
app.kubernetes.io/managed-by: Helm
+ annotations:
name: kubernetes-dashboard-certs
type: Opaque
---
@@ -93,6 +95,7 @@
app.kubernetes.io/name: kubernetes-dashboard
app.kubernetes.io/instance: kubernetes-dashboard
app.kubernetes.io/managed-by: Helm
+ annotations:
name: kubernetes-dashboard-settings
data:
@@ -119,6 +122,7 @@
app.kubernetes.io/name: kubernetes-dashboard
app.kubernetes.io/instance: kubernetes-dashboard
app.kubernetes.io/managed-by: Helm
+ annotations:
rules:
# Allow Metrics Scraper to get metrics from the Metrics server
- apiGroups: ["metrics.k8s.io"]
@@ -148,6 +152,7 @@
app.kubernetes.io/name: kubernetes-dashboard
app.kubernetes.io/instance: kubernetes-dashboard
app.kubernetes.io/managed-by: Helm
+ annotations:
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
@@ -180,6 +185,7 @@
app.kubernetes.io/name: kubernetes-dashboard
app.kubernetes.io/instance: kubernetes-dashboard
app.kubernetes.io/managed-by: Helm
+ annotations:
rules:
# Allow Dashboard to get, update and delete Dashboard exclusive secrets.
- apiGroups: [""]
@@ -224,6 +230,7 @@
app.kubernetes.io/name: kubernetes-dashboard
app.kubernetes.io/instance: kubernetes-dashboard
app.kubernetes.io/managed-by: Helm
+ annotations:
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: Role
@@ -291,6 +298,7 @@
kind: Deployment
metadata:
name: kubernetes-dashboard
+ annotations:
labels:
app.kubernetes.io/name: kubernetes-dashboard
app.kubernetes.io/instance: kubernetes-dashboard
@@ -310,6 +318,7 @@
app.kubernetes.io/component: kubernetes-dashboard
template:
metadata:
+ annotations:
labels:
app.kubernetes.io/name: kubernetes-dashboard
app.kubernetes.io/instance: kubernetes-dashboard
@@ -322,7 +331,7 @@
serviceAccountName: kubernetes-dashboard
containers:
- name: kubernetes-dashboard
- image: "kubernetesui/dashboard:v2.3.1"
+ image: "kubernetesui/dashboard:v2.5.0"
imagePullPolicy: IfNotPresent
args:
- --namespace=default
@@ -437,7 +446,24 @@
---
{}
-# Source: kubernetes-dashboard/templates/psp.yaml
+# Source: kubernetes-dashboard/templates/pdb.yaml
+# Copyright 2017 The Kubernetes Authors.
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+---
+{}
+
+# Source: kubernetes-dashboard/templates/servicemonitor.yaml
# Copyright 2017 The Kubernetes Authors.
#
# Licensed under the Apache License, Version 2.0 (the "License"); |
427839f
to
e9c9045
Compare
Path: @@ -19,6 +19,7 @@
app.kubernetes.io/name: kubernetes-dashboard
app.kubernetes.io/instance: kubernetes-dashboard
app.kubernetes.io/managed-by: Helm
+ annotations:
name: kubernetes-dashboard
# Source: kubernetes-dashboard/templates/secret.yaml
@@ -44,6 +45,7 @@
app.kubernetes.io/name: kubernetes-dashboard
app.kubernetes.io/instance: kubernetes-dashboard
app.kubernetes.io/managed-by: Helm
+ annotations:
name: kubernetes-dashboard-certs
type: Opaque
---
@@ -93,6 +95,7 @@
app.kubernetes.io/name: kubernetes-dashboard
app.kubernetes.io/instance: kubernetes-dashboard
app.kubernetes.io/managed-by: Helm
+ annotations:
name: kubernetes-dashboard-settings
data:
@@ -119,6 +122,7 @@
app.kubernetes.io/name: kubernetes-dashboard
app.kubernetes.io/instance: kubernetes-dashboard
app.kubernetes.io/managed-by: Helm
+ annotations:
rules:
# Allow Metrics Scraper to get metrics from the Metrics server
- apiGroups: ["metrics.k8s.io"]
@@ -148,6 +152,7 @@
app.kubernetes.io/name: kubernetes-dashboard
app.kubernetes.io/instance: kubernetes-dashboard
app.kubernetes.io/managed-by: Helm
+ annotations:
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
@@ -180,6 +185,7 @@
app.kubernetes.io/name: kubernetes-dashboard
app.kubernetes.io/instance: kubernetes-dashboard
app.kubernetes.io/managed-by: Helm
+ annotations:
rules:
# Allow Dashboard to get, update and delete Dashboard exclusive secrets.
- apiGroups: [""]
@@ -224,6 +230,7 @@
app.kubernetes.io/name: kubernetes-dashboard
app.kubernetes.io/instance: kubernetes-dashboard
app.kubernetes.io/managed-by: Helm
+ annotations:
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: Role
@@ -291,6 +298,7 @@
kind: Deployment
metadata:
name: kubernetes-dashboard
+ annotations:
labels:
app.kubernetes.io/name: kubernetes-dashboard
app.kubernetes.io/instance: kubernetes-dashboard
@@ -310,6 +318,7 @@
app.kubernetes.io/component: kubernetes-dashboard
template:
metadata:
+ annotations:
labels:
app.kubernetes.io/name: kubernetes-dashboard
app.kubernetes.io/instance: kubernetes-dashboard
@@ -322,7 +331,7 @@
serviceAccountName: kubernetes-dashboard
containers:
- name: kubernetes-dashboard
- image: "kubernetesui/dashboard:v2.3.1"
+ image: "kubernetesui/dashboard:v2.5.1"
imagePullPolicy: IfNotPresent
args:
- --namespace=default
@@ -437,7 +446,24 @@
---
{}
-# Source: kubernetes-dashboard/templates/psp.yaml
+# Source: kubernetes-dashboard/templates/pdb.yaml
+# Copyright 2017 The Kubernetes Authors.
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+---
+{}
+
+# Source: kubernetes-dashboard/templates/servicemonitor.yaml
# Copyright 2017 The Kubernetes Authors.
#
# Licensed under the Apache License, Version 2.0 (the "License"); |
e9c9045
to
3ffbf5b
Compare
Path: @@ -19,6 +19,7 @@
app.kubernetes.io/name: kubernetes-dashboard
app.kubernetes.io/instance: kubernetes-dashboard
app.kubernetes.io/managed-by: Helm
+ annotations:
name: kubernetes-dashboard
# Source: kubernetes-dashboard/templates/secret.yaml
@@ -44,6 +45,7 @@
app.kubernetes.io/name: kubernetes-dashboard
app.kubernetes.io/instance: kubernetes-dashboard
app.kubernetes.io/managed-by: Helm
+ annotations:
name: kubernetes-dashboard-certs
type: Opaque
---
@@ -93,6 +95,7 @@
app.kubernetes.io/name: kubernetes-dashboard
app.kubernetes.io/instance: kubernetes-dashboard
app.kubernetes.io/managed-by: Helm
+ annotations:
name: kubernetes-dashboard-settings
data:
@@ -119,6 +122,7 @@
app.kubernetes.io/name: kubernetes-dashboard
app.kubernetes.io/instance: kubernetes-dashboard
app.kubernetes.io/managed-by: Helm
+ annotations:
rules:
# Allow Metrics Scraper to get metrics from the Metrics server
- apiGroups: ["metrics.k8s.io"]
@@ -148,6 +152,7 @@
app.kubernetes.io/name: kubernetes-dashboard
app.kubernetes.io/instance: kubernetes-dashboard
app.kubernetes.io/managed-by: Helm
+ annotations:
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
@@ -180,6 +185,7 @@
app.kubernetes.io/name: kubernetes-dashboard
app.kubernetes.io/instance: kubernetes-dashboard
app.kubernetes.io/managed-by: Helm
+ annotations:
rules:
# Allow Dashboard to get, update and delete Dashboard exclusive secrets.
- apiGroups: [""]
@@ -224,6 +230,7 @@
app.kubernetes.io/name: kubernetes-dashboard
app.kubernetes.io/instance: kubernetes-dashboard
app.kubernetes.io/managed-by: Helm
+ annotations:
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: Role
@@ -291,6 +298,7 @@
kind: Deployment
metadata:
name: kubernetes-dashboard
+ annotations:
labels:
app.kubernetes.io/name: kubernetes-dashboard
app.kubernetes.io/instance: kubernetes-dashboard
@@ -310,6 +318,7 @@
app.kubernetes.io/component: kubernetes-dashboard
template:
metadata:
+ annotations:
labels:
app.kubernetes.io/name: kubernetes-dashboard
app.kubernetes.io/instance: kubernetes-dashboard
@@ -322,7 +331,7 @@
serviceAccountName: kubernetes-dashboard
containers:
- name: kubernetes-dashboard
- image: "kubernetesui/dashboard:v2.3.1"
+ image: "kubernetesui/dashboard:v2.5.1"
imagePullPolicy: IfNotPresent
args:
- --namespace=default
@@ -437,7 +446,24 @@
---
{}
-# Source: kubernetes-dashboard/templates/psp.yaml
+# Source: kubernetes-dashboard/templates/pdb.yaml
+# Copyright 2017 The Kubernetes Authors.
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+---
+{}
+
+# Source: kubernetes-dashboard/templates/servicemonitor.yaml
# Copyright 2017 The Kubernetes Authors.
#
# Licensed under the Apache License, Version 2.0 (the "License"); |
3ffbf5b
to
5413438
Compare
Path: @@ -19,6 +19,7 @@
app.kubernetes.io/name: kubernetes-dashboard
app.kubernetes.io/instance: kubernetes-dashboard
app.kubernetes.io/managed-by: Helm
+ annotations:
name: kubernetes-dashboard
# Source: kubernetes-dashboard/templates/secret.yaml
@@ -44,6 +45,7 @@
app.kubernetes.io/name: kubernetes-dashboard
app.kubernetes.io/instance: kubernetes-dashboard
app.kubernetes.io/managed-by: Helm
+ annotations:
name: kubernetes-dashboard-certs
type: Opaque
---
@@ -93,6 +95,7 @@
app.kubernetes.io/name: kubernetes-dashboard
app.kubernetes.io/instance: kubernetes-dashboard
app.kubernetes.io/managed-by: Helm
+ annotations:
name: kubernetes-dashboard-settings
data:
@@ -119,6 +122,7 @@
app.kubernetes.io/name: kubernetes-dashboard
app.kubernetes.io/instance: kubernetes-dashboard
app.kubernetes.io/managed-by: Helm
+ annotations:
rules:
# Allow Metrics Scraper to get metrics from the Metrics server
- apiGroups: ["metrics.k8s.io"]
@@ -148,6 +152,7 @@
app.kubernetes.io/name: kubernetes-dashboard
app.kubernetes.io/instance: kubernetes-dashboard
app.kubernetes.io/managed-by: Helm
+ annotations:
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
@@ -180,6 +185,7 @@
app.kubernetes.io/name: kubernetes-dashboard
app.kubernetes.io/instance: kubernetes-dashboard
app.kubernetes.io/managed-by: Helm
+ annotations:
rules:
# Allow Dashboard to get, update and delete Dashboard exclusive secrets.
- apiGroups: [""]
@@ -224,6 +230,7 @@
app.kubernetes.io/name: kubernetes-dashboard
app.kubernetes.io/instance: kubernetes-dashboard
app.kubernetes.io/managed-by: Helm
+ annotations:
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: Role
@@ -291,6 +298,7 @@
kind: Deployment
metadata:
name: kubernetes-dashboard
+ annotations:
labels:
app.kubernetes.io/name: kubernetes-dashboard
app.kubernetes.io/instance: kubernetes-dashboard
@@ -310,6 +318,7 @@
app.kubernetes.io/component: kubernetes-dashboard
template:
metadata:
+ annotations:
labels:
app.kubernetes.io/name: kubernetes-dashboard
app.kubernetes.io/instance: kubernetes-dashboard
@@ -322,7 +331,7 @@
serviceAccountName: kubernetes-dashboard
containers:
- name: kubernetes-dashboard
- image: "kubernetesui/dashboard:v2.3.1"
+ image: "kubernetesui/dashboard:v2.5.1"
imagePullPolicy: IfNotPresent
args:
- --namespace=default
@@ -437,7 +446,24 @@
---
{}
-# Source: kubernetes-dashboard/templates/psp.yaml
+# Source: kubernetes-dashboard/templates/pdb.yaml
+# Copyright 2017 The Kubernetes Authors.
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+---
+{}
+
+# Source: kubernetes-dashboard/templates/servicemonitor.yaml
# Copyright 2017 The Kubernetes Authors.
#
# Licensed under the Apache License, Version 2.0 (the "License"); |
5413438
to
ba87056
Compare
Path: @@ -19,6 +19,7 @@
app.kubernetes.io/name: kubernetes-dashboard
app.kubernetes.io/instance: kubernetes-dashboard
app.kubernetes.io/managed-by: Helm
+ annotations:
name: kubernetes-dashboard
# Source: kubernetes-dashboard/templates/secret.yaml
@@ -44,6 +45,7 @@
app.kubernetes.io/name: kubernetes-dashboard
app.kubernetes.io/instance: kubernetes-dashboard
app.kubernetes.io/managed-by: Helm
+ annotations:
name: kubernetes-dashboard-certs
type: Opaque
---
@@ -93,6 +95,7 @@
app.kubernetes.io/name: kubernetes-dashboard
app.kubernetes.io/instance: kubernetes-dashboard
app.kubernetes.io/managed-by: Helm
+ annotations:
name: kubernetes-dashboard-settings
data:
@@ -119,6 +122,7 @@
app.kubernetes.io/name: kubernetes-dashboard
app.kubernetes.io/instance: kubernetes-dashboard
app.kubernetes.io/managed-by: Helm
+ annotations:
rules:
# Allow Metrics Scraper to get metrics from the Metrics server
- apiGroups: ["metrics.k8s.io"]
@@ -148,6 +152,7 @@
app.kubernetes.io/name: kubernetes-dashboard
app.kubernetes.io/instance: kubernetes-dashboard
app.kubernetes.io/managed-by: Helm
+ annotations:
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
@@ -180,6 +185,7 @@
app.kubernetes.io/name: kubernetes-dashboard
app.kubernetes.io/instance: kubernetes-dashboard
app.kubernetes.io/managed-by: Helm
+ annotations:
rules:
# Allow Dashboard to get, update and delete Dashboard exclusive secrets.
- apiGroups: [""]
@@ -224,6 +230,7 @@
app.kubernetes.io/name: kubernetes-dashboard
app.kubernetes.io/instance: kubernetes-dashboard
app.kubernetes.io/managed-by: Helm
+ annotations:
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: Role
@@ -291,6 +298,7 @@
kind: Deployment
metadata:
name: kubernetes-dashboard
+ annotations:
labels:
app.kubernetes.io/name: kubernetes-dashboard
app.kubernetes.io/instance: kubernetes-dashboard
@@ -310,6 +318,7 @@
app.kubernetes.io/component: kubernetes-dashboard
template:
metadata:
+ annotations:
labels:
app.kubernetes.io/name: kubernetes-dashboard
app.kubernetes.io/instance: kubernetes-dashboard
@@ -322,7 +331,7 @@
serviceAccountName: kubernetes-dashboard
containers:
- name: kubernetes-dashboard
- image: "kubernetesui/dashboard:v2.3.1"
+ image: "kubernetesui/dashboard:v2.6.0"
imagePullPolicy: IfNotPresent
args:
- --namespace=default
@@ -437,7 +446,24 @@
---
{}
-# Source: kubernetes-dashboard/templates/psp.yaml
+# Source: kubernetes-dashboard/templates/pdb.yaml
+# Copyright 2017 The Kubernetes Authors.
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+---
+{}
+
+# Source: kubernetes-dashboard/templates/servicemonitor.yaml
# Copyright 2017 The Kubernetes Authors.
#
# Licensed under the Apache License, Version 2.0 (the "License"); |
ba87056
to
f70f4f3
Compare
Path: @@ -19,6 +19,7 @@
app.kubernetes.io/name: kubernetes-dashboard
app.kubernetes.io/instance: kubernetes-dashboard
app.kubernetes.io/managed-by: Helm
+ annotations:
name: kubernetes-dashboard
# Source: kubernetes-dashboard/templates/secret.yaml
@@ -44,6 +45,7 @@
app.kubernetes.io/name: kubernetes-dashboard
app.kubernetes.io/instance: kubernetes-dashboard
app.kubernetes.io/managed-by: Helm
+ annotations:
name: kubernetes-dashboard-certs
type: Opaque
---
@@ -93,6 +95,7 @@
app.kubernetes.io/name: kubernetes-dashboard
app.kubernetes.io/instance: kubernetes-dashboard
app.kubernetes.io/managed-by: Helm
+ annotations:
name: kubernetes-dashboard-settings
data:
@@ -119,6 +122,7 @@
app.kubernetes.io/name: kubernetes-dashboard
app.kubernetes.io/instance: kubernetes-dashboard
app.kubernetes.io/managed-by: Helm
+ annotations:
rules:
# Allow Metrics Scraper to get metrics from the Metrics server
- apiGroups: ["metrics.k8s.io"]
@@ -148,6 +152,7 @@
app.kubernetes.io/name: kubernetes-dashboard
app.kubernetes.io/instance: kubernetes-dashboard
app.kubernetes.io/managed-by: Helm
+ annotations:
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
@@ -180,6 +185,7 @@
app.kubernetes.io/name: kubernetes-dashboard
app.kubernetes.io/instance: kubernetes-dashboard
app.kubernetes.io/managed-by: Helm
+ annotations:
rules:
# Allow Dashboard to get, update and delete Dashboard exclusive secrets.
- apiGroups: [""]
@@ -224,6 +230,7 @@
app.kubernetes.io/name: kubernetes-dashboard
app.kubernetes.io/instance: kubernetes-dashboard
app.kubernetes.io/managed-by: Helm
+ annotations:
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: Role
@@ -291,6 +298,7 @@
kind: Deployment
metadata:
name: kubernetes-dashboard
+ annotations:
labels:
app.kubernetes.io/name: kubernetes-dashboard
app.kubernetes.io/instance: kubernetes-dashboard
@@ -310,6 +318,7 @@
app.kubernetes.io/component: kubernetes-dashboard
template:
metadata:
+ annotations:
labels:
app.kubernetes.io/name: kubernetes-dashboard
app.kubernetes.io/instance: kubernetes-dashboard
@@ -322,7 +331,7 @@
serviceAccountName: kubernetes-dashboard
containers:
- name: kubernetes-dashboard
- image: "kubernetesui/dashboard:v2.3.1"
+ image: "kubernetesui/dashboard:v2.6.1"
imagePullPolicy: IfNotPresent
args:
- --namespace=default
@@ -437,7 +446,24 @@
---
{}
-# Source: kubernetes-dashboard/templates/psp.yaml
+# Source: kubernetes-dashboard/templates/pdb.yaml
+# Copyright 2017 The Kubernetes Authors.
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+---
+{}
+
+# Source: kubernetes-dashboard/templates/servicemonitor.yaml
# Copyright 2017 The Kubernetes Authors.
#
# Licensed under the Apache License, Version 2.0 (the "License"); |
f70f4f3
to
06d60c1
Compare
Path: @@ -19,6 +19,7 @@
app.kubernetes.io/name: kubernetes-dashboard
app.kubernetes.io/instance: kubernetes-dashboard
app.kubernetes.io/managed-by: Helm
+ annotations:
name: kubernetes-dashboard
# Source: kubernetes-dashboard/templates/secret.yaml
@@ -44,6 +45,7 @@
app.kubernetes.io/name: kubernetes-dashboard
app.kubernetes.io/instance: kubernetes-dashboard
app.kubernetes.io/managed-by: Helm
+ annotations:
name: kubernetes-dashboard-certs
type: Opaque
---
@@ -93,6 +95,7 @@
app.kubernetes.io/name: kubernetes-dashboard
app.kubernetes.io/instance: kubernetes-dashboard
app.kubernetes.io/managed-by: Helm
+ annotations:
name: kubernetes-dashboard-settings
data:
@@ -119,6 +122,7 @@
app.kubernetes.io/name: kubernetes-dashboard
app.kubernetes.io/instance: kubernetes-dashboard
app.kubernetes.io/managed-by: Helm
+ annotations:
rules:
# Allow Metrics Scraper to get metrics from the Metrics server
- apiGroups: ["metrics.k8s.io"]
@@ -148,6 +152,7 @@
app.kubernetes.io/name: kubernetes-dashboard
app.kubernetes.io/instance: kubernetes-dashboard
app.kubernetes.io/managed-by: Helm
+ annotations:
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
@@ -180,6 +185,7 @@
app.kubernetes.io/name: kubernetes-dashboard
app.kubernetes.io/instance: kubernetes-dashboard
app.kubernetes.io/managed-by: Helm
+ annotations:
rules:
# Allow Dashboard to get, update and delete Dashboard exclusive secrets.
- apiGroups: [""]
@@ -224,6 +230,7 @@
app.kubernetes.io/name: kubernetes-dashboard
app.kubernetes.io/instance: kubernetes-dashboard
app.kubernetes.io/managed-by: Helm
+ annotations:
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: Role
@@ -291,6 +298,7 @@
kind: Deployment
metadata:
name: kubernetes-dashboard
+ annotations:
labels:
app.kubernetes.io/name: kubernetes-dashboard
app.kubernetes.io/instance: kubernetes-dashboard
@@ -310,6 +318,7 @@
app.kubernetes.io/component: kubernetes-dashboard
template:
metadata:
+ annotations:
labels:
app.kubernetes.io/name: kubernetes-dashboard
app.kubernetes.io/instance: kubernetes-dashboard
@@ -322,7 +331,7 @@
serviceAccountName: kubernetes-dashboard
containers:
- name: kubernetes-dashboard
- image: "kubernetesui/dashboard:v2.3.1"
+ image: "kubernetesui/dashboard:v2.6.1"
imagePullPolicy: IfNotPresent
args:
- --namespace=default
@@ -437,7 +446,24 @@
---
{}
-# Source: kubernetes-dashboard/templates/psp.yaml
+# Source: kubernetes-dashboard/templates/pdb.yaml
+# Copyright 2017 The Kubernetes Authors.
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+---
+{}
+
+# Source: kubernetes-dashboard/templates/servicemonitor.yaml
# Copyright 2017 The Kubernetes Authors.
#
# Licensed under the Apache License, Version 2.0 (the "License"); |
06d60c1
to
92e604b
Compare
Path: @@ -19,6 +19,7 @@
app.kubernetes.io/name: kubernetes-dashboard
app.kubernetes.io/instance: kubernetes-dashboard
app.kubernetes.io/managed-by: Helm
+ annotations:
name: kubernetes-dashboard
# Source: kubernetes-dashboard/templates/secret.yaml
@@ -44,6 +45,7 @@
app.kubernetes.io/name: kubernetes-dashboard
app.kubernetes.io/instance: kubernetes-dashboard
app.kubernetes.io/managed-by: Helm
+ annotations:
name: kubernetes-dashboard-certs
type: Opaque
---
@@ -93,6 +95,7 @@
app.kubernetes.io/name: kubernetes-dashboard
app.kubernetes.io/instance: kubernetes-dashboard
app.kubernetes.io/managed-by: Helm
+ annotations:
name: kubernetes-dashboard-settings
data:
@@ -119,6 +122,7 @@
app.kubernetes.io/name: kubernetes-dashboard
app.kubernetes.io/instance: kubernetes-dashboard
app.kubernetes.io/managed-by: Helm
+ annotations:
rules:
# Allow Metrics Scraper to get metrics from the Metrics server
- apiGroups: ["metrics.k8s.io"]
@@ -148,6 +152,7 @@
app.kubernetes.io/name: kubernetes-dashboard
app.kubernetes.io/instance: kubernetes-dashboard
app.kubernetes.io/managed-by: Helm
+ annotations:
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
@@ -180,6 +185,7 @@
app.kubernetes.io/name: kubernetes-dashboard
app.kubernetes.io/instance: kubernetes-dashboard
app.kubernetes.io/managed-by: Helm
+ annotations:
rules:
# Allow Dashboard to get, update and delete Dashboard exclusive secrets.
- apiGroups: [""]
@@ -224,6 +230,7 @@
app.kubernetes.io/name: kubernetes-dashboard
app.kubernetes.io/instance: kubernetes-dashboard
app.kubernetes.io/managed-by: Helm
+ annotations:
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: Role
@@ -291,6 +298,7 @@
kind: Deployment
metadata:
name: kubernetes-dashboard
+ annotations:
labels:
app.kubernetes.io/name: kubernetes-dashboard
app.kubernetes.io/instance: kubernetes-dashboard
@@ -310,6 +318,7 @@
app.kubernetes.io/component: kubernetes-dashboard
template:
metadata:
+ annotations:
labels:
app.kubernetes.io/name: kubernetes-dashboard
app.kubernetes.io/instance: kubernetes-dashboard
@@ -322,7 +331,7 @@
serviceAccountName: kubernetes-dashboard
containers:
- name: kubernetes-dashboard
- image: "kubernetesui/dashboard:v2.3.1"
+ image: "kubernetesui/dashboard:v2.6.1"
imagePullPolicy: IfNotPresent
args:
- --namespace=default
@@ -437,7 +446,24 @@
---
{}
-# Source: kubernetes-dashboard/templates/psp.yaml
+# Source: kubernetes-dashboard/templates/pdb.yaml
+# Copyright 2017 The Kubernetes Authors.
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+---
+{}
+
+# Source: kubernetes-dashboard/templates/servicemonitor.yaml
# Copyright 2017 The Kubernetes Authors.
#
# Licensed under the Apache License, Version 2.0 (the "License"); |
Signed-off-by: Isaac Wilson <[email protected]>
92e604b
to
c4883d3
Compare
Path: @@ -19,6 +19,7 @@
app.kubernetes.io/name: kubernetes-dashboard
app.kubernetes.io/instance: kubernetes-dashboard
app.kubernetes.io/managed-by: Helm
+ annotations:
name: kubernetes-dashboard
# Source: kubernetes-dashboard/templates/secret.yaml
@@ -44,6 +45,7 @@
app.kubernetes.io/name: kubernetes-dashboard
app.kubernetes.io/instance: kubernetes-dashboard
app.kubernetes.io/managed-by: Helm
+ annotations:
name: kubernetes-dashboard-certs
type: Opaque
---
@@ -93,6 +95,7 @@
app.kubernetes.io/name: kubernetes-dashboard
app.kubernetes.io/instance: kubernetes-dashboard
app.kubernetes.io/managed-by: Helm
+ annotations:
name: kubernetes-dashboard-settings
data:
@@ -119,6 +122,7 @@
app.kubernetes.io/name: kubernetes-dashboard
app.kubernetes.io/instance: kubernetes-dashboard
app.kubernetes.io/managed-by: Helm
+ annotations:
rules:
# Allow Metrics Scraper to get metrics from the Metrics server
- apiGroups: ["metrics.k8s.io"]
@@ -148,6 +152,7 @@
app.kubernetes.io/name: kubernetes-dashboard
app.kubernetes.io/instance: kubernetes-dashboard
app.kubernetes.io/managed-by: Helm
+ annotations:
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
@@ -180,6 +185,7 @@
app.kubernetes.io/name: kubernetes-dashboard
app.kubernetes.io/instance: kubernetes-dashboard
app.kubernetes.io/managed-by: Helm
+ annotations:
rules:
# Allow Dashboard to get, update and delete Dashboard exclusive secrets.
- apiGroups: [""]
@@ -224,6 +230,7 @@
app.kubernetes.io/name: kubernetes-dashboard
app.kubernetes.io/instance: kubernetes-dashboard
app.kubernetes.io/managed-by: Helm
+ annotations:
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: Role
@@ -291,6 +298,7 @@
kind: Deployment
metadata:
name: kubernetes-dashboard
+ annotations:
labels:
app.kubernetes.io/name: kubernetes-dashboard
app.kubernetes.io/instance: kubernetes-dashboard
@@ -310,6 +318,7 @@
app.kubernetes.io/component: kubernetes-dashboard
template:
metadata:
+ annotations:
labels:
app.kubernetes.io/name: kubernetes-dashboard
app.kubernetes.io/instance: kubernetes-dashboard
@@ -322,7 +331,7 @@
serviceAccountName: kubernetes-dashboard
containers:
- name: kubernetes-dashboard
- image: "kubernetesui/dashboard:v2.3.1"
+ image: "kubernetesui/dashboard:v2.7.0"
imagePullPolicy: IfNotPresent
args:
- --namespace=default
@@ -403,6 +412,24 @@
---
{}
+# Source: kubernetes-dashboard/templates/extra-manifests.yaml
+# Copyright 2017 The Kubernetes Authors.
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+---
+{}
+
# Source: kubernetes-dashboard/templates/ingress.yaml
# Copyright 2017 The Kubernetes Authors.
#
@@ -437,7 +464,24 @@
---
{}
-# Source: kubernetes-dashboard/templates/psp.yaml
+# Source: kubernetes-dashboard/templates/pdb.yaml
+# Copyright 2017 The Kubernetes Authors.
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+---
+{}
+
+# Source: kubernetes-dashboard/templates/servicemonitor.yaml
# Copyright 2017 The Kubernetes Authors.
#
# Licensed under the Apache License, Version 2.0 (the "License"); |
This PR contains the following updates:
5.0.0
->5.11.0
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.
This PR was generated by Mend Renovate. View the repository job log.