Skip to content

Commit

Permalink
Fix multiple typos
Browse files Browse the repository at this point in the history
Signed-off-by: Joao Pereira <[email protected]>
  • Loading branch information
joaopapereira committed Oct 20, 2023
1 parent 0272097 commit c810546
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion GOVERNANCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The following code repositories are governed by the Carvel community and maintai
* [carvel](https://github.com/carvel-dev/carvel): Main Carvel Repo
* [ytt](https://github.com/carvel-dev/ytt): Template and overlay Kubernetes configuration via YAML structures, not text documents
* [kapp](https://github.com/carvel-dev/kapp): Install, upgrade, and delete multiple Kubernetes resources as one "application"
* [kbld](https://github.com/carvel-dev/carl-kbld): Build or reference container images in Kubernetes configuration in an immutable way
* [kbld](https://github.com/carvel-dev/kbld): Build or reference container images in Kubernetes configuration in an immutable way
* [imgpkg](https://github.com/carvel-dev/imgpkg): Bundle and relocate application configuration (with images) via Docker registries
* [kapp-controller](https://github.com/carvel-dev/kapp-controller): Capture application deployment workflow in App CRD. Reliable GitOps experience powered by kapp
* [vendir](https://github.com/carvel-dev/carvel-vendir): Declaratively state what files should be in a directory
Expand Down
28 changes: 14 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,25 +8,25 @@ Carvel provides a set of reliable, single-purpose, composable tools that aid in

This is a list of repos associated with the [Carvel](https://carvel.dev) project.

* [ytt](https://github.com/carvel-dev/-ytt) - Template and overlay Kubernetes configuration via YAML structures, not text documents
* [kapp](https://github.com/carvel-dev/-kapp) - Install, upgrade, and delete multiple Kubernetes resources as one "application"
* [kbld](https://github.com/carvel-dev/-kbld) - Build or reference container images in Kubernetes configuration in an immutable way
* [imgpkg](https://github.com/carvel-dev/-imgpkg) - Bundle and relocate application configuration (with images) via Docker registries
* [kapp-controller](https://github.com/carvel-dev/-kapp-controller) - Capture application deployment workflow in App CRD. Reliable GitOps experience powered by kapp.
* [vendir](https://github.com/carvel-dev/-vendir) - Declaratively state what files should be in a directory.
* [secretgen-controller](https://github.com/carvel-dev/-secretgen-controller) - Provides CRDs to specify what secrets need to be on a cluster (generated or not).
* [ytt](https://github.com/carvel-dev/ytt) - Template and overlay Kubernetes configuration via YAML structures, not text documents
* [kapp](https://github.com/carvel-dev/kapp) - Install, upgrade, and delete multiple Kubernetes resources as one "application"
* [kbld](https://github.com/carvel-dev/kbld) - Build or reference container images in Kubernetes configuration in an immutable way
* [imgpkg](https://github.com/carvel-dev/imgpkg) - Bundle and relocate application configuration (with images) via Docker registries
* [kapp-controller](https://github.com/carvel-dev/kapp-controller) - Capture application deployment workflow in App CRD. Reliable GitOps experience powered by kapp.
* [vendir](https://github.com/carvel-dev/vendir) - Declaratively state what files should be in a directory.
* [secretgen-controller](https://github.com/carvel-dev/secretgen-controller) - Provides CRDs to specify what secrets need to be on a cluster (generated or not).

Experimental:

* [kwt](https://github.com/carvel-dev/-kwt)
* [kwt](https://github.com/carvel-dev/kwt)
* [terraform-provider-carvel](https://github.com/carvel-dev/terraform-provider-carvel)

Installation:

* [homebrew](https://github.com/carvel-dev/homebrew)
* [docker-image](https://github.com/carvel-dev/-docker-image)
* [docker-image](https://github.com/carvel-dev/docker-image)
* [asdf](https://github.com/carvel-dev/asdf)
* [setup-action](https://github.com/carvel-dev/-setup-action)
* [setup-action](https://github.com/carvel-dev/setup-action)

Plugins:

Expand All @@ -35,10 +35,10 @@ Plugins:

Examples:

* [simple-app-on-kubernetes](https://github.com/carvel-dev/-simple-app-on-kubernetes)
* [ytt-library-for-kubernetes](https://github.com/carvel-dev/-ytt-library-for-kubernetes)
* [ytt-library-for-kubernetes-demo](https://github.com/carvel-dev/-ytt-library-for-kubernetes-demo)
* [guestbook-example-on-kubernetes](https://github.com/carvel-dev/-guestbook-example-on-kubernetes)
* [simple-app-on-kubernetes](https://github.com/carvel-dev/simple-app-on-kubernetes)
* [ytt-library-for-kubernetes](https://github.com/carvel-dev/ytt-library-for-kubernetes)
* [ytt-library-for-kubernetes-demo](https://github.com/carvel-dev/ytt-library-for-kubernetes-demo)
* [guestbook-example-on-kubernetes](https://github.com/carvel-dev/guestbook-example-on-kubernetes)

See what's planned in [our backlog](https://github.com/orgs/carvel-dev/projects/1).

Expand Down
2 changes: 1 addition & 1 deletion proposals/ytt/002-raw-data-values/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ With those measures in place, we believe the added complexity is worth it.

#### Other Approach Considered: Introduce a new File Mark Type

[A previous version of this proposal](https://github.com/carvel-dev/community/blob/2a817298f3e263438ff3767b2bc4ccfcb9dbbc1b/proposals/ytt/002-raw-data-values/README.md) centered around the idea of being able to mark an input file (i.e. a file implied by a `--file` argument) as a "Plain YAML Data Value" file.
[A previous version of this proposal](https://github.com/carvel-dev/carvel-community/blob/2a817298f3e263438ff3767b2bc4ccfcb9dbbc1b/proposals/ytt/002-raw-data-values/README.md) centered around the idea of being able to mark an input file (i.e. a file implied by a `--file` argument) as a "Plain YAML Data Value" file.

**Pros:**
- maintains a consistent interface: all input files continue to be provided through one interface: the `--file` flag;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Here are some suggestions where you can contribute:
- **Improve documentation** by adding information/summary/missing steps
- **Add examples** to [repo](https://github.com/carvel-dev/ytt/tree/develop/examples)
- **Raise issues**/bugs
- **Check for issues** labeled with [Good first issue](https://github.com/search?q=repo%3Acarvel-dev%2Fytt+repo%3Acarvel-dev%2Fkapp+repo%3Acarvel-dev%2Fimgpkg+repo%3Acarvel-dev%2Fcarvel%2Fkapp-controller+repo%3Acarvel-dev%2Fkbld+repo%3Acarvel-dev%2Fvendir+repo%3Acarvel-dev%2Fkapp-controller+label%3A%22good+first+issue%22&type=issues)
- **Check for issues** labeled with [Good first issue](https://github.com/search?q=repo%3Acarvel-dev%2Fytt+repo%3Acarvel-dev%2Fkapp+repo%3Acarvel-dev%2Fimgpkg+repo%3Acarvel-dev%2Fkapp-controller+repo%3Acarvel-dev%2Fkbld+repo%3Acarvel-dev%2Fvendir+repo%3Acarvel-dev%2Fkapp-controller+label%3A%22good+first+issue%22&type=issues)
- **Add FAQs** or “How to” section for a common problem/scenario


Expand Down
2 changes: 1 addition & 1 deletion site/content/blog/imgpkg-tags.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ The design decision tries to address the above constraints but causes some other
friendly, [Github Issue](https://github.com/carvel-dev/imgpkg/issues/331)
- A proposal was started to allow the users to tell `imgpkg` where to copy the OCI images to. This proposal is still
being written, and we would love to have the community to read it and give their opinion about it. The initial
draft can be found [here](https://github.com/carvel-dev/community/pull/22).
draft can be found [here](https://github.com/carvel-dev/carvel-community/pull/22).
- Some registries restrict the number of OCI images that can be present in each
repository, [reference 1](https://docs.aws.amazon.com/AmazonECR/latest/userguide/service-quotas.html)
, [reference 2](https://www.jfrog.com/confluence/display/JFROG/Docker+Registry#DockerRegistry-LocalDockerRepositories)
Expand Down

0 comments on commit c810546

Please sign in to comment.