UNCLASSIFIED

Commits (2)
......@@ -3,6 +3,10 @@
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
---
## [3.5.2-bb.0]
### Changed
- Updated application and corresponding helm chart to v3.5.2
## [3.5.1-bb.16]
### Changed
- Changed resource limits and requirements for manager pods
......
apiVersion: v2
appVersion: v3.5.1
appVersion: v3.5.2
description: A Helm chart for Gatekeeper
name: gatekeeper
keywords:
- open policy agent
version: 3.5.1-bb.16
version: 3.5.2-bb.0
home: https://github.com/open-policy-agent/gatekeeper
sources:
- https://github.com/open-policy-agent/gatekeeper.git
......
......@@ -5,7 +5,7 @@ metadata:
upstream:
type: git
git:
commit: c8621550a3cc38d11f08b33a5c2b74a9ad328b1f
commit: 5733cf33442d2c9485f59c181117c09e588da6cb
repo: https://github.com/open-policy-agent/gatekeeper
directory: /charts/gatekeeper
ref: v3.5.1
ref: v3.5.2
......@@ -84,7 +84,7 @@ _See [Exempting Namespaces](https://open-policy-agent.github.io/gatekeeper/websi
| logLevel | Minimum log level | `INFO` |
| image.pullPolicy | The image pull policy | `IfNotPresent` |
| image.repository | Image repository | `openpolicyagent/gatekeeper` |
| image.release | The image release tag to use | Current release version: `v3.5.1` |
| image.release | The image release tag to use | Current release version: `v3.5.2` |
| image.pullSecrets | Specify an array of imagePullSecrets | `[]` |
| resources | The resource request/limits for the container image | limits: 1 CPU, 512Mi, requests: 100mCPU, 256Mi |
| nodeSelector | The node selector to use for pod scheduling | `kubernetes.io/os: linux` |
......
......@@ -30,7 +30,7 @@ postUpgrade:
pullSecrets: []
image:
repository: registry1.dso.mil/ironbank/opensource/openpolicyagent/gatekeeper
release: v3.5.1
release: v3.5.2
pullPolicy: IfNotPresent
pullSecrets: []
podAnnotations:
......