Arvind Iyengar
c9930db8b3
Bump Prometheus Federator
2023-02-22 11:49:17 -08:00
Rayan Das
fd5aaacdd1
bump CIS Benchmark version to include new security-scan image
2023-02-22 16:33:26 +05:30
Prachi Damle
7ab8882b74
Merge pull request #2427 from mjura/aks-operator-1.1.0-rc5
...
[dev-2.7] Update aks-operator chart to 102.0.0
2023-02-21 14:10:07 -08:00
thomasferrandiz
382d4aeb9c
Update sriov chart to 102.0.0 ( #2419 )
2023-02-21 16:44:02 -05:00
Michal Jura
efcbf97af4
Bump aks-operator major version
2023-02-20 08:15:28 +01:00
Jake Hyde
85b889cf2a
Bump Rancher-webhook to v0.3.2-rc18
2023-02-17 17:06:58 -05:00
Prachi Damle
f5bc3aa4df
Merge pull request #2385 from PhanLe1010/dev-v2.7
...
Dev v2.7: Update rancher-charts/longhorn chart to support updated approach for PSPs
2023-02-17 11:41:13 -08:00
Tim Hardeck
4a94f4e96b
Updating to Fleet v0.6.0-rc.4
2023-02-17 16:27:10 +01:00
Tim Hardeck
19504ad197
Updating to Fleet v0.6.0-rc.3
2023-02-16 10:54:36 +01:00
Arvind Iyengar
2587c841d4
Fix system_default_registry references in rancher-monitoring chart
...
(cherry picked from commit 6ad8e16d30
)
2023-02-15 17:29:35 -08:00
Anna Blendermann
495e4b44a7
Bump vSphere CSI/CPI major version to track k8s 1.25 support ( #2418 )
2023-02-14 17:24:41 -05:00
Caleb Bron
8249d2d753
Merge pull request #2395 from selvamt94/neuvector
...
Add NeuVector chart version 2.4.2
2023-02-14 12:32:32 -07:00
Harrison
0fb5c73769
Merge pull request #2417 from HarrisonWAffel/bump-suc-major
...
Bump System Upgrade Controller Major Version for 1.25
2023-02-14 12:53:15 -05:00
Harrison Affel
e23873b8d1
bump SUC major version
2023-02-14 11:48:55 -05:00
Michal Jura
709e1a399a
[dev-v2.7] Bump rancher-aks-operator v1.1.0-rc4
2023-02-14 15:06:08 +01:00
Phan Le
f7e9bc5322
updated approach for PSPs: make prepare/patch: release longhorn v1.4.0 into Rancher 2.7
...
Signed-off-by: Phan Le <phan.le@suse.com>
2023-02-13 15:01:28 -08:00
Vardhaman Surana
12321ddd7b
Merge pull request #2367 from vardhaman22/fix-gatekeeper
...
added additional permissions to cluster roles used by gatekeeper chart jobs
2023-02-13 12:56:01 +05:30
Arvind Iyengar
1dee9705f7
Merge pull request #2411 from aiyengar2/add_prometheus_federator
...
Bring in Project Monitoring charts with PSP issues fixed
2023-02-10 20:13:49 -08:00
Arvind Iyengar
39242d51de
Update prometheus-federator to 0.2.0
2023-02-10 15:47:25 -08:00
Arvind Iyengar
dc0ee9733c
Update rancher-project-monitoring to 0.2.0
2023-02-10 15:44:42 -08:00
Arvind Iyengar
1cf7b1a468
Remove faulty .Capabilities check for kube-state-metrics
2023-02-10 15:33:53 -08:00
Arvind Iyengar
6bde4c49aa
Remove faulty .Capabilities check for node-exporter
2023-02-10 15:33:53 -08:00
Arvind Iyengar
dd63ae66f4
Ensure all references of 9100 are removed
2023-02-10 15:11:30 -08:00
Jiaqi Luo
e889dacf68
bump rancher-webhook to 0.3.2-rc17
2023-02-10 11:33:06 -07:00
Michael Bolot
b00a6cfc6a
Merge pull request #2408 from MbolotSuse/wh-0.3.2-rc16
...
Bump rancher webhook to v0.3.2-rc16
2023-02-10 11:01:17 -06:00
Michael Bolot
93b27d2b6a
bump rancher-webhook to v0.3.2-rc16
2023-02-10 09:44:18 -06:00
Harrison Affel
7d447d4e43
change commit
2023-02-10 10:21:37 -05:00
Olivier Vernin
737bb9980c
Merge pull request #2401 from epinio/epinio-1-6-2
...
Epinio 1.6.2, replaces 1.6.1
2023-02-10 15:38:25 +01:00
Mauren Berti
ef7a8848dc
Merge pull request #2380 from stormqueen1990/feat/new-psp-approach-cis-benchmark
...
[rancher-cis-benchmark] Update chart for new PSP approach
2023-02-09 17:39:55 -05:00
Arvind Iyengar
3db170070d
Fix rancher-monitoring-crd chart uninstall failure
...
It seems like the order of parameters in the CRD uninstall Job are incorrect.
```
arvindiyengar: ~/Rancher/charts/src/github.com/rancher/charts
$ kubectl apply -f charts/rancher-monitoring-crd/101.0.0+up19.0.3/crd-manifest
customresourcedefinition.apiextensions.k8s.io/alertmanagerconfigs.monitoring.coreos.com created
customresourcedefinition.apiextensions.k8s.io/alertmanagers.monitoring.coreos.com created
customresourcedefinition.apiextensions.k8s.io/podmonitors.monitoring.coreos.com created
customresourcedefinition.apiextensions.k8s.io/probes.monitoring.coreos.com created
customresourcedefinition.apiextensions.k8s.io/prometheuses.monitoring.coreos.com created
customresourcedefinition.apiextensions.k8s.io/prometheusrules.monitoring.coreos.com created
customresourcedefinition.apiextensions.k8s.io/servicemonitors.monitoring.coreos.com created
customresourcedefinition.apiextensions.k8s.io/thanosrulers.monitoring.coreos.com created
arvindiyengar: ~/Rancher/charts/src/github.com/rancher/charts
$ kubectl delete -Rf --ignore-not-found=true charts/rancher-monitoring-crd/101.0.0+up19.0.3/crd-manifest
the path "--ignore-not-found=true" does not exist
arguments in resource/name form may not have more than one slash
```
Since it is invalid to place `--ignore-not-found=true` after `-Rf`, I'm just switching the order to be successful.
2023-02-09 12:44:55 -08:00
Arvind Iyengar
8d416da04e
Fix typo with metricRelabelings
2023-02-09 12:08:54 -08:00
selvamt94
3defafcd46
Merge remote-tracking branch 'upstream/dev-v2.7' into neuvector
2023-02-09 10:04:55 -08:00
Harrison Affel
37fb302542
update rancher-k3s-upgrader commit
2023-02-09 11:01:17 -05:00
Mauren Berti
ce1769a6f0
make charts
2023-02-09 09:45:25 -05:00
Mauren Berti
79a977493b
Update PSP approach for rancher-cis-benchmark.
...
* Remove all previous capabilities checks.
* Bump version from 3.0.1-rc6 to 4.0.0-rc1.
* Add new flag global.cattle.psp.enabled to control installation of PodSecurityPolicies.
* Add new validate-psp-install.yaml file to check whether PSPs can be installed.
* Update app-readme.md with PSP notice.
* Bump Kubernetes compatibility versions to < 1.26.0.
2023-02-09 09:22:06 -05:00
Andreas Kupries
e2b07fd4e5
bump epinio to 1.6.2, bugfixes `app export`, `app portforward`
...
ref https://github.com/epinio/epinio/releases/tag/v1.6.2
2023-02-09 14:11:15 +01:00
Eliyam Levy
8047e91c2d
Merge pull request #2365 from dbason/dev-v2.7
...
[rancher-logging] Various minor fixes
2023-02-08 17:21:57 -05:00
Dan Bason
4616a28c8a
[rancher-logging] Update for psp setting
2023-02-09 10:56:33 +13:00
selvamt94
aa5ca49867
Add NeuVector chart version 2.4.2
2023-02-08 12:13:57 -08:00
Harrison Affel
5de59ad611
update system-charts commit
2023-02-08 12:39:18 -05:00
vardhaman
1cfe8a9154
added security context values for gatekeeper crd chart
...
this is needed so that these jobs can be run in the namespace with restricted psa labels applied
2023-02-08 20:12:45 +05:30
Vardhaman Surana
4cccf56734
Merge pull request #2394 from vardhaman22/fix-cis-rbac
...
fix cis rbac
2023-02-08 09:59:48 +05:30
Jiaqi Luo
4a5775d40a
bump rancher-webhook to 0.3.2-rc15
2023-02-07 14:27:59 -07:00
Mauren Berti
d571f4ff2a
Merge pull request #2379 from stormqueen1990/feat/new-psp-approach-istio
...
[rancher-istio] Update chart for new PSP approach
2023-02-07 13:25:03 -05:00
vardhaman
0f5ef706c1
CIS: updated clusterrolebinding name
...
also removed the unnecessary hook for deleting role binding
2023-02-07 17:54:12 +05:30
Geet Samra
7d09394cc0
Merge pull request #2387 from geethub97/dev-v2.7
...
Forward-port fix from #40340
2023-02-06 11:25:25 -08:00
Mauren Berti
633995aee5
[rancher-istio] Implement new PSP approach.
...
* Add new flag cattle.psp.enabled to values.yaml.
* Add new validation file validate-psp-install.yaml.
* Remove previous capabilities checks from chart + subcharts.
* Include blurb in app-readme.md about PSP changes.
2023-02-06 13:23:36 -05:00
Mauren Berti
aed199798c
[rancher-tracing] Replace global.rbac.pspEnabled flag.
...
* Replace previous global.rbac.pspEnabled flag with global.cattle.psp.enabled.
* Add new flag to values.yaml.
* Include validation in validate-psp-install.yaml.
2023-02-06 13:23:36 -05:00
Mauren Berti
609e8972e7
[rancher-kiali-server] Replace rbac.pspEnabled for cattle.psp.enabled.
...
* Substitute the old rbac.pspEnabled flag for the new cattle.psp.enabled flag.
* Add new flag to values.yaml.
2023-02-06 13:23:36 -05:00
Mauren Berti
1a9db880ec
[rancher-tracing] Bump chart version to 102.0.0.
2023-02-06 13:23:36 -05:00
Mauren Berti
caf40f2e2c
[rancher-kiali-server] Bump chart version to 102.0.0.
2023-02-06 13:23:36 -05:00
Mauren Berti
e2f71a4ce0
[rancher-istio] Bump chart version to 102.0.0.
2023-02-06 13:23:30 -05:00
Olivier Vernin
ca6d1ca97d
Merge pull request #2344 from epinio/epinio-1.6.1
...
Bump Epinio to 1.6.1 (2.7 dev)
2023-02-06 18:42:02 +01:00
thomasferrandiz
27ac814d9a
[dev-v2.7] Upgrade rancher-nfd to v0.12.1 ( #2337 )
...
* Upgrade rancher-nfd to v0.12.1
* make charts
2023-02-06 09:45:12 -05:00
Andreas Kupries
f771a197ce
fix: https://github.com/rancher/rancher/issues/40338
...
extended app-readme
extended questions
flipped default to false
added validation
bumped version
2023-02-06 09:33:07 +01:00
Andreas Kupries
b5ad006f6a
feat: bump epinio to 1.6.1
...
chore: update/fix patches
2023-02-06 09:33:07 +01:00
Andreas Kupries
0dedf6c0b6
feat: bump minio dependency to 5.0.4
...
chore: update/fix patches
2023-02-06 09:33:07 +01:00
vardhaman
cd97ee298e
added additional permission to cluster role used for gatekeeper jobs
...
the additional permissions are required for the jobs to add psa related labels to namespace
2023-02-03 20:51:38 +05:30
Geet Samra
74e0eac696
resetting prometheus-node-exporter.service.port and prometheus-node-exporter.service.targetPort to 9796
2023-02-02 15:46:23 -08:00
vardhaman
332dc80f61
bump cis-operator and cis benchmark chart version
2023-02-01 10:47:14 +05:30
vardhaman
1e8345e71d
added tolerations variable for security scan job
2023-02-01 10:28:52 +05:30
Vardhaman Surana
d9748b1cc8
Merge pull request #2298 from vardhaman22/istio-component-hpaspec-config
...
Istio components hpa and pdb config
2023-02-01 10:10:43 +05:30
Steven Crespo
12853a9e47
Merge pull request #2304 from weizhe0422/dev-2.7_LH-1.4.0
...
Add Longhorn 1.4.0 chart with dev-2.7
2023-01-31 13:15:31 -08:00
Dan Bason
54fdf9c25c
[rancher-logging] Run fluentd as numeric UID
2023-02-01 09:41:36 +13:00
Dan Bason
b8cb98b6e2
[rancher-logging] Add node selector to kubeAudit logging
2023-02-01 09:40:30 +13:00
Dan Bason
59847713d7
[rancher-logging] Enable fluentd optional env vars
2023-02-01 09:40:08 +13:00
vardhaman
122b26c3ae
added podDisruptionBudget and hpaspec configuration for istio components
2023-01-31 14:29:13 +05:30
Arvind Iyengar
ca676fcf6f
[rancher-monitoring-crd] Use global.cattle.psp.enabled field
2023-01-30 09:32:51 -08:00
Arvind Iyengar
faf139a0a6
[rancher-monitoring] Add global.cattle.psp.enabled docs to app-README.md
2023-01-30 09:32:51 -08:00
Arvind Iyengar
25831e5541
[rancher-monitoring] Include validate-psp-install.yaml
2023-01-30 09:32:51 -08:00
Arvind Iyengar
2185c35881
[rancher-monitoring] Update kube-version annotation to support 1.25
2023-01-30 09:32:51 -08:00
Arvind Iyengar
955ac68c66
[rancher-monitoring] Replace .Values.global.rbac.pspEnabled with .Values.global.cattle.psp.enabled and bump major version
2023-01-30 09:32:51 -08:00
Arvind Iyengar
b465411a62
[rancher-windows-exporter] Include .Values.global.cattle.psp.enabled and bump major version
2023-01-30 09:32:50 -08:00
Arvind Iyengar
2ea3bbdcac
[rancher-pushprox] Add global.cattle.psp.enabled docs to README.md
2023-01-30 09:32:50 -08:00
Arvind Iyengar
29a3da4b0c
[rancher-pushprox] Include validate-install-crd.yaml
2023-01-30 09:32:50 -08:00
Arvind Iyengar
ea503a320d
[rancher-pushprox] Include validate-psp-install.yaml
2023-01-30 09:32:50 -08:00
Arvind Iyengar
8913ad8f84
[rancher-pushprox] Update kube-version annotation to support 1.25
2023-01-30 09:32:50 -08:00
Arvind Iyengar
9c264011a5
[rancher-pushprox] Replace implicit capabilities check with .Values.global.cattle.psp.enabled and bump major version
2023-01-30 09:32:49 -08:00
Arvind Iyengar
71f20e3e17
[rancher-prometheus-adapter] Replace .Values.psp.create with .Values.global.cattle.psp.enabled and bump major version
2023-01-30 09:32:49 -08:00
Arvind Iyengar
54720ea2a5
[rancher-node-exporter] Replace .Values.rbac.pspEnabled with .Values.global.cattle.psp.enabled and bump major version
2023-01-30 09:32:49 -08:00
Arvind Iyengar
d94a62c56d
[rancher-kube-state-metrics] Replace .Values.podSecurityPolicy.enabled with .Values.global.cattle.psp.enabled and bump major version
2023-01-30 09:32:49 -08:00
Arvind Iyengar
40325d35a4
[rancher-grafana] Replace .Values.rbac.pspEnabled with .Values.global.cattle.psp.enabled and bump major version
2023-01-30 09:32:49 -08:00
Chad Roberts
e740719c13
bump rancher-webhook to v0.3.2-rc14
2023-01-30 09:57:01 -05:00
Mauren Berti
ba1d755be1
Merge pull request #2371 from stormqueen1990/feat/new-psp-approach-gatekeeper
...
[rancher-gatekeeper] Update chart for new PSP approach
2023-01-30 09:07:16 -05:00
Ray Chang
8263c2ace9
make charts: release longhorn v1.4.0 into Rancher 2.7
...
Signed-off-by: Ray Chang <ray.chang@suse.com>
2023-01-30 14:28:32 +08:00
Ray Chang
6c848ade36
make prepare/patch: release longhorn v1.4.0 into Rancher 2.7
...
Signed-off-by: Ray Chang <ray.chang@suse.com>
2023-01-30 14:28:32 +08:00
Mauren Berti
f50b5dc1f7
Add new PSP flag + add validation for capabilities.
...
* Remove previously added capabilities check.
* Add new validation file validate-psp-install.yaml with capabilities and switch check to verify PSPs are installable in the target cluster.
* Remove old PSP flags and replace them with the standardized global.cattle.psp.enabled.
* Add explanation of the changes for Kubernetes v1.25 to app-readme.md.
2023-01-27 19:38:30 -05:00
Mauren Berti
8e40538820
Merge pull request #2362 from stormqueen1990/feat/add-error-message-logging
...
[rancher-logging] Update chart for new PSP approach
2023-01-27 18:42:43 -05:00
Steven Crespo
5800008af4
Merge pull request #2373 from PennyScissors/devv27-update-ui-plug-op
...
Update ui-plugin-operator chart
2023-01-27 15:28:45 -08:00
Arvind Iyengar
548c9b434a
Merge pull request #2370 from aiyengar2/add_global_psp_fields_to_alerting
...
Add global.cattle.psp.enabled to rancher-alerting charts
2023-01-27 15:13:51 -08:00
Mauren Berti
30c71503d2
Add user-friendly error message + standardize PSP flag.
...
* Substitute global.rbac.psp.enabled and global.psp.enabled uses for global.cattle.psp.enabled.
* Remove previous usages of the capabilities check to determine if PSPs and PSP-related resources are applied.
* Add a new validation file (validate-psp-install.yaml) to make the capabilities check when PSP installation is requested and issue a user-friendly message if unable to install PSP.
* Update app-readme.md to include details of this change.
* Bump chart version to 102.0.0.
* Change default value for PSP installation from true to false.
2023-01-27 18:04:57 -05:00
Arvind Iyengar
398a62d648
[rancher-alerting-drivers] Add global.cattle.psp.enabled docs to app-readme.md
2023-01-27 15:00:49 -08:00
Arvind Iyengar
485b1a05af
[rancher-alerting-drivers] Add global.cattle.psp.enabled to questions.yml
2023-01-27 15:00:49 -08:00
Arvind Iyengar
5bfa7c3de3
[rancher-alerting-drivers] Include validate-psp-install.yaml
2023-01-27 15:00:48 -08:00
Arvind Iyengar
fb81b0ba41
[rancher-alerting-drivers] Use global.cattle.psp.enabled field and bump major version
2023-01-27 15:00:48 -08:00
Arvind Iyengar
c9a4aaefd3
[rancher-prom2teams] Use global.cattle.psp.enabled field and bump major version
2023-01-27 15:00:48 -08:00
Arvind Iyengar
14fc295077
[rancher-prom2teams] Move role+rolebinding for PSPs to psp.yaml
2023-01-27 15:00:48 -08:00
Arvind Iyengar
d8c28a415e
[rancher-sachet] Use global.cattle.psp.enabled field and bump major version
2023-01-27 15:00:48 -08:00
Arvind Iyengar
71a483e3d2
[rancher-sachet] Move role+rolebinding for PSPs to psp.yaml
2023-01-27 15:00:47 -08:00
Eliyam Levy
2c3bb8ce0b
update package and release yamls
2023-01-27 17:43:20 -05:00
Steven Crespo
45aa3826fa
Update commit ref
2023-01-27 14:43:11 -08:00
Arvind Iyengar
464036d847
Merge pull request #2366 from geethub97/service-monitor-cluster-ids
...
Updating metricRelabelings to include cluster ids for all service monitors in Rancher Monitoring
2023-01-27 13:37:35 -08:00
Geet Samra
3419b2ffc4
rancher-monitoring: updating metricRelabelings to include cluster_id for service monitors
2023-01-27 13:10:20 -08:00
Chad Roberts
78e67d6786
Bump rancher-webhook to 0.3.2-rc13
2023-01-27 16:02:39 -05:00
Geet Samra
84237bbbcc
rancher-pushprox: updating metricRelabelings to include cluster_id for service monitor
2023-01-27 12:25:26 -08:00
Mauren Berti
8e0334ecfc
Bump rancher-gatekeeper to version 102.0.0.
2023-01-27 14:25:12 -05:00
Geet Samra
2f61690cc7
rancher-grafana: updating metricRelabelings to include cluster_id for service monitors
2023-01-27 10:06:29 -08:00
Geet Samra
66464a1b3c
rancher-node-exporter: updating metricRelabelings to include cluster_id for service monitors
2023-01-27 10:06:29 -08:00
Geet Samra
8868ff98e0
kube-state-metrics: updating metricRelabelings to include cluster_id for service monitors
2023-01-27 10:06:29 -08:00
Chad Roberts
fcff5f1b43
bump rancher-webhook to 0.3.2-rc12
2023-01-27 11:56:49 -05:00
Rayan Das
396dd5a0f6
Merge pull request #2333 from rayandas/bump-cis-benchmark
...
[dev-v2.7] Update CIS-Benchmark chart to include latest security-scan and cis-operator version.
2023-01-27 10:37:17 +05:30
Mario Manno
beb64447f4
Updating to Fleet v0.6.0-rc.2
2023-01-26 18:07:08 +01:00
Eliyam Levy
4282ec2a1d
updated packages and release
2023-01-25 17:05:40 -05:00
Rayan Das
56bb7b322f
bump security-scan version, cis-operator, and chart version
2023-01-25 17:15:58 +05:30
Geet Samra
52ad3db920
Merge remote-tracking branch 'upstream/release-v2.7' into dev-v2.7
2023-01-24 13:25:33 -08:00
Guilherme Macedo
07c237d7be
make charts
...
Signed-off-by: Guilherme Macedo <guilherme.macedo@suse.com>
2023-01-23 19:51:19 -03:00
Guilherme Macedo
5317433a9f
Bump Fleet to v0.5.1
...
Signed-off-by: Guilherme Macedo <guilherme.macedo@suse.com>
2023-01-23 19:10:10 -03:00
Chris Kim
69a27df3fb
Merge pull request #2338 from Oats87/bump-suc-0.4.0
...
[dev-v2.7] Bump system-upgrade-controller chart to 0.10.0
2023-01-20 10:31:57 -08:00
Harrison Affel
0ebc2a3337
bump rancher-webhook to vesrion v0.3.2-rc11
2023-01-19 13:05:47 -05:00
Chris Kim
44ac0c4106
Bump system-upgrade-controller to system-charts/rancher-k3s-upgrader 0.4.0 (SUC v0.10.0)
...
Signed-off-by: Chris Kim <oats87g@gmail.com>
2023-01-19 09:56:21 -08:00
Chris Kim
63bbf7d215
Rebase from system-charts bf2caf17913204448e92d0cc781c7b76bb2401b2 to b6ef44bbcdc591b63672e59978f229ddbf0a6b83 for system-upgrade-controller/rancher-k3s-upgrader
...
Signed-off-by: Chris Kim <oats87g@gmail.com>
2023-01-17 13:31:15 -08:00
Michal Jura
2f0260622e
Merge pull request #2327 from mjura/dev-v2.7
...
[dev-v2.7] Bump rancher-aks-operator v1.1.0-rc2
2023-01-17 16:49:46 +01:00
Chad Roberts
95895018b0
Bump rancher-webhook version to v0.3.2-rc10
2023-01-13 12:10:54 -05:00
Michal Jura
eb5a058d41
Bump rancher-aks-operator v1.1.0-rc2
...
Bug fixes for:
- AKS Updating AgentPools with custom route table is not allowed
Fixes : rancher/rancher#40087
2023-01-13 09:43:42 +01:00
Rayan Das
7761be94ee
Merge pull request #2329 from rayandas/bump-cis-benchmark
...
[dev-v2.7] Update CIS-Benchmark chart to include new cis-operator version
2023-01-13 10:07:51 +05:30
Eliyam Levy
c85eb74860
update package and release yamls
2023-01-12 10:52:54 -05:00
Rayan Das
115a07afba
bump cis-benchmark version and chart version
2023-01-12 13:40:10 +05:30
Jiaqi Luo
b2056617a4
Bump rancher-webhook version to v0.3.2-rc9
2023-01-11 15:41:16 -07:00
Vaishnav Gaikwad
5e356f6868
Merge pull request #2325 from doflamingo721/update-istio-versioning
...
[dev-v2.7] Revise istio versioning
2023-01-11 22:50:29 +05:30
Rayan Das
6335f0ec97
add condition to check for PSP capability in rancher-cis-benchmark
2023-01-11 22:42:48 +05:30
Vaishnav Gaikwad
e055763437
correct istio versioning
2023-01-11 12:21:30 +05:30
Jiaqi Luo
54508a5fbb
Bump rancher-webhook version to v0.3.2-rc8
2023-01-10 10:39:50 -07:00
Michael Bolot
8f6c528621
Merge pull request #2300 from selvamt94/neuvector
...
Neuvector: Add NeuVector chart version 2.4.0
2023-01-05 13:13:12 -06:00
selvamt94
6dd5ddc250
Add NeuVector chart version 2.4.0
2023-01-05 10:19:47 -08:00
Kevin Joiner
c9c43755ca
Bump rancher-webhook version to v0.3.2-rc7
2023-01-05 13:12:45 -05:00
vardhaman
ed8dc0d833
psp related fixes for alerting-drivers chart
2023-01-05 18:23:04 +05:30
vardhaman
605469c603
psp related fixes for rancher-sachet chart
2023-01-05 18:23:04 +05:30
vardhaman
3707d97332
psp related fixes for prom2teams chart
2023-01-05 18:23:03 +05:30
vardhaman
a35ead5b2d
updated rancher alerting to latest versions
...
updated prom2teams to 4.2.0 and sachet to 0.3.1
2023-01-05 18:23:03 +05:30
Kevin Joiner
96529f368e
Bump rancher-webhook version to v0.3.2-rc6
2023-01-04 16:41:43 -05:00
Rayan Das
ada6ecc6f2
Merge pull request #2286 from rayandas/bump-security-scan
...
[v2.7] Update CIS Benchmark chart with latest security scan and cis-operator version.
2023-01-04 10:24:46 +05:30
Steven Crespo
6d4a3e7170
Update ui-plugin-operator commit ref
2023-01-03 15:30:59 -08:00
Geet Samra
db784bc681
PSP fixes for rancher-monitoring
2023-01-03 13:38:52 -08:00
Geet Samra
fa46c46b9a
fixing pushprox bug
2023-01-03 10:56:02 -08:00
Anna Blendermann
0c4e4ab49c
Add Kubernetes 1.25 support to KEv2 operator charts ( #2279 )
2023-01-03 12:53:58 -05:00
thomasferrandiz
870a58197c
Mark sriov chart as compatible with rancher 2.7 and k8s 1.25 ( #2278 )
...
* mark rancher-sriov as compatible with rancher 2.7 and k8s 1.25
* make charts
2022-12-28 11:25:15 -05:00
Anna Blendermann
2397160091
Bump vSphere CPI chart images v1.24.3 v1.23.3 v1.22.7 ( #2295 )
2022-12-23 16:14:19 -05:00
Geet Samra
015dae14d0
Merge pull request #2294 from doflamingo721/v2monitoring-crd-psp-compatibility
...
[dev-v2.7 rancher-monitoring-crd] Add condition to check PSP compatibility
2022-12-23 09:35:08 -08:00
Vaishnav Gaikwad
fb8d6d36b0
Merge pull request #2266 from doflamingo721/istio-psp-compatibility
...
[dev-v2.7 istio] Add condition to check PSP compatibility
2022-12-23 15:44:47 +05:30
Vaishnav Gaikwad
96b7d17fb9
add condition to check for PSP capability in rancher-monitoring-crd
2022-12-23 15:37:47 +05:30