Skip to content

Commit

Permalink
Update default VERSION to 4.18.0 (#435)
Browse files Browse the repository at this point in the history
Signed-off-by: Don Penney <[email protected]>
  • Loading branch information
donpenney authored Jan 3, 2025
1 parent 8a8d00a commit 19dbb74
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ginkgo_flags:=
# 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 ?= 4.16.0
VERSION ?= 4.18.0

# Development/Debug passwords for database. This requires that the operator be deployed in DEBUG=yes mode or for the
# developer to override these values with the current passwords
Expand Down
8 changes: 4 additions & 4 deletions bundle/manifests/oran-o2ims.clusterserviceversion.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ generatorOptions:
images:
- name: controller
newName: quay.io/openshift-kni/oran-o2ims-operator
newTag: 4.16.0
newTag: 4.18.0


# This replacement copies the controller image into the `IMAGE` environment variable of the pod,
Expand Down

0 comments on commit 19dbb74

Please sign in to comment.