Skip to content

Commit

Permalink
Merge pull request #139 from gjtempleton/Chart-Registry-Update
Browse files Browse the repository at this point in the history
Switch Chart Default Registry to registry.k8s.io
  • Loading branch information
k8s-ci-robot authored Mar 27, 2023
2 parents 3400587 + 57ba60f commit 9deb565
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/cluster-proportional-autoscaler/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: cluster-proportional-autoscaler
version: 1.0.1
version: 1.1.0
appVersion: 1.8.6
description: This chart is used to deploy an instance of the cluster-proportional-autoscaler.
maintainers:
Expand Down
2 changes: 1 addition & 1 deletion charts/cluster-proportional-autoscaler/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ config: {}
# preventSinglePointFailure: true
# includeUnschedulableNodes: true
image:
repository: k8s.gcr.io/cpa/cluster-proportional-autoscaler
repository: registry.k8s.io/cpa/cluster-proportional-autoscaler
pullPolicy: IfNotPresent
tag:
imagePullSecrets: []
Expand Down

0 comments on commit 9deb565

Please sign in to comment.