No description
This repository has been archived on 2026-04-30. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
Find a file
Lukas Gysin ebbad9abc5
Some checks failed
Helm Chart Release / Versioning (push) Has been cancelled
Helm Chart Release / Releasing (push) Has been cancelled
fix: Multiple Deployment Resistent
At the moment, multiple deployment (e.x. one production and one staging) interfre with each other.

Signed-off-by: Lukas Gysin <L.Gysin@pm.me>
2025-07-20 10:30:26 +02:00
.gitea feat: Add CI/CD 2025-04-13 21:47:26 +02:00
.vscode Initial commit 2025-02-03 19:37:41 +01:00
charts Initial commit 2025-02-03 19:37:41 +01:00
templates fix: Multiple Deployment Resistent 2025-07-20 10:30:26 +02:00
.helmignore Initial commit 2025-02-03 19:37:41 +01:00
.releaserc fix: Semantic Release Config 2025-04-13 22:47:44 +02:00
Chart.yaml feat: Move Version to Values 2025-04-04 18:27:16 +02:00
LICENSE Initial commit 2025-02-03 19:37:41 +01:00
README.md Initial commit 2025-02-03 19:37:41 +01:00
values.yaml feat: Move Version to Values 2025-04-04 18:27:16 +02:00

${REPO_NAME}

${REPO_DESCRIPTION}

Getting Started

These instructions will give you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

Requirements for the software and other tools to build, test and push

Supported IDEs

You can use the IDE of your choice to continue developing the project. However, the following IDEs are recommended and officially supported:

Secret Management

Sensitive data is stored in argo cd.

Deployment

As soon as changes are pushed to the main branch on the remote repository, the new version will be deployed.

Development

This repository is a full functional helm chart. Therefore you can use the helm command line tool to deploy a development instance of the project. To deploy a development instance, run the following command:

helm upgrade --install --namespace staging --create-namespace ${REPO_NAME_KEBAB} . --set host=${REPO_NAME_KEBAB}.dev.testgoofy.ch

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments