Skip to content

Commit

Permalink
Merge pull request #237 from anchore/update_changlog
Browse files Browse the repository at this point in the history
add more details to 1.20.0 changelog for migrating existing secrets
  • Loading branch information
Btodhunter authored Jan 10, 2023
2 parents cb756e7 + fb8e3cb commit d7018f3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion stable/anchore-engine/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: anchore-engine
version: 1.21.0
version: 1.21.1
appVersion: 1.1.0
description: Anchore container analysis and policy evaluation engine service
keywords:
Expand Down
9 changes: 9 additions & 0 deletions stable/anchore-engine/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,15 @@ The upgrade will only be considered successful when this job completes successfu

* Revamped how the chart is configured when using existing secrets. Users upgrading from a previous chart version will need to update their values file to match the new convention. Update the following in your values file:
* Set `.Values.anchoreGlobal.useExistingSecrets=true`
* Update your existing secrets to include all environment variables used by deployments
* Add to the secret specified in `.Values.anchoreGlobal.existingSecretName`:
* ANCHORE_DB_HOST
* ANCHORE_DB_USER
* ANCHORE_DB_NAME
* Add to secret specified in `.Values.anchoreEnterpriseFeeds.existingSecretName`:
* ANCHORE_FEEDS_DB_HOST
* ANCHORE_FEEDS_DB_USER
* ANCHORE_FEEDS_DB_NAME
* Update the following keys:
* `.Values.anchoreGlobal.existingSecret` -> `.Values.anchoreGlobal.existingSecretName`
* `.Values.anchoreEnterpriseFeeds.existingSecret` -> `.Values.anchoreEnterpriseFeeds.existingSecretName`
Expand Down

0 comments on commit d7018f3

Please sign in to comment.