Skip to content

Commit

Permalink
Test the just-built image (#90)
Browse files Browse the repository at this point in the history
PR #55 mistakenly updated the image version that gets tested in
integration tests.

This PR reverts the version back to the "devel" version and sets the
pull policy to "never" to make it easier to notice if this happens
again.

Fixes: #89

Signed-off-by: Andrew Harding <[email protected]>
  • Loading branch information
azdagron authored Feb 25, 2023
1 parent b0db052 commit 5a9887d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions test/config/spiffe-csi-driver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,11 @@ spec:
containers:
# This is the container which runs the SPIFFE CSI driver.
- name: spiffe-csi-driver
image: ghcr.io/spiffe/spiffe-csi-driver:0.2.0
imagePullPolicy: IfNotPresent
# This is hardcoded to test the development image that that was
# just built and to never pull. This should be changed in production.
# DO NOT CHANGE THE IMAGE VERSION FOR TESTS UNLESS YOU KNOW WHAT YOU ARE DOING.
image: ghcr.io/spiffe/spiffe-csi-driver:devel
imagePullPolicy: Never
args: [
"-workload-api-socket-dir", "/spire-agent-socket",
"-csi-socket-path", "/spiffe-csi/csi.sock",
Expand Down

0 comments on commit 5a9887d

Please sign in to comment.