Skip to content

Commit

Permalink
Upversion to 4.19
Browse files Browse the repository at this point in the history
Signed-off-by: Saeid Askari <[email protected]>
  • Loading branch information
sudomakeinstall2 committed Dec 13, 2024
1 parent a57a58a commit 7a56179
Show file tree
Hide file tree
Showing 9 changed files with 30 additions and 30 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
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ 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.10.0 <4.18.0'
olm.skipRange: '>=4.10.0 <4.19.0'
operators.openshift.io/infrastructure-features: '["disconnected", "proxy-aware"]'
operators.operatorframework.io/builder: operator-sdk-v1.28.0-ocp
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
name: cluster-group-upgrades-operator.v4.18.0
name: cluster-group-upgrades-operator.v4.19.0
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -515,14 +515,14 @@ spec:
- /manager
env:
- name: PRECACHE_IMG
value: quay.io/openshift-kni/cluster-group-upgrades-operator-precache:4.18.0
value: quay.io/openshift-kni/cluster-group-upgrades-operator-precache:4.19.0
- name: RECOVERY_IMG
value: quay.io/openshift-kni/cluster-group-upgrades-operator-recovery:4.18.0
value: quay.io/openshift-kni/cluster-group-upgrades-operator-recovery:4.19.0
- name: INSECURE_GRAPH_CALL
value: "false"
- name: AZTP_IMG
value: quay.io/openshift-kni/cluster-group-upgrades-operator-aztp:4.18.0
image: quay.io/openshift-kni/cluster-group-upgrades-operator:4.18.0
value: quay.io/openshift-kni/cluster-group-upgrades-operator-aztp:4.19.0
image: quay.io/openshift-kni/cluster-group-upgrades-operator:4.19.0
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -599,4 +599,4 @@ spec:
provider:
name: Red Hat
replaces: cluster-group-upgrades-operator.v4.14.0
version: 4.18.0
version: 4.19.0
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/cluster-group-upgrades-operator
newTag: 4.18.0
newTag: 4.19.0
patchesStrategicMerge:
- related-images/patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,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.10.0 <4.18.0'
olm.skipRange: '>=4.10.0 <4.19.0'
operators.openshift.io/infrastructure-features: '["disconnected", "proxy-aware"]'
name: cluster-group-upgrades-operator.v0.0.0
namespace: placeholder
Expand Down
8 changes: 4 additions & 4 deletions tests/kuttl/cgu/backup-complete/02-assert.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ spec:
containers:
- args:
- launchBackup
image: quay.io/openshift-kni/cluster-group-upgrades-operator-recovery:4.18.0
image: quay.io/openshift-kni/cluster-group-upgrades-operator-recovery:4.19.0
name: container-image
securityContext:
privileged: true
Expand Down Expand Up @@ -294,7 +294,7 @@ spec:
containers:
- args:
- launchBackup
image: quay.io/openshift-kni/cluster-group-upgrades-operator-recovery:4.18.0
image: quay.io/openshift-kni/cluster-group-upgrades-operator-recovery:4.19.0
name: container-image
securityContext:
privileged: true
Expand Down Expand Up @@ -446,7 +446,7 @@ spec:
containers:
- args:
- launchBackup
image: quay.io/openshift-kni/cluster-group-upgrades-operator-recovery:4.18.0
image: quay.io/openshift-kni/cluster-group-upgrades-operator-recovery:4.19.0
name: container-image
securityContext:
privileged: true
Expand Down Expand Up @@ -598,7 +598,7 @@ spec:
containers:
- args:
- launchBackup
image: quay.io/openshift-kni/cluster-group-upgrades-operator-recovery:4.18.0
image: quay.io/openshift-kni/cluster-group-upgrades-operator-recovery:4.19.0
name: container-image
securityContext:
privileged: true
Expand Down
8 changes: 4 additions & 4 deletions tests/kuttl/cgu/backup-fail/02-assert.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ spec:
containers:
- args:
- launchBackup
image: quay.io/openshift-kni/cluster-group-upgrades-operator-recovery:4.18.0
image: quay.io/openshift-kni/cluster-group-upgrades-operator-recovery:4.19.0
name: container-image
securityContext:
privileged: true
Expand Down Expand Up @@ -294,7 +294,7 @@ spec:
containers:
- args:
- launchBackup
image: quay.io/openshift-kni/cluster-group-upgrades-operator-recovery:4.18.0
image: quay.io/openshift-kni/cluster-group-upgrades-operator-recovery:4.19.0
name: container-image
securityContext:
privileged: true
Expand Down Expand Up @@ -446,7 +446,7 @@ spec:
containers:
- args:
- launchBackup
image: quay.io/openshift-kni/cluster-group-upgrades-operator-recovery:4.18.0
image: quay.io/openshift-kni/cluster-group-upgrades-operator-recovery:4.19.0
name: container-image
securityContext:
privileged: true
Expand Down Expand Up @@ -598,7 +598,7 @@ spec:
containers:
- args:
- launchBackup
image: quay.io/openshift-kni/cluster-group-upgrades-operator-recovery:4.18.0
image: quay.io/openshift-kni/cluster-group-upgrades-operator-recovery:4.19.0
name: container-image
securityContext:
privileged: true
Expand Down
8 changes: 4 additions & 4 deletions tests/kuttl/cgu/backup-partial-complete/02-assert.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ spec:
containers:
- args:
- launchBackup
image: quay.io/openshift-kni/cluster-group-upgrades-operator-recovery:4.18.0
image: quay.io/openshift-kni/cluster-group-upgrades-operator-recovery:4.19.0
name: container-image
securityContext:
privileged: true
Expand Down Expand Up @@ -294,7 +294,7 @@ spec:
containers:
- args:
- launchBackup
image: quay.io/openshift-kni/cluster-group-upgrades-operator-recovery:4.18.0
image: quay.io/openshift-kni/cluster-group-upgrades-operator-recovery:4.19.0
name: container-image
securityContext:
privileged: true
Expand Down Expand Up @@ -446,7 +446,7 @@ spec:
containers:
- args:
- launchBackup
image: quay.io/openshift-kni/cluster-group-upgrades-operator-recovery:4.18.0
image: quay.io/openshift-kni/cluster-group-upgrades-operator-recovery:4.19.0
name: container-image
securityContext:
privileged: true
Expand Down Expand Up @@ -598,7 +598,7 @@ spec:
containers:
- args:
- launchBackup
image: quay.io/openshift-kni/cluster-group-upgrades-operator-recovery:4.18.0
image: quay.io/openshift-kni/cluster-group-upgrades-operator-recovery:4.19.0
name: container-image
securityContext:
privileged: true
Expand Down
8 changes: 4 additions & 4 deletions tests/kuttl/cgu/pre-caching-complete/03-assert.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: spec.nodeName
image: quay.io/openshift-kni/cluster-group-upgrades-operator-precache:4.18.0
image: quay.io/openshift-kni/cluster-group-upgrades-operator-precache:4.19.0
name: pre-cache-container
resources: {}
securityContext:
Expand Down Expand Up @@ -305,7 +305,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: spec.nodeName
image: quay.io/openshift-kni/cluster-group-upgrades-operator-precache:4.18.0
image: quay.io/openshift-kni/cluster-group-upgrades-operator-precache:4.19.0
name: pre-cache-container
resources: {}
securityContext:
Expand Down Expand Up @@ -488,7 +488,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: spec.nodeName
image: quay.io/openshift-kni/cluster-group-upgrades-operator-precache:4.18.0
image: quay.io/openshift-kni/cluster-group-upgrades-operator-precache:4.19.0
name: pre-cache-container
resources: {}
securityContext:
Expand Down Expand Up @@ -671,7 +671,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: spec.nodeName
image: quay.io/openshift-kni/cluster-group-upgrades-operator-precache:4.18.0
image: quay.io/openshift-kni/cluster-group-upgrades-operator-precache:4.19.0
name: pre-cache-container
resources: {}
securityContext:
Expand Down
8 changes: 4 additions & 4 deletions tests/kuttl/cgu/pre-caching-partial-complete/03-assert.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: spec.nodeName
image: quay.io/openshift-kni/cluster-group-upgrades-operator-precache:4.18.0
image: quay.io/openshift-kni/cluster-group-upgrades-operator-precache:4.19.0
name: pre-cache-container
resources: {}
securityContext:
Expand Down Expand Up @@ -304,7 +304,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: spec.nodeName
image: quay.io/openshift-kni/cluster-group-upgrades-operator-precache:4.18.0
image: quay.io/openshift-kni/cluster-group-upgrades-operator-precache:4.19.0
name: pre-cache-container
resources: {}
securityContext:
Expand Down Expand Up @@ -487,7 +487,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: spec.nodeName
image: quay.io/openshift-kni/cluster-group-upgrades-operator-precache:4.18.0
image: quay.io/openshift-kni/cluster-group-upgrades-operator-precache:4.19.0
name: pre-cache-container
resources: {}
securityContext:
Expand Down Expand Up @@ -670,7 +670,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: spec.nodeName
image: quay.io/openshift-kni/cluster-group-upgrades-operator-precache:4.18.0
image: quay.io/openshift-kni/cluster-group-upgrades-operator-precache:4.19.0
name: pre-cache-container
resources: {}
securityContext:
Expand Down

0 comments on commit 7a56179

Please sign in to comment.