Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3f971a9

Browse files
committedAug 16, 2021
merge main
2 parents 77a8f22 + 76c56f9 commit 3f971a9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed
 

‎charts/cluster-overprovisioner/values.yaml

+2-3
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,9 @@
33
# Declare variables to be passed into your templates.
44
cpa:
55
image:
6-
# Change to official image asa the PR https://github.com/kubernetes-sigs/cluster-proportional-autoscaler/pull/111 is merged and released
7-
repository: freddyfroehlich/cpa-dirty
6+
repository: k8s.gcr.io/cpa/cluster-proportional-autoscaler
87
pullPolicy: IfNotPresent
9-
tag: latest
8+
tag: 1.8.5
109

1110
extraArgs:
1211
- --logtostderr=true

0 commit comments

Comments
 (0)
Please sign in to comment.