Skip to main content

What is the username and password parameter for upgrading Server?

Overview

During the Server version upgrades, you may be confused about what values to specify for the username and password parameters.

helm upgrade circleci-server oci://cciserver.azurecr.io/circleci-server -n
$namespace --version <version> -f <path-to-values.yaml> --user $USERNAME 
--password $PASSWORD

These parameters are the credentials for your CircleCI license. Please check it with the person who administers the CircleCI license.

Did this answer your question?