From 0090c943f07a1a0c136fac2eb367f55a0fedd543 Mon Sep 17 00:00:00 2001 From: Alexandre Peixoto Ferreira Date: Mon, 28 Nov 2022 11:13:26 -0600 Subject: [PATCH] Fix yaml for the new tag Signed-off-by: Alexandre Peixoto Ferreira --- smarter-device-management-pod-k3s-test-xavier.yaml | 2 +- smarter-device-management-pod-k3s.yaml | 2 +- smarter-device-management-pod.yaml | 2 +- smarter-device-manager-ds-k3s.yaml | 2 +- smarter-device-manager-ds-with-configmap-rpi-k3s.yaml | 2 +- smarter-device-manager-ds-with-configmap-rpi.yaml | 2 +- smarter-device-manager-ds-with-configmap-xavier-k3s.yaml | 2 +- smarter-device-manager-ds-with-configmap-xavier.yaml | 2 +- smarter-device-manager-ds.yaml | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/smarter-device-management-pod-k3s-test-xavier.yaml b/smarter-device-management-pod-k3s-test-xavier.yaml index 642859f..0486da4 100644 --- a/smarter-device-management-pod-k3s-test-xavier.yaml +++ b/smarter-device-management-pod-k3s-test-xavier.yaml @@ -15,7 +15,7 @@ spec: nodeName: smarter-jetson-xavier-4bcc2584 containers: - name: smarter-device-manager - image: ghcr.io/smarter-project/smarter-device-manager:v1.20.11 + image: ghcr.io/smarter-project/smarter-device-manager:v1.20.12 imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false diff --git a/smarter-device-management-pod-k3s.yaml b/smarter-device-management-pod-k3s.yaml index 99cdf2f..4f14f69 100644 --- a/smarter-device-management-pod-k3s.yaml +++ b/smarter-device-management-pod-k3s.yaml @@ -15,7 +15,7 @@ spec: nodeName: containers: - name: smarter-device-manager - image: ghcr.io/smarter-project/smarter-device-manager:v1.20.11 + image: ghcr.io/smarter-project/smarter-device-manager:v1.20.12 imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false diff --git a/smarter-device-management-pod.yaml b/smarter-device-management-pod.yaml index 425d0d2..99a9475 100644 --- a/smarter-device-management-pod.yaml +++ b/smarter-device-management-pod.yaml @@ -15,7 +15,7 @@ spec: nodeName: containers: - name: smarter-device-manager - image: ghcr.io/smarter-project/smarter-device-manager:v1.20.11 + image: ghcr.io/smarter-project/smarter-device-manager:v1.20.12 imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false diff --git a/smarter-device-manager-ds-k3s.yaml b/smarter-device-manager-ds-k3s.yaml index 14f4c8c..e6c147e 100644 --- a/smarter-device-manager-ds-k3s.yaml +++ b/smarter-device-manager-ds-k3s.yaml @@ -34,7 +34,7 @@ spec: dnsPolicy: ClusterFirstWithHostNet containers: - name: smarter-device-manager - image: ghcr.io/smarter-project/smarter-device-manager:v1.20.11 + image: ghcr.io/smarter-project/smarter-device-manager:v1.20.12 imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false diff --git a/smarter-device-manager-ds-with-configmap-rpi-k3s.yaml b/smarter-device-manager-ds-with-configmap-rpi-k3s.yaml index eaef48e..cf6e21c 100644 --- a/smarter-device-manager-ds-with-configmap-rpi-k3s.yaml +++ b/smarter-device-manager-ds-with-configmap-rpi-k3s.yaml @@ -34,7 +34,7 @@ spec: dnsPolicy: ClusterFirstWithHostNet containers: - name: smarter-device-manager - image: ghcr.io/smarter-project/smarter-device-manager:v1.20.11 + image: ghcr.io/smarter-project/smarter-device-manager:v1.20.12 imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false diff --git a/smarter-device-manager-ds-with-configmap-rpi.yaml b/smarter-device-manager-ds-with-configmap-rpi.yaml index a030c0a..6918d2f 100644 --- a/smarter-device-manager-ds-with-configmap-rpi.yaml +++ b/smarter-device-manager-ds-with-configmap-rpi.yaml @@ -34,7 +34,7 @@ spec: dnsPolicy: ClusterFirstWithHostNet containers: - name: smarter-device-manager - image: ghcr.io/smarter-project/smarter-device-manager:v1.20.11 + image: ghcr.io/smarter-project/smarter-device-manager:v1.20.12 imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false diff --git a/smarter-device-manager-ds-with-configmap-xavier-k3s.yaml b/smarter-device-manager-ds-with-configmap-xavier-k3s.yaml index 13fe834..e2700db 100644 --- a/smarter-device-manager-ds-with-configmap-xavier-k3s.yaml +++ b/smarter-device-manager-ds-with-configmap-xavier-k3s.yaml @@ -34,7 +34,7 @@ spec: dnsPolicy: ClusterFirstWithHostNet containers: - name: smarter-device-manager - image: ghcr.io/smarter-project/smarter-device-manager:v1.20.11 + image: ghcr.io/smarter-project/smarter-device-manager:v1.20.12 imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false diff --git a/smarter-device-manager-ds-with-configmap-xavier.yaml b/smarter-device-manager-ds-with-configmap-xavier.yaml index 6e3bee4..64e9003 100644 --- a/smarter-device-manager-ds-with-configmap-xavier.yaml +++ b/smarter-device-manager-ds-with-configmap-xavier.yaml @@ -34,7 +34,7 @@ spec: dnsPolicy: ClusterFirstWithHostNet containers: - name: smarter-device-manager - image: ghcr.io/smarter-project/smarter-device-manager:v1.20.11 + image: ghcr.io/smarter-project/smarter-device-manager:v1.20.12 imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false diff --git a/smarter-device-manager-ds.yaml b/smarter-device-manager-ds.yaml index 09c5d68..1c28b38 100644 --- a/smarter-device-manager-ds.yaml +++ b/smarter-device-manager-ds.yaml @@ -34,7 +34,7 @@ spec: dnsPolicy: ClusterFirstWithHostNet containers: - name: smarter-device-manager - image: ghcr.io/smarter-project/smarter-device-manager:v1.20.11 + image: ghcr.io/smarter-project/smarter-device-manager:v1.20.12 imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false