File tree Expand file tree Collapse file tree 7 files changed +14
-11
lines changed
olm-catalog/argocd-operator Expand file tree Collapse file tree 7 files changed +14
-11
lines changed Original file line number Diff line number Diff line change 1- # Argo CD v2.13.1
2- FROM quay.io/argoproj/argocd@sha256:19608c266cc41e4986d9b1c2b79ea4c42bb9430269eefc5005e9d65be4d22868 as argocd
1+ # Pin Argo CD to v2.12.x. From v2.13.x, few things have changed with
2+ # argocd admin export command resulting into issues for export job.
3+ # https://github.com/argoproj-labs/argocd-operator/issues/1631
4+ # Argo CD v2.12.3
5+ FROM quay.io/argoproj/argocd@sha256:68894064bc381c19ea951029510aa614bd26bf46c2ec65ea445c7d8d095a9417 as argocd
36
47# Final Image
58FROM docker.io/library/ubuntu:24.04
Original file line number Diff line number Diff line change @@ -247,7 +247,7 @@ metadata:
247247 capabilities : Deep Insights
248248 categories : Integration & Delivery
249249 certified : " false"
250- createdAt : " 2024-11-21T12:06:55Z "
250+ createdAt : " 2024-12-20T07:08:43Z "
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
@@ -1901,7 +1901,7 @@ spec:
19011901 fieldPath : metadata.annotations['olm.targetNamespaces']
19021902 - name : ENABLE_CONVERSION_WEBHOOK
19031903 value : " true"
1904- image : quay.io/argoprojlabs/argocd-operator:v0.13.0
1904+ image : quay.io/argoprojlabs/argocd-operator@sha256:d7f62482426bd8a1ff99f193f199b11e295a1f9093a8b65fa14ada7eec77e1a3
19051905 livenessProbe :
19061906 httpGet :
19071907 path : /healthz
Original file line number Diff line number Diff line change @@ -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"
Original file line number Diff line number Diff line change @@ -11,6 +11,6 @@ configMapGenerator:
1111apiVersion : kustomize.config.k8s.io/v1beta1
1212kind : Kustomization
1313images :
14- - name : controller
14+ - digest : sha256:d7f62482426bd8a1ff99f193f199b11e295a1f9093a8b65fa14ada7eec77e1a3
15+ name : controller
1516 newName : quay.io/argoprojlabs/argocd-operator
16- newTag : v0.13.0
Original file line number Diff line number Diff line change @@ -4,6 +4,6 @@ metadata:
44 name : argocd-catalog
55spec :
66 sourceType : grpc
7- image : quay.io/argoprojlabs/argocd-operator-registry@sha256:72a4c53d2baaddd7c770063735e8a62a3f56bb5c0a72b4277435773f305ac376 # 0.12 .0
7+ image : quay.io/argoprojlabs/argocd-operator-registry@sha256:f0d2bb73e8b9d0561c931b2f2afc81cf28ca5711c476b02ac1887770e799ab92 # 0.13 .0
88 displayName : Argo CD Operators
99 publisher : Argo CD Community
Original file line number Diff line number Diff line change @@ -247,7 +247,7 @@ metadata:
247247 capabilities : Deep Insights
248248 categories : Integration & Delivery
249249 certified : " false"
250- createdAt : " 2024-11-21T12:06:55Z "
250+ createdAt : " 2024-12-20T07:08:43Z "
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
@@ -1901,7 +1901,7 @@ spec:
19011901 fieldPath : metadata.annotations['olm.targetNamespaces']
19021902 - name : ENABLE_CONVERSION_WEBHOOK
19031903 value : " true"
1904- image : quay.io/argoprojlabs/argocd-operator:v0.13.0
1904+ image : quay.io/argoprojlabs/argocd-operator@sha256:d7f62482426bd8a1ff99f193f199b11e295a1f9093a8b65fa14ada7eec77e1a3
19051905 livenessProbe :
19061906 httpGet :
19071907 path : /healthz
Original file line number Diff line number Diff line change 11channels :
2- - currentCSV : argocd-operator.v0.12 .0
2+ - currentCSV : argocd-operator.v0.13 .0
33 name : alpha
44defaultChannel : alpha
55packageName : argocd-operator
You can’t perform that action at this time.
0 commit comments