Skip to content

Commit

Permalink
Pin csi-addons to latest working commit
Browse files Browse the repository at this point in the history
Latest commits in csi-addons changed the executable name but pushing to
quay.io fails we latest deployment yaml fail to start the container
with:

    runc create failed: unable to start container process: exec:
    "/csi-addons-manager": stat /csi-addons-manager: no such file or
    directory: unknown

Temporary fix this by pinning to latest working commit, matching the
latest image in quay.io.

Signed-off-by: Nir Soffer <nsoffer@redhat.com>
  • Loading branch information
nirs committed Jun 27, 2023
1 parent e2562bf commit bf5eaf3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/addons/csi-addons/start
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ import sys
import drenv
from drenv import kubectl

# Using main till a release is available with lastSyncTime.
VERSION = "main"
# We don't have a release with lastSyncTime, and main is currently broken (no
# quay.io image matching latest code).
VERSION = "ee9403c55c3aee9da7b25785b87e370c4095d881"
BASE_URL = f"https://raw.githubusercontent.com/csi-addons/kubernetes-csi-addons/{VERSION}/deploy/controller"


Expand Down

0 comments on commit bf5eaf3

Please sign in to comment.