UNCLASSIFIED

Commit 39326aff authored by joshwolf's avatar joshwolf
Browse files

Merge branch '8-update-twistlock-to-21-04-412' into 'main'

Resolve "Update twistlock to 21.04.412"

* Updates twistlock to latest IB version (`21.04.412`)
* Relocates chart templates to `console` subdir, on the off chance we ever add `defender` manifests to this chart
* Bumps chart version to `0.0.4-bb.0`
* Updates necessary CHANGELOG and documentation

Closes #8

See merge request !20
parents 36b70a35 73cf9fa1
Pipeline #257315 passed with stages
in 2 minutes and 57 seconds
......@@ -4,43 +4,69 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
---
## [0.0.4-bb.0] - 2021-05-12
### Added
- Moved all resources into `chart/templates/console/`
- Updated twistlock to 21.04.412
## [0.0.3-bb.4] - 2021-04-06
### Added
- Resource and Toleration Values
## [0.0.3-bb.3] - 2021-04-05
### Changed
- Affinity values modified to standardize
## [0.0.3-bb.2] - 2021-03-31
### Added
- Values passthroughs for affinity and anti-affinity added
### Changed
- Split out resources into separate yaml files
## [0.0.3-bb.0] - 2021-02-12
### Added
- Options under istio values to control labels, annotations, gateways and full URL modification for twistlock VirtualService.
### Changed
- Position of "hostname" value in values, from "console.hostname" to toplevel "hostname".
## [0.0.2-bb.2] - 2021-02-11
### Added
- imagePullSecret array to values.
### Changed
- Image based on 20.12 version from IronBank.
## [0.0.2-bb.1] - 2021-01-27
### Changed
- Updating all "dsop.io" URLs to "dso.mil".
## [0.0.2-bb.0] - 2020-12-15
### Added
- Istio flag to enable VirtualService when true.
## [0.0.1-bb.0] - 2020-06-15
### Added
- Initial manifests for deploying Twistlock version 20.04.196.
- Initial manifests for deploying Twistlock version 20.04.196.
......@@ -134,7 +134,7 @@ The following command can be authenticated by TOKEN or Username/Password.
##### Download the daemonset.yaml. The default Image is set to teh Prisma server. We need to pull images from Platform 1. The image URL needs to be changed
##### Image: registry.dso.mil/platform-one/apps/twistlock/defender:20.04.169
##### Image: registry.dso.mil/platform-one/apps/twistlock/defender:21.04.412
2) Install Defender
......
apiVersion: v2
name: twistlock
version: 0.0.3-bb.4
appVersion: 20.12.531
version: 0.0.4-bb.0
appVersion: 21.04.412
---
kind: PersistentVolumeClaim
apiVersion: v1
metadata:
......
---
apiVersion: v1
kind: ServiceAccount # Service Account is used for managing security context constraints policies in Openshift (SCC)
metadata:
......
......@@ -22,7 +22,7 @@ imagePullSecrets: []
console:
image:
repository: registry1.dso.mil/ironbank/twistlock/console/console
tag: 20.12.531
tag: 21.04.412
persistence:
size: 100Gi
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment