updating rancher-gatekeeper support for k8s 1.27

For k8s 1.27 support - apps and feature charts
removing doNotRelease: true
changing kube-version to support 1.27
adding rancher-gatekeeper with version to release.yaml
make prepare
make patch
make clean
pull/2904/head
nicholasSUSE 2023-08-23 17:22:27 -03:00
parent b0d99b50d0
commit fdaedeaa16
4 changed files with 8 additions and 5 deletions

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.27.0-0' + catalog.cattle.io/kube-version: '>= 1.20.0-0 < 1.28.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" -}}

View File

@ -1,9 +1,8 @@
url: https://open-policy-agent.github.io/gatekeeper/charts/gatekeeper-3.12.0.tgz url: https://open-policy-agent.github.io/gatekeeper/charts/gatekeeper-3.12.0.tgz
version: 103.0.0 version: 103.0.1
additionalCharts: additionalCharts:
- workingDir: charts-crd - workingDir: charts-crd
crdOptions: crdOptions:
templateDirectory: crd-template templateDirectory: crd-template
crdDirectory: crd-manifest crdDirectory: crd-manifest
addCRDValidationToMainChart: true addCRDValidationToMainChart: true
doNotRelease: true

View File

@ -22,3 +22,7 @@ rancher-eks-operator:
- 103.0.0+up1.3.0-rc1 - 103.0.0+up1.3.0-rc1
rancher-eks-operator-crd: rancher-eks-operator-crd:
- 103.0.0+up1.3.0-rc1 - 103.0.0+up1.3.0-rc1
rancher-gatekeeper:
- 103.0.1+up3.12.0
rancher-gatekeeper-crd:
- 103.0.1+up3.12.0