rancher-prometheus-adapter: updating Chart.yaml to include support for k8s 1.26

pull/2647/head
Geet Samra 2023-05-18 10:49:08 -07:00
parent afaa7e9f11
commit f8bf6e830a
2 changed files with 5 additions and 5 deletions

View File

@ -3,7 +3,7 @@
@@ -1,3 +1,10 @@
+annotations:
+ catalog.cattle.io/hidden: "true"
+ catalog.cattle.io/kube-version: '>= 1.16.0-0 < 1.25.0-0'
+ catalog.cattle.io/kube-version: '>= 1.16.0-0 < 1.27.0-0'
+ catalog.cattle.io/os: linux
+ catalog.rancher.io/certified: rancher
+ catalog.rancher.io/namespace: cattle-monitoring-system

View File

@ -18,14 +18,14 @@
tag: v0.10.0
pullPolicy: IfNotPresent
@@ -48,10 +55,6 @@
rbac:
@@ -49,10 +56,6 @@
# Specifies whether RBAC resources should be created
create: true
-
-psp:
- # Specifies whether PSP resources should be created
- create: false
-
serviceAccount:
# Specifies whether a service account should be created
create: true