Skip to content

Commit

Permalink
Update for release 1.23 (#254)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruivieira authored Jul 12, 2024
1 parent 45027a6 commit dd00567
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.23.0

BUILD_TOOL ?= podman

Expand Down
4 changes: 2 additions & 2 deletions config/base/params.env
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
trustyaiServiceImage=quay.io/trustyai/trustyai-service:latest
trustyaiOperatorImage=quay.io/trustyai/trustyai-service-operator:latest
trustyaiServiceImage=quay.io/trustyai/trustyai-service:v0.17.0
trustyaiOperatorImage=quay.io/trustyai/trustyai-service-operator:v1.23.0
oauthProxyImage=quay.io/openshift/origin-oauth-proxy:4.14.0
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.23.0"
)

0 comments on commit dd00567

Please sign in to comment.