Skip to content

Commit

Permalink
Merge pull request #20 from srl-labs/release-0.4.3
Browse files Browse the repository at this point in the history
0.4.3 release
  • Loading branch information
hellt authored Sep 27, 2022
2 parents bde7213 + e6ea53d commit 938f6b9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,16 @@ To build `srl-controller` container image execute:

```bash
# don't forget to set the correct tag
# for example make docker-build IMG=ghcr.io/srl-labs/srl-controller:0.4.3
make docker-build IMG=ghcr.io/srl-labs/srl-controller:${tag}
```

Then upload the image to the registry and update the controller version in [manager/kustomization.yaml](config/manager/kustomization.yaml).
> build process will try to remove license headers for some manifests, discard those changes.
Next update the controller version in [manager/kustomization.yaml](config/manager/kustomization.yaml) kustomization file to match the newly built version.

Finally, upload the container image to the registry:

```bash
docker push ghcr.io/srl-labs/srl-controller:${tag}
```
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ kind: Kustomization
images:
- name: controller
newName: ghcr.io/srl-labs/srl-controller
newTag: 0.4.2
newTag: 0.4.3

0 comments on commit 938f6b9

Please sign in to comment.