https://github.com/ragin-lundf/k8s-jcasc-app-helm-charts
Helm charts for the k8s-jcasc-app demo
https://github.com/ragin-lundf/k8s-jcasc-app-helm-charts
Last synced: 30 days ago
JSON representation
Helm charts for the k8s-jcasc-app demo
- Host: GitHub
- URL: https://github.com/ragin-lundf/k8s-jcasc-app-helm-charts
- Owner: Ragin-LundF
- Created: 2021-05-17T18:37:10.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-19T22:37:10.000Z (almost 4 years ago)
- Last Synced: 2025-02-05T07:13:53.464Z (3 months ago)
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# k8s-jcasc App Example Chart Repository
This repository contains helm charts for the k8s-jcasc example.
More information:
- Medium Article [Kubernetes and CI/CD — How to integrate in your development process](https://ragin.medium.com/kubernetes-and-ci-cd-how-to-integrate-in-your-development-process-9b483b194975)
- Github [k8s-JCasC-Mgmt tool](https://github.com/Ragin-LundF/k8s-jcasc-management-go)
- Github [k8s-JCasC-Mgmt example project](https://github.com/Ragin-LundF/k8s-jcasc-mgmt-example)
- Github [k8s-JCasC-app-example](https://github.com/Ragin-LundF/k8s-jcasc-app-example)
- Github [k8s-JCasC docker containers](https://github.com/Ragin-LundF/k8s-jenkins-docker)
- Github [k8s-JCasC helm charts example](https://github.com/Ragin-LundF/k8s-jcasc-app-helm-charts)
- Github [k8s-JCasC helmfile deployment example](https://github.com/Ragin-LundF/k8s-jcasc-deploy-helmfile-example)# How to add a new chart version
In the parent directory of the helm chart (reddot in this example):
```bash
helm package reddot
helm repo index .
```Then add the `index.yaml` and the `.tgz` file to this repository.
To use the repository as helm repository, it needs to be added with:
```bash
helm repo add reddotrepo 'https://raw.githubusercontent.com/Ragin-LundF/k8s-jcasc-app-helm-charts/main/reddot'
helm repo update
```Now the chart should be available:
```bash
helm search repo reddot
```