Skip to content

Commit

Permalink
docker: update release image tag to v0.1-alpha.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mFarghaly committed Dec 30, 2021
1 parent 185bec6 commit e7dc4d1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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.5
IMG ?= kotalco/kotal:v0.1-alpha.6
# 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 @@ -58,7 +58,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.5/kotal.yaml
kubectl apply -f https://github.com/kotalco/kotal/releases/download/v0.1-alpha.6/kotal.yaml
```

## Example
Expand Down
8 changes: 4 additions & 4 deletions config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
resources:
- manager.yaml
- manager.yaml
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
images:
- name: controller
newName: kotalco/kotal
newTag: v0.1-alpha.5
- name: controller
newName: kotalco/kotal
newTag: v0.1-alpha.6

0 comments on commit e7dc4d1

Please sign in to comment.