Skip to content

Commit e179d7b

Browse files
authored
Update docs for helm and security monitoring (#7585)
1 parent d3191f9 commit e179d7b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

site/content/releases.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ docs: DOCS-616
1414
- [7295](https://github.com/nginx/kubernetes-ingress/pull/7295) Clean up and fix for NIC Pod failing to bind when NGINX exits unexpectedly
1515

1616
### <i class="fa-solid fa-box"></i> Helm Chart
17+
{{< warning >}} From this release onwards, the Helm chart location has changed from `oci://ghcr.io/nginxinc/charts/nginx-ingress` to `oci://ghcr.io/nginx/charts/nginx-ingress`. {{< /warning >}}
1718
- [7188](https://github.com/nginx/kubernetes-ingress/pull/7188) Correct typo in helm lease annotations template
1819

1920
### <i class="fa-solid fa-upload"></i> Dependencies

site/content/tutorials/security-monitoring.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,9 @@ If you use custom container images, NGINX Agent must be installed along with NGI
4646
```yaml
4747
kind: ConfigMap
4848
apiVersion: v1
49-
name: <configmap name>
50-
namespace: <namespace where NGINX Ingress Controller will be installed>
49+
metadata:
50+
name: <configmap name>
51+
namespace: <namespace where NGINX Ingress Controller will be installed>
5152
data:
5253
nginx-agent.conf: |-
5354
log:

0 commit comments

Comments
 (0)