Skip to content

Commit

Permalink
Release 0.15.0/1.21.0 (#244)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruivieira authored Jun 3, 2024
1 parent 114eb66 commit 44fc4ab
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.21.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.15.0
trustyaiOperatorImage=quay.io/trustyai/trustyai-service-operator:v1.21.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.21.0"
)

0 comments on commit 44fc4ab

Please sign in to comment.