Skip to content

Commit ba410ad

Browse files
authored
Merge branch 'main' into update-archtypes
2 parents 60623ac + a706afa commit ba410ad

File tree

7 files changed

+11
-11
lines changed

7 files changed

+11
-11
lines changed

.github/workflows/labeler.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
name: PR Labeler
22

33
on:
4-
pull_request:
5-
types: [opened, synchronize, reopened]
4+
- pull_request_target
65

76
permissions:
87
contents: read # Required to read the labeler.yml file

.github/workflows/ossf_scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,6 @@ jobs:
5656

5757
# Upload the results to GitHub's code scanning dashboard.
5858
- name: Upload SARIF results to code scanning
59-
uses: github/codeql-action/upload-sarif@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
59+
uses: github/codeql-action/upload-sarif@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
6060
with:
6161
sarif_file: results.sarif

content/nginx/deployment-guides/amazon-web-services/route-53-global-server-load-balancing.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ doctypes:
77
title: Global Server Load Balancing with Amazon Route 53 and NGINX Plus
88
toc: true
99
weight: 300
10+
draft: true
11+
noindex: true
1012
---
1113

1214
This deployment guide explains how to configure global server load balancing (GSLB) of traffic for web domains hosted in Amazon [Elastic Compute Cloud](https://aws.amazon.com/ec2/) (EC2). For high availability and improved performance, you set up multiple backend servers (web servers, application servers, or both) for a domain in two or more AWS regions. Within each region, NGINX Plus load balances traffic across the backend servers.

content/nim/deploy/kubernetes/deploy-using-helm.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,6 @@ The `values.yaml` file customizes the Helm chart installation without modifying
133133

134134
- In the `imagePullSecrets` section, add the credentials for your private Docker registry.
135135
- Change the version tag to the version of NGINX Instance Manager you would like to install. See "Install the chart" below for versions.
136-
- Replace `<my-docker-registry:port>` with your private Docker registry and port (if applicable).
137136
- If deploying on OpenShift, add the `openshift.enabled: true` setting.
138137

139138
{{< see-also >}} For details on creating a secret, see Kubernetes [Pull an Image from a Private Registry](https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/). {{</ see-also >}}
@@ -344,7 +343,6 @@ The `values.yaml` file customizes the Helm chart installation without modifying
344343

345344
- In the `imagePullSecrets` section, add the credentials for your private Docker registry.
346345
- Change the version tag to the version of NGINX Instance Manager you would like to install. See "Install the chart" below for versions.
347-
- Replace `<my-docker-registry:port>` with your private Docker registry and port (if applicable).
348346

349347
{{< see-also >}} For details on creating a secret, see Kubernetes [Pull an Image from a Private Registry](https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/). {{</ see-also >}}
350348

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.6.1
1+
1.6.2

package-lock.json

Lines changed: 5 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"hugo-bin": "^0.111.3"
1515
},
1616
"dependencies": {
17-
"axios": "^1.7.4",
17+
"axios": "^1.8.2",
1818
"lighthouse": "^12.2.2",
1919
"puppeteer": "^23.8.0"
2020
}

0 commit comments

Comments
 (0)