We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01e12bb commit 8b07b7eCopy full SHA for 8b07b7e
charms/argo-controller/config.yaml
@@ -12,7 +12,7 @@ options:
12
description: S3 key prefix
13
executor-image:
14
type: string
15
- default: gcr.io/ml-pipeline/argoexec:v3.4.17-license-compliance
+ default: charmedkubeflow/argoexec:3.4.17-ae093c9
16
description: |
17
Image to use for runtime executor. Should be updated alongside updating the rest of the charm's images.
18
kubelet-insecure:
charms/argo-controller/terraform/versions.tf
@@ -3,7 +3,7 @@ terraform {
3
required_providers {
4
juju = {
5
source = "juju/juju"
6
- version = ">= 0.14.0"
+ version = ">= 0.14.0, < 1.0.0"
7
}
8
9
0 commit comments