Skip to content

Commit befe5e6

Browse files
erikgbCopilot
andauthored
Apply suggestions from code review
Co-authored-by: Copilot <[email protected]> Signed-off-by: Erik Godding Boye <[email protected]>
1 parent 6b786b0 commit befe5e6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

content/docs/contributing/policy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ appVersion: "0.1.0"
109109
dependencies:
110110
- name: cert-manager
111111
version: [[VAR::cert_manager_latest_version]]
112-
repository: oci://quay.io/jetstack/charts/cert-manager
112+
repository: oci://quay.io/jetstack/charts
113113
alias: cert-manager
114114
condition: cert-manager.enabled
115115
```

content/docs/policy/approval/approver-policy/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ helm upgrade cert-manager oci://quay.io/jetstack/charts/cert-manager \
5151
To install approver-policy:
5252

5353
```terminal
54-
helm upgrade cert-manager-approver-policy oci://jetstack/charts/cert-manager-approver-policy \
54+
helm upgrade cert-manager-approver-policy oci://quay.io/jetstack/charts/cert-manager-approver-policy \
5555
--install \
5656
--namespace cert-manager \
5757
--wait
@@ -68,7 +68,7 @@ For example, if using approver-policy for the internal issuer types, along with
6868
set the following values when installing:
6969

7070
```terminal
71-
helm upgrade cert-manager-approver-policy oci://jetstack/charts/cert-manager-approver-policy \
71+
helm upgrade cert-manager-approver-policy oci://quay.io/jetstack/charts/cert-manager-approver-policy \
7272
--install \
7373
--namespace cert-manager \
7474
--wait \

0 commit comments

Comments
 (0)