From 3d8f7b3d8e643d9d5ff30dd3bac65a0af2569c67 Mon Sep 17 00:00:00 2001 From: Ivan Chvets Date: Mon, 11 Sep 2023 15:21:07 -0400 Subject: [PATCH 1/2] feat: update reference to image to point to rock Summary of changes: - Updated config.yaml to refer to published ROCK image instead of upstream container image. --- 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 516faf5..71fbf05 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.8 + default: charmedkubeflow/argoexec:v3.3.8_22.04_1 description: | Image to use for runtime executor. Should be updated alongside updating the rest of the charm's images. kubelet-insecure: From 7965d863ae9c4fa9bcc19984c0b5d5b207bb2d94 Mon Sep 17 00:00:00 2001 From: Ivan Chvets Date: Mon, 18 Sep 2023 09:02:54 -0400 Subject: [PATCH 2/2] feat: bump version to 3.3.10 --- 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 71fbf05..4562f6d 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: charmedkubeflow/argoexec:v3.3.8_22.04_1 + default: charmedkubeflow/argoexec:v3.3.10_22.04_1 description: | Image to use for runtime executor. Should be updated alongside updating the rest of the charm's images. kubelet-insecure: