Skip to content

Commit 6309003

Browse files
dee0sapSkarlso
andauthored
Move to version 3 of registry, addressing SAP compliance concerns. (#664)
<!-- markdownlint-disable MD041 --> #### What this PR does / why we need it Address issue [505](open-component-model/ocm-project#505) #### Which issue(s) this PR fixes open-component-model/ocm-project#505 --------- Signed-off-by: [email protected] <[email protected]> Signed-off-by: Gergely Brautigam <[email protected]> Co-authored-by: Gergely Brautigam <[email protected]>
1 parent 8bf7287 commit 6309003

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

deploy/values.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ registry:
44
image:
55
repository: registry
66
pullPolicy: IfNotPresent
7-
tag: 2
7+
tag: 3
88
imagePullSecrets:
99
address: registry.ocm-system.svc.cluster.local:5000
1010
tls:
@@ -14,8 +14,6 @@ registry:
1414
value: "/certs/cert.pem"
1515
- name: REGISTRY_HTTP_TLS_KEY
1616
value: "/certs/key.pem"
17-
- name: REGISTRY_HTTP_TLS_CLIENTCAS_0
18-
value: "/certs/ca.pem"
1917
volumeMounts:
2018
- mountPath: "/certs"
2119
name: "ocm-registry-tls-certs"

0 commit comments

Comments
 (0)