From 1e5c9ab6b0f9ac456fd9820bdb034786d4825cbc Mon Sep 17 00:00:00 2001 From: Emma Doyle Date: Fri, 19 Jan 2024 12:55:02 -0500 Subject: [PATCH] master: fix release version and image tag refs --- .circleci/config.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index e5cf6f2..ae33923 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -119,7 +119,9 @@ workflows: name: helm package [nexus] context: nexus repo: $HELM_REPOSITORY_URL - # Uses https://mikefarah.gitbook.io/yq/operators/env-variable-operators#dynamically-update-a-path-from-an-environment-variable + path: helm/operator + version: $CIRCLE_TAG + image-tag: $CIRCLE_TAG image-tag-path: .deployment.image.tag requires: - docker build [dockerhub]