Skip to content

Commit 76c56f9

Browse files
authored
Merge pull request #6 from codecentric/switch-to-official-image
Use v 1.8.5 from official image
2 parents 2147fa6 + 5bdd7d3 commit 76c56f9

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

charts/cluster-overprovisioner/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: cluster-overprovisioner
33
description: Helm chart, that enables scheduled scaling of a target resource, intended to be add overprovisioning to an autoscaling k8s cluster.
44
type: application
5-
version: 0.4.5
5+
version: 0.4.6
66
appVersion: "1.16.0"
77
keywords:
88
- cluster-autoscaler

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)