Merge pull request #2616 from diogoasouza/k8s-1.26

change kube-version annotation on OPA chart
pull/2637/head
Sakala Venkata Krishna Rohit 2023-05-17 03:17:39 +05:30 committed by GitHub
commit c4fa8f7e4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 7 additions and 7 deletions

View File

@ -2,7 +2,7 @@ annotations:
catalog.cattle.io/auto-install: rancher-gatekeeper-crd=match catalog.cattle.io/auto-install: rancher-gatekeeper-crd=match
catalog.cattle.io/certified: rancher catalog.cattle.io/certified: rancher
catalog.cattle.io/display-name: OPA Gatekeeper catalog.cattle.io/display-name: OPA Gatekeeper
catalog.cattle.io/kube-version: '>= 1.20.0-0 < 1.26.0-0' catalog.cattle.io/kube-version: '>= 1.20.0-0 < 1.27.0-0'
catalog.cattle.io/namespace: cattle-gatekeeper-system catalog.cattle.io/namespace: cattle-gatekeeper-system
catalog.cattle.io/os: linux catalog.cattle.io/os: linux
catalog.cattle.io/permits-os: linux,windows catalog.cattle.io/permits-os: linux,windows

View File

@ -7069,7 +7069,7 @@ entries:
catalog.cattle.io/auto-install: rancher-gatekeeper-crd=match catalog.cattle.io/auto-install: rancher-gatekeeper-crd=match
catalog.cattle.io/certified: rancher catalog.cattle.io/certified: rancher
catalog.cattle.io/display-name: OPA Gatekeeper catalog.cattle.io/display-name: OPA Gatekeeper
catalog.cattle.io/kube-version: '>= 1.20.0-0 < 1.26.0-0' catalog.cattle.io/kube-version: '>= 1.20.0-0 < 1.27.0-0'
catalog.cattle.io/namespace: cattle-gatekeeper-system catalog.cattle.io/namespace: cattle-gatekeeper-system
catalog.cattle.io/os: linux catalog.cattle.io/os: linux
catalog.cattle.io/permits-os: linux,windows catalog.cattle.io/permits-os: linux,windows
@ -7080,10 +7080,10 @@ entries:
catalog.cattle.io/ui-component: gatekeeper catalog.cattle.io/ui-component: gatekeeper
apiVersion: v2 apiVersion: v2
appVersion: v3.12.0 appVersion: v3.12.0
created: "2023-04-25T21:55:47.817301636Z" created: "2023-05-11T17:28:53.015248-03:00"
description: Modifies Open Policy Agent's upstream gatekeeper chart that provides description: Modifies Open Policy Agent's upstream gatekeeper chart that provides
policy-based control for cloud native environments policy-based control for cloud native environments
digest: 69e9e4568e28623db139a93188a2abec5916b8ec09b3aa43d4f8526690196392 digest: 7beec28b8ade4b5591b603d006b5964adffcb150e3e0af8563843e4a81cb01e2
home: https://github.com/open-policy-agent/gatekeeper home: https://github.com/open-policy-agent/gatekeeper
icon: https://charts.rancher.io/assets/logos/gatekeeper.svg icon: https://charts.rancher.io/assets/logos/gatekeeper.svg
keywords: keywords:

View File

@ -5,7 +5,7 @@
+ catalog.cattle.io/auto-install: rancher-gatekeeper-crd=match + catalog.cattle.io/auto-install: rancher-gatekeeper-crd=match
+ catalog.cattle.io/certified: rancher + catalog.cattle.io/certified: rancher
+ catalog.cattle.io/display-name: OPA Gatekeeper + catalog.cattle.io/display-name: OPA Gatekeeper
+ catalog.cattle.io/kube-version: '>= 1.20.0-0 < 1.26.0-0' + catalog.cattle.io/kube-version: '>= 1.20.0-0 < 1.27.0-0'
+ catalog.cattle.io/namespace: cattle-gatekeeper-system + catalog.cattle.io/namespace: cattle-gatekeeper-system
+ catalog.cattle.io/os: linux + catalog.cattle.io/os: linux
+ catalog.cattle.io/permits-os: linux,windows + catalog.cattle.io/permits-os: linux,windows

View File

@ -12,7 +12,7 @@
+{{- end -}} +{{- end -}}
+{{- end -}} +{{- end -}}
+ +
+{{/* {{/*
+Windows cluster will add default taint for linux nodes, +Windows cluster will add default taint for linux nodes,
+add below linux tolerations to workloads could be scheduled to those linux nodes +add below linux tolerations to workloads could be scheduled to those linux nodes
+*/}} +*/}}
@ -27,7 +27,7 @@
+kubernetes.io/os: linux +kubernetes.io/os: linux
+{{- end -}} +{{- end -}}
+ +
{{/* +{{/*
Output post install webhook probe container entry Output post install webhook probe container entry
*/}} */}}
{{- define "gatekeeper.postInstallWebhookProbeContainer" -}} {{- define "gatekeeper.postInstallWebhookProbeContainer" -}}