Skip to content

Commit bc72c15

Browse files
authored
Fix branding (#853)
Signed-off-by: desmax74 <mdessi@redhat.com>
1 parent ce0d295 commit bc72c15

4 files changed

Lines changed: 10 additions & 6 deletions

File tree

Dockerfile.rhtpa-operator.rh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the manager binary 1.25.8
2-
FROM registry.redhat.io/ubi10/go-toolset:1.26.2-1779974565 AS builder
2+
FROM registry.redhat.io/ubi10/go-toolset:1.26.3-1781732400 AS builder
33
ARG TARGETOS
44
ARG TARGETARCH
55

devel/trusted-profile-analyzer-demo.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,10 +115,12 @@ spec:
115115
rust: {}
116116
tracing: {}
117117
oidc:
118+
uiScope: ""
119+
loadUser: true
118120
clients:
121+
frontend: { }
119122
cli:
120-
clientSecret: null
121-
frontend: {}
123+
clientSecret:
122124
openshift:
123125
useServiceCa: true
124126
partOf: trustify

devel/trusted-profile-analyzer-ocp.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,10 +115,12 @@ spec:
115115
rust: {}
116116
tracing: {}
117117
oidc:
118+
uiScope: ""
119+
loadUser: true
118120
clients:
121+
frontend: { }
119122
cli:
120-
clientSecret: null
121-
frontend: {}
123+
clientSecret:
122124
openshift:
123125
useServiceCa: true
124126
partOf: trustify

helm-charts/redhat-trusted-profile-analyzer/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ partOf: trustify
33
replicas: 1
44

55
image:
6-
fullName: registry.redhat.io/rhtpa/rhtpa-rhel10@sha256:39205a1b998f668d2e2d37589462b33596196582780f568b20004772d594baa0 #@TODO update when el10 rhtpa image will be available
6+
fullName: registry.redhat.io/rhtpa/rhtpa-rhel10@sha256:50b180ea1f47f54da17d985018c7d6cdf9c45652bb0568d7daf2afade961dad6 #@TODO update when el10 rhtpa image will be available
77
pullPolicy: IfNotPresent
88

99
rust: {}

0 commit comments

Comments
 (0)