UNCLASSIFIED

Commit 73cf9fa1 authored by joshwolf's avatar joshwolf
Browse files

update twistlock to 21.04.412, move templates to `console/` on the offchance...

update twistlock to 21.04.412, move templates to `console/` on the offchance we eventually build out defenders
parent 36b70a35
...@@ -4,43 +4,69 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ...@@ -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 ## [0.0.3-bb.4] - 2021-04-06
### Added ### Added
- Resource and Toleration Values - Resource and Toleration Values
## [0.0.3-bb.3] - 2021-04-05 ## [0.0.3-bb.3] - 2021-04-05
### Changed ### Changed
- Affinity values modified to standardize - Affinity values modified to standardize
## [0.0.3-bb.2] - 2021-03-31 ## [0.0.3-bb.2] - 2021-03-31
### Added ### Added
- Values passthroughs for affinity and anti-affinity added - Values passthroughs for affinity and anti-affinity added
### Changed ### Changed
- Split out resources into separate yaml files - Split out resources into separate yaml files
## [0.0.3-bb.0] - 2021-02-12 ## [0.0.3-bb.0] - 2021-02-12
### Added ### Added
- Options under istio values to control labels, annotations, gateways and full URL modification for twistlock VirtualService. - Options under istio values to control labels, annotations, gateways and full URL modification for twistlock VirtualService.
### Changed ### Changed
- Position of "hostname" value in values, from "console.hostname" to toplevel "hostname". - Position of "hostname" value in values, from "console.hostname" to toplevel "hostname".
## [0.0.2-bb.2] - 2021-02-11 ## [0.0.2-bb.2] - 2021-02-11
### Added ### Added
- imagePullSecret array to values. - imagePullSecret array to values.
### Changed ### Changed
- Image based on 20.12 version from IronBank. - Image based on 20.12 version from IronBank.
## [0.0.2-bb.1] - 2021-01-27 ## [0.0.2-bb.1] - 2021-01-27
### Changed ### Changed
- Updating all "dsop.io" URLs to "dso.mil". - Updating all "dsop.io" URLs to "dso.mil".
## [0.0.2-bb.0] - 2020-12-15 ## [0.0.2-bb.0] - 2020-12-15
### Added ### Added
- Istio flag to enable VirtualService when true. - Istio flag to enable VirtualService when true.
## [0.0.1-bb.0] - 2020-06-15 ## [0.0.1-bb.0] - 2020-06-15
### Added ### 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. ...@@ -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 ##### 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 2) Install Defender
......
apiVersion: v2 apiVersion: v2
name: twistlock name: twistlock
version: 0.0.3-bb.4 version: 0.0.4-bb.0
appVersion: 20.12.531 appVersion: 21.04.412
---
kind: PersistentVolumeClaim kind: PersistentVolumeClaim
apiVersion: v1 apiVersion: v1
metadata: metadata:
......
---
apiVersion: v1 apiVersion: v1
kind: Service kind: Service
metadata: metadata:
......
---
apiVersion: v1 apiVersion: v1
kind: ServiceAccount # Service Account is used for managing security context constraints policies in Openshift (SCC) kind: ServiceAccount # Service Account is used for managing security context constraints policies in Openshift (SCC)
metadata: metadata:
......
...@@ -22,7 +22,7 @@ imagePullSecrets: [] ...@@ -22,7 +22,7 @@ imagePullSecrets: []
console: console:
image: image:
repository: registry1.dso.mil/ironbank/twistlock/console/console repository: registry1.dso.mil/ironbank/twistlock/console/console
tag: 20.12.531 tag: 21.04.412
persistence: persistence:
size: 100Gi 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