Skip to content

Commit e2390e4

Browse files
docs(hoverkraft-tech/ci-github-publish): update documentation
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent effba38 commit e2390e4

File tree

34 files changed

+103
-103
lines changed

34 files changed

+103
-103
lines changed

application/docs/projects/ci-github-publish/CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
source_repo: hoverkraft-tech/ci-github-publish
33
source_path: CONTRIBUTING.md
44
source_branch: main
5-
source_run_id: 19924648702
6-
last_synced: 2025-12-04T09:52:37.644Z
5+
source_run_id: 19941302357
6+
last_synced: 2025-12-04T19:29:55.515Z
77
---
88

99
# Contributing

application/docs/projects/ci-github-publish/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ description: Documentation for Ci Github Publish
88
Documentation for the Ci Github Publish project.
99

1010
**Source Repository:** [hoverkraft-tech/ci-github-publish](https://github.com/hoverkraft-tech/ci-github-publish)
11-
**Last Synced:** 2025-12-04T09:52:37.644Z
11+
**Last Synced:** 2025-12-04T19:29:55.515Z

application/docs/projects/ci-github-publish/actions/argocd/get-manifest-files/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ title: Get Manifest Files
33
source_repo: hoverkraft-tech/ci-github-publish
44
source_path: actions/argocd/get-manifest-files/README.md
55
source_branch: main
6-
source_run_id: 19924648702
7-
last_synced: 2025-12-04T09:52:37.644Z
6+
source_run_id: 19941302357
7+
last_synced: 2025-12-04T19:29:55.515Z
88
---
99

1010
<!-- header:start -->

application/docs/projects/ci-github-publish/actions/check/url-lighthouse/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ title: Url Lighthouse
33
source_repo: hoverkraft-tech/ci-github-publish
44
source_path: actions/check/url-lighthouse/README.md
55
source_branch: main
6-
source_run_id: 19924648702
7-
last_synced: 2025-12-04T09:52:37.644Z
6+
source_run_id: 19941302357
7+
last_synced: 2025-12-04T19:29:55.515Z
88
---
99

1010
<!-- header:start -->

application/docs/projects/ci-github-publish/actions/check/url-ping/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ title: Url Ping
33
source_repo: hoverkraft-tech/ci-github-publish
44
source_path: actions/check/url-ping/README.md
55
source_branch: main
6-
source_run_id: 19924648702
7-
last_synced: 2025-12-04T09:52:37.644Z
6+
source_run_id: 19941302357
7+
last_synced: 2025-12-04T19:29:55.515Z
88
---
99

1010
<!-- header:start -->

application/docs/projects/ci-github-publish/actions/clean-deploy/repository-dispatch/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ title: Repository Dispatch
33
source_repo: hoverkraft-tech/ci-github-publish
44
source_path: actions/clean-deploy/repository-dispatch/README.md
55
source_branch: main
6-
source_run_id: 19924648702
7-
last_synced: 2025-12-04T09:52:37.644Z
6+
source_run_id: 19941302357
7+
last_synced: 2025-12-04T19:29:55.515Z
88
---
99

1010
<!-- header:start -->

application/docs/projects/ci-github-publish/actions/deploy/argocd-manifest-files/index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ title: Argocd Manifest Files
33
source_repo: hoverkraft-tech/ci-github-publish
44
source_path: actions/deploy/argocd-manifest-files/README.md
55
source_branch: main
6-
source_run_id: 19924648702
7-
last_synced: 2025-12-04T09:52:37.644Z
6+
source_run_id: 19941302357
7+
last_synced: 2025-12-04T19:29:55.515Z
88
---
99

1010
<!-- header:start -->
@@ -63,9 +63,9 @@ It updates the application manifest with the provided values and deploys it to t
6363
- Destination:
6464
- Namespace: set to the target namespace
6565
- Source or Sources: supports both singular `source` and multiple `sources` array formats
66-
- Chart: set to the Helm chart name
67-
- RepoURL: set to the Helm chart repository URL
66+
- Chart/RepoURL: validated against the provided `chart-name` and `chart-repository` inputs; the action fails if they do not match the manifest contents
6867
- TargetRevision: set to the Helm chart version
68+
- Source Selection: when multiple `sources` entries exist, only the entry (or entries) whose chart and repoURL match the provided inputs is updated; the action fails if no entry matches
6969
- Plugin - hoverkraft-deployment (if exists in source or any sources[]):
7070
- Environment variable `HOVERKRAFT_DEPLOYMENT_ID`: updated with the deployment ID to trigger sync detection
7171
- Helm Values:
@@ -159,7 +159,7 @@ metadata:
159159
## Usage
160160

161161
````yaml
162-
- uses: hoverkraft-tech/ci-github-publish/actions/deploy/argocd-manifest-files@5358acdb08b912114974ecc06a057cda8d391aa5 # 0.17.0
162+
- uses: hoverkraft-tech/ci-github-publish/actions/deploy/argocd-manifest-files@55f6193fb7a9eaab81f5db18aa0c3400971d87b3 # 0.17.3
163163
with:
164164
# Deployment ID to be used in the ArgoCD application manifest
165165
# This input is required.

application/docs/projects/ci-github-publish/actions/deploy/get-environment/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ title: Get Environment
33
source_repo: hoverkraft-tech/ci-github-publish
44
source_path: actions/deploy/get-environment/README.md
55
source_branch: main
6-
source_run_id: 19924648702
7-
last_synced: 2025-12-04T09:52:37.644Z
6+
source_run_id: 19941302357
7+
last_synced: 2025-12-04T19:29:55.515Z
88
---
99

1010
<!-- header:start -->

application/docs/projects/ci-github-publish/actions/deploy/github-pages/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ title: Github Pages
33
source_repo: hoverkraft-tech/ci-github-publish
44
source_path: actions/deploy/github-pages/README.md
55
source_branch: main
6-
source_run_id: 19924648702
7-
last_synced: 2025-12-04T09:52:37.644Z
6+
source_run_id: 19941302357
7+
last_synced: 2025-12-04T19:29:55.515Z
88
---
99

1010
<!-- header:start -->

application/docs/projects/ci-github-publish/actions/deploy/helm-repository-dispatch/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ title: Helm Repository Dispatch
33
source_repo: hoverkraft-tech/ci-github-publish
44
source_path: actions/deploy/helm-repository-dispatch/README.md
55
source_branch: main
6-
source_run_id: 19924648702
7-
last_synced: 2025-12-04T09:52:37.644Z
6+
source_run_id: 19941302357
7+
last_synced: 2025-12-04T19:29:55.515Z
88
---
99

1010
<!-- header:start -->

0 commit comments

Comments
 (0)