Skip to content
This repository has been archived by the owner on Oct 3, 2020. It is now read-only.

Commit

Permalink
v20.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hjacobs committed Mar 28, 2020
1 parent 238fb31 commit 1275e6d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deploy/deployment.yaml
Expand Up @@ -3,7 +3,7 @@ kind: Deployment
metadata:
labels:
application: kube-downscaler
version: v20.3.0
version: v20.3.1
name: kube-downscaler
spec:
replicas: 1
Expand All @@ -14,13 +14,13 @@ spec:
metadata:
labels:
application: kube-downscaler
version: v20.3.0
version: v20.3.1
spec:
serviceAccountName: kube-downscaler
containers:
- name: downscaler
# see https://github.com/hjacobs/kube-downscaler/releases
image: hjacobs/kube-downscaler:20.3.0
image: hjacobs/kube-downscaler:20.3.1
args:
# dry run by default, remove to perform downscaling
- --dry-run
Expand Down

0 comments on commit 1275e6d

Please sign in to comment.