Contact our team to test out this Helm chart and related images for free. Please also indicate any other images you would like to evaluate.
Chainguard's redistribution of the Argo Workflows Helm chart, pre-configured with hardened Chainguard Images.
Authentication is required to access this chart and its images. First, authenticate with Chainguard and configure your environment:
Create an image pull secret for the cluster:
This is a redistribution of the upstream Argo Workflows Helm chart. All upstream configuration options and documentation apply.
For full documentation, see: https://argo-workflows.readthedocs.io/
The upstream chart installs the full CRDs (crds.full=true, the default) through
a pre-install and pre-upgrade Job that runs a dedicated CRD installer image
bundling the CRD manifests. Chainguard does not currently publish this image, and
this chart maps the Job's image (crds.upgradeJob.image) to the Chainguard
kubectl image, which does not carry the manifests. As a result the Job runs the
kubectl image with no manifests to apply, so the full CRDs are not installed on
install or upgrade.
Until a dedicated image is available, install the CRDs with one of the following:
Use the minified CRDs, which the chart applies directly without the Job. This omits the full OpenAPI schemas:
Or, for the full CRDs, build a small CRD installer image on a Chainguard base
and point the Job at it (use the kubectl-fips base for a FIPS posture). The
image bundles the upstream CRD manifests (from the argo-workflows repo,
manifests/base/crds/full/argoproj.io_*.yaml, at the tag matching your app
version) and applies them with server-side apply, which is required because the
full CRDs exceed the client-side apply size limit:
Push the image to your registry and point the Job at it, matching the tag to your app version:
2.0.6
2.0.5
2.0.4
2.0.3
Helm charts contain references to Chainguard Container images. The following images are referenced in the chart: