Skip to content

Commit

Permalink
Misc upgrades: opm 1.48.0 and talker-api in examples (#1082)
Browse files Browse the repository at this point in the history
* opm: version 1.48.0 to support 4.17 and 4.18 OCP indexes

Signed-off-by: Eguzki Astiz Lezaun <[email protected]>

* toystore example using quay.io/kuadrant/authorino-examples:talker-api

Signed-off-by: Eguzki Astiz Lezaun <[email protected]>

---------

Signed-off-by: Eguzki Astiz Lezaun <[email protected]>
  • Loading branch information
eguzki authored Dec 16, 2024
1 parent dd6ee42 commit 6195492
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 ;\
Expand Down
4 changes: 3 additions & 1 deletion examples/toystore/toystore.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 6195492

Please sign in to comment.