Skip to content

Commit

Permalink
Merge pull request #420 from openshift-cherrypick-robot/cherry-pick-4…
Browse files Browse the repository at this point in the history
…19-to-release-1.3

[release-1.3] chore(renovate): update config
  • Loading branch information
kim-tsao authored Nov 25, 2024
2 parents ad24020 + dfd565c commit 56f2eb1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@
"matchUpdateTypes": [
"patch"
],
"additionalBranchPrefix": "dockerfile ",
"groupName": "All dockerfile images",
"automerge": true,
"pinDigests": false
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ metadata:
}
]
capabilities: Seamless Upgrades
createdAt: "2024-10-10T15:58:03Z"
createdAt: "2024-11-25T17:32:33Z"
operatorframework.io/suggested-namespace: backstage-system
operators.operatorframework.io/builder: operator-sdk-v1.36.0
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
skipRange: '>=0.0.1 <0.3.2'
skipRange: '>=0.0.1 <0.3.1'
name: backstage-operator.v0.3.2
namespace: placeholder
spec:
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.1
image: quay.io/rhdh-community/operator:0.3.2
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.1
newTag: 0.3.2

generatorOptions:
disableNameSuffixHash: true
Expand Down

0 comments on commit 56f2eb1

Please sign in to comment.