Description
This is my configuration:
images:
airflow:
repository: <REPO>
tag: <TAG>
I'd like to be able to do the following:
images:
airflow:
repository: <REPO>
digest: <SHA_DIGEST>
Additionally, I've tried supplying only the repository, or placing the digest as the tag, but both don't work because of this. The formatting is done by repo:tag while I need repo@digest.
Use case/motivation
I'm using Terraform to deploy Airflow.
I'm using the data source of aws_ecr_image in order to pick the latest image.
I want to supply to the helm_release of Airflow the image's digest rather than latest as according to the docs, it's bad practice.
Related issues
No response
Are you willing to submit a PR?
Code of Conduct
Description
This is my configuration:
I'd like to be able to do the following:
Additionally, I've tried supplying only the repository, or placing the digest as the tag, but both don't work because of this. The formatting is done by
repo:tagwhile I needrepo@digest.Use case/motivation
I'm using Terraform to deploy Airflow.
I'm using the data source of
aws_ecr_imagein order to pick thelatestimage.I want to supply to the
helm_releaseof Airflow the image's digest rather thanlatestas according to the docs, it's bad practice.Related issues
No response
Are you willing to submit a PR?
Code of Conduct