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
Anchore Enterprise
Commits
25fd5798
Commit
25fd5798
authored
Apr 27, 2021
by
bhearn
Browse files
Merge branch 'db-secrets-fix' into 'main'
Db secrets fix See merge request
!32
parents
cff0380d
2de0f12e
Pipeline
#235843
passed with stages
in 3 minutes and 43 seconds
Changes
4
Pipelines
2
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
3 deletions
+7
-3
CHANGELOG.md
CHANGELOG.md
+4
-0
chart/Chart.yaml
chart/Chart.yaml
+1
-1
chart/templates/bigbang/db/anchore-db-secret.yaml
chart/templates/bigbang/db/anchore-db-secret.yaml
+1
-1
chart/templates/bigbang/db/feeds-db-secret.yaml
chart/templates/bigbang/db/feeds-db-secret.yaml
+1
-1
No files found.
CHANGELOG.md
View file @
25fd5798
...
...
@@ -4,6 +4,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
---
## [1.12.7-bb.3]
### Fixed
-
Updated delete policies to db secrets to handle helm errors
## [1.12.7-bb.2]
### Changed
-
Added secrets and jobs for automated external Postgres database creation and user/password synchronization
...
...
chart/Chart.yaml
View file @
25fd5798
apiVersion
:
v2
name
:
anchore-engine
version
:
1.12.7-bb.
2
version
:
1.12.7-bb.
3
appVersion
:
0.9.3
description
:
Anchore container analysis and policy evaluation engine service
keywords
:
...
...
chart/templates/bigbang/db/anchore-db-secret.yaml
View file @
25fd5798
...
...
@@ -14,7 +14,7 @@ metadata:
annotations
:
"
helm.sh/hook-weight"
:
"
-5"
"
helm.sh/hook"
:
pre-install,pre-upgrade
"
helm.sh/hook-delete-policy"
:
hook-succeeded
"
helm.sh/hook-delete-policy"
:
before-hook-creation
type
:
Opaque
data
:
PGUSER
:
{{
b64enc .Values.postgresql.postgresUser
}}
...
...
chart/templates/bigbang/db/feeds-db-secret.yaml
View file @
25fd5798
...
...
@@ -14,7 +14,7 @@ metadata:
annotations
:
"
helm.sh/hook-weight"
:
"
-5"
"
helm.sh/hook"
:
pre-install,pre-upgrade
"
helm.sh/hook-delete-policy"
:
hook-succeeded
"
helm.sh/hook-delete-policy"
:
before-hook-creation
type
:
Opaque
data
:
PGUSER
:
{{
b64enc (index .Values "anchore-feeds-db" "postgresUser")
}}
...
...
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