From 619549216ed736b8382be1a4b7078c8c5aa88bad Mon Sep 17 00:00:00 2001 From: Eguzki Astiz Lezaun Date: Mon, 16 Dec 2024 16:25:51 +0100 Subject: [PATCH] Misc upgrades: opm 1.48.0 and talker-api in examples (#1082) * opm: version 1.48.0 to support 4.17 and 4.18 OCP indexes Signed-off-by: Eguzki Astiz Lezaun * toystore example using quay.io/kuadrant/authorino-examples:talker-api Signed-off-by: Eguzki Astiz Lezaun --------- Signed-off-by: Eguzki Astiz Lezaun --- Makefile | 2 +- examples/toystore/toystore.yaml | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 471d871d4..385aaddad 100644 --- a/Makefile +++ b/Makefile @@ -226,7 +226,7 @@ $(YQ): yq: $(YQ) ## Download yq locally if necessary. OPM = $(PROJECT_PATH)/bin/opm -OPM_VERSION = v1.26.2 +OPM_VERSION = v1.48.0 $(OPM): @{ \ set -e ;\ diff --git a/examples/toystore/toystore.yaml b/examples/toystore/toystore.yaml index 58451d099..856510c96 100644 --- a/examples/toystore/toystore.yaml +++ b/examples/toystore/toystore.yaml @@ -16,8 +16,10 @@ spec: spec: containers: - name: toystore - image: quay.io/3scale/authorino:echo-api + image: quay.io/kuadrant/authorino-examples:talker-api env: + - name: LOG_LEVEL + value: "debug" - name: PORT value: "3000" ports: