File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 7979 run : ./openstack-operator/hack/catalog-build-olm-upgrade.sh
8080 env :
8181 # FIXME: these should be pulled from a YAML config in the main operator directory?
82- MAIN_VERSION : 0.4 .0
83- FEATURE_RELEASE_VERSION : 0.3 .0
84- FEATURE_RELEASE_BRANCH : 18.0-fr3
82+ MAIN_VERSION : 0.5 .0
83+ FEATURE_RELEASE_VERSION : 0.4 .0
84+ FEATURE_RELEASE_BRANCH : 18.0-fr4
8585 BUNDLE : ${{ env.imageregistry }}/${{ env.imagenamespace }}/openstack-operator-bundle:${{ github.sha }}
8686
8787 - name : Buildah Action
Original file line number Diff line number Diff line change 33# To re-generate a bundle for another specific version without changing the standard setup, you can:
44# - use the VERSION as arg of the bundle target (e.g make bundle VERSION=0.0.2)
55# - use environment variables to overwrite this value (e.g export VERSION=0.0.2)
6- VERSION ?= 0.4 .0
6+ VERSION ?= 0.5 .0
77
88OPENSTACK_RELEASE_VERSION ?= $(VERSION ) -$(shell date +% s)
99
Original file line number Diff line number Diff line change 11# A quick way to test a fake minor update. Run this script, and then once the
22# openstackversion reconciles (the CSV will redeploy the controller-manager)
33# you can set targetVersion == 0.0.2 for a quick test
4- VERSION=0.4
4+ VERSION=0.5
55CURRENT=${VERSION} .0
66UPDATE=${VERSION} .1
77oc get csv openstack-operator.v${CURRENT} -o yaml -n openstack-operators > csv.yaml
You can’t perform that action at this time.
0 commit comments