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

fix the manifests generation #533

Merged
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -146,7 +146,7 @@ diff:
verify-vendor: vendor
$(MAKE) diff

verify-manifests: OLM_VERSION=0.19.0 # set static version to avoid failing for commit based versioning
verify-manifests: OLM_VERSION=0.0.1-snapshot
verify-manifests: manifests
$(MAKE) diff

Expand Down
4 changes: 2 additions & 2 deletions pkg/manifests/csv.yaml
Expand Up @@ -5,7 +5,7 @@ metadata:
name: packageserver
namespace: openshift-operator-lifecycle-manager
labels:
olm.version: 0.19.0
olm.version: 0.0.1-snapshot
olm.clusteroperator.name: operator-lifecycle-manager-packageserver
annotations:
include.release.openshift.io/self-managed-high-availability: "true"
Expand Down Expand Up @@ -159,7 +159,7 @@ spec:
- packageserver
topologyKey: "kubernetes.io/hostname"
maturity: alpha
version: 0.19.0
version: 0.0.1-snapshot
apiservicedefinitions:
owned:
- group: packages.operators.coreos.com
Expand Down