Skip to content

Commit a755af7

Browse files
authored
Merge pull request #204 from lmilleri/remove-tp-path
Release 0.4.1
2 parents dd2c7af + 9bdc3c6 commit a755af7

File tree

9 files changed

+27
-27
lines changed

9 files changed

+27
-27
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# To re-generate a bundle for another specific version without changing the standard setup, you can:
44
# - use the VERSION as arg of the bundle target (e.g make bundle VERSION=0.0.2)
55
# - use environment variables to overwrite this value (e.g export VERSION=0.0.2)
6-
VERSION ?= 0.4.0
6+
VERSION ?= 0.4.1
77

88
# CHANNELS define the bundle channels used in the bundle.
99
# Add a new line here if you would like to change its default config. (E.g CHANNELS = "candidate,fast,stable")

bundle/manifests/trustee-operator.clusterserviceversion.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
alm-examples: '[]'
66
capabilities: Basic Install
77
categories: "Security"
8-
containerImage: "registry.redhat.io/confidential-compute-attestation-tech-preview/trustee-rhel9-operator@sha256:380e1f2ee5c5c4d3cfe0ce4102b687c093e1ec56a0204bbbe9b0f3b05eaf91e7"
8+
containerImage: "registry.redhat.io/build-of-trustee/trustee-rhel9-operator@sha256:380e1f2ee5c5c4d3cfe0ce4102b687c093e1ec56a0204bbbe9b0f3b05eaf91e7"
99
createdAt: "2024-06-07T10:06:06Z"
1010
operatorframework.io/suggested-namespace: trustee-operator-system
1111
operators.operatorframework.io/builder: operator-sdk-v1.36.1
@@ -23,7 +23,7 @@ metadata:
2323
features.operators.openshift.io/token-auth-gcp: "false"
2424
operators.openshift.io/valid-subscription: '["OpenShift Container Platform", "OpenShift Platform Plus"]'
2525
repository: https://github.com/openshift/trustee-operator
26-
name: trustee-operator.v0.4.0
26+
name: trustee-operator.v0.4.1
2727
namespace: placeholder
2828
labels:
2929
operatorframework.io/os.linux: supported
@@ -162,14 +162,14 @@ spec:
162162
fieldRef:
163163
fieldPath: metadata.namespace
164164
- name: KBS_IMAGE_NAME
165-
value: "registry.redhat.io/confidential-compute-attestation-tech-preview/trustee-rhel9@sha256:5f4d18c6801ad6afcd8644f4ca67eb46c9c3ecb3bff6920dbf5d04f8fb68ae07"
165+
value: "registry.redhat.io/build-of-trustee/trustee-rhel9@sha256:5f4d18c6801ad6afcd8644f4ca67eb46c9c3ecb3bff6920dbf5d04f8fb68ae07"
166166
- name: KBS_IMAGE_NAME_MICROSERVICES
167167
value: ghcr.io/confidential-containers/key-broker-service:v0.13.0
168168
- name: AS_IMAGE_NAME
169169
value: ghcr.io/confidential-containers/staged-images/coco-as-grpc:latest
170170
- name: RVPS_IMAGE_NAME
171171
value: ghcr.io/confidential-containers/staged-images/rvps:latest
172-
image: "registry.redhat.io/confidential-compute-attestation-tech-preview/trustee-rhel9-operator@sha256:380e1f2ee5c5c4d3cfe0ce4102b687c093e1ec56a0204bbbe9b0f3b05eaf91e7"
172+
image: "registry.redhat.io/build-of-trustee/trustee-rhel9-operator@sha256:380e1f2ee5c5c4d3cfe0ce4102b687c093e1ec56a0204bbbe9b0f3b05eaf91e7"
173173
livenessProbe:
174174
httpGet:
175175
path: /healthz
@@ -257,5 +257,5 @@ spec:
257257
provider:
258258
name: Red Hat
259259
url: https://github.com/confidential-containers
260-
replaces: trustee-operator.v0.3.0
261-
version: 0.4.0
260+
replaces: trustee-operator.v0.4.0
261+
version: 0.4.1

config/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ kind: Kustomization
55
images:
66
- name: controller
77
newName: quay.io/confidential-containers/trustee-operator
8-
newTag: v0.4.0
8+
newTag: v0.4.1

config/manager/manager.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ spec:
7474
args:
7575
- --leader-elect
7676
- --health-probe-bind-address=:8081
77-
image: quay.io/confidential-containers/trustee-operator:v0.4.0
77+
image: quay.io/confidential-containers/trustee-operator:v0.4.1
7878
name: manager
7979
# Add the following environment variables to the manager container
8080
# POD_NAMESPACE

config/manifests/bases/trustee-operator.clusterserviceversion.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ metadata:
55
alm-examples: '[]'
66
capabilities: Basic Install
77
categories: Security
8-
containerImage: quay.io/confidential-containers/trustee-operator:v0.4.0
8+
containerImage: quay.io/confidential-containers/trustee-operator:v0.4.1
99
operatorframework.io/suggested-namespace: trustee-operator-system
1010
support: Confidential Containers Community
11-
name: trustee-operator.v0.4.0
11+
name: trustee-operator.v0.4.1
1212
namespace: placeholder
1313
spec:
1414
apiservicedefinitions: {}
@@ -56,5 +56,5 @@ spec:
5656
provider:
5757
name: Confidential Containers Community
5858
url: https://github.com/confidential-containers
59-
replaces: trustee-operator.v0.3.0
60-
version: 0.4.0
59+
replaces: trustee-operator.v0.4.0
60+
version: 0.4.1

scripts/install-helpers/image_mirroring.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ spec:
66
imageTagMirrors:
77
- mirrors:
88
- quay.io/redhat-user-workloads/ose-osc-tenant/trustee
9-
source: registry.redhat.io/confidential-compute-attestation-tech-preview
9+
source: registry.redhat.io/build-of-trustee
1010
- mirrors:
1111
- quay.io/redhat-user-workloads/ose-osc-tenant/trustee/trustee
12-
source: registry.redhat.io/confidential-compute-attestation-tech-preview/trustee-rhel9
12+
source: registry.redhat.io/build-of-trustee/trustee-rhel9
1313
- mirrors:
1414
- quay.io/redhat-user-workloads/ose-osc-tenant/trustee/trustee-operator
15-
source: registry.redhat.io/confidential-compute-attestation-tech-preview/trustee-rhel9-operator
15+
source: registry.redhat.io/build-of-trustee/trustee-rhel9-operator
1616
---
1717
apiVersion: config.openshift.io/v1
1818
kind: ImageDigestMirrorSet
@@ -22,10 +22,10 @@ spec:
2222
imageDigestMirrors:
2323
- mirrors:
2424
- quay.io/redhat-user-workloads/ose-osc-tenant/trustee
25-
source: registry.redhat.io/confidential-compute-attestation-tech-preview
25+
source: registry.redhat.io/build-of-trustee
2626
- mirrors:
2727
- quay.io/redhat-user-workloads/ose-osc-tenant/trustee/trustee
28-
source: registry.redhat.io/confidential-compute-attestation-tech-preview/trustee-rhel9
28+
source: registry.redhat.io/build-of-trustee/trustee-rhel9
2929
- mirrors:
3030
- quay.io/redhat-user-workloads/ose-osc-tenant/trustee/trustee-operator
31-
source: registry.redhat.io/confidential-compute-attestation-tech-preview/trustee-rhel9-operator
31+
source: registry.redhat.io/build-of-trustee/trustee-rhel9-operator

scripts/install-helpers/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ if [ -n "$ITA_KEY" ]; then
1212
fi
1313

1414
DEFAULT_IMAGE=quay.io/redhat-user-workloads/ose-osc-tenant/trustee/trustee:345aef3985efea5d4f91ffbffb597cb44087b96a
15-
DEFAULT_TRUSTEE_OPERATOR_CSV=trustee-operator.v0.3.0
15+
DEFAULT_TRUSTEE_OPERATOR_CSV=trustee-operator.v0.4.1
1616

1717
if [ -n "$ITA_KEY" ]; then
1818
DEFAULT_IMAGE+="-ita"

scripts/install-helpers/subs-ga.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ spec:
1010
name: trustee-operator
1111
source: redhat-operators
1212
sourceNamespace: openshift-marketplace
13-
startingCSV: trustee-operator.v0.3.0
13+
startingCSV: trustee-operator.v0.4.1

tests/mirrors.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ spec:
66
imageTagMirrors:
77
- mirrors:
88
- quay.io/redhat-user-workloads/ose-osc-tenant/trustee
9-
source: registry.redhat.io/confidential-compute-attestation-tech-preview
9+
source: registry.redhat.io/build-of-trustee
1010
- mirrors:
1111
- quay.io/redhat-user-workloads/ose-osc-tenant/trustee/trustee
12-
source: registry.redhat.io/confidential-compute-attestation-tech-preview/trustee-rhel9
12+
source: registry.redhat.io/build-of-trustee/trustee-rhel9
1313
- mirrors:
1414
- quay.io/redhat-user-workloads/ose-osc-tenant/trustee/trustee-operator
15-
source: registry.redhat.io/confidential-compute-attestation-tech-preview/trustee-rhel9-operator
15+
source: registry.redhat.io/build-of-trustee/trustee-rhel9-operator
1616
---
1717
apiVersion: config.openshift.io/v1
1818
kind: ImageDigestMirrorSet
@@ -22,10 +22,10 @@ spec:
2222
imageDigestMirrors:
2323
- mirrors:
2424
- quay.io/redhat-user-workloads/ose-osc-tenant/trustee
25-
source: registry.redhat.io/confidential-compute-attestation-tech-preview
25+
source: registry.redhat.io/build-of-trustee
2626
- mirrors:
2727
- quay.io/redhat-user-workloads/ose-osc-tenant/trustee/trustee
28-
source: registry.redhat.io/confidential-compute-attestation-tech-preview/trustee-rhel9
28+
source: registry.redhat.io/build-of-trustee/trustee-rhel9
2929
- mirrors:
3030
- quay.io/redhat-user-workloads/ose-osc-tenant/trustee/trustee-operator
31-
source: registry.redhat.io/confidential-compute-attestation-tech-preview/trustee-rhel9-operator
31+
source: registry.redhat.io/build-of-trustee/trustee-rhel9-operator

0 commit comments

Comments
 (0)