Skip to content

Commit c0a9ad2

Browse files
committed
rebuild
Signed-off-by: Oliver Gondža <[email protected]>
1 parent 448e641 commit c0a9ad2

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

bundle/manifests/argocd-operator.clusterserviceversion.yaml

Lines changed: 1 addition & 1 deletion
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: "2025-09-23T12:08:56Z"
260+
createdAt: "2025-09-30T15:10:50Z"
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

controllers/argocd/repo_server.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ import (
3636
"github.com/argoproj-labs/argocd-operator/controllers/argoutil"
3737
)
3838

39+
func init() {
40+
fmt.Printf("UPDATED: 1")
41+
}
42+
3943
// getArgoCDRepoServerReplicas will return the size value for the argocd-repo-server replica count if it
4044
// has been set in argocd CR. Otherwise, nil is returned if the replicas is not set in the argocd CR or
4145
// replicas value is < 0.

deploy/olm-catalog/argocd-operator/0.17.0/argocd-operator.v0.17.0.clusterserviceversion.yaml

Lines changed: 1 addition & 1 deletion
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: "2025-09-23T12:08:56Z"
260+
createdAt: "2025-09-30T15:10:50Z"
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

0 commit comments

Comments
 (0)