Skip to content

Commit

Permalink
Merge pull request #10 from camptocamp/test-helm
Browse files Browse the repository at this point in the history
Test publishing helm chart
  • Loading branch information
sbrunner authored Nov 9, 2024
2 parents 405a101 + 570b6a6 commit 8c8c2b4
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/ghci.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# yaml-language-server: $schema=https://geoservices-int.camptocamp.com/github/schema.json

changelog:
create-release: false
3 changes: 3 additions & 0 deletions .github/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,6 @@ docker:
- version_tag
- version_branch
- rebuild
helm:
folders:
- tests
4 changes: 3 additions & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ permissions:
packages: write
# To publish Python packages
id-token: write
# To publish Helm charts
contents: write

env:
HAS_SECRETS: ${{ secrets.HAS_SECRETS }}
Expand Down Expand Up @@ -83,7 +85,7 @@ jobs:
- name: Prospector
run: poetry run prospector --die-on-tool-error --output-format=pylint

- run: docker build --tag camptocamp/tag-publish .
- run: docker build --tag camptocamp/tag-publish tests

- name: Publish
run: poetry run tag-publish
Expand Down
5 changes: 5 additions & 0 deletions tests/Chart.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
apiVersion: v2
appVersion: '1.0'
description: A Helm chart for Kubernetes
name: test
version: 1.0.0
File renamed without changes.

0 comments on commit 8c8c2b4

Please sign in to comment.