Skip to content
This repository was archived by the owner on Jan 12, 2023. It is now read-only.

Commit 4cd7c85

Browse files
authored
Merge pull request #127 from cruise-automation/v3.6.0
prep for v3.6.0 release
2 parents 40c896a + 8a9c7c0 commit 4cd7c85

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

charts/k-rail/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v1
22
name: k-rail
33
description: Kubernetes security tool for policy enforcement
44
home: https://github.com/cruise-automation/k-rail
5-
version: v3.5.1
5+
version: v3.6.0
66
maintainers:
77
- name: cruise-automation
88
url: https://cruise-automation.github.io/k-rail/

charts/k-rail/values.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,9 @@ config:
122122
- name: "pod_image_pull_policy"
123123
enabled: True
124124
report_only: False
125+
- name: "ingress_disallow_nginx_snippet" # report_only, allow operators to override
126+
enabled: True
127+
report_only: True
125128
- name: "ingress_require_ingress_exemption"
126129
enabled: True
127130
report_only: False

0 commit comments

Comments
 (0)