Skip to content

Commit

Permalink
Fixes to automated release procedure
Browse files Browse the repository at this point in the history
A few issues I found during the release of the 2.1.0 version of the
operator. Updating so that we can have an automated release procedure
for next release.
Matt Spilchen committed Mar 11, 2024
1 parent 496f55f commit 4d92e03
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-release-assets.yml
Original file line number Diff line number Diff line change
@@ -33,12 +33,12 @@ jobs:
- name: Build Release yaml
run: |
IMG_REPO=docker.io/vertica/ make config-transformer
IMG_REPO=docker.io/opentext/ make config-transformer
ls -lhrt config/release-manifests
- name: Build Bundle
run: |
IMG_REPO=docker.io/vertica/ DEPLOY_WITH=olm make bundle
IMG_REPO=docker.io/opentext/ DEPLOY_WITH=olm make bundle
ls -lhrt
- name: Package helm charts
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -68,7 +68,7 @@ jobs:
- name: Upload new image
if: ${{ inputs.action == 'upload operator image' || inputs.action == 'all' }}
run: |
docker buildx imagetools create --tag opentext/verticadb-operator:$tag ghcr.io/vertica/verticadb-operator:$VERSION_SHA
docker buildx imagetools create --tag opentext/verticadb-operator:$VERSION ghcr.io/vertica/verticadb-operator:$VERSION_SHA
- name: Create the release on GitHub
if: ${{ inputs.action == 'create github release' || inputs.action == 'all' }}

0 comments on commit 4d92e03

Please sign in to comment.