Skip to content

Commit 4929d30

Browse files
authored
Fix yaml for the new tag (#11)
Signed-off-by: Alexandre Peixoto Ferreira <[email protected]>
1 parent 3418560 commit 4929d30

9 files changed

+9
-9
lines changed

smarter-device-management-pod-k3s-test-xavier.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ spec:
1515
nodeName: smarter-jetson-xavier-4bcc2584
1616
containers:
1717
- name: smarter-device-manager
18-
image: ghcr.io/smarter-project/smarter-device-manager:v1.20.11
18+
image: ghcr.io/smarter-project/smarter-device-manager:v1.20.12
1919
imagePullPolicy: IfNotPresent
2020
securityContext:
2121
allowPrivilegeEscalation: false

smarter-device-management-pod-k3s.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ spec:
1515
nodeName: <replace with node to run>
1616
containers:
1717
- name: smarter-device-manager
18-
image: ghcr.io/smarter-project/smarter-device-manager:v1.20.11
18+
image: ghcr.io/smarter-project/smarter-device-manager:v1.20.12
1919
imagePullPolicy: IfNotPresent
2020
securityContext:
2121
allowPrivilegeEscalation: false

smarter-device-management-pod.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ spec:
1515
nodeName: <replace with node to run>
1616
containers:
1717
- name: smarter-device-manager
18-
image: ghcr.io/smarter-project/smarter-device-manager:v1.20.11
18+
image: ghcr.io/smarter-project/smarter-device-manager:v1.20.12
1919
imagePullPolicy: IfNotPresent
2020
securityContext:
2121
allowPrivilegeEscalation: false

smarter-device-manager-ds-k3s.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ spec:
3434
dnsPolicy: ClusterFirstWithHostNet
3535
containers:
3636
- name: smarter-device-manager
37-
image: ghcr.io/smarter-project/smarter-device-manager:v1.20.11
37+
image: ghcr.io/smarter-project/smarter-device-manager:v1.20.12
3838
imagePullPolicy: IfNotPresent
3939
securityContext:
4040
allowPrivilegeEscalation: false

smarter-device-manager-ds-with-configmap-rpi-k3s.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ spec:
3434
dnsPolicy: ClusterFirstWithHostNet
3535
containers:
3636
- name: smarter-device-manager
37-
image: ghcr.io/smarter-project/smarter-device-manager:v1.20.11
37+
image: ghcr.io/smarter-project/smarter-device-manager:v1.20.12
3838
imagePullPolicy: IfNotPresent
3939
securityContext:
4040
allowPrivilegeEscalation: false

smarter-device-manager-ds-with-configmap-rpi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ spec:
3434
dnsPolicy: ClusterFirstWithHostNet
3535
containers:
3636
- name: smarter-device-manager
37-
image: ghcr.io/smarter-project/smarter-device-manager:v1.20.11
37+
image: ghcr.io/smarter-project/smarter-device-manager:v1.20.12
3838
imagePullPolicy: IfNotPresent
3939
securityContext:
4040
allowPrivilegeEscalation: false

smarter-device-manager-ds-with-configmap-xavier-k3s.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ spec:
3434
dnsPolicy: ClusterFirstWithHostNet
3535
containers:
3636
- name: smarter-device-manager
37-
image: ghcr.io/smarter-project/smarter-device-manager:v1.20.11
37+
image: ghcr.io/smarter-project/smarter-device-manager:v1.20.12
3838
imagePullPolicy: IfNotPresent
3939
securityContext:
4040
allowPrivilegeEscalation: false

smarter-device-manager-ds-with-configmap-xavier.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ spec:
3434
dnsPolicy: ClusterFirstWithHostNet
3535
containers:
3636
- name: smarter-device-manager
37-
image: ghcr.io/smarter-project/smarter-device-manager:v1.20.11
37+
image: ghcr.io/smarter-project/smarter-device-manager:v1.20.12
3838
imagePullPolicy: IfNotPresent
3939
securityContext:
4040
allowPrivilegeEscalation: false

smarter-device-manager-ds.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ spec:
3434
dnsPolicy: ClusterFirstWithHostNet
3535
containers:
3636
- name: smarter-device-manager
37-
image: ghcr.io/smarter-project/smarter-device-manager:v1.20.11
37+
image: ghcr.io/smarter-project/smarter-device-manager:v1.20.12
3838
imagePullPolicy: IfNotPresent
3939
securityContext:
4040
allowPrivilegeEscalation: false

0 commit comments

Comments
 (0)