Skip to content

Commit

Permalink
Hotfix/analytic data migration (#68)
Browse files Browse the repository at this point in the history
* Updating vulnerability service devkit version

* Fixing old database uri
  • Loading branch information
nathannascimentozup committed May 19, 2021
1 parent 6d96903 commit aba0d8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployments/helm/analytic/templates/V1toV2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
containers:
- name: horusec-analytic-v1-2-v2
image: "horuszup/horusec-analytic:2.11.0-rc"
command: "./horusec-analytic-v1-2-v2-migrate $HORUSEC_CORE_DATABASE_URI"
command: "./horusec-analytic-v1-2-v2-migrate $HORUSEC_DATABASE_HORUSEC_SQL_URI"
env:
- name: MIGRATION_NAME
value: "platform"
Expand Down

0 comments on commit aba0d8b

Please sign in to comment.