mirror of https://git.rancher.io/charts
rancher-prometheus-adapter: updating Chart.yaml to include support for k8s 1.26
parent
afaa7e9f11
commit
f8bf6e830a
|
@ -3,7 +3,7 @@
|
||||||
@@ -1,3 +1,10 @@
|
@@ -1,3 +1,10 @@
|
||||||
+annotations:
|
+annotations:
|
||||||
+ catalog.cattle.io/hidden: "true"
|
+ 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.cattle.io/os: linux
|
||||||
+ catalog.rancher.io/certified: rancher
|
+ catalog.rancher.io/certified: rancher
|
||||||
+ catalog.rancher.io/namespace: cattle-monitoring-system
|
+ catalog.rancher.io/namespace: cattle-monitoring-system
|
||||||
|
|
|
@ -18,14 +18,14 @@
|
||||||
tag: v0.10.0
|
tag: v0.10.0
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
@@ -48,10 +55,6 @@
|
@@ -49,10 +56,6 @@
|
||||||
rbac:
|
|
||||||
# Specifies whether RBAC resources should be created
|
# Specifies whether RBAC resources should be created
|
||||||
create: true
|
create: true
|
||||||
-
|
|
||||||
-psp:
|
-psp:
|
||||||
- # Specifies whether PSP resources should be created
|
- # Specifies whether PSP resources should be created
|
||||||
- create: false
|
- create: false
|
||||||
|
-
|
||||||
serviceAccount:
|
serviceAccount:
|
||||||
# Specifies whether a service account should be created
|
# Specifies whether a service account should be created
|
||||||
|
create: true
|
||||||
|
|
Loading…
Reference in New Issue