We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 77a8f22 + 76c56f9 commit 3f971a9Copy full SHA for 3f971a9
charts/cluster-overprovisioner/values.yaml
@@ -3,10 +3,9 @@
3
# Declare variables to be passed into your templates.
4
cpa:
5
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
+ repository: k8s.gcr.io/cpa/cluster-proportional-autoscaler
8
pullPolicy: IfNotPresent
9
- tag: latest
+ tag: 1.8.5
10
11
extraArgs:
12
- --logtostderr=true
0 commit comments