Skip to content

Commit

Permalink
Fix port config exec image (#139)
Browse files Browse the repository at this point in the history
* fix: ported exec image config

Summary of changes:
- Ported configuration of executor image configuration.
- Issue: #115
- PR on main: #125

* fix: updated image with reference to rock
  • Loading branch information
i-chvets authored Sep 27, 2023
1 parent 8742658 commit eaf66b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charms/argo-controller/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit eaf66b5

Please sign in to comment.