Skip to content

Commit 58532ce

Browse files
authored
Updated Argo CD CRDs and Argo CD image shas for v2.14.4 (#1680)
* Updated Argo CD CRDs and Argo CD image shas Signed-off-by: Anand Francis Joseph <anjoseph@redhat.com> * Updated CRDs in config/crd/bases Signed-off-by: Anand Francis Joseph <anjoseph@redhat.com> * Updated the ArgoCD base image pinned to 2.13.5 Signed-off-by: Anand Francis Joseph <anjoseph@redhat.com> * Ran make bundle and make generate Signed-off-by: Anand Francis Joseph <anjoseph@redhat.com> --------- Signed-off-by: Anand Francis Joseph <anjoseph@redhat.com>
1 parent 69a2076 commit 58532ce

File tree

10 files changed

+4673
-8
lines changed

10 files changed

+4673
-8
lines changed

build/util/Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
# Argo CD v2.13.1
2-
FROM quay.io/argoproj/argocd@sha256:19608c266cc41e4986d9b1c2b79ea4c42bb9430269eefc5005e9d65be4d22868 as argocd
1+
# Argo CD v2.13.5
2+
# TODO: Pinned to 2.13.x https://github.com/argoproj-labs/argocd-operator/issues/1631#issue-2752065624
3+
FROM quay.io/argoproj/argocd@sha256:17c471916f3e14c01c599a534944c83a7905c1ba42a486e4ef9b87f58c788658 as argocd
34

45
# Final Image
56
FROM docker.io/library/ubuntu:24.04

bundle/manifests/argocd-operator.clusterserviceversion.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ metadata:
247247
capabilities: Deep Insights
248248
categories: Integration & Delivery
249249
certified: "false"
250-
createdAt: "2025-02-04T21:18:01Z"
250+
createdAt: "2025-03-06T14:19:20Z"
251251
description: Argo CD is a declarative, GitOps continuous delivery tool for Kubernetes.
252252
operators.operatorframework.io/builder: operator-sdk-v1.35.0
253253
operators.operatorframework.io/project_layout: go.kubebuilder.io/v4

bundle/manifests/argoproj.io_applications.yaml

Lines changed: 387 additions & 0 deletions
Large diffs are not rendered by default.

bundle/manifests/argoproj.io_applicationsets.yaml

Lines changed: 1163 additions & 0 deletions
Large diffs are not rendered by default.

common/defaults.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ const (
7070
ArgoCDDefaultArgoImage = "quay.io/argoproj/argocd"
7171

7272
// ArgoCDDefaultArgoVersion is the Argo CD container image digest to use when version not specified.
73-
ArgoCDDefaultArgoVersion = "sha256:19608c266cc41e4986d9b1c2b79ea4c42bb9430269eefc5005e9d65be4d22868" // v2.13.1
73+
ArgoCDDefaultArgoVersion = "sha256:bf7ad407274f0e860ca7baefc37af19a31cc13da2f770180a1df2319da32d345" // v2.14.4
7474

7575
// ArgoCDDefaultBackupKeyLength is the length of the generated default backup key.
7676
ArgoCDDefaultBackupKeyLength = 32
@@ -128,7 +128,7 @@ const (
128128
ArgoCDDefaultExportJobImage = "quay.io/argoprojlabs/argocd-operator-util"
129129

130130
// ArgoCDDefaultExportJobVersion is the export job container image tag to use when not specified.
131-
ArgoCDDefaultExportJobVersion = "sha256:43f74879ce38af1e0ce37dc159332efd282b63da3eda43e71de9cecfa45df153" // 0.12.0
131+
ArgoCDDefaultExportJobVersion = "sha256:0745934cb55d95c266daa5423ece9c149bb67db99eb2b3d9215597903724c636" // 0.13.0
132132

133133
// ArgoCDDefaultExportLocalCapicity is the default capacity to use for local export.
134134
ArgoCDDefaultExportLocalCapicity = "2Gi"

config/crd/bases/argoproj.io_applications.yaml

Lines changed: 395 additions & 1 deletion
Large diffs are not rendered by default.

config/crd/bases/argoproj.io_applicationsets.yaml

Lines changed: 1171 additions & 1 deletion
Large diffs are not rendered by default.

deploy/olm-catalog/argocd-operator/0.14.0/argocd-operator.v0.14.0.clusterserviceversion.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ metadata:
247247
capabilities: Deep Insights
248248
categories: Integration & Delivery
249249
certified: "false"
250-
createdAt: "2025-02-04T21:18:01Z"
250+
createdAt: "2025-03-06T14:19:20Z"
251251
description: Argo CD is a declarative, GitOps continuous delivery tool for Kubernetes.
252252
operators.operatorframework.io/builder: operator-sdk-v1.35.0
253253
operators.operatorframework.io/project_layout: go.kubebuilder.io/v4

deploy/olm-catalog/argocd-operator/0.14.0/argoproj.io_applications.yaml

Lines changed: 387 additions & 0 deletions
Large diffs are not rendered by default.

deploy/olm-catalog/argocd-operator/0.14.0/argoproj.io_applicationsets.yaml

Lines changed: 1163 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)