Skip to content

Commit

Permalink
Merge pull request #41 from srl-labs/chore/bump-kustomize-tag
Browse files Browse the repository at this point in the history
chore: bump tag in kustomize bits to match latest release version
  • Loading branch information
LimeHat authored Feb 2, 2024
2 parents fad8b54 + 96bf6db commit 8cca781
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ 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:v0.6.0
# for example make docker-build IMG=ghcr.io/srl-labs/srl-controller:v0.6.1
make docker-build IMG=ghcr.io/srl-labs/srl-controller:${tag}
```

Expand Down
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ kind: Kustomization
images:
- name: controller
newName: ghcr.io/srl-labs/srl-controller
newTag: v0.6.0
newTag: v0.6.1

0 comments on commit 8cca781

Please sign in to comment.