Skip to content

Commit

Permalink
Bump version numbers for release
Browse files Browse the repository at this point in the history
  • Loading branch information
ianunruh committed Aug 7, 2021
1 parent 057296c commit 39c433a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Rook-based Ceph storage to operate, then kube-power can be triggered by an opera
from a WorkflowTemplate.

```
kubectl kustomize "https://github.com/ianunruh/kube-power.git/deploy/argo?ref=v1.0.0" | \
kubectl kustomize "https://github.com/ianunruh/kube-power.git/deploy/argo?ref=v1.0.1" | \
kubectl apply -n kube-system -f-
```

Expand All @@ -37,7 +37,7 @@ kubectl apply -k deploy/job
### Locally

```
go install github.com/ianunruh/[email protected].0
go install github.com/ianunruh/[email protected].1
```

```
Expand Down
2 changes: 1 addition & 1 deletion deploy/argo/workflowtemplate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ spec:
arguments:
parameters:
- name: image
value: ghcr.io/ianunruh/kube-power:v1.0.0
value: ghcr.io/ianunruh/kube-power:v1.0.1
- name: target
value: kp-resume

Expand Down
2 changes: 1 addition & 1 deletion deploy/job/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ bases:
- ../base
images:
- name: ghcr.io/ianunruh/kube-power
newTag: v1.0.0
newTag: v1.0.1

0 comments on commit 39c433a

Please sign in to comment.