Skip to content

Commit 56e924d

Browse files
feat: bundle v0.3.9 (#65)
Signed-off-by: Harikrishnan Balagopal <[email protected]>
1 parent 0462429 commit 56e924d

6 files changed

+9
-53
lines changed

.github/workflows/build.yml

+2
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
- name: build container image
2626
run: |
2727
VERSION='${{ steps.image_tag.outputs.tag }}' make docker-build
28+
rm -rf bundle/
29+
VERSION='${{ steps.image_tag.outputs.tag }}' make bundle
2830
VERSION='${{ steps.image_tag.outputs.tag }}' make bundle-build
2931
- name: push images to quay
3032
run: |

.github/workflows/release.yml

+2
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,8 @@ jobs:
107107
- name: build
108108
run: |
109109
VERSION=${{ github.event.inputs.tag }} make docker-build
110+
rm -rf bundle/
111+
VERSION=${{ github.event.inputs.tag }} make bundle
110112
VERSION=${{ github.event.inputs.tag }} make bundle-build
111113
- run: echo "${{ secrets.QUAY_BOT_PASSWORD }}" | docker login --username "${{ secrets.QUAY_BOT_USERNAME }}" --password-stdin quay.io
112114
- name: push the image to quay

bundle/manifests/konveyor.io_move2kubes.yaml

-39
This file was deleted.

bundle/manifests/move2kube-operator-metrics-reader_rbac.authorization.k8s.io_v1beta1_clusterrole.yaml

-9
This file was deleted.

bundle/manifests/move2kube-operator.clusterserviceversion.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -80,14 +80,14 @@ metadata:
8080
capabilities: Seamless Upgrades
8181
categories: Modernization & Migration
8282
containerImage: quay.io/konveyor/move2kube-operator:v0.3.8
83-
createdAt: "2023-08-11T23:04:49Z"
83+
createdAt: "2023-08-23T15:17:19Z"
8484
description: Konveyor Move2Kube is an open source tool that helps migrate your
8585
app to run on Kubernetes/Openshift.
8686
operators.operatorframework.io/builder: operator-sdk-v1.31.0
8787
operators.operatorframework.io/project_layout: helm.sdk.operatorframework.io/v1
8888
repository: https://github.com/konveyor/move2kube-operator
8989
support: https://github.com/konveyor/move2kube-operator/issues
90-
name: move2kube-operator.v0.3.8
90+
name: move2kube-operator.v0.3.9
9191
namespace: placeholder
9292
spec:
9393
apiservicedefinitions: {}
@@ -277,7 +277,7 @@ spec:
277277
- --metrics-bind-address=127.0.0.1:8080
278278
- --leader-elect
279279
- --leader-election-id=move2kube-operator
280-
image: quay.io/konveyor/move2kube-operator:v0.3.8
280+
image: quay.io/konveyor/move2kube-operator:v0.3.9
281281
livenessProbe:
282282
httpGet:
283283
path: /healthz
@@ -372,4 +372,4 @@ spec:
372372
provider:
373373
name: Konveyor
374374
url: https://konveyor.io
375-
version: 0.3.8
375+
version: 0.3.9

config/manager/kustomization.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ kind: Kustomization
55
images:
66
- name: controller
77
newName: quay.io/konveyor/move2kube-operator
8-
newTag: v0.3.8
8+
newTag: v0.3.9

0 commit comments

Comments
 (0)