Skip to content

Commit

Permalink
switch github organization to lfncnti (#28)
Browse files Browse the repository at this point in the history
Switch dockerhub organization to lfncnti and bump
cluster-tools image version to v1.0.6.

Refs: cnti-testcatalog/testsuite#2063

Signed-off-by: Martin Matyas <[email protected]>
  • Loading branch information
martin-mat authored Aug 19, 2024
1 parent 0b8f04b commit 27a6a86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 66 deletions.
34 changes: 1 addition & 33 deletions src/templates/manifest-host-pid.yml.ecr
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
dnsPolicy: ClusterFirstWithHostNet
containers:
- name: cluster-tools
image: conformance/cluster-tools:v1.0.5
image: lfncnti/cluster-tools:v1.0.6
imagePullPolicy: Always
command: ["/bin/sh"]
args: ["-c", "sleep infinity"]
Expand Down Expand Up @@ -45,35 +45,3 @@ spec:
- name: systemd
hostPath:
path: /run/systemd
# ---
# apiVersion: apps/v1
# kind: DaemonSet
# metadata:
# name: cluster-tools-k8s
# spec:
# selector:
# matchLabels:
# name: cluster-tools-k8s
# template:
# metadata:
# labels:
# name: cluster-tools-k8s
# spec:
# containers:
# - name: cluster-tools-k8s
# image: conformance/cluster-tools:v1.0.0
# imagePullPolicy: Always
# command: ["/bin/sh"]
# args: ["-c", "sleep infinity"]
# volumeMounts:
# - mountPath: /run/containerd/containerd.sock
# name: containerd-volume
# - mountPath: /run/dockershim.sock
# name: dockerd-volume
# volumes:
# - name: containerd-volume
# hostPath:
# path: /var/run/containerd/containerd.sock
# - name: dockerd-volume
# hostPath:
# path: /run/dockershim.sock
34 changes: 1 addition & 33 deletions src/templates/manifest.yml.ecr
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
dnsPolicy: ClusterFirstWithHostNet
containers:
- name: cluster-tools
image: conformance/cluster-tools:v1.0.5
image: lfncnti/cluster-tools:v1.0.6
imagePullPolicy: Always
command: ["/bin/sh"]
args: ["-c", "sleep infinity"]
Expand All @@ -38,35 +38,3 @@ spec:
- name: dockerd-volume
hostPath:
path: /run/dockershim.sock
# ---
# apiVersion: apps/v1
# kind: DaemonSet
# metadata:
# name: cluster-tools-k8s
# spec:
# selector:
# matchLabels:
# name: cluster-tools-k8s
# template:
# metadata:
# labels:
# name: cluster-tools-k8s
# spec:
# containers:
# - name: cluster-tools-k8s
# image: conformance/cluster-tools:v1.0.0
# imagePullPolicy: Always
# command: ["/bin/sh"]
# args: ["-c", "sleep infinity"]
# volumeMounts:
# - mountPath: /run/containerd/containerd.sock
# name: containerd-volume
# - mountPath: /run/dockershim.sock
# name: dockerd-volume
# volumes:
# - name: containerd-volume
# hostPath:
# path: /var/run/containerd/containerd.sock
# - name: dockerd-volume
# hostPath:
# path: /run/dockershim.sock

0 comments on commit 27a6a86

Please sign in to comment.