File tree Expand file tree Collapse file tree
olm-catalog/argocd-operator Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,11 +15,16 @@ RUN groupadd -g $ARGOCD_USER_ID argocd && \
1515 chown argocd:0 /home/argocd && \
1616 chmod g=u /home/argocd && \
1717 apt-get update && \
18- apt-get dist-upgrade -y && \
19- apt-get install -y \
20- git git-lfs tini curl python3-pip gpg tzdata unzip && \
18+ apt-get install -y --no-install-recommends \
19+ git tini curl python3-pip gpg tzdata unzip ca-certificates && \
20+ curl -L \
21+ https://github.com/git-lfs/git-lfs/releases/download/v3.7.1/git-lfs-linux-amd64-v3.7.1.tar.gz \
22+ -o /tmp/git-lfs.tar.gz && \
23+ tar -xzf /tmp/git-lfs.tar.gz -C /tmp && \
24+ /tmp/git-lfs-3.7.1/install.sh && \
25+ rm -rf /tmp/git-lfs* && \
2126 apt-get clean && \
22- rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
27+ rm -rf /var/lib/apt/lists/*
2328
2429# Create a symlink for python to point to python3
2530RUN ln -s /usr/bin/python3 /usr/bin/python
Original file line number Diff line number Diff line change @@ -257,7 +257,7 @@ metadata:
257257 capabilities : Deep Insights
258258 categories : Integration & Delivery
259259 certified : " false"
260- createdAt : " 2026-02-23T10:26:04Z "
260+ createdAt : " 2026-05-07T10:34:17Z "
261261 description : Argo CD is a declarative, GitOps continuous delivery tool for Kubernetes.
262262 operators.operatorframework.io/builder : operator-sdk-v1.35.0
263263 operators.operatorframework.io/project_layout : go.kubebuilder.io/v4
@@ -1956,7 +1956,7 @@ spec:
19561956 fieldPath : metadata.annotations['olm.targetNamespaces']
19571957 - name : ENABLE_CONVERSION_WEBHOOK
19581958 value : " true"
1959- image : quay.io/argoprojlabs/argocd-operator:v0.18.0
1959+ image : quay.io/argoprojlabs/argocd-operator@sha256:d547d9d09d0386694508d42f65a298e448a3c3045ed94251f6f6162aff2345b3
19601960 livenessProbe :
19611961 httpGet :
19621962 path : /healthz
@@ -2048,7 +2048,7 @@ spec:
20482048 maturity : alpha
20492049 provider :
20502050 name : Argo CD Community
2051- replaces : argocd-operator.v0.16 .0
2051+ replaces : argocd-operator.v0.17 .0
20522052 version : 0.18.0
20532053 webhookdefinitions :
20542054 - admissionReviewVersions :
Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ const (
125125 ArgoCDDefaultExportJobImage = "quay.io/argoprojlabs/argocd-operator-util"
126126
127127 // ArgoCDDefaultExportJobVersion is the export job container image tag to use when not specified.
128- ArgoCDDefaultExportJobVersion = "sha256:0745934cb55d95c266daa5423ece9c149bb67db99eb2b3d9215597903724c636 " // 0.13 .0
128+ ArgoCDDefaultExportJobVersion = "sha256:44b1338ee05eaed42a0685dc37490275de2c687da67de02c8c12e8ec88a4a276 " // 0.18 .0
129129
130130 // ArgoCDDefaultExportLocalCapicity is the default capacity to use for local export.
131131 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:d547d9d09d0386694508d42f65a298e448a3c3045ed94251f6f6162aff2345b3
15+ name : controller
1516 newName : quay.io/argoprojlabs/argocd-operator
16- newTag : v0.18.0
Original file line number Diff line number Diff line change @@ -1471,5 +1471,5 @@ spec:
14711471 maturity : alpha
14721472 provider :
14731473 name : Argo CD Community
1474- replaces : argocd-operator.v0.16 .0
1475- version : 0.17 .0
1474+ replaces : argocd-operator.v0.17 .0
1475+ version : 0.18 .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:f0d2bb73e8b9d0561c931b2f2afc81cf28ca5711c476b02ac1887770e799ab92 # 0.13 .0
7+ image : quay.io/argoprojlabs/argocd-operator-registry@sha256:2f1c40d59db153f2310a80c8fb29e3ceacb1913ef24f25b6215dd2d8e6c5c94b # 0.18 .0
88 displayName : Argo CD Operators
99 publisher : Argo CD Community
Original file line number Diff line number Diff line change @@ -257,7 +257,7 @@ metadata:
257257 capabilities : Deep Insights
258258 categories : Integration & Delivery
259259 certified : " false"
260- createdAt : " 2026-02-23T10:26:04Z "
260+ createdAt : " 2026-05-07T10:34:17Z "
261261 description : Argo CD is a declarative, GitOps continuous delivery tool for Kubernetes.
262262 operators.operatorframework.io/builder : operator-sdk-v1.35.0
263263 operators.operatorframework.io/project_layout : go.kubebuilder.io/v4
@@ -1956,7 +1956,7 @@ spec:
19561956 fieldPath : metadata.annotations['olm.targetNamespaces']
19571957 - name : ENABLE_CONVERSION_WEBHOOK
19581958 value : " true"
1959- image : quay.io/argoprojlabs/argocd-operator:v0.18.0
1959+ image : quay.io/argoprojlabs/argocd-operator@sha256:d547d9d09d0386694508d42f65a298e448a3c3045ed94251f6f6162aff2345b3
19601960 livenessProbe :
19611961 httpGet :
19621962 path : /healthz
@@ -2048,7 +2048,7 @@ spec:
20482048 maturity : alpha
20492049 provider :
20502050 name : Argo CD Community
2051- replaces : argocd-operator.v0.16 .0
2051+ replaces : argocd-operator.v0.17 .0
20522052 version : 0.18.0
20532053 webhookdefinitions :
20542054 - admissionReviewVersions :
Original file line number Diff line number Diff line change 11channels :
2- - currentCSV : argocd-operator.v0.17 .0
2+ - currentCSV : argocd-operator.v0.18 .0
33 name : alpha
44defaultChannel : alpha
55packageName : argocd-operator
You can’t perform that action at this time.
0 commit comments