Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions Makefile.core.mk
Original file line number Diff line number Diff line change
Expand Up @@ -563,8 +563,7 @@ HELM_VERSION ?= v3.19.1
CONTROLLER_TOOLS_VERSION ?= v0.19.0
CONTROLLER_RUNTIME_BRANCH ?= release-0.22
OPM_VERSION ?= v1.61.0
# using 0.35.0 until https://github.com/operator-framework/operator-lifecycle-manager/issues/3675 is fixed
OLM_VERSION ?= v0.35.0
OLM_VERSION ?= v0.38.0
GITLEAKS_VERSION ?= v8.29.0
ISTIOCTL_VERSION ?= 1.26.2
RUNME_VERSION ?= 3.15.4
Expand Down
7 changes: 2 additions & 5 deletions tools/update_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,8 @@ OPM_LATEST_VERSION=$(getLatestVersion operator-framework/operator-registry)
"$SED_CMD" -i "s|OPM_VERSION ?= .*|OPM_VERSION ?= ${OPM_LATEST_VERSION}|" "${ROOTDIR}/Makefile.core.mk"

# Update olm
# FIXME
# TODO
#OLM_LATEST_VERSION=$(getLatestVersion operator-framework/operator-lifecycle-manager)
# using 0.35.0 until https://github.com/operator-framework/operator-lifecycle-manager/issues/3675 is fixed
#"$SED_CMD" -i "s|OLM_VERSION ?= .*|OLM_VERSION ?= ${OLM_LATEST_VERSION}|" "${ROOTDIR}/Makefile.core.mk"
OLM_LATEST_VERSION=$(getLatestVersion operator-framework/operator-lifecycle-manager)
"$SED_CMD" -i "s|OLM_VERSION ?= .*|OLM_VERSION ?= ${OLM_LATEST_VERSION}|" "${ROOTDIR}/Makefile.core.mk"

# Update kube-rbac-proxy
RBAC_PROXY_LATEST_VERSION=$(getLatestVersion brancz/kube-rbac-proxy | cut -d/ -f1)
Expand Down
Loading