Skip to content

Commit ec2f57a

Browse files
authored
Merge branch 'main' into main
Signed-off-by: Marco Maurer (-Kilchhofer) <[email protected]>
2 parents 1186a5e + 4ba594e commit ec2f57a

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

.github/workflows/renovate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2727

2828
- name: Self-hosted Renovate
29-
uses: renovatebot/github-action@6927a58a017ee9ac468a34a5b0d2a9a9bd45cac3 # v43.0.11
29+
uses: renovatebot/github-action@f8af9272cd94a4637c29f60dea8731afd3134473 # v43.0.12
3030
with:
3131
configurationFile: .github/configs/renovate-config.js
3232
# renovate: datasource=docker depName=ghcr.io/renovatebot/renovate

.github/workflows/scorecard.yml

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

6969
# Upload the results to GitHub's code scanning dashboard.
7070
- name: "Upload to code-scanning"
71-
uses: github/codeql-action/upload-sarif@f1f6e5f6af878fb37288ce1c627459e94dbf7d01 # v3.29.5
71+
uses: github/codeql-action/upload-sarif@192325c86100d080feab897ff886c34abd4c83a3 # v3.29.5
7272
with:
7373
sarif_file: results.sarif

charts/argo-cd/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -746,7 +746,8 @@ NAME: my-release
746746

747747
## Global Configs
748748

749-
NOTE: Any values you put under `.Values.configs.cm` are passed to argocd-cm ConfigMap.
749+
> **Note:**
750+
> Any values you put under `.Values.configs.cm` are passed to argocd-cm ConfigMap, and under `.Values.configs.params` are passed to argocd-params-cm ConfigMap.
750751

751752
| Key | Type | Default | Description |
752753
|-----|------|---------|-------------|

charts/argo-cd/README.md.gotmpl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -741,7 +741,8 @@ NAME: my-release
741741

742742
## Global Configs
743743

744-
NOTE: Any values you put under `.Values.configs.cm` are passed to argocd-cm ConfigMap.
744+
> **Note:**
745+
> Any values you put under `.Values.configs.cm` are passed to argocd-cm ConfigMap, and under `.Values.configs.params` are passed to argocd-params-cm ConfigMap.
745746

746747
| Key | Type | Default | Description |
747748
|-----|------|---------|-------------|

0 commit comments

Comments
 (0)