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
2de0f12e
You need to sign in or sign up before continuing.
Commit
2de0f12e
authored
Apr 27, 2021
by
bhearn
Browse files
Db secrets fix
parent
cff0380d
Changes
4
Hide 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 @
2de0f12e
...
@@ -4,6 +4,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
...
@@ -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]
## [1.12.7-bb.2]
### Changed
### Changed
-
Added secrets and jobs for automated external Postgres database creation and user/password synchronization
-
Added secrets and jobs for automated external Postgres database creation and user/password synchronization
...
...
chart/Chart.yaml
View file @
2de0f12e
apiVersion
:
v2
apiVersion
:
v2
name
:
anchore-engine
name
:
anchore-engine
version
:
1.12.7-bb.
2
version
:
1.12.7-bb.
3
appVersion
:
0.9.3
appVersion
:
0.9.3
description
:
Anchore container analysis and policy evaluation engine service
description
:
Anchore container analysis and policy evaluation engine service
keywords
:
keywords
:
...
...
chart/templates/bigbang/db/anchore-db-secret.yaml
View file @
2de0f12e
...
@@ -14,7 +14,7 @@ metadata:
...
@@ -14,7 +14,7 @@ metadata:
annotations
:
annotations
:
"
helm.sh/hook-weight"
:
"
-5"
"
helm.sh/hook-weight"
:
"
-5"
"
helm.sh/hook"
:
pre-install,pre-upgrade
"
helm.sh/hook"
:
pre-install,pre-upgrade
"
helm.sh/hook-delete-policy"
:
hook-succeeded
"
helm.sh/hook-delete-policy"
:
before-hook-creation
type
:
Opaque
type
:
Opaque
data
:
data
:
PGUSER
:
{{
b64enc .Values.postgresql.postgresUser
}}
PGUSER
:
{{
b64enc .Values.postgresql.postgresUser
}}
...
...
chart/templates/bigbang/db/feeds-db-secret.yaml
View file @
2de0f12e
...
@@ -14,7 +14,7 @@ metadata:
...
@@ -14,7 +14,7 @@ metadata:
annotations
:
annotations
:
"
helm.sh/hook-weight"
:
"
-5"
"
helm.sh/hook-weight"
:
"
-5"
"
helm.sh/hook"
:
pre-install,pre-upgrade
"
helm.sh/hook"
:
pre-install,pre-upgrade
"
helm.sh/hook-delete-policy"
:
hook-succeeded
"
helm.sh/hook-delete-policy"
:
before-hook-creation
type
:
Opaque
type
:
Opaque
data
:
data
:
PGUSER
:
{{
b64enc (index .Values "anchore-feeds-db" "postgresUser")
}}
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