You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The codedx-kubernetes repository gets updated with each new Code Dx release, so you can download the latest repository files and re-run either the guided setup or the setup commands you previously saved (run-setup.ps1 and run-prereqs.ps1, if you saved a run-prereqs.ps1 file). If your setup.ps1 command references specific Docker image names (e.g., `-imageCodeDxTomcat codedx/codedx-tomcat:v5.0.8`), update those parameters to install the Docker image versions associated with a specific Code Dx release.
57
+
The codedx-kubernetes repository gets updated with each new Code Dx release, so you can download the latest repository files and re-run the setup commands you previously saved. If your setup.ps1 command references specific Docker image names (e.g., `-imageCodeDxTomcat codedx/codedx-tomcat:v5.0.8`), update those parameters to install the Docker image versions associated with a specific Code Dx release.
58
58
59
59
>Note: Refer to the changelog for a specific codedx-kubernetes release for any important notes regarding backward compatibility.
60
60
61
+
You can run the setup script commands multiple times. On subsequent runs with modified setup parameters, depending on what you changed, you may need to restart a system component like the Code Dx web application pod. For example, restarting the Code Dx web application pod is necessary when changing a codedx.props setting with a custom values.yaml file so that Code Dx can observe the new file contents.
62
+
61
63
## Guided Setup Steps
62
64
63
65
Below is a graph that shows every step of the guided setup script - you only have to visit the steps that apply to your Code Dx deployment.
0 commit comments