UNCLASSIFIED

Commits (2)
...@@ -3,6 +3,10 @@ ...@@ -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). 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] ## [3.5.1-bb.16]
### Changed ### Changed
- Changed resource limits and requirements for manager pods - Changed resource limits and requirements for manager pods
......
apiVersion: v2 apiVersion: v2
appVersion: v3.5.1 appVersion: v3.5.2
description: A Helm chart for Gatekeeper description: A Helm chart for Gatekeeper
name: gatekeeper name: gatekeeper
keywords: keywords:
- open policy agent - open policy agent
version: 3.5.1-bb.16 version: 3.5.2-bb.0
home: https://github.com/open-policy-agent/gatekeeper home: https://github.com/open-policy-agent/gatekeeper
sources: sources:
- https://github.com/open-policy-agent/gatekeeper.git - https://github.com/open-policy-agent/gatekeeper.git
......
...@@ -5,7 +5,7 @@ metadata: ...@@ -5,7 +5,7 @@ metadata:
upstream: upstream:
type: git type: git
git: git:
commit: c8621550a3cc38d11f08b33a5c2b74a9ad328b1f commit: 5733cf33442d2c9485f59c181117c09e588da6cb
repo: https://github.com/open-policy-agent/gatekeeper repo: https://github.com/open-policy-agent/gatekeeper
directory: /charts/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 ...@@ -84,7 +84,7 @@ _See [Exempting Namespaces](https://open-policy-agent.github.io/gatekeeper/websi
| logLevel | Minimum log level | `INFO` | | logLevel | Minimum log level | `INFO` |
| image.pullPolicy | The image pull policy | `IfNotPresent` | | image.pullPolicy | The image pull policy | `IfNotPresent` |
| image.repository | Image repository | `openpolicyagent/gatekeeper` | | 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 | `[]` | | image.pullSecrets | Specify an array of imagePullSecrets | `[]` |
| resources | The resource request/limits for the container image | limits: 1 CPU, 512Mi, requests: 100mCPU, 256Mi | | 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` | | nodeSelector | The node selector to use for pod scheduling | `kubernetes.io/os: linux` |
......
...@@ -30,7 +30,7 @@ postUpgrade: ...@@ -30,7 +30,7 @@ postUpgrade:
pullSecrets: [] pullSecrets: []
image: image:
repository: registry1.dso.mil/ironbank/opensource/openpolicyagent/gatekeeper repository: registry1.dso.mil/ironbank/opensource/openpolicyagent/gatekeeper
release: v3.5.1 release: v3.5.2
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
pullSecrets: [] pullSecrets: []
podAnnotations: podAnnotations:
......