Skip to content

Commit

Permalink
bump version to v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chanwit committed Jan 16, 2022
1 parent 8b68a67 commit 6cd8205
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ generatorOptions:
images:
- name: chanwit/tf-controller
newName: ghcr.io/chanwit/tf-controller
newTag: v0.7.0-rc.4
newTag: v0.7.0
3 changes: 2 additions & 1 deletion config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ spec:
- --log-level=info
- --log-encoding=json
- --enable-leader-election
- --concurrent=1
ports:
- containerPort: 8080
name: http-prom
Expand Down Expand Up @@ -63,7 +64,7 @@ spec:
cpu: 1000m
memory: 1Gi
requests:
cpu: 100m
cpu: 200m
memory: 64Mi
volumeMounts:
- name: temp
Expand Down

0 comments on commit 6cd8205

Please # to comment.