Skip to content

Commit

Permalink
Update dependency stakater/vale-package to v0.0.53 (#381)
Browse files Browse the repository at this point in the history
* Update dependency stakater/vale-package to v0.0.53

* update

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Karl Johan Grahn <[email protected]>
Co-authored-by: Karl Johan Grahn <[email protected]>
  • Loading branch information
3 people authored Feb 19, 2025
1 parent c0fdbd3 commit 25abfb9
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .vale.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
StylesPath = styles
MinAlertLevel = warning

Packages = https://github.com/stakater/vale-package/releases/download/v0.0.52/Stakater.zip
Packages = https://github.com/stakater/vale-package/releases/download/v0.0.53/Stakater.zip
Vocab = Stakater

# Only check MarkDown files
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Welcome to this tutorial on utilizing Horizontal Pod Autoscaler (HPA) in SAAP to

## Tutorial

1. The `stakater-nordmart-review` uses stakater's [application chart](https://github.com/stakater-charts/application/tree/master/application) as a dependency. This chart already contains a template for Horizontal Pod Autoscaler.
1. The `stakater-nordmart-review` uses Stakater's [application chart](https://github.com/stakater-charts/application/tree/master/application) as a dependency. This chart already contains a template for Horizontal Pod Autoscaler.

By default, the horizontal pod autoscaler is disabled in our `stakater-nordmart-review` chart.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ You have already created a PipelineRun in the previous tutorial. Let's now add a
{% include "https://raw.githubusercontent.com/NordMart/review-api/main/.tekton/git_clone.yaml" %}
```

**Notice** that we added another value to the **`pipelinesascode.tekton.dev/task`** annotation. The annotation is used by pipeline as code resolver to fetch tasks defined remotely. To explore stakater's Tekton
**Notice** that we added another value to the **`pipelinesascode.tekton.dev/task`** annotation. The annotation is used by pipeline as code resolver to fetch tasks defined remotely. To explore Stakater's Tekton
catalog, please visit [`stakater-tekton-catalog`](https://github.com/stakater-tekton-catalog).

1. Provide values for `image_registry`, and `helm_registry` parameters. You can find the URLs from [here](../../../../managed-addons/nexus/explanation/routes.md)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Some key things to note above are:
* `triggerbinding` - extracts values from the event interceptor
* `triggertemplate` - defines `pipeline` run resource template in its definition which in turn references the pipeline

> **Note**: We do not need to define interceptor and trigger templates in every trigger while using stakater Tekton pipeline chart.
> **Note**: We do not need to define interceptor and trigger templates in every trigger while using Stakater Tekton pipeline chart.
* `pipeline` - this is the pipeline definition, it wires together all the items above (workspaces, tasks & secrets etc) into a useful & reusable set of activities.
* `tasks` - these are the building blocks of Tekton. They are the custom resources that take parameters and run steps on the shell of a provided image. They can produce results and share workspaces with other tasks.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Login to the ArgoCD UI. Click `Setting` from left sidebar, then `Repositories` t

### Create an External Secret

> Ask stakater-admin or user belonging to `customer-root-tent` to add this secret via Vault and External Secrets to ArgoCD namespace.
> Ask `stakater-admin` or user belonging to `customer-root-tent` to add this secret via Vault and External Secrets to ArgoCD namespace.

## Possible Issues

Expand Down
4 changes: 2 additions & 2 deletions content/legal-documents/pp.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Privacy Policy (PP)

`Version: 15 January 2025`
`Version: 19 February 2025`

1. **Data Protection**

Expand All @@ -18,7 +18,7 @@

The Data Protection Officer is an authorized representative of `STAKATER` who can be contacted at any time in case of questions or suggestions regarding data protection.

Contact details: privacy[AT]stakater.com
Contact details: `privacy[AT]stakater.com`

1. **Personal Data Collection**

Expand Down

0 comments on commit 25abfb9

Please sign in to comment.