# CI Images
Each new release of rok8s-scripts generates CI images for common workflows. These images include a set of common CI/CD dependencies, including Docker, Kubernetes, Helm, AWS, and Google Cloud client libraries. Starting with these images as a base for deployment workflows ensures that you don't need to spend any build time installing extra dependencies.
We currently include CI Images based on Alpine and Debian Stretch as our recommended starting points. The latest Debian Stretch release can be pulled from quay.io/reactiveops/ci-images:v11.8-stretch
. A full list of image tags is available on our Quay repository (opens new window).
Deprecation Notice As of v10 and onward, alpine and stretch will be the only available images.
# Upgrading from v10 to v11
The v11 series of rok8s-scripts will include Helm 3 (opens new window). This will require your cluster to be running Helm3 for it to work.
WARNING If you deploy your application with Helm3 and it has already been deployed with Helm 2, you may have issues!!! Please migrate to Helm 3 (opens new window) before using Rok8s-Scripts v11+!!