Skip to content

Commit

Permalink
fix image URLs in Helm chart
Browse files Browse the repository at this point in the history
  • Loading branch information
Huang-Wei authored and k8s-infra-cherrypick-robot committed Jul 29, 2024
1 parent 4952490 commit 8f7dff5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifests/install/charts/as-a-second-scheduler/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

scheduler:
name: scheduler-plugins-scheduler
image: gcr.io/k8s-staging-scheduler-plugins/kube-scheduler:v20240729-v0.29.7
image: registry.k8s.io/scheduler-plugins/kube-scheduler:v0.29.7
replicaCount: 1
leaderElect: false
nodeSelector: {}
Expand All @@ -13,7 +13,7 @@ scheduler:

controller:
name: scheduler-plugins-controller
image: gcr.io/k8s-staging-scheduler-plugins/controller:v20240729-v0.29.7
image: registry.k8s.io/scheduler-plugins/controller:v0.29.7
replicaCount: 1
nodeSelector: {}
affinity: {}
Expand Down

0 comments on commit 8f7dff5

Please sign in to comment.