When using the Artifactory OR Artifactory-HA Chart:

ARTIFACTORY: Resetting the Artifactory admin password in a Helm environment, Best Practices

AuthorFullName__c
Bassel Mbariky
articleNumber
000005605
ft:sourceType
Salesforce
FirstPublishedDate
2023-03-07T14:37:16Z
lastModifiedDate
2023-03-07
VersionNumber
2
  • Create an admin-creds-values.yaml file with the following information:
artifactory:
 admin:
   ip: "*” # Example: "*" to allow access from any IP
   username: "admin"
   password: "password1"