Skip to content

Commit

Permalink
Merge branch 'main' into fharper/owner
Browse files Browse the repository at this point in the history
  • Loading branch information
fharper authored Aug 21, 2024
2 parents c2f6b7a + 3871034 commit 1361abc
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions charts/docs/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
appVersion: bc6329f
appVersion: dea6f92
description: Kubefirst documentation Helm chart
name: docs
type: application
version: 1.139.0
version: 1.140.0
4 changes: 2 additions & 2 deletions docs/common/partials/github/_repositories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ When you create a new cluster with kubefirst, two new repositories will be added

### `gitops`

The `gitops` repository houses all of our IAC and all our GitOps configurations. All of the infrastructure that you receive with kubefirst was produced by some combination of Terraform and Argo CD. You can add any infrastructure or application to your platform by pull requesting it to your new `gitops` repository.
The `gitops` repository houses all of our IAC and all our GitOps configurations. All of the infrastructure that you receive with kubefirst was produced by some combination of Terraform and Argo CD. You can modify, update or add anything to this `gitops` repository based on your business needs: it is now yours.

:::caution
The repository doesn't have any branch protection by default. We highly suggest that you add some on the `main` branch.
:::

### metaphor

`metaphor` is a suite of demo microservice applications to demonstrate how an application can be integrated into the kubefirst platform following best practices. It is described in more details [here](../../../common/metaphor.mdx).
The `metaphor` repository is an example application with source code, builds, and GitOps delivery used to showcase various features, integrations, and best practices of the kubefirst platform. More details in the [Metaphor documentation page](../../../common/metaphor.mdx).

## GitHub Repository Management

Expand Down
4 changes: 2 additions & 2 deletions docs/common/partials/gitlab/_repositories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ In the GitOps nature, we rely on repositories to have a single source of truth w

### `gitops`

The `gitops` repository houses all of our IAC and all of our GitOps configurations. All of the infrastructure that you receive with kubefirst was produced by Terraform and all of your applications are delivered with Argo CD. You will add to this `gitops` repository as your business needs require additional infrastructure or applications.
The `gitops` repository houses all of our IAC and all of our GitOps configurations. All of the infrastructure that you receive with kubefirst was produced by Terraform and all of your applications are delivered with Argo CD. You can modify, update or add anything to this `gitops` repository based on your business needs: it is now yours.

:::caution
The repository doesn't have any branch protection by default. We highly suggest that you add some on the `main` branch.
:::

### metaphor

`metaphor` is a suite of demo microservice applications to demonstrate how an application can be integrated into the kubefirst platform following best practices. It is described in more details [here](../../../common/metaphor.mdx).
The `metaphor` repository is an example application with source code, builds, and GitOps delivery used to showcase various features, integrations, and best practices of the kubefirst platform. More details in the [Metaphor documentation page](../../../common/metaphor.mdx).

## Repositories Management

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ When you create a new cluster with kubefirst, two new repositories will be added

### `gitops`

The `gitops` repository houses all of our IAC and all our GitOps configurations. All of the infrastructure that you receive with kubefirst was produced by some combination of Terraform and Argo CD. You can add any infrastructure or application to your platform by pull requesting it to your new `gitops` repository.
The `gitops` repository houses all of our IAC and all our GitOps configurations. All of the infrastructure that you receive with kubefirst was produced by some combination of Terraform and Argo CD. You can modify, update or add anything to this `gitops` repository based on your business needs: it is now yours.

:::caution
The repository doesn't have any branch protection by default. We highly suggest that you add some on the `main` branch.
:::

### metaphor

`metaphor` is a suite of demo microservice applications to demonstrate how an application can be integrated into the kubefirst platform following best practices. It is described in more details [here](../../../common/metaphor.mdx).
The `metaphor` repository is an example application with source code, builds, and GitOps delivery used to showcase various features, integrations, and best practices of the kubefirst platform. More details in the [Metaphor documentation page](../../../common/metaphor.mdx).

## GitHub Repository Management

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ In the GitOps nature, we rely on repositories to have a single source of truth w

### `gitops`

The `gitops` repository houses all of our IAC and all of our GitOps configurations. All of the infrastructure that you receive with kubefirst was produced by Terraform and all of your applications are delivered with Argo CD. You will add to this `gitops` repository as your business needs require additional infrastructure or applications.
The `gitops` repository houses all of our IAC and all of our GitOps configurations. All of the infrastructure that you receive with kubefirst was produced by Terraform and all of your applications are delivered with Argo CD. You can modify, update or add anything to this `gitops` repository based on your business needs: it is now yours.

:::caution
The repository doesn't have any branch protection by default. We highly suggest that you add some on the `main` branch.
:::

### metaphor

`metaphor` is a suite of demo microservice applications to demonstrate how an application can be integrated into the kubefirst platform following best practices. It is described in more details [here](../../../common/metaphor.mdx).
The `metaphor` repository is an example application with source code, builds, and GitOps delivery used to showcase various features, integrations, and best practices of the kubefirst platform. More details in the [Metaphor documentation page](../../../common/metaphor.mdx).

## Repositories Management

Expand Down

0 comments on commit 1361abc

Please sign in to comment.