Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: bundle v0.3.9 #65

Merged
merged 1 commit into from
Aug 23, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
- name: build container image
run: |
VERSION='${{ steps.image_tag.outputs.tag }}' make docker-build
rm -rf bundle/
VERSION='${{ steps.image_tag.outputs.tag }}' make bundle
VERSION='${{ steps.image_tag.outputs.tag }}' make bundle-build
- name: push images to quay
run: |
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,8 @@ jobs:
- name: build
run: |
VERSION=${{ github.event.inputs.tag }} make docker-build
rm -rf bundle/
VERSION=${{ github.event.inputs.tag }} make bundle
VERSION=${{ github.event.inputs.tag }} make bundle-build
- run: echo "${{ secrets.QUAY_BOT_PASSWORD }}" | docker login --username "${{ secrets.QUAY_BOT_USERNAME }}" --password-stdin quay.io
- name: push the image to quay
Expand Down
39 changes: 0 additions & 39 deletions bundle/manifests/konveyor.io_move2kubes.yaml

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -80,14 +80,14 @@ metadata:
capabilities: Seamless Upgrades
categories: Modernization & Migration
containerImage: quay.io/konveyor/move2kube-operator:v0.3.8
createdAt: "2023-08-11T23:04:49Z"
createdAt: "2023-08-23T15:17:19Z"
description: Konveyor Move2Kube is an open source tool that helps migrate your
app to run on Kubernetes/Openshift.
operators.operatorframework.io/builder: operator-sdk-v1.31.0
operators.operatorframework.io/project_layout: helm.sdk.operatorframework.io/v1
repository: https://github.com/konveyor/move2kube-operator
support: https://github.com/konveyor/move2kube-operator/issues
name: move2kube-operator.v0.3.8
name: move2kube-operator.v0.3.9
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -277,7 +277,7 @@ spec:
- --metrics-bind-address=127.0.0.1:8080
- --leader-elect
- --leader-election-id=move2kube-operator
image: quay.io/konveyor/move2kube-operator:v0.3.8
image: quay.io/konveyor/move2kube-operator:v0.3.9
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -372,4 +372,4 @@ spec:
provider:
name: Konveyor
url: https://konveyor.io
version: 0.3.8
version: 0.3.9
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ kind: Kustomization
images:
- name: controller
newName: quay.io/konveyor/move2kube-operator
newTag: v0.3.8
newTag: v0.3.9