Skip to content

Commit 093d922

Browse files
committed
chore: release 0.18.0
Signed-off-by: akhil nittala <nakhil@redhat.com>
1 parent 1fe2bb5 commit 093d922

8 files changed

Lines changed: 22 additions & 17 deletions

File tree

build/util/Dockerfile

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff 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
2530
RUN ln -s /usr/bin/python3 /usr/bin/python

bundle/manifests/argocd-operator.clusterserviceversion.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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:

common/defaults.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

config/manager/kustomization.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ configMapGenerator:
1111
apiVersion: kustomize.config.k8s.io/v1beta1
1212
kind: Kustomization
1313
images:
14-
- name: controller
14+
- digest: sha256:d547d9d09d0386694508d42f65a298e448a3c3045ed94251f6f6162aff2345b3
15+
name: controller
1516
newName: quay.io/argoprojlabs/argocd-operator
16-
newTag: v0.18.0

config/manifests/bases/argocd-operator.clusterserviceversion.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

deploy/catalog_source.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ metadata:
44
name: argocd-catalog
55
spec:
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

deploy/olm-catalog/argocd-operator/0.18.0/argocd-operator.v0.18.0.clusterserviceversion.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
channels:
2-
- currentCSV: argocd-operator.v0.17.0
2+
- currentCSV: argocd-operator.v0.18.0
33
name: alpha
44
defaultChannel: alpha
55
packageName: argocd-operator

0 commit comments

Comments
 (0)