Skip to content

Commit

Permalink
[ISSUE-234] Fix CVEs in csi-baremetal-pre-upgrade-crds
Browse files Browse the repository at this point in the history
Signed-off-by: rafalw82 <rafal.wegrzyn@dell.com>
  • Loading branch information
rafalw82 authored Jul 17, 2024
1 parent 4f80617 commit ad13ac3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variables.mk
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ CRD_OPTIONS ?= "crd:trivialVersions=true"
# image vars
BASE_IMAGE ?= golang:1.21
CRD_BUILD_IMAGE ?= ${REGISTRY}/csi-baremetal-pre-upgrade-crds:${TAG}
KUBECTL_IMAGE ?= bitnami/kubectl:1.29.1 # https://hub.docker.com/r/bitnami/kubectl
KUBECTL_IMAGE ?= bitnami/kubectl:1.29.6 # https://hub.docker.com/r/bitnami/kubectl

### version
MAJOR := 1
Expand Down

0 comments on commit ad13ac3

Please sign in to comment.