Skip to content

Commit

Permalink
Fix version number
Browse files Browse the repository at this point in the history
Signed-off-by: Maartje Eyskens <[email protected]>
  • Loading branch information
meyskens committed Apr 17, 2020
1 parent 74b59f9 commit bc89056
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ FROM quay.io/operator-framework/helm-operator:v0.15.1
### Required OpenShift Labels
LABEL name="cert-manager Operator" \
vendor="Jetstack" \
version="v0.15.0" \
version="v0.15.0-alpha.0" \
release="1" \
summary="This is the cert-manager operator." \
description="This operator will deploy cert-manager to the cluster."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ metadata:
capabilities: Full Lifecycle
categories: Security
certified: 'false'
containerImage: quay.io/jetstack/cert-manager-operator:v0.15.0
containerImage: quay.io/jetstack/cert-manager-operator:v0.15.0-alpha.0
repository: https://github.com/jetstack/cert-manager
name: cert-manager-operator.v0.15.0
name: cert-manager-operator.v0.15.0-alpha.0
spec:
apiservicedefinitions: {}
customresourcedefinitions:
Expand Down Expand Up @@ -53,7 +53,7 @@ spec:
containers:
- name: cert-manager-operator
# Replace this with the built image name
image: quay.io/maartje/cm-operator-image-devel:latest
image: registry.connect.redhat.com/jetstack/cert-manager-operator:v0.15.0-alpha.0
env:
- name: POD_NAME
valueFrom:
Expand Down Expand Up @@ -87,4 +87,4 @@ spec:
maturity: alpha
provider:
name: Jetstack
version: 0.15.0
version: 0.15.0-alpha.0
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
packageName: cert-manager-operator
channels:
- name: alpha
currentCSV: cert-manager-operator.v0.15.0
currentCSV: cert-manager-operator.v0.15.0-alpha.0
defaultChannel: alpha
5 changes: 5 additions & 0 deletions rh-bundle/cert-manager-operator.package.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
packageName: cert-manager-operator
channels:
- name: alpha
currentCSV: cert-manager-operator.v0.15.0-alpha.0
defaultChannel: alpha
2 changes: 1 addition & 1 deletion ubi-images/Dockerfile.cainjector
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ ADD https://raw.githubusercontent.com/jetstack/cert-manager/v0.15.0-alpha.0/LICE
### Required OpenShift Labels
LABEL name="cert-manager cainjector" \
vendor="Jetstack" \
version="v0.15.0-alpha.1" \
version="v0.15.0-alpha.0" \
release="1" \
summary="This is the cert-manager cainjector." \
description="This image contains the cert-manager cainjector."
Expand Down
2 changes: 1 addition & 1 deletion ubi-images/Dockerfile.controller
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ ADD https://raw.githubusercontent.com/jetstack/cert-manager/v0.15.0-alpha.0/LICE
### Required OpenShift Labels
LABEL name="cert-manager controller" \
vendor="Jetstack" \
version="v0.15.0-alpha.1" \
version="v0.15.0-alpha.0" \
release="1" \
summary="This is the cert-manager controller image." \
description="This image contains the main cert-manager controller."
Expand Down
2 changes: 1 addition & 1 deletion ubi-images/Dockerfile.webhook
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ ADD https://raw.githubusercontent.com/jetstack/cert-manager/v0.15.0-alpha.0/LICE
### Required OpenShift Labels
LABEL name="cert-manager webhook" \
vendor="Jetstack" \
version="v0.15.0-alpha.1" \
version="v0.15.0-alpha.0" \
release="1" \
summary="This is the cert-manager webhook image." \
description="This image contains the webhook server for cert-manager."
Expand Down
4 changes: 2 additions & 2 deletions watches.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
chart: helm-charts/cert-manager
overrideValues:
image.repository: registry.connect.redhat.com/jetstack/cert-manager-controller
image.tag: v0.15.0-alpha.1-ubi
image.tag: v0.15.0-alpha.0-ubi
webhook.image.repository: registry.connect.redhat.com/jetstack/cert-manager-webhook
webhook.image.tag: v0.15.0-alpha.1-ubi
webhook.image.tag: v0.15.0-alpha.0-ubi
cainjector.image.repository: registry.connect.redhat.com/jetstack/cert-manager-cainjector
cainjector.image.tag: v0.15.0-alpha.1-ubi
installCRDs: true
Expand Down

0 comments on commit bc89056

Please sign in to comment.