Skip to content

Commit

Permalink
Rename it to application
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Sep 23, 2024
1 parent d9742c6 commit 2a3f278
Show file tree
Hide file tree
Showing 7 changed files with 300 additions and 314 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,17 +102,3 @@ jobs:
path: /tmp/dpkg-versions.patch
retention-days: 1
if: failure()
- name: Trigger changelog workflow
uses: actions/github-script@v7
with:
script: |-
if (process.env.GITHUB_REF_TYPE == 'tag') {
console.log('Trigger changelog');
await github.rest.repos.createDispatchEvent({
owner: 'camptocamp',
repo: 'helm-custom-pod',
event_type: 'changelog',
});
}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ repos:
)
args:
- --values=tests/values.yaml
- custom
- example
- .
- tests/expected.yaml
- repo: https://github.com/codespell-project/codespell
Expand Down
4 changes: 2 additions & 2 deletions Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
appVersion: '1.0'
description: A custom pod with everything needed
name: custom-pod
description: HELM chart that provide everything needed to create a multi pod application.
name: application
version: 0.1.0
dependencies:
- name: common
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# [Kubernetes](https://kubernetes.io/) [HELM chart](https://helm.sh/) for a simple custom application
# [Kubernetes](https://kubernetes.io/) [HELM chart](https://helm.sh/) for a simple application

With this chart you can easily deploy a simple custom application on Kubernetes, with only configuration.
With this chart you can easily deploy a simple application on Kubernetes, with only configuration.

This will create a Deployment, a Service, a Pod Disruption Budget, optionally an Ingress, optionally a Service Account,
optionally a Pod Monitor (for Prometheus).
Expand All @@ -16,7 +16,7 @@ and production.
## Documentation

Documentation based on the schema defined in [values.md](./values.md).
The documentation is on the [Wiki](https://github.com/camptocamp/helm-custom-pod/wiki).
The documentation is on the [Wiki](https://github.com/camptocamp/helm-application/wiki).

## Contributing

Expand Down
Loading

0 comments on commit 2a3f278

Please sign in to comment.