Skip to content

Commit

Permalink
Bump release 1.27.0/0.21.0
Browse files Browse the repository at this point in the history
Signed-off-by: Rui Vieira <[email protected]>
  • Loading branch information
ruivieira committed Oct 4, 2024
1 parent c072d51 commit e0a1b2a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# To re-generate a bundle for another specific version without changing the standard setup, you can:
# - use the VERSION as arg of the bundle target (e.g make bundle VERSION=0.0.2)
# - use environment variables to overwrite this value (e.g export VERSION=0.0.2)
VERSION ?= 1.17.0
VERSION ?= 1.27.0

BUILD_TOOL ?= podman

Expand Down
4 changes: 2 additions & 2 deletions config/overlays/odh/params.env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
trustyaiServiceImage=quay.io/trustyai/trustyai-service:v0.19.0
trustyaiOperatorImage=quay.io/trustyai/trustyai-service-operator:v1.25.0
trustyaiServiceImage=quay.io/trustyai/trustyai-service:v0.21.0
trustyaiOperatorImage=quay.io/trustyai/trustyai-service-operator:v1.27.0
oauthProxyImage=quay.io/openshift/origin-oauth-proxy:4.14.0
kServeServerless=enabled
2 changes: 1 addition & 1 deletion controllers/version.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package controllers

const (
Version = "1.17.0"
Version = "1.27.0"
)

0 comments on commit e0a1b2a

Please sign in to comment.