Skip to content

Commit

Permalink
Merge pull request #38 from defenseunicorns/default-behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
corang authored Jul 11, 2024
2 parents 554005e + b3eca43 commit d073283
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,20 @@ The released packages can be found in [ghcr](https://github.com/defenseunicorns/
> [!TIP]
> To get a list of tasks to run you can use `uds run --list`!
## Redeploying/Upgrading pre-existing Artifactory

> [!IMPORTANT]
> **NOTE**: If admin credentials are changed or different from what is generated in the `artifactory-admin-credentials` secret, in the `values/common.yaml` set:
``` yaml
artifactory:
admin:
secret: ""
dataKey: ""
```
The credentials will be reset to what is in the secret if not set to empty or might break the deployment/upgrade entirely.
## Contributing
Please see the [CONTRIBUTING.md](./CONTRIBUTING.md)
2 changes: 1 addition & 1 deletion values/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ artifactory:
secret: artifactory-admin-credentials
dataKey: adminCreds
openMetrics:
enabled: false
enabled: true
database:
type: postgresql
driver: org.postgresql.Driver
Expand Down

0 comments on commit d073283

Please sign in to comment.