From 95f9db9ae44fb0d8d530d7a34e8570b1eb9a5a7a Mon Sep 17 00:00:00 2001 From: Josh Wolf Date: Wed, 12 May 2021 10:02:22 -0600 Subject: [PATCH 1/2] update twistlock to 21.04.412, move templates to `console/` on the offchance we eventually build out defenders --- chart/templates/{ => console}/configmap.yaml | 0 chart/templates/{ => console}/deployment.yaml | 0 chart/templates/{ => console}/pvc.yaml | 1 + chart/templates/{ => console}/service.yaml | 1 + chart/templates/{ => console}/serviceaccount.yaml | 1 + chart/templates/{ => console}/servicemonitor.yaml | 0 .../templates/{console-vs.yaml => console/virtualservice.yaml} | 0 chart/values.yaml | 2 +- 8 files changed, 4 insertions(+), 1 deletion(-) rename chart/templates/{ => console}/configmap.yaml (100%) rename chart/templates/{ => console}/deployment.yaml (100%) rename chart/templates/{ => console}/pvc.yaml (98%) rename chart/templates/{ => console}/service.yaml (98%) rename chart/templates/{ => console}/serviceaccount.yaml (98%) rename chart/templates/{ => console}/servicemonitor.yaml (100%) rename chart/templates/{console-vs.yaml => console/virtualservice.yaml} (100%) diff --git a/chart/templates/configmap.yaml b/chart/templates/console/configmap.yaml similarity index 100% rename from chart/templates/configmap.yaml rename to chart/templates/console/configmap.yaml diff --git a/chart/templates/deployment.yaml b/chart/templates/console/deployment.yaml similarity index 100% rename from chart/templates/deployment.yaml rename to chart/templates/console/deployment.yaml diff --git a/chart/templates/pvc.yaml b/chart/templates/console/pvc.yaml similarity index 98% rename from chart/templates/pvc.yaml rename to chart/templates/console/pvc.yaml index 28e7f07..e419f32 100644 --- a/chart/templates/pvc.yaml +++ b/chart/templates/console/pvc.yaml @@ -1,3 +1,4 @@ +--- kind: PersistentVolumeClaim apiVersion: v1 metadata: diff --git a/chart/templates/service.yaml b/chart/templates/console/service.yaml similarity index 98% rename from chart/templates/service.yaml rename to chart/templates/console/service.yaml index 2e3391b..6e48d37 100644 --- a/chart/templates/service.yaml +++ b/chart/templates/console/service.yaml @@ -1,3 +1,4 @@ +--- apiVersion: v1 kind: Service metadata: diff --git a/chart/templates/serviceaccount.yaml b/chart/templates/console/serviceaccount.yaml similarity index 98% rename from chart/templates/serviceaccount.yaml rename to chart/templates/console/serviceaccount.yaml index 4b0cd77..8bf80df 100644 --- a/chart/templates/serviceaccount.yaml +++ b/chart/templates/console/serviceaccount.yaml @@ -1,3 +1,4 @@ +--- apiVersion: v1 kind: ServiceAccount # Service Account is used for managing security context constraints policies in Openshift (SCC) metadata: diff --git a/chart/templates/servicemonitor.yaml b/chart/templates/console/servicemonitor.yaml similarity index 100% rename from chart/templates/servicemonitor.yaml rename to chart/templates/console/servicemonitor.yaml diff --git a/chart/templates/console-vs.yaml b/chart/templates/console/virtualservice.yaml similarity index 100% rename from chart/templates/console-vs.yaml rename to chart/templates/console/virtualservice.yaml diff --git a/chart/values.yaml b/chart/values.yaml index e93950c..1dfb72a 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -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 -- GitLab From a53fe5f344c69e4bf7545015a95925d5f98d9ed6 Mon Sep 17 00:00:00 2001 From: Josh Wolf Date: Wed, 12 May 2021 10:06:03 -0600 Subject: [PATCH 2/2] update accompanying documentation with new version --- CHANGELOG.md | 28 +++++++++++++++++++++++++++- README.md | 2 +- chart/Chart.yaml | 4 ++-- 3 files changed, 30 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 39b9692..2259d76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/README.md b/README.md index 67768c4..967675e 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/chart/Chart.yaml b/chart/Chart.yaml index 7e5399a..8f810a3 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -1,4 +1,4 @@ apiVersion: v2 name: twistlock -version: 0.0.3-bb.4 -appVersion: 20.12.531 +version: 0.0.4-bb.0 +appVersion: 21.04.412 -- GitLab