Skip to content

Commit d4d89d6

Browse files
authored
chore: Release v0.14.1 (#1776)
* Release 0.14.1 Signed-off-by: Siddhesh Ghadi <sghadi1203@gmail.com> * Fix export test Signed-off-by: Siddhesh Ghadi <sghadi1203@gmail.com> --------- Signed-off-by: Siddhesh Ghadi <sghadi1203@gmail.com>
1 parent e7acd3b commit d4d89d6

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

bundle/manifests/argocd-operator.clusterserviceversion.yaml

Lines changed: 2 additions & 2 deletions
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-07-07T04:45:59Z"
250+
createdAt: "2025-07-08T08:36:42Z"
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
@@ -1892,7 +1892,7 @@ spec:
18921892
fieldPath: metadata.annotations['olm.targetNamespaces']
18931893
- name: ENABLE_CONVERSION_WEBHOOK
18941894
value: "true"
1895-
image: quay.io/argoprojlabs/argocd-operator:v0.14.1
1895+
image: quay.io/argoprojlabs/argocd-operator@sha256:d881cc9bb2790245cb90e9f7ba1a3b261ed844fc6a94b95084350641cea6ca4c
18961896
livenessProbe:
18971897
httpGet:
18981898
path: /healthz

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:d881cc9bb2790245cb90e9f7ba1a3b261ed844fc6a94b95084350641cea6ca4c
15+
name: controller
1516
newName: quay.io/argoprojlabs/argocd-operator
16-
newTag: v0.14.1

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:4c3d867130f92805313a0f46bd602adbd539317e73adbe8caf30cfaffe93505b # 0.14.0
7+
image: quay.io/argoprojlabs/argocd-operator-registry@sha256:70069c3cac8d99ef972700dcbd224821795e05ed46a7f92b7a9c1edfa071ebd7 # 0.14.1
88
displayName: Argo CD Operators
99
publisher: Argo CD Community

deploy/olm-catalog/argocd-operator/0.14.1/argocd-operator.v0.14.1.clusterserviceversion.yaml

Lines changed: 2 additions & 2 deletions
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-07-07T04:45:59Z"
250+
createdAt: "2025-07-08T08:36:42Z"
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
@@ -1892,7 +1892,7 @@ spec:
18921892
fieldPath: metadata.annotations['olm.targetNamespaces']
18931893
- name: ENABLE_CONVERSION_WEBHOOK
18941894
value: "true"
1895-
image: quay.io/argoprojlabs/argocd-operator:v0.14.1
1895+
image: quay.io/argoprojlabs/argocd-operator@sha256:d881cc9bb2790245cb90e9f7ba1a3b261ed844fc6a94b95084350641cea6ca4c
18961896
livenessProbe:
18971897
httpGet:
18981898
path: /healthz
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.14.0
2+
- currentCSV: argocd-operator.v0.14.1
33
name: alpha
44
defaultChannel: alpha
55
packageName: argocd-operator

0 commit comments

Comments
 (0)