Skip to content

Commit

Permalink
Merge pull request #705 from sudomakeinstall2/upversion-4.19
Browse files Browse the repository at this point in the history
Upversion to 4.19
  • Loading branch information
openshift-merge-bot[bot] authored Dec 18, 2024
2 parents e506b72 + 99b7c98 commit d416164
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# To re-generate a bundle for another specific version without changing the standard setup, you can:
# - use the VERSION as arg of the bundle target (e.g make bundle VERSION=0.0.2)
# - use environment variables to overwrite this value (e.g export VERSION=0.0.2)
VERSION ?= 4.18.0
VERSION ?= 4.19.0

# You can use podman or docker as a container engine. Notice that there are some options that might be only valid for one of them.
ENGINE ?= docker
Expand Down
12 changes: 6 additions & 6 deletions bundle/manifests/lifecycle-agent.clusterserviceversion.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion config/default/manager_auth_proxy_patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
- "--health-probe-bind-address=:8081"
- "--metrics-bind-address=127.0.0.1:8080"
- name: kube-rbac-proxy
image: quay.io/openshift/origin-kube-rbac-proxy:4.18
image: quay.io/openshift/origin-kube-rbac-proxy:4.19
args:
- "--secure-listen-address=0.0.0.0:8443"
- "--upstream=http://127.0.0.1:8080/"
Expand Down
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ configMapGenerator:
images:
- name: controller
newName: quay.io/openshift-kni/lifecycle-agent-operator
newTag: 4.18.0
newTag: 4.19.0
patches:
- path: related-images/patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ metadata:
features.operators.openshift.io/token-auth-aws: "false"
features.operators.openshift.io/token-auth-azure: "false"
features.operators.openshift.io/token-auth-gcp: "false"
olm.skipRange: '>=4.14.0 <4.18.0'
olm.skipRange: '>=4.14.0 <4.19.0'
operatorframework.io/suggested-namespace: openshift-lifecycle-agent
operatorframework.io/suggested-namespace-template: |-
{
Expand All @@ -36,7 +36,7 @@ metadata:
support: Red Hat
labels:
operatorframework.io/arch.amd64: supported
name: lifecycle-agent.v4.18.0
name: lifecycle-agent.v4.19.0
namespace: openshift-lifecycle-agent
spec:
apiservicedefinitions: {}
Expand Down

0 comments on commit d416164

Please sign in to comment.