Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Code is under the [Apache License 2.0](LICENSE), documentation is [CC BY 4.0](LI

## Governance

The governance of the kpt project and KRM Functiona Catalog are described in the
The governance of the kpt project and KRM Functions Catalog are described in the
[governance repo](https://github.com/kptdev/governance).

## Code of Conduct
Expand Down
4 changes: 2 additions & 2 deletions basens/Kptfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ info:
description: kpt package for provisioning namespace
pipeline:
mutators:
- image: gcr.io/kpt-fn/set-namespace:v0.4.1
- image: ghcr.io/kptdev/krm-functions-catalog/set-namespace:latest
configPath: package-context.yaml
- image: gcr.io/kpt-fn/apply-replacements:v0.1.1
- image: ghcr.io/kptdev/krm-functions-catalog/apply-replacements:latest
configPath: update-rolebinding.yaml
2 changes: 1 addition & 1 deletion cert-manager-basic/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ CertManager kpt package.
### Fetch the package

```sh
kpt pkg get git@github.com/googlecontainertools/kpt.git/package-examples/cert-manager-basic[@VERSION] cert-manager-basic
kpt pkg get git@github.com:kptdev/kpt-samples.git/cert-manager-basic[@VERSION] cert-manager-basic
```

### View package content
Expand Down
2 changes: 1 addition & 1 deletion ghost/Kptfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ info:
description: Package for Ghost application.
pipeline:
mutators:
- image: gcr.io/kpt-fn/set-namespace:v0.3.4
- image: ghcr.io/kptdev/krm-functions-catalog/set-namespace:latest
configPath: package-context.yaml
2 changes: 1 addition & 1 deletion ghost/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export NAMESPACE=<YOUR NAMESPACE>
kubectl create namespace ${NAMESPACE}

# You get this Ghost package by running
kpt pkg get https://github.com/GoogleContainerTools/kpt.git/package-examples/ghost@main ${NAMESPACE} --for-deployment
kpt pkg get https://github.com/kptdev/kpt-samples.git/ghost@main ${NAMESPACE} --for-deployment
```

#### Update the KRM resources to your own data
Expand Down
2 changes: 1 addition & 1 deletion ghost/mariadb/Kptfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ info:
description: The MariaDB which provides the storage for Ghost.
pipeline:
mutators:
- image: gcr.io/kpt-fn/set-labels:v0.1.5
- image: ghcr.io/kptdev/krm-functions-catalog/set-labels:latest
configPath: setlabels.yaml
2 changes: 1 addition & 1 deletion ingress-nginx/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Nginx Ingress Controller package
### Fetch the package

```sh
kpt pkg get git@github.com:googlecontainertools/kpt.git/package-examples/ingress-nginx ingress-nginx
kpt pkg get git@github.com:kptdev/kpt-samples.git/ingress-nginx ingress-nginx
```

### View package content
Expand Down
4 changes: 2 additions & 2 deletions notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ Assuming you have usual git remotes setup. For example, on my machine:
kpt-samples $ git remote -v
origin git@github.com:droot/kpt-samples.git (fetch)
origin git@github.com:droot/kpt-samples.git (push)
upstream git@github.com:googlecontainertools/kpt-samples.git (fetch)
upstream git@github.com:googlecontainertools/kpt-samples.git (push)
upstream git@github.com:kptdev/kpt-samples.git (fetch)
upstream git@github.com:kptdev/kpt-samples.git (push)
```

Let say, your latest iteration on a package (say `ghost`) got merged.
Expand Down