Skip to content

Commit

Permalink
update for release branch upsert-resource/v0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Mengqi Yu committed Jun 22, 2021
1 parent 3989095 commit d915612
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/upsert-resource-simple/Kptfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ metadata:
name: example
pipeline:
mutators:
- image: gcr.io/kpt-fn/upsert-resource:unstable
- image: gcr.io/kpt-fn/upsert-resource:v0.1
configPath: fn-config.yaml
2 changes: 1 addition & 1 deletion examples/upsert-resource-simple/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ package with the input resource.
Get the example package by running the following commands:

```shell
$ kpt pkg get https://github.com/GoogleContainerTools/kpt-functions-catalog.git/examples/upsert-resource-simple
$ kpt pkg get https://github.com/GoogleContainerTools/kpt-functions-catalog.git/examples/upsert-resource-simple@upsert-resource/v0.1
```

Let's start with the list of resources in a package:
Expand Down
4 changes: 2 additions & 2 deletions functions/go/upsert-resource/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ image: gcr.io/kpt-fn/upsert-resource
description: Upsert a resource to the input list of resources.
tags:
- mutator
sourceURL: https://github.com/GoogleContainerTools/kpt-functions-catalog/tree/master/functions/go/upsert-resource
sourceURL: https://github.com/GoogleContainerTools/kpt-functions-catalog/tree/upsert-resource/v0.1/functions/go/upsert-resource
examplePackageURLs:
- https://github.com/GoogleContainerTools/kpt-functions-catalog/tree/master/examples/upsert-resource-simple
- https://github.com/GoogleContainerTools/kpt-functions-catalog/tree/upsert-resource/v0.1/examples/upsert-resource-simple
emails:
- kpt-team@google.com
license: Apache-2.0

0 comments on commit d915612

Please sign in to comment.