Skip to content

Commit

Permalink
Revert "chore: bump the function image version to 0.13 in README.md"
Browse files Browse the repository at this point in the history
This reverts commit 9a1413a.
  • Loading branch information
neutronth committed Jun 28, 2024
1 parent d776de1 commit e07768d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ metadata:
name: update-ksops-secrets
pipeline:
mutators:
- image: ghcr.io/neutronth/kpt-update-ksops-secrets:0.13
- image: ghcr.io/neutronth/kpt-update-ksops-secrets:0.12
configPath: update-ksops-secrets.yaml
```

Expand All @@ -173,7 +173,7 @@ Alternatively, invoke function directly without the `Kptfile`

```shell
$ kpt fn eval \
--image=ghcr.io/neutronth/kpt-update-ksops-secrets:0.13 \
--image=ghcr.io/neutronth/kpt-update-ksops-secrets:0.12 \
--fn-config=update-ksops-secrets.yaml
```

Expand Down Expand Up @@ -256,7 +256,7 @@ Hence, if the encrypted files recipients include the PGP/GPG fingerprints, the `

```shell
$ kpt fn eval \
--image=ghcr.io/neutronth/kpt-update-ksops-secrets:0.13 \
--image=ghcr.io/neutronth/kpt-update-ksops-secrets:0.12 \
--fn-config=update-ksops-secrets.yaml \
--network
```
Expand Down

0 comments on commit e07768d

Please sign in to comment.