Skip to content

Commit c647418

Browse files
author
aikoven
committed
chore(release): 0.2.3
1 parent 518c7b8 commit c647418

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ To just build the plugin image and push it to the registry, run:
1818

1919
```
2020
# Build
21-
docker build . -t docker.io/aikoven/vcluster-contour-sync-plugin:0.2.2
21+
docker build . -t docker.io/aikoven/vcluster-contour-sync-plugin:0.2.3
2222
2323
# Push
24-
docker push docker.io/aikoven/vcluster-contour-sync-plugin:0.2.2
24+
docker push docker.io/aikoven/vcluster-contour-sync-plugin:0.2.3
2525
```
2626

2727
Then exchange the image in the `plugin.yaml`

plugin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# with the other vcluster values during vcluster create or helm install.
33
plugin:
44
contour-sync:
5-
image: docker.io/aikoven/vcluster-contour-sync-plugin:0.2.2
5+
image: docker.io/aikoven/vcluster-contour-sync-plugin:0.2.3
66
imagePullPolicy: IfNotPresent
77
rbac:
88
role:

0 commit comments

Comments
 (0)