Skip to content

Commit

Permalink
Bump version from Makefile to 1.0.0-alpha.7
Browse files Browse the repository at this point in the history
[noissue]
  • Loading branch information
git-hyagi authored and openshift-merge-robot committed Apr 27, 2023
1 parent 410aa98 commit dfa856c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ WEB_IMAGE ?= quay.io/pulp/pulp-web
# To re-generate a bundle for another specific version without changing the standard setup, you can:
# - use the VERSION as arg of the bundle target (e.g make bundle VERSION=0.0.2)
# - use environment variables to overwrite this value (e.g export VERSION=0.0.2)
VERSION ?= 1.0.0-alpha.6
VERSION ?= 1.0.0-alpha.7

# CHANNELS define the bundle channels used in the bundle.
CHANNELS = "beta"
Expand Down
6 changes: 3 additions & 3 deletions bundle/manifests/pulp-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ metadata:
operators.operatorframework.io/builder: operator-sdk-v1.25.2
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
repository: https://github.com/pulp/pulp-operator
name: pulp-operator.v1.0.0-alpha.6
name: pulp-operator.v1.0.0-alpha.7
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -1401,7 +1401,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.annotations['olm.targetNamespaces']
image: quay.io/pulp/pulp-operator:v1.0.0-alpha.6
image: quay.io/pulp/pulp-operator:v1.0.0-alpha.7
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -1709,4 +1709,4 @@ spec:
name: pulp-redis
- image: docker.io/library/postgres:13
name: pulp-postgres
version: 1.0.0-alpha.6
version: 1.0.0-alpha.7
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ kind: Kustomization
images:
- name: controller
newName: quay.io/pulp/pulp-operator
newTag: v1.0.0-alpha.6
newTag: v1.0.0-alpha.7

0 comments on commit dfa856c

Please sign in to comment.