UNCLASSIFIED
Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Platform One
Big Bang
P
Packages
Security Tools
Twistlock
Commits
7ca717ff
Commit
7ca717ff
authored
Aug 16, 2021
by
Kavitha Thulasiraman
Browse files
Merge branch 'upgrade-twistlock' into 'main'
bump version to 21.04.439 See merge request
!29
parents
da3a3823
9e140fae
Pipeline
#428244
passed with stages
in 5 minutes and 53 seconds
Changes
4
Pipelines
2
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
4 deletions
+10
-4
CHANGELOG.md
CHANGELOG.md
+6
-0
chart/Chart.yaml
chart/Chart.yaml
+2
-2
chart/tests/scripts/check-api.sh
chart/tests/scripts/check-api.sh
+1
-1
chart/values.yaml
chart/values.yaml
+1
-1
No files found.
CHANGELOG.md
View file @
7ca717ff
...
...
@@ -3,6 +3,12 @@
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.8-bb.0] - 2021-08-16
### Added
-
Upgrade twistlock console to version 21.04.439
## [0.0.7-bb.0] - 2021-08-09
### Added
...
...
chart/Chart.yaml
View file @
7ca717ff
apiVersion
:
v2
name
:
twistlock
version
:
0.0.
7
-bb.0
appVersion
:
21.04.4
12
version
:
0.0.
8
-bb.0
appVersion
:
21.04.4
39
dependencies
:
-
name
:
gluon
version
:
0.1.1
...
...
chart/tests/scripts/check-api.sh
View file @
7ca717ff
#!/bin/bash
set
-ex
sleep
1m
echo
"Hitting Twistlock API endpoint..."
curl
-sISk
-H
'Authorization: Basic "${api_auth}"'
"
${
twistlock_host
}
/"
&>/dev/null
||
export
TW_DOWN
=
"true"
if
[[
${
TW_DOWN
}
==
"true"
]]
;
then
...
...
chart/values.yaml
View file @
7ca717ff
...
...
@@ -28,7 +28,7 @@ imagePullSecrets: []
console
:
image
:
repository
:
registry1.dso.mil/ironbank/twistlock/console/console
tag
:
21.04.4
12
tag
:
21.04.4
39
persistence
:
size
:
100Gi
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment