Skip to content

Commit

Permalink
chore: bump argo-controller 3.3.10 -> 3.4 (#169)
Browse files Browse the repository at this point in the history
* chore: bump argo-controller 3.3.10 -> 3.4

This commit bumps the oci-image to bring the 3.4 version, as well as
updates to the CRDs to their corresponding versions.

Fixes #166
  • Loading branch information
DnPlas authored May 28, 2024
1 parent 335812d commit f3b07ed
Show file tree
Hide file tree
Showing 6 changed files with 911 additions and 41 deletions.
9 changes: 1 addition & 8 deletions charms/argo-controller/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,9 @@ options:
type: string
default: "artifacts/{{workflow.name}}/{{workflow.creationTimestamp.Y}}/{{workflow.creationTimestamp.m}}/{{workflow.creationTimestamp.d}}/{{pod.name}}"
description: S3 key prefix
executor:
type: string
default: emissary
description: |
Runtime executor for workflow containers. Defaults to `emissary` as it is the default in both Argo Workflows and
the upstream Kubeflow project. Cannot be `docker` on containerd, for a full list of executors, see:
https://argoproj.github.io/argo-workflows/workflow-executors/#workflow-executors
executor-image:
type: string
default: charmedkubeflow/argoexec:3.3.10-c88862f
default: gcr.io/ml-pipeline/argoexec:v3.4.16-license-compliance
description: |
Image to use for runtime executor. Should be updated alongside updating the rest of the charm's images.
kubelet-insecure:
Expand Down
2 changes: 1 addition & 1 deletion charms/argo-controller/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ resources:
type: oci-image
description: 'Backing OCI image'
auto-fetch: true
upstream-source: argoproj/workflow-controller:v3.3.10
upstream-source: gcr.io/ml-pipeline/workflow-controller:v3.4.16-license-compliance
containers:
argo-controller:
resource: oci-image
Expand Down
1 change: 0 additions & 1 deletion charms/argo-controller/src/charm.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,6 @@ def _context_callable(self):
f"{self.object_storage_relation.component.get_data()['port']}"
),
"kubelet_insecure": self.model.config["kubelet-insecure"],
"runtime_executor": self.model.config["executor"],
}


Expand Down
Loading

0 comments on commit f3b07ed

Please sign in to comment.