From eaf66b5b6cf6794bc525fe79ffd281897759f2dc Mon Sep 17 00:00:00 2001 From: i-chvets <113444075+i-chvets@users.noreply.github.com> Date: Wed, 27 Sep 2023 10:58:39 -0400 Subject: [PATCH] Fix port config exec image (#139) * fix: ported exec image config Summary of changes: - Ported configuration of executor image configuration. - Issue: https://github.com/canonical/argo-operators/issues/115 - PR on main: https://github.com/canonical/argo-operators/pull/125 * fix: updated image with reference to rock --- charms/argo-controller/config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charms/argo-controller/config.yaml b/charms/argo-controller/config.yaml index c32de85..ca4fcc9 100644 --- a/charms/argo-controller/config.yaml +++ b/charms/argo-controller/config.yaml @@ -19,7 +19,7 @@ options: https://argoproj.github.io/argo-workflows/workflow-executors/#workflow-executors executor-image: type: string - default: argoproj/argoexec:v3.3.9 + default: charmedkubeflow/argoexec:v3.3.9_22.04_1 description: | Image to use for runtime executor. Should be updated alongside updating the rest of the charm's images. kubelet-insecure: