Skip to content

Commit ce0d295

Browse files
authored
update rhtpa 3.0 rc image (#843)
* update rhtpa 3.0 rc Signed-off-by: desmax74 <mdessi@redhat.com> * Update values.yaml --------- Signed-off-by: desmax74 <mdessi@redhat.com>
1 parent e1a97fc commit ce0d295

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the manager binary
2-
FROM golang:1.26.3 AS builder
2+
FROM golang:1.26 AS builder
33
ARG TARGETOS
44
ARG TARGETARCH
55

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/trustification/trusted-profile-analyzer-operator
22

3-
go 1.25.0
3+
go 1.26
44

55
require (
66
github.com/operator-framework/helm-operator-plugins v0.9.1

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-trustification-service-rhel9@sha256:e0258ffff3e5b96730d1207a127599c7e6ba7b2a1914c80f6af1accb4d5d31ab #@TODO update when el10 rhtpa image will be available
6+
fullName: registry.redhat.io/rhtpa/rhtpa-rhel10@sha256:39205a1b998f668d2e2d37589462b33596196582780f568b20004772d594baa0 #@TODO update when el10 rhtpa image will be available
77
pullPolicy: IfNotPresent
88

99
rust: {}

0 commit comments

Comments
 (0)