Skip to content

Commit

Permalink
add category
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkarlsen committed Sep 8, 2023
1 parent be2deb1 commit b365eb4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 19 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@ jobs:

- name: build and push
run: |
make docker-buildx VERSION=${{ env.VERSION }}
make docker-buildx VERSION=${{ env.VERSION }} IMG=${{ env.IMG }}
- name: bundle
run: |
make bundle bundle-build bundle-push VERSION=${{ env.VERSION }}
make bundle bundle-build bundle-push VERSION=${{ env.VERSION }} IMG=${{ env.IMG }}
- name: catalog
run: |
make catalog-build catalog-push VERSION=${{ env.VERSION }}
make catalog-build catalog-push VERSION=${{ env.VERSION }} IMG=${{ env.IMG }}
4 changes: 2 additions & 2 deletions bundle/manifests/flyway-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ metadata:
}
}
]
categories: "Database,Developer Tools"
capabilities: Basic Install
createdAt: "2023-09-08T12:18:14Z"
categories: Database,Developer Tools
createdAt: "2023-09-08T12:47:51Z"
operators.operatorframework.io/builder: operator-sdk-v1.31.0
operators.operatorframework.io/project_layout: go.kubebuilder.io/v4-alpha
name: flyway-operator.v0.0.1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ metadata:
annotations:
alm-examples: '[]'
capabilities: Basic Install
categories: Database,Developer Tools
name: flyway-operator.v0.0.0
namespace: placeholder
spec:
Expand Down
14 changes: 0 additions & 14 deletions config/samples/flyway_v1alpha1_migration.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,3 @@
apiVersion: v1
kind: Secret
metadata:
labels:
app.kubernetes.io/name: migration
app.kubernetes.io/instance: migration-sample
app.kubernetes.io/part-of: flyway-operator
app.kubernetes.io/managed-by: kustomize
app.kubernetes.io/created-by: flyway-operator
name: migration-pw
namespace: test
stringData:
password: "test"
---
apiVersion: flyway.davidkarlsen.com/v1alpha1
kind: Migration
metadata:
Expand Down

0 comments on commit b365eb4

Please sign in to comment.