Skip to content

Commit

Permalink
Fix versions in bundle config and regenerate bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
rm3l committed Oct 10, 2024
1 parent ccefc97 commit a0aefc5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ metadata:
}
]
capabilities: Seamless Upgrades
createdAt: "2024-08-12T08:32:42Z"
createdAt: "2024-10-10T15:58:03Z"
operatorframework.io/suggested-namespace: backstage-system
operators.operatorframework.io/builder: operator-sdk-v1.36.0
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
Expand Down Expand Up @@ -214,7 +214,7 @@ spec:
value: quay.io/fedora/postgresql-15:latest
- name: RELATED_IMAGE_backstage
value: quay.io/rhdh/rhdh-hub-rhel9:next
image: quay.io/rhdh-community/operator:0.3.0
image: quay.io/rhdh-community/operator:0.3.1
livenessProbe:
httpGet:
path: /healthz
Expand Down
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ kind: Kustomization
images:
- name: controller
newName: quay.io/rhdh-community/operator
newTag: 0.3.0
newTag: 0.3.1

generatorOptions:
disableNameSuffixHash: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ metadata:
alm-examples: '[]'
capabilities: Seamless Upgrades
operatorframework.io/suggested-namespace: backstage-system
skipRange: '>=0.0.1 <0.3.0'
name: backstage-operator.v0.3.0
skipRange: '>=0.0.1 <0.3.1'
name: backstage-operator.v0.3.1
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -55,4 +55,4 @@ spec:
name: Red Hat Inc.
url: https://www.redhat.com/
replaces: backstage-operator.v0.2.0
version: 0.3.0
version: 0.3.1

0 comments on commit a0aefc5

Please sign in to comment.