Giter VIP home page Giter VIP logo

charts's Introduction

Artifact HUB Workflow Status license GitHub stars Downloads Contributors Paypal GitHub Sponsor

GitHub issues GitHub closed issues GitHub pull requests GitHub closed pull requests

Generic charts, like cronjobs, nginx-phpfpm

  • requires helm v3
helm repo add sickhub https://sickhub.github.io/charts
helm search repo sickhub

On Artifact Hub: https://artifacthub.io/packages/search?org=sickhub

Contribute

  • Create issues, create PRs, ... let's make this better together.
  • See Contributing

Publish new chart version

Create a PR that includes a version change in Chart.yaml of the Helm Chart. The action chart-releaser will detect it, package it and create a new release in GitHub as well as update the gh-pages repository index.yaml.

charts's People

Contributors

drpsychick avatar mansunkuo avatar naldoray avatar pelkiegr avatar renovate[bot] avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

charts's Issues

An error occurs when deploying this charts/sickhub/cronjobs

Run command on gitlab runner:

$ helm upgrade --install "${COMPONENT}" chartmuseum/cronjobs --version "${API_BACKEND_CHART_VERSION}" --namespace "${CI_K8S_NAMESPACE}" --values ./deploy/${VALUES}.yaml --wait --timeout "${HELM_TIMEOUT}"

This error occurs on the gitlab runner:

Error: An error occurred while checking for chart dependencies. You may need to run `helm dependency build` to fetch missing dependencies: found in Chart.yaml, but missing in charts/ directory: common

How can this error be fixed?

Nginx-php fails health check with persistance enabled

I've just used/setup the nginx-php helm chart and encountered a issue.

I noted that it works fine when not using a persistent volume, but the NGINX container fails its health check on health.php with a 404 when using a existing claim persistent volume.
I found that health.php was missing when using a persistent volume, and I fixed mine by just creating the file manually (via vscode attached to the the working php container)

This makes sense to me as I suspect the pvc mount is overwriting the configmap health.php, causing a fail for the liveness check.

Suggestions to fix:

  1. Put a callout in the docs that you have to create the health.php manually if you use a persistent volume (easyiest)
  2. Rework the helm to apply the health.php over the top of the pvc mount data
  3. Mount the configmap to a separate directory, and startup script to copy the health.php over to the /var/www/html directory if missing.

Apologies for not raising a PR to fix, but I'm not versed enough in helm to know the best approach.

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

This repository currently has no open or pending branches.

Detected dependencies

github-actions
.github/workflows/ct.yaml
  • actions/checkout v4
  • azure/setup-helm v4
  • helm/chart-testing-action v2.6.1
  • helm/kind-action v1.10.0
.github/workflows/release.yaml
  • actions/checkout v4
  • helm/chart-releaser-action v1.6.0
helm-values
sickhub/cronjobs/values.yaml
sickhub/nginx-phpfpm/values.yaml
helmv3
sickhub/cronjobs/Chart.yaml
  • common 2.19.3

  • Check this box to trigger a request for Renovate to run again on this repository

Charts cronjob 0.1.7

First, thanks for your initiative and work on this project.
I'm currently exploring K8s cronjob and found this project to be really useful.

I see cronjobs is already at 0.1.7 on main branch, but can't find the 0.1.7 release.
I need the new timezone config for the cronjob.

Any plan to release the new version?
I don't know much about the CI/CD pipeline. Anything I can help?

nginx-phpfpm: load test setup for scaling

  • a PHP script that simulates load (actual CPU cycles): <?for(set_time_limit(rand(10)]);;);?>
  • a benchmark command/script that calls the PHP with high concurrency -> see pods scale up/down.
  • โŒ screenshots of running this in a monitored k8s cluster - there is not much to see, tbh.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.