Skip to content

Commit

Permalink
docker: update release image tag to v0.1-alpha.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mFarghaly committed Aug 17, 2021
1 parent 44b0804 commit 979d6e7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

# Image URL to use all building/pushing image targets
IMG ?= kotalco/kotal:v0.1-alpha.4
IMG ?= kotalco/kotal:v0.1-alpha.5
# Produce CRDs that work back to Kubernetes 1.11 (no version conversion)
CRD_OPTIONS ?= "crd:trivialVersions=true,preserveUnknownFields=false"

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ kubectl apply -f https://github.com/jetstack/cert-manager/releases/download/v1.2
Install kotal custom resources and controllers:

```bash
kubectl apply -f https://github.com/kotalco/kotal/releases/download/v0.1-alpha.4/kotal.yaml
kubectl apply -f https://github.com/kotalco/kotal/releases/download/v0.1-alpha.5/kotal.yaml
```

## Example
Expand Down
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ kind: Kustomization
images:
- name: controller
newName: kotalco/kotal
newTag: v0.1-alpha.4
newTag: v0.1-alpha.5

0 comments on commit 979d6e7

Please sign in to comment.