Skip to content

Commit 0c306eb

Browse files
authored
1.0.2 (#283)
Signed-off-by: desmax74 <[email protected]>
1 parent f9092f9 commit 0c306eb

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Dockerfile.rhtpa-operator.rh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ LABEL description="Red Hat Trusted Profile Analyzer Operator"
3737
LABEL io.k8s.description="Red Hat Trusted Profile Analyzer Operator"
3838
LABEL io.k8s.display-name="RHTPA operator for Red Hat Trusted Profile Analyzer"
3939
LABEL io.openshift.tags="RHTPA, rhtpa-operator, Red Hat Trusted Profile Analyzer"
40-
LABEL name="rhtpa-operator"
40+
LABEL name="rhtpa/rhtpa-rhel9-operator"
4141
LABEL org.opencontainers.image.source="https://github.com/trustification/trusted-profile-analyzer-operator"
4242
LABEL summary="RHTPA Operator"
43-
LABEL release=1.0.1
43+
LABEL release=1.0.2
4444
LABEL maintainer="Red Hat"
4545
LABEL cpe="cpe:/a:redhat:trusted_profile_analyzer:2.1::el9"
4646
LABEL org.opencontainers.image.created="${SOURCE_DATE_EPOCH}"

bundle.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ LABEL io.openshift.tags="rhtpa-operator-bundle, Red Hat, rhtpa-operator, rhtpa,
88
LABEL name="rhtpa-operator-bundle"
99
LABEL org.opencontainers.image.source="https://github.com/trustification/trusted-profile-analyzer-operator"
1010
LABEL summary="Operator Bundle for the rhtpa-operator."
11-
LABEL release=1.0.1
11+
LABEL release=1.0.2
1212
LABEL maintainer="Red Hat"
1313
LABEL vendor="Red Hat, Inc."
1414
LABEL distribution-scope="public"
1515
LABEL url="https://www.redhat.com"
16-
LABEL version="1.0.1"
16+
LABEL version="1.0.2"
1717
LABEL cpe="cpe:/a:redhat:trusted_profile_analyzer:2.1::el9"
1818
LABEL org.opencontainers.image.created="${SOURCE_DATE_EPOCH}"
1919

bundle/manifests/rhtpa-operator.clusterserviceversion.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ metadata:
114114
operators.operatorframework.io/project_layout: helm.sdk.operatorframework.io/v1
115115
repository: https://github.com/trustification/trusted-profile-analyzer-operator
116116
support: Red Hat
117-
name: rhtpa-operator.v1.0.1
117+
name: rhtpa-operator.v1.0.2
118118
namespace: placeholder
119119
spec:
120120
apiservicedefinitions: {}

devel/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ update the operator sha and then run
5252
```console
5353
make bundle-build
5454
make bundle-push
55-
operator-sdk run bundle -n trustify quay.io/<your_username>/rhtpa-rhel9-operator-bundle:v1.0.1
55+
operator-sdk run bundle -n trustify quay.io/<your_username>/rhtpa-rhel9-operator-bundle:v1.0.2
5656
```
5757

5858
# Deploy an instance

0 commit comments

Comments
 (0)