Skip to content

Commit

Permalink
charts: update k8s.gcr.io to registry.k8s.io
Browse files Browse the repository at this point in the history
Signed-off-by: Arthur Outhenin-Chalandre <[email protected]>
  • Loading branch information
MrFreezeex committed Mar 3, 2023
1 parent d818f9c commit efdd24a
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.0.2
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 efdd24a

Please sign in to comment.