Skip to content

Commit 8b07b7e

Browse files
Merge pull request #229 from canonical/kf-6984-integrate-argo-cli (#296)
* Merge pull request #229 from canonical/kf-6984-integrate-argo-cli Update argo-exec rock * chore: pin Juju provider for Terraform --------- Co-authored-by: Manos Vlassis <57320708+mvlassis@users.noreply.github.com>
1 parent 01e12bb commit 8b07b7e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charms/argo-controller/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ options:
1212
description: S3 key prefix
1313
executor-image:
1414
type: string
15-
default: gcr.io/ml-pipeline/argoexec:v3.4.17-license-compliance
15+
default: charmedkubeflow/argoexec:3.4.17-ae093c9
1616
description: |
1717
Image to use for runtime executor. Should be updated alongside updating the rest of the charm's images.
1818
kubelet-insecure:

charms/argo-controller/terraform/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ terraform {
33
required_providers {
44
juju = {
55
source = "juju/juju"
6-
version = ">= 0.14.0"
6+
version = ">= 0.14.0, < 1.0.0"
77
}
88
}
99
}

0 commit comments

Comments
 (0)