Skip to content

Commit f3bd538

Browse files
update org refs oracle_samples->oracle for migration
1 parent 1585332 commit f3bd538

File tree

18 files changed

+36
-34
lines changed

18 files changed

+36
-34
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
Please read through https://github.com/oracle-samples/crossplane-provider-oci/blob/main/CONTRIBUTING.md if this is your first time opening a
2+
Please read through https://github.com/oracle/crossplane-provider-oci/blob/main/CONTRIBUTING.md if this is your first time opening a
33
pull request to this repo. Find us in https://crossplane.slack.com
44
if you need any help contributing.
55
-->
@@ -31,4 +31,4 @@ needs to tested and shown to be correct. Briefly describe the testing that has
3131
already been done or which is planned for this change.
3232
-->
3333

34-
[contribution process]: https://github.com/oracle-samples/crossplane-provider-oci/blob/main/CONTRIBUTING.md
34+
[contribution process]: https://github.com/oracle/crossplane-provider-oci/blob/main/CONTRIBUTING.md

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ We welcome your contributions! There are multiple ways to contribute.
66

77
## Opening issues
88
For filing bugs, suggesting improvements, or requesting new features, please
9-
open an [issue](https://github.com/oracle-samples/crossplane-provider-oci/issues).
9+
open an [issue](https://github.com/oracle/crossplane-provider-oci/issues).
1010

1111
## Contributing code
1212

argocd-examples/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Update the ArgoCD applications to point to your repository (if forked):
3434

3535
```bash
3636
# Update git repository URLs (macOS: use -i '' for in-place editing)
37-
sed -i '' 's|repoURL: https://github.com/oracle-samples/crossplane-provider-oci|repoURL: https://github.com/YOUR-USERNAME/YOUR-REPO|g' argocd-examples/argocd/applications/*.yaml
37+
sed -i '' 's|repoURL: https://github.com/oracle/crossplane-provider-oci|repoURL: https://github.com/YOUR-USERNAME/YOUR-REPO|g' argocd-examples/argocd/applications/*.yaml
3838

3939
# Update target revision if using a different branch
4040
sed -i '' 's|targetRevision: main|targetRevision: YOUR-BRANCH|g' argocd-examples/argocd/applications/*.yaml
@@ -178,7 +178,7 @@ This example deploys:
178178

179179
This example uses prebuilt provider packages hosted in GitHub Container Registry:
180180

181-
- Registry: `ghcr.io/oracle-samples/`
181+
- Registry: `ghcr.io/oracle/`
182182
- Version: `v0.0.1-alpha.1-amd64`
183183

184184
The provider configurations in `argocd-examples/crossplane/providers/*/provider.yaml` reference these prebuilt images.
@@ -244,5 +244,5 @@ kubectl delete namespace argocd
244244
## Additional Resources
245245

246246
- [Crossplane Documentation](https://docs.crossplane.io/)
247-
- [OCI Provider Documentation](https://github.com/oracle-samples/crossplane-provider-oci)
247+
- [OCI Provider Documentation](https://github.com/oracle/crossplane-provider-oci)
248248
- [ArgoCD Documentation](https://argo-cd.readthedocs.io/)

argocd-examples/argocd/applications/oci-providers-suite.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ metadata:
1010
spec:
1111
project: default
1212
source:
13-
repoURL: https://github.com/oracle-samples/crossplane-provider-oci
13+
repoURL: https://github.com/oracle/crossplane-provider-oci
1414
targetRevision: main
1515
path: argocd-examples/crossplane/providers
1616
destination:

argocd-examples/argocd/applications/oke-claims.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ metadata:
1010
spec:
1111
project: default
1212
source:
13-
repoURL: https://github.com/oracle-samples/crossplane-provider-oci
13+
repoURL: https://github.com/oracle/crossplane-provider-oci
1414
targetRevision: main
1515
path: argocd-examples/oke-claims
1616
destination:

argocd-examples/argocd/applications/oke-platform.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ metadata:
1010
spec:
1111
project: default
1212
source:
13-
repoURL: https://github.com/oracle-samples/crossplane-provider-oci
13+
repoURL: https://github.com/oracle/crossplane-provider-oci
1414
targetRevision: main
1515
path: argocd-examples/oke-platform
1616
destination:

argocd-examples/crossplane/providers/certificatesmanagement/provider.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
annotations:
66
argocd.argoproj.io/sync-wave: "3"
77
spec:
8-
package: ghcr.io/oracle-samples/provider-oci-certificatesmanagement:v0.0.1-alpha.1-amd64
8+
package: ghcr.io/oracle/provider-oci-certificatesmanagement:v0.0.1-alpha.1-amd64
99
packagePullPolicy: IfNotPresent
1010
revisionActivationPolicy: Automatic
1111
revisionHistoryLimit: 1

argocd-examples/crossplane/providers/containerengine/provider.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
annotations:
66
argocd.argoproj.io/sync-wave: "3"
77
spec:
8-
package: ghcr.io/oracle-samples/provider-oci-containerengine:v0.0.1-alpha.1-amd64
8+
package: ghcr.io/oracle/provider-oci-containerengine:v0.0.1-alpha.1-amd64
99
packagePullPolicy: IfNotPresent
1010
revisionActivationPolicy: Automatic
1111
revisionHistoryLimit: 1

argocd-examples/crossplane/providers/family/provider.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
annotations:
66
argocd.argoproj.io/sync-wave: "1"
77
spec:
8-
package: ghcr.io/oracle-samples/provider-family-oci:v0.0.1-alpha.1-amd64
8+
package: ghcr.io/oracle/provider-family-oci:v0.0.1-alpha.1-amd64
99
packagePullPolicy: IfNotPresent
1010
revisionActivationPolicy: Automatic
1111
revisionHistoryLimit: 1

argocd-examples/crossplane/providers/identity/provider.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
annotations:
66
argocd.argoproj.io/sync-wave: "3"
77
spec:
8-
package: ghcr.io/oracle-samples/provider-oci-identity:v0.0.1-alpha.1-amd64
8+
package: ghcr.io/oracle/provider-oci-identity:v0.0.1-alpha.1-amd64
99
packagePullPolicy: IfNotPresent
1010
revisionActivationPolicy: Automatic
1111
revisionHistoryLimit: 1

0 commit comments

Comments
 (0)