diff --git a/ocs_ci/templates/CSI/cephfs/pod.yaml b/ocs_ci/templates/CSI/cephfs/pod.yaml index e805c8bcbb6..f26c7b10d9a 100644 --- a/ocs_ci/templates/CSI/cephfs/pod.yaml +++ b/ocs_ci/templates/CSI/cephfs/pod.yaml @@ -6,7 +6,7 @@ metadata: spec: containers: - name: web-server - image: nginx + image: quay.io/ocsci/nginx:latest volumeMounts: - name: mypvc mountPath: /var/lib/www/html diff --git a/ocs_ci/templates/CSI/rbd/pod.yaml b/ocs_ci/templates/CSI/rbd/pod.yaml index cb0d729aff2..e5ac78daf43 100644 --- a/ocs_ci/templates/CSI/rbd/pod.yaml +++ b/ocs_ci/templates/CSI/rbd/pod.yaml @@ -7,7 +7,7 @@ metadata: spec: containers: - name: web-server - image: nginx + image: quay.io/ocsci/nginx:latest volumeMounts: - name: mypvc mountPath: /var/lib/www/html diff --git a/ocs_ci/templates/app-pods/nginx.yaml b/ocs_ci/templates/app-pods/nginx.yaml index 2f6c52e599a..16b936edd62 100644 --- a/ocs_ci/templates/app-pods/nginx.yaml +++ b/ocs_ci/templates/app-pods/nginx.yaml @@ -7,7 +7,7 @@ metadata: spec: containers: - name: web-server - image: nginx + image: quay.io/ocsci/nginx:latest volumeMounts: - name: mypvc mountPath: /var/lib/www/html diff --git a/ocs_ci/templates/app-pods/raw_block_pod.yaml b/ocs_ci/templates/app-pods/raw_block_pod.yaml index 3927bb73a26..083a7f5ac52 100644 --- a/ocs_ci/templates/app-pods/raw_block_pod.yaml +++ b/ocs_ci/templates/app-pods/raw_block_pod.yaml @@ -5,7 +5,7 @@ metadata: spec: containers: - name: my-container - image: nginx + image: quay.io/ocsci/nginx:latest securityContext: capabilities: add: ["SYS_ADMIN"]