Skip to content

Commit

Permalink
prepare release v0.8.0
Browse files Browse the repository at this point in the history
rh-pre-commit.version: 2.2.0
rh-pre-commit.check-secrets: ENABLED
  • Loading branch information
maleck13 committed Nov 11, 2024
1 parent 72a3b0a commit 85fc853
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 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 @@ -57,8 +57,8 @@ metadata:
]
capabilities: Basic Install
categories: Integration & Delivery
containerImage: quay.io/kuadrant/dns-operator:release-0.8
createdAt: "2024-11-11T09:08:25Z"
containerImage: quay.io/kuadrant/dns-operator:v0.8.0
createdAt: "2024-11-11T11:15:31Z"
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 @@ -182,7 +182,7 @@ spec:
- /manager
env:
- name: WATCH_NAMESPACES
image: quay.io/kuadrant/dns-operator:release-0.8
image: quay.io/kuadrant/dns-operator:v0.8.0
livenessProbe:
httpGet:
path: /healthz
Expand Down
2 changes: 1 addition & 1 deletion charts/dns-operator/templates/manifests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -910,7 +910,7 @@ spec:
env:
- name: WATCH_NAMESPACES
value: ""
image: quay.io/kuadrant/dns-operator:release-0.8
image: quay.io/kuadrant/dns-operator:v0.8.0
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.8
image: quay.io/kuadrant/dns-operator-catalog:v0.8.0
displayName: DNS Operators
publisher: grpc
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ kind: Kustomization
images:
- name: controller
newName: quay.io/kuadrant/dns-operator
newTag: release-0.8
newTag: v0.8.0
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.8
containerImage: quay.io/kuadrant/dns-operator:v0.8.0
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.8
BUNDLE_IMG=quay.io/kuadrant/dns-operator-bundle:release-0.8
CATALOG_IMG=quay.io/kuadrant/dns-operator-catalog:release-0.8
IMG=quay.io/kuadrant/dns-operator:v0.8.0
BUNDLE_IMG=quay.io/kuadrant/dns-operator-bundle:v0.8.0
CATALOG_IMG=quay.io/kuadrant/dns-operator-catalog:v0.8.0
CHANNELS=stable
BUNDLE_CHANNELS=--channels=stable
VERSION=0.8.0
Expand Down

0 comments on commit 85fc853

Please sign in to comment.