Skip to content

Commit

Permalink
Increase version to v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
annismckenzie committed Jan 9, 2021
1 parent 75fc05d commit 227896c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ That Kubernetes operator doesn't exist. At least, it didn't until now. 🤠
## Installation

```sh
kubectl apply -f https://github.com/annismckenzie/k3os-config-operator/v0.1.1/deploy/operator.yaml
kubectl apply -f https://github.com/annismckenzie/k3os-config-operator/v0.1.2/deploy/operator.yaml
```


Expand Down
2 changes: 1 addition & 1 deletion config/release/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ bases:

images:
- name: ghcr.io/annismckenzie/k3os-config-operator
newTag: v0.1.1
newTag: v0.1.2
2 changes: 1 addition & 1 deletion deploy/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: ghcr.io/annismckenzie/k3os-config-operator:v0.1.1
image: ghcr.io/annismckenzie/k3os-config-operator:v0.1.2
name: manager
resources:
limits:
Expand Down

0 comments on commit 227896c

Please sign in to comment.