Skip to content

Commit 3b4d13a

Browse files
authored
Merge branch 'main' into mkingst-simplify-helm-instructions
2 parents 9fbd8a6 + fb92ed5 commit 3b4d13a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

73 files changed

+1968
-619
lines changed

.github/workflows/build-push.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ on:
3434
- "*"
3535
push:
3636
branches:
37-
- "nim-release-2.18.0"
37+
- "main"
3838

3939
env:
4040
FRONT_DOOR_USERNAME: ${{ secrets.FRONT_DOOR_USERNAME }}
@@ -65,8 +65,8 @@ jobs:
6565
doc_type: "hugo"
6666
environment: ${{inputs.environment}}
6767
force_hugo_theme_version: ${{inputs.hugo_theme_override}}
68-
auto_deploy_branch: "nim-release-2.18.0"
69-
auto_deploy_env: "staging"
68+
auto_deploy_branch: "main"
69+
auto_deploy_env: "prod"
7070
secrets:
7171
AZURE_CREDENTIALS: ${{secrets.AZURE_CREDENTIALS_DOCS}}
7272
AZURE_KEY_VAULT: ${{secrets.AZURE_KEY_VAULT_DOCS}}

.github/workflows/daily-deploy.yml

Lines changed: 0 additions & 16 deletions
This file was deleted.

.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@f6091c0113d1dcf9b98e269ee48e8a7e51b7bdd4 # v3.28.5
59+
uses: github/codeql-action/upload-sarif@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
6060
with:
6161
sarif_file: results.sarif

content/includes/nap-waf/config/v5/build-nginx-image-oss/build-alpine.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
```dockerfile
22
# syntax=docker/dockerfile:1
33

4-
# Supported OS_VER's are 3.16/3.17
5-
ARG OS_VER="3.17"
4+
# Supported OS_VER's are 3.16/3.17/3.19
5+
ARG OS_VER="3.19"
66

77
# Base image
88
FROM alpine:${OS_VER}

content/includes/nap-waf/config/v5/build-nginx-image-plus/build-alpine.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
```dockerfile
22
# syntax=docker/dockerfile:1
33

4-
# Supported OS_VER's are 3.16/3.17
5-
ARG OS_VER="3.17"
4+
# Supported OS_VER's are 3.16/3.17/3.19
5+
ARG OS_VER="3.19"
66

77
# Base image
88
FROM alpine:${OS_VER}

0 commit comments

Comments
 (0)