Skip to content

Commit

Permalink
using pause container provided by registry.k8s.io instead of gcr
Browse files Browse the repository at this point in the history
  • Loading branch information
shaneknapp committed Oct 2, 2024
1 parent ccd9b7a commit afd04fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions node-placeholder/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ spec:
automountServiceAccountToken: false
containers:
- name: pause
image: k8s.gcr.io/pause:3.2
image: registry.k8s.io/pause:3.10
tolerations:
- effect: NoSchedule
key: hub.jupyter.org/dedicated
Expand All @@ -108,4 +108,4 @@ spec:
key: hub.jupyter.org_dedicated
operator: Equal
value: user
{{- end -}}
{{- end -}}

0 comments on commit afd04fc

Please sign in to comment.