Skip to content

Commit 5b007bc

Browse files
authored
feat: update argo-controller manifests to 3.5.14 (#277)
Update the manifests and images to 3.5.14 as part of the KFP 2.5 upgrade
1 parent f8ae94e commit 5b007bc

File tree

4 files changed

+289
-21
lines changed

4 files changed

+289
-21
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: charmedkubeflow/argoexec:3.4.17-ae093c9
15+
default: quay.io/argoproj/argoexec:v3.5.14
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/metadata.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ resources:
1212
type: oci-image
1313
description: 'Backing OCI image'
1414
auto-fetch: true
15-
upstream-source: charmedkubeflow/workflow-controller:3.4.17-627976f
15+
upstream-source: quay.io/argoproj/workflow-controller:v3.5.14
1616
containers:
1717
argo-controller:
1818
resource: oci-image

charms/argo-controller/src/prometheus_alert_rules/missing_pods.rule

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ annotations:
88
description: >
99
Detected missing workflow pods in the last 5 minutes.
1010
Missing pods are expected pods that never appeared or were deleted.
11-
See https://argo-workflows.readthedocs.io/en/release-3.4/metrics/#argo_pod_missing for details.
11+
See https://argo-workflows.readthedocs.io/en/release-3.5/metrics/#argo_pod_missing for details.

0 commit comments

Comments
 (0)