Skip to content

Commit 677ef6f

Browse files
committed
Update for Kadras organization
1 parent 7a26791 commit 677ef6f

File tree

39 files changed

+25
-3198
lines changed

39 files changed

+25
-3198
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ env:
66
COSIGN_EXPERIMENTAL: 1
77
REGISTRY: ghcr.io
88
IMAGE_NAME: ${{ github.repository }}
9-
VERSION: 0.7.1
9+
VERSION: 0.7.2
1010

1111
jobs:
1212
build:

CODE_OF_CONDUCT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ representative at an online or offline event.
6060

6161
Instances of abusive, harassing, or otherwise unacceptable behavior may be
6262
reported to the community leaders responsible for enforcement at
63-
community@arktonix.com.
63+
community@kadras.io.
6464
All complaints will be reviewed and investigated promptly and fairly.
6565

6666
All community leaders are obligated to respect the privacy and security of the

README.md

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -2,32 +2,32 @@
22

33
<a href="https://slsa.dev/spec/v0.1/levels"><img src="https://slsa.dev/images/gh-badge-level3.svg" alt="The SLSA Level 3 badge"></a>
44

5-
A collection of Kubernetes-native packages built with [Carvel](https://carvel.dev) and part of the Kadras project.
5+
A collection of Kubernetes-native packages built with [Carvel](https://carvel.dev) and used in the [Kadras](https://kadras.io) project.
66

77
## Package Repository
88

9-
This repository contains the following Carvel packages part of the [Kadras](https://kadras.io) project.
9+
This repository contains the following Carvel packages.
1010

1111
| Package | Description |
1212
|---------|-------------|
13-
| [application-platform](https://github.com/arktonix/kadras-application-platform) | A curated collection of packages to build an application platform or internal developer platform (IDP) on Kubernetes. |
14-
| [argo-cd](https://github.com/arktonix/package-for-argo-cd) | A declarative and GitOps continuous delivery tool for Kubernetes. |
13+
| [application-platform](https://github.com/kadras-io/kadras-application-platform) | A curated collection of packages to build an application platform or internal developer platform (IDP) on Kubernetes. |
14+
| [argo-cd](https://github.com/kadras-io/package-for-argo-cd) | A declarative and GitOps continuous delivery tool for Kubernetes. |
1515
| [cartographer](https://github.com/vmware-tanzu/package-for-cartographer) | A framework to build paved paths to production using your favourite cloud-native tools. Maintained by [VMware Tanzu](https://github.com/vmware-tanzu). |
16-
| [cartographer-blueprints](https://github.com/arktonix/cartographer-blueprints) | A curated set of reusable blueprints for Cartographer, a Kubernetes-native framework to build paved paths to production. |
17-
| [cartographer-delivery](https://github.com/arktonix/cartographer-delivery) | A curated set of Cartographer delivery chains to deploy workloads to Kubernetes based on GitOps or RegistryOps. |
18-
| [cartographer-supply-chains](https://github.com/arktonix/cartographer-supply-chains) | A curated set of Cartographer supply chains to build golden paths to production for applications and functions, from source code to delivery in a Kubernetes cluster. |
19-
| [cert-manager](https://github.com/arktonix/package-for-cert-manager) | Cloud-native solution to automatically provision and manage TLS certificates in Kubernetes. |
20-
| [contour](https://github.com/arktonix/package-for-contour) | An Envoy-based ingress controller that supports dynamic configuration updates and multi-team ingress delegation. |
21-
| [fluxcd-source-controller](https://github.com/arktonix/package-for-fluxcd-source-controller) | A source management component from the Flux GitOps Toolkit to provide a common interface for artifacts acquisition. |
22-
| [knative-eventing](https://github.com/arktonix/package-for-knative-eventing) | A solution for routing events from event producers to sinks, enabling developers to use an event-driven architecture with their applications. |
23-
| [knative-serving](https://github.com/arktonix/package-for-knative-serving) | A solution built on Kubernetes to support deploying and serving of applications and functions as serverless containers. |
24-
| [kpack](https://github.com/arktonix/package-for-kpack) | Kubernetes-native container build service based on Cloud Native Buildpacks. |
25-
| [kpack-dependencies](https://github.com/arktonix/kpack-dependencies) | A set of buildpacks, stacks, and builders to use with kpack. |
26-
| [metrics-server](https://github.com/arktonix/package-for-metrics-server) | A scalable and efficient source of container resource metrics for Kubernetes built-in autoscaling pipelines. |
27-
| [namespace-setup](https://github.com/arktonix/namespace-setup) | Sets up up namespaces with the necessary RBAC and Secrets to work with the Kadras platform. |
16+
| [cartographer-blueprints](https://github.com/kadras-io/cartographer-blueprints) | A curated set of reusable blueprints for Cartographer, a Kubernetes-native framework to build paved paths to production. |
17+
| [cartographer-delivery](https://github.com/kadras-io/cartographer-delivery) | A curated set of Cartographer delivery chains to deploy workloads to Kubernetes based on GitOps or RegistryOps. |
18+
| [cartographer-supply-chains](https://github.com/kadras-io/cartographer-supply-chains) | A curated set of Cartographer supply chains to build golden paths to production for applications and functions, from source code to delivery in a Kubernetes cluster. |
19+
| [cert-manager](https://github.com/kadras-io/package-for-cert-manager) | Cloud-native solution to automatically provision and manage TLS certificates in Kubernetes. |
20+
| [contour](https://github.com/kadras-io/package-for-contour) | An Envoy-based ingress controller that supports dynamic configuration updates and multi-team ingress delegation. |
21+
| [fluxcd-source-controller](https://github.com/kadras-io/package-for-fluxcd-source-controller) | A source management component from the Flux GitOps Toolkit to provide a common interface for artifacts acquisition. |
22+
| [knative-eventing](https://github.com/kadras-io/package-for-knative-eventing) | A solution for routing events from event producers to sinks, enabling developers to use an event-driven architecture with their applications. |
23+
| [knative-serving](https://github.com/kadras-io/package-for-knative-serving) | A solution built on Kubernetes to support deploying and serving of applications and functions as serverless containers. |
24+
| [kpack](https://github.com/kadras-io/package-for-kpack) | Kubernetes-native container build service based on Cloud Native Buildpacks. |
25+
| [kpack-dependencies](https://github.com/kadras-io/kpack-dependencies) | A set of buildpacks, stacks, and builders to use with kpack. |
26+
| [metrics-server](https://github.com/kadras-io/package-for-metrics-server) | A scalable and efficient source of container resource metrics for Kubernetes built-in autoscaling pipelines. |
27+
| [namespace-setup](https://github.com/kadras-io/namespace-setup) | Sets up up namespaces with the necessary RBAC and Secrets to work with the Kadras platform. |
2828
| [secretgen-controller](https://github.com/vmware-tanzu/carvel-secretgen-controller) | Generates various types of Secrets in-cluster as well as export and import Secrets across namespaces. Maintained by [VMware Tanzu](https://github.com/vmware-tanzu). |
29-
| [spring-boot-conventions](https://github.com/arktonix/package-for-spring-boot-conventions) | Defines conventions for Spring Boot workloads that will be applied by the Cartographer Convention Controller. |
30-
| [tekton-pipelines](https://github.com/arktonix/package-for-tekton-pipelines) | A cloud-native solution for building CI/CD systems. |
29+
| [spring-boot-conventions](https://github.com/kadras-io/package-for-spring-boot-conventions) | Defines conventions for Spring Boot workloads that will be applied by the Cartographer Convention Controller. |
30+
| [tekton-pipelines](https://github.com/kadras-io/package-for-tekton-pipelines) | A cloud-native solution for building CI/CD systems. |
3131

3232
## Prerequisites
3333

@@ -47,7 +47,7 @@ You can install the Kadras package repository in a dedicated namespace using `kc
4747
```shell
4848
kubectl create namespace kadras-packages
4949
kctrl package repository add -r kadras-repo \
50-
--url ghcr.io/arktonix/kadras-packages:0.7.1 \
50+
--url ghcr.io/kadras-io/kadras-packages:0.7.2 \
5151
-n kadras-packages
5252
```
5353

@@ -73,7 +73,7 @@ You can upgrade an existing repository to a newer version using `kctrl`.
7373

7474
```shell
7575
kctrl package repository update -r kadras-repo \
76-
--url ghcr.io/arktonix/kadras-packages:<new-version> \
76+
--url ghcr.io/kadras-io/kadras-packages:<new-version> \
7777
-n kadras-packages
7878
```
7979

@@ -84,7 +84,7 @@ Instead of installing the Kadras package repository with `kctrl`, you can apply
8484
```shell
8585
kubectl create namespace kadras-packages
8686
kapp deploy -a kadras-repo -n kadras-packages -y \
87-
-f https://github.com/arktonix/kadras-packages/releases/latest/download/package-repository.yml
87+
-f https://github.com/kadras-io/kadras-packages/releases/latest/download/package-repository.yml
8888
```
8989

9090
## Support and Documentation

repo/packages/application-platform.packages.kadras.io/0.1.2.yml

Lines changed: 0 additions & 115 deletions
This file was deleted.

repo/packages/application-platform.packages.kadras.io/0.2.2.yml

Lines changed: 0 additions & 116 deletions
This file was deleted.

0 commit comments

Comments
 (0)