This is an automated email from the ASF dual-hosted git repository.

ccondit pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/yunikorn-k8shim.git


The following commit(s) were added to refs/heads/master by this push:
     new 95c55a99 [YUNIKORN-1894] remove old gcr image locations in examples 
(#655)
95c55a99 is described below

commit 95c55a992c92cb62db3b98ae1d7e4df60aa6101a
Author: Wilfred Spiegelenburg <[email protected]>
AuthorDate: Wed Aug 23 14:17:23 2023 -0500

    [YUNIKORN-1894] remove old gcr image locations in examples (#655)
    
    Update pause image to 3.7 aligning with default image for placeholders.
    
    Closes: #655
    
    Signed-off-by: Craig Condit <[email protected]>
---
 deployments/examples/predicates/node-affinity-example.yaml     | 4 ++--
 deployments/examples/predicates/pod-affinity-example.yaml      | 6 +++---
 deployments/examples/predicates/pod-anti-affinity-example.yaml | 6 +++---
 deployments/examples/predicates/pod-anti-affinity-p0.yaml      | 4 ++--
 deployments/examples/predicates/pod-anti-affinity-p1.yaml      | 4 ++--
 5 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/deployments/examples/predicates/node-affinity-example.yaml 
b/deployments/examples/predicates/node-affinity-example.yaml
index f5707fa8..f6b3424e 100644
--- a/deployments/examples/predicates/node-affinity-example.yaml
+++ b/deployments/examples/predicates/node-affinity-example.yaml
@@ -37,8 +37,8 @@ spec:
                   - e2e-az2
   containers:
     - name: with-node-affinity
-      image: k8s.gcr.io/pause:2.0
+      image: registry.k8s.io/pause:3.7
       resources:
         requests:
           cpu: "100m"
-          memory: "500M"
\ No newline at end of file
+          memory: "500M"
diff --git a/deployments/examples/predicates/pod-affinity-example.yaml 
b/deployments/examples/predicates/pod-affinity-example.yaml
index 0b30c334..906952e4 100644
--- a/deployments/examples/predicates/pod-affinity-example.yaml
+++ b/deployments/examples/predicates/pod-affinity-example.yaml
@@ -38,7 +38,7 @@ spec:
           topologyKey: "kubernetes.io/hostname"
   containers:
     - name: with-pod-affinity
-      image: k8s.gcr.io/pause:2.0
+      image: registry.k8s.io/pause:3.7
       resources:
         requests:
           cpu: "100m"
@@ -67,8 +67,8 @@ spec:
           topologyKey: "kubernetes.io/hostname"
   containers:
     - name: with-pod-affinity
-      image: k8s.gcr.io/pause:2.0
+      image: registry.k8s.io/pause:3.7
       resources:
         requests:
           cpu: "100m"
-          memory: "500M"
\ No newline at end of file
+          memory: "500M"
diff --git a/deployments/examples/predicates/pod-anti-affinity-example.yaml 
b/deployments/examples/predicates/pod-anti-affinity-example.yaml
index 9a7e0b4c..0ed6df0b 100644
--- a/deployments/examples/predicates/pod-anti-affinity-example.yaml
+++ b/deployments/examples/predicates/pod-anti-affinity-example.yaml
@@ -41,7 +41,7 @@ spec:
           topologyKey: "kubernetes.io/hostname"
   containers:
     - name: with-pod-affinity
-      image: k8s.gcr.io/pause:2.0
+      image: registry.k8s.io/pause:3.7
       resources:
         requests:
           cpu: "100m"
@@ -70,8 +70,8 @@ spec:
           topologyKey: "kubernetes.io/hostname"
   containers:
     - name: with-pod-affinity
-      image: k8s.gcr.io/pause:2.0
+      image: registry.k8s.io/pause:3.7
       resources:
         requests:
           cpu: "100m"
-          memory: "500M"
\ No newline at end of file
+          memory: "500M"
diff --git a/deployments/examples/predicates/pod-anti-affinity-p0.yaml 
b/deployments/examples/predicates/pod-anti-affinity-p0.yaml
index 7591f4c2..b3bd07a7 100644
--- a/deployments/examples/predicates/pod-anti-affinity-p0.yaml
+++ b/deployments/examples/predicates/pod-anti-affinity-p0.yaml
@@ -38,8 +38,8 @@ spec:
           topologyKey: "kubernetes.io/hostname"
   containers:
     - name: with-pod-affinity
-      image: k8s.gcr.io/pause:2.0
+      image: registry.k8s.io/pause:3.7
       resources:
         requests:
           cpu: "100m"
-          memory: "500M"
\ No newline at end of file
+          memory: "500M"
diff --git a/deployments/examples/predicates/pod-anti-affinity-p1.yaml 
b/deployments/examples/predicates/pod-anti-affinity-p1.yaml
index 5bc9eab0..ce348397 100644
--- a/deployments/examples/predicates/pod-anti-affinity-p1.yaml
+++ b/deployments/examples/predicates/pod-anti-affinity-p1.yaml
@@ -38,8 +38,8 @@ spec:
           topologyKey: "kubernetes.io/hostname"
   containers:
     - name: with-pod-affinity
-      image: k8s.gcr.io/pause:2.0
+      image: registry.k8s.io/pause:3.7
       resources:
         requests:
           cpu: "100m"
-          memory: "500M"
\ No newline at end of file
+          memory: "500M"


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to