UNCLASSIFIED

Commit 8f027863 authored by runyontr's avatar runyontr Committed by Ryan Garcia
Browse files

Ib image

parent 5230b95d
#Twistlock # Changelog
0.1.0 (06/15/2020) 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).
Manifests for deploying Twistlock 20.04.196
---
## [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.
0.2.0 (08/24/2020)
Updated docs/readme.md to reflect keycloak SAML setup.
apiVersion: v2 apiVersion: v2
name: twistlock name: twistlock
version: 0.0.2-bb.1 version: 0.0.2-bb.2
appVersion: 20.04.163 appVersion: 20.04.163
\ No newline at end of file
...@@ -70,6 +70,10 @@ spec: ...@@ -70,6 +70,10 @@ spec:
spec: spec:
restartPolicy: Always restartPolicy: Always
serviceAccountName: twistlock-console serviceAccountName: twistlock-console
{{- with .Values.imagePullSecrets }}
imagePullSecrets:
{{- toYaml . | nindent 8 }}
{{- end }}
containers: containers:
- name: twistlock-console - name: twistlock-console
image: {{ .Values.console.image.repository }}:{{ .Values.console.image.tag }} image: {{ .Values.console.image.repository }}:{{ .Values.console.image.tag }}
......
...@@ -4,13 +4,16 @@ prometheus: ...@@ -4,13 +4,16 @@ prometheus:
istio: istio:
enabled: false enabled: false
# imagePullSecrets defines the secrets to use when pulling the operator container image.
imagePullSecrets: []
console: console:
hostname: bigbang.dev hostname: bigbang.dev
image: image:
repository: registry.dso.mil/platform-one/big-bang/apps/security-tools/twistlock/console repository: registry1.dso.mil/ironbank/twistlock/console/console
tag: 20.04.163 tag: 20.12.531
persistence: persistence:
size: 100Gi size: 100Gi
......
prometheus: imagePullSecrets:
servicemonitor: - name: private-registry-mil
enabled: false
istio:
enabled: true
console: console:
hostname: bigbang.dev
image:
repository: registry.dso.mil/platform-one/big-bang/apps/security-tools/twistlock/console
tag: 20.04.163
persistence: persistence:
size: 100Gi size: 5Gi
accessMode: ReadWriteOnce \ No newline at end of file
\ No newline at end of file
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