Skip to content

Commit

Permalink
Update release version (release-0.5 -> v0.5.0-rc1)
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Nairn <[email protected]>
  • Loading branch information
mikenairn committed Aug 27, 2024
1 parent a258a8b commit aa76f23
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions bundle/manifests/dns-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ metadata:
]
capabilities: Basic Install
categories: Integration & Delivery
containerImage: quay.io/kuadrant/dns-operator:release-0.5
createdAt: "2024-08-22T08:28:43Z"
containerImage: quay.io/kuadrant/dns-operator:v0.5.0-rc1
createdAt: "2024-08-27T15:15:50Z"
description: A Kubernetes Operator to manage the lifecycle of DNS resources
operators.operatorframework.io/builder: operator-sdk-v1.33.0
operators.operatorframework.io/project_layout: go.kubebuilder.io/v4
Expand Down Expand Up @@ -130,7 +130,7 @@ spec:
- /manager
env:
- name: WATCH_NAMESPACES
image: quay.io/kuadrant/dns-operator:release-0.5
image: quay.io/kuadrant/dns-operator:v0.5.0-rc1
livenessProbe:
httpGet:
path: /healthz
Expand Down
2 changes: 1 addition & 1 deletion config/deploy/olm/catalogsource.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ metadata:
name: dns-operator-catalog
spec:
sourceType: grpc
image: quay.io/kuadrant/dns-operator-catalog:release-0.5
image: quay.io/kuadrant/dns-operator-catalog:v0.5.0-rc1
displayName: DNS Operators
publisher: grpc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
alm-examples: '[]'
capabilities: Basic Install
categories: Integration & Delivery
containerImage: quay.io/kuadrant/dns-operator:release-0.5
containerImage: quay.io/kuadrant/dns-operator:v0.5.0-rc1
description: A Kubernetes Operator to manage the lifecycle of DNS resources
repository: https://github.com/kuadrant/dns-operator
support: kuadrant
Expand Down
6 changes: 3 additions & 3 deletions make/release.mk
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#Release default values
IMG=quay.io/kuadrant/dns-operator:release-0.5
BUNDLE_IMG=quay.io/kuadrant/dns-operator-bundle:release-0.5
CATALOG_IMG=quay.io/kuadrant/dns-operator-catalog:release-0.5
IMG=quay.io/kuadrant/dns-operator:v0.5.0-rc1
BUNDLE_IMG=quay.io/kuadrant/dns-operator-bundle:v0.5.0-rc1
CATALOG_IMG=quay.io/kuadrant/dns-operator-catalog:v0.5.0-rc1
CHANNELS=alpha
BUNDLE_CHANNELS=--channels=alpha
VERSION=0.5.0-rc1
Expand Down

0 comments on commit aa76f23

Please sign in to comment.