After Acrolinx sets up your guidance, you can still change how it works via the Acrolinx Dashboard or via your configuration files. Acrolinx also regularly makes improvements to the standard guidance package. You’ll find all available guidance package image builds in your Acrolinx download area.
If you use Standard Stack and want to update your guidance package, you’ll need to add it to your .yaml
file.
Tip
Not sure how to find the .yaml
file? Learn more about it in Configure the Acrolinx Operator.
To update to a new guidance package, do the following:
-
Open your
.yaml
file. -
Replace the old guidance package name and version with the version and name of the guidance package you'd like to use instead.
Note
Your container image for your guidance package starts with the prefix
acrolinx/guidance
. The name appears afteracrolinx/guidance/
. For example,targets-starter-en-stasta
inacrolinx/guidance/targets-starter-en-stasta
.Be sure to use a colon to separate the name and build number. For example:
spec: set: ### [...] platform.spec.guidance: "targets-starter-en-stasta:2021.07-46603"
-
Update Acrolinx in your Kubernetes cluster.
kubectl apply -f acrolinx.yaml