Skip to content

Commit

Permalink
PE-2558: use fips image for rke2 if fips_enabled is true (#67) (#68)
Browse files Browse the repository at this point in the history
(cherry picked from commit fff7a34)

Co-authored-by: Santhosh <[email protected]>
  • Loading branch information
github-actions[bot] and santhoshdaivajna authored Oct 9, 2023
1 parent 38da958 commit cfa60a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ provider-image:
SAVE IMAGE --push $IMAGE_PATH

stylus-image:
IF [ "$K8S_DISTRIBUTION" = "kubeadm-fips" ]
IF [ "$FIPS_ENABLED" = "true" ]
ARG STYLUS_BASE=gcr.io/spectro-dev-public/stylus-framework-fips-linux-$ARCH:$PE_VERSION
ELSE
ARG STYLUS_BASE=gcr.io/spectro-dev-public/stylus-framework-linux-$ARCH:$PE_VERSION
Expand Down

0 comments on commit cfa60a1

Please sign in to comment.