Skip to content

Commit ac917b9

Browse files
stubbiclaude
andcommitted
chore: move repo to stubbi/paperclip-operator
Update all references from openclaw-rocks/paperclip-operator to stubbi/paperclip-operator: - Go module: github.com/stubbi/paperclip-operator - GHCR image: ghcr.io/stubbi/paperclip-operator - Helm OCI: oci://ghcr.io/stubbi/charts - GoReleaser, CI/CD, OperatorHub workflows updated Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent fe19ca4 commit ac917b9

29 files changed

Lines changed: 46 additions & 46 deletions

.github/workflows/operatorhub.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
# Copy and version the CSV
3939
sed \
4040
-e "s/paperclip-operator\.v[0-9]\+\.[0-9]\+\.[0-9]\+/paperclip-operator.v${VERSION}/g" \
41-
-e "s|ghcr.io/openclaw-rocks/paperclip-operator:v[0-9]\+\.[0-9]\+\.[0-9]\+|ghcr.io/openclaw-rocks/paperclip-operator:${TAG}|g" \
41+
-e "s|ghcr.io/stubbi/paperclip-operator:v[0-9]\+\.[0-9]\+\.[0-9]\+|ghcr.io/stubbi/paperclip-operator:${TAG}|g" \
4242
-e "s/createdAt: .*/createdAt: \"$(date -u +%Y-%m-%dT%H:%M:%SZ)\"/" \
4343
-e "s/^ version: [0-9]\+\.[0-9]\+\.[0-9]\+/ version: ${VERSION}/" \
4444
bundle/manifests/paperclip-operator.v*.clusterserviceversion.yaml \
@@ -95,14 +95,14 @@ jobs:
9595
### Update to paperclip-operator
9696
9797
**Version:** ${VERSION}
98-
**Operator:** [Paperclip Kubernetes Operator](https://github.com/openclaw-rocks/paperclip-operator)
98+
**Operator:** [Paperclip Kubernetes Operator](https://github.com/stubbi/paperclip-operator)
9999
100100
#### Changes
101-
See [release notes](https://github.com/openclaw-rocks/paperclip-operator/releases/tag/v${VERSION}).
101+
See [release notes](https://github.com/stubbi/paperclip-operator/releases/tag/v${VERSION}).
102102
103103
#### Testing
104104
- CI tests pass on the source repository
105-
- Container image is published and signed at \`ghcr.io/openclaw-rocks/paperclip-operator:v${VERSION}\`
105+
- Container image is published and signed at \`ghcr.io/stubbi/paperclip-operator:v${VERSION}\`
106106
EOF
107107
)"
108108
else

.golangci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ formatters:
8585
- goimports
8686
settings:
8787
goimports:
88-
local-prefixes: github.com/openclaw-rocks/paperclip-operator
88+
local-prefixes: github.com/stubbi/paperclip-operator
8989
exclusions:
9090
generated: lax
9191
paths:

.goreleaser.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ dockers_v2:
2525
ids:
2626
- manager
2727
images:
28-
- "ghcr.io/openclaw-rocks/paperclip-operator"
28+
- "ghcr.io/stubbi/paperclip-operator"
2929
tags:
3030
- "{{ .Tag }}"
3131
- "{{ .Major }}.{{ .Minor }}"
@@ -70,5 +70,5 @@ release:
7070
draft: true
7171
replace_existing_artifacts: true
7272
github:
73-
owner: openclaw-rocks
73+
owner: stubbi
7474
name: paperclip-operator

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## [0.1.0](https://github.com/openclaw-rocks/paperclip-operator/releases/tag/v0.1.0) (2026-03-19)
3+
## [0.1.0](https://github.com/stubbi/paperclip-operator/releases/tag/v0.1.0) (2026-03-19)
44

55
### Features
66

CLAUDE.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55
Go-based Kubernetes operator for managing Paperclip instances (the open-source AI agent orchestration platform), built with controller-runtime (kubebuilder). CRD API group is `paperclip.ai`, version `v1alpha1`.
66

7-
- **Module:** `github.com/openclaw-rocks/paperclip-operator`
7+
- **Module:** `github.com/stubbi/paperclip-operator`
88
- **Go version:** 1.24
9-
- **GitHub:** `openclaw-rocks/paperclip-operator` (GHCR org: `openclaw-rocks`)
9+
- **GitHub:** `stubbi/paperclip-operator` (GHCR org: `openclaw-rocks`)
1010

1111
## Commands
1212

@@ -190,7 +190,7 @@ Automated via release-please + GoReleaser:
190190
5. Cosign signs images, SBOM is generated and attested
191191
6. SBOM uploaded to draft release, then release is published (using PAT)
192192
7. Published release triggers `operatorhub.yaml`: auto-submits bundle PR to `k8s-operatorhub/community-operators`
193-
8. Helm chart is packaged and pushed to `oci://ghcr.io/openclaw-rocks/charts`
193+
8. Helm chart is packaged and pushed to `oci://ghcr.io/stubbi/charts`
194194

195195
**Key config files:**
196196
- `release-please-config.json` -- `skip-github-release: true` (GoReleaser manages the release lifecycle)
@@ -202,4 +202,4 @@ Automated via release-please + GoReleaser:
202202

203203
**Manual trigger:** `gh workflow run "OperatorHub Submission" -f tag=vX.Y.Z`
204204

205-
Image: `ghcr.io/openclaw-rocks/paperclip-operator`
205+
Image: `ghcr.io/stubbi/paperclip-operator`

PROJECT

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ plugins:
99
manifests.sdk.operatorframework.io/v2: {}
1010
scorecard.sdk.operatorframework.io/v2: {}
1111
projectName: paperclip-operator
12-
repo: github.com/openclaw-rocks/paperclip-operator
12+
repo: github.com/stubbi/paperclip-operator
1313
resources:
1414
- api:
1515
crdVersion: v1
@@ -18,6 +18,6 @@ resources:
1818
domain: paperclip.ai
1919
group: paperclip
2020
kind: PaperclipInstance
21-
path: github.com/openclaw-rocks/paperclip-operator/api/v1alpha1
21+
path: github.com/stubbi/paperclip-operator/api/v1alpha1
2222
version: v1alpha1
2323
version: "3"

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ The Paperclip Operator automates the deployment and lifecycle management of Pape
1919

2020
```bash
2121
# Via Helm
22-
helm install paperclip-operator oci://ghcr.io/openclaw-rocks/charts/paperclip-operator
22+
helm install paperclip-operator oci://ghcr.io/stubbi/charts/paperclip-operator
2323

2424
# Or via kubectl
25-
kubectl apply -f https://github.com/openclaw-rocks/paperclip-operator/releases/latest/download/install.yaml
25+
kubectl apply -f https://github.com/stubbi/paperclip-operator/releases/latest/download/install.yaml
2626
```
2727

2828
### Create a Paperclip instance

SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ If you discover a security vulnerability in the Paperclip Kubernetes Operator, p
1515

1616
### How to Report
1717

18-
1. GitHub: Use [GitHub's private vulnerability reporting](https://github.com/openclaw-rocks/paperclip-operator/security/advisories/new)
18+
1. GitHub: Use [GitHub's private vulnerability reporting](https://github.com/stubbi/paperclip-operator/security/advisories/new)
1919

2020
### What to Include
2121

bundle/manifests/paperclip-operator.v0.1.0.clusterserviceversion.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ metadata:
3333
]
3434
capabilities: Full Lifecycle
3535
categories: AI/Machine Learning
36-
containerImage: ghcr.io/openclaw-rocks/paperclip-operator:v0.1.0
36+
containerImage: ghcr.io/stubbi/paperclip-operator:v0.1.0
3737
createdAt: "2026-03-19T00:00:00Z"
3838
description: Kubernetes operator for managing Paperclip instances - the open-source AI agent orchestration platform.
3939
operators.operatorframework.io/builder: operator-sdk-v1.42.0
4040
operators.operatorframework.io/project_layout: go.kubebuilder.io/v4
41-
repository: https://github.com/openclaw-rocks/paperclip-operator
41+
repository: https://github.com/stubbi/paperclip-operator
4242
support: Paperclip AI
4343
spec:
4444
apiservicedefinitions: {}
@@ -237,7 +237,7 @@ spec:
237237
- --metrics-bind-address=:8443
238238
- --metrics-secure=true
239239
- --leader-elect
240-
image: ghcr.io/openclaw-rocks/paperclip-operator:v0.1.0
240+
image: ghcr.io/stubbi/paperclip-operator:v0.1.0
241241
livenessProbe:
242242
httpGet:
243243
path: /healthz
@@ -289,7 +289,7 @@ spec:
289289
- kubernetes
290290
links:
291291
- name: GitHub
292-
url: https://github.com/openclaw-rocks/paperclip-operator
292+
url: https://github.com/stubbi/paperclip-operator
293293
- name: Paperclip
294294
url: https://github.com/openclaw-rocks/paperclip
295295
maintainers:

charts/paperclip-operator/Chart.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ keywords:
1111
- agents
1212
- orchestration
1313
- operator
14-
home: https://github.com/openclaw-rocks/paperclip-operator
14+
home: https://github.com/stubbi/paperclip-operator
1515
sources:
16-
- https://github.com/openclaw-rocks/paperclip-operator
16+
- https://github.com/stubbi/paperclip-operator
1717
maintainers:
18-
- name: openclaw-rocks
19-
url: https://github.com/openclaw-rocks
18+
- name: stubbi
19+
url: https://github.com/stubbi

0 commit comments

Comments
 (0)