UNCLASSIFIED

Commit 2a473dd0 authored by Kavitha Thulasiraman's avatar Kavitha Thulasiraman
Browse files

Merge branch 'main' into 'hospath-violation'

# Conflicts:
#   CHANGELOG.md
#   chart/Chart.yaml
#   chart/templates/console/deployment.yaml
parents 576f6505 5ff5c82e
Pipeline #414865 passed with stages
in 2 minutes and 40 seconds
...@@ -3,11 +3,11 @@ ...@@ -3,11 +3,11 @@
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).
--- ---
## [0.0.6-bb.3] - 2021-08-03 ## [0.0.6-bb.2] - 2021-08-06
### Added ### Added
- Add conditional hostpath for twistlock console. - Add Resource limit and request.
## [0.0.6-bb.1] - 2021-07-21 ## [0.0.6-bb.1] - 2021-07-21
......
apiVersion: v2 apiVersion: v2
name: twistlock name: twistlock
version: 0.0.6-bb.3 version: 0.0.6-bb.2
appVersion: 21.04.412 appVersion: 21.04.412
dependencies: dependencies:
- name: gluon - name: gluon
......
...@@ -41,7 +41,7 @@ spec: ...@@ -41,7 +41,7 @@ spec:
- name: twistlock-console - name: twistlock-console
image: {{ .Values.console.image.repository }}:{{ .Values.console.image.tag }} image: {{ .Values.console.image.repository }}:{{ .Values.console.image.tag }}
resources: resources:
{{ toYaml .Values.resources | indent 12 }} {{ toYaml .Values.resources | nindent 10 }}
ports: ports:
- name: mgmt-https - name: mgmt-https
containerPort: 8083 containerPort: 8083
......
...@@ -66,11 +66,11 @@ tolerations: ...@@ -66,11 +66,11 @@ tolerations:
# effect: "NoSchedule" # effect: "NoSchedule"
resources: resources:
limits: {} limits:
# memory: 256Mi memory: 1Gi
# cpu: 100m cpu: 250m
requests: {} requests:
# memory: 256Mi memory: 512Mi
# cpu: 100m cpu: 250m
openshift: false openshift: false
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