All Projects → AdWerx → charts

AdWerx / charts

Licence: MIT license
helm charts maintained by Adwerx Engineering

Programming Languages

shell
77523 projects
Mustache
554 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to charts

Helm Secrets
Successor of zendesk/helm-secrets - A helm plugin that help manage secrets with Git workflow and store them anywhere
Stars: ✭ 165 (+534.62%)
Mutual labels:  helm-charts
charts
Helm charts for using F5 products and services in Kubernetes and OpenShift environments.
Stars: ✭ 28 (+7.69%)
Mutual labels:  helm-charts
efk-stack-helm
Helm chart to deploy a working logging solution using the ElasticSearch - Fluentd - Kibana stack on Kubernetes
Stars: ✭ 51 (+96.15%)
Mutual labels:  helm-charts
Nxplorerjs Microservice Starter
Node JS , Typescript , Express based reactive microservice starter project for REST and GraphQL APIs
Stars: ✭ 193 (+642.31%)
Mutual labels:  helm-charts
Build Harness
🤖Collection of Makefiles to facilitate building Golang projects, Dockerfiles, Helm charts, and more
Stars: ✭ 236 (+807.69%)
Mutual labels:  helm-charts
ship-it
Wattpad's tool for continuously deploying code to Kubernetes quickly, safely, and observably.
Stars: ✭ 14 (-46.15%)
Mutual labels:  helm-charts
Helm Charts
Jenkins community Helm charts
Stars: ✭ 154 (+492.31%)
Mutual labels:  helm-charts
kubernetes-jmeter
Jmeter test workload on kubernetes deployed via helm charts – Please [✩Star] if you're using it ;)
Stars: ✭ 61 (+134.62%)
Mutual labels:  helm-charts
Dex K8s Authenticator
A Kubernetes Dex Client Authenticator
Stars: ✭ 249 (+857.69%)
Mutual labels:  helm-charts
clearml-server-helm
ClearML Server for Kubernetes Clusters Using Helm
Stars: ✭ 18 (-30.77%)
Mutual labels:  helm-charts
Checkov
Prevent cloud misconfigurations during build-time for Terraform, Cloudformation, Kubernetes, Serverless framework and other infrastructure-as-code-languages with Checkov by Bridgecrew.
Stars: ✭ 3,572 (+13638.46%)
Mutual labels:  helm-charts
Helm Charts
Stars: ✭ 229 (+780.77%)
Mutual labels:  helm-charts
helm-certgen
Helm plugin for generation of TLS certificates
Stars: ✭ 15 (-42.31%)
Mutual labels:  helm-charts
Docker Examples
🐳 ⛴A collection of Docker and Kubernetes examples for verdaccio
Stars: ✭ 183 (+603.85%)
Mutual labels:  helm-charts
tyk-helm-chart
A Helm chart repository to install Tyk Pro (with Dashboard), Tyk Hybrid or Tyk Headless chart.
Stars: ✭ 69 (+165.38%)
Mutual labels:  helm-charts
Helm Mapkubeapis
This is a Helm plugin which map deprecated or removed Kubernetes APIs in a release to supported APIs
Stars: ✭ 157 (+503.85%)
Mutual labels:  helm-charts
helm-charts
Source & Repo of https://charts.kubesphere.io/main & https://charts.kubesphere.io/test
Stars: ✭ 85 (+226.92%)
Mutual labels:  helm-charts
helm-charts
Community maintained Helm charts for Flux
Stars: ✭ 66 (+153.85%)
Mutual labels:  helm-charts
camunda-helm
Camunda public Kubernetes Helm repo and charts
Stars: ✭ 33 (+26.92%)
Mutual labels:  helm-charts
charts
Deploy Kubernetes Helm Charts for Check Point CloudGuard
Stars: ✭ 18 (-30.77%)
Mutual labels:  helm-charts

charts

Helm charts created by Adwerx Engineering

Installing charts from this repo

You can find our public charts in Helm Hub

Or

You'll first need to add the adwerx repository with the command below:

helm repo add adwerx https://adwerx.github.io/charts/

You can now install charts like so:

helm install adwerx/awx --version 1.0.0

Contributing

Please review the CODE_OF_CONDUCT and REVIEW_GUIDELINES before contributing.

Code of Conduct

Please review our Code of Conduct before contributing.

When opening or reviewing a pull request, please keep in mind the chart review guidlelines.

Versioning charts

Charts are versioned using the SEMVER pattern. Please bump the chart version and re-package the chart when changes are made. If you're unsure how to do this please open an issue.

Publishing a chart

Our chart files are served from GitHub Pages. The docs/ folder is served, so the index.yaml and all chart files (.tgz) must reside in docs/.

To package a chart and update the index.yaml, you can use the bin/package script:

First, ensure you've commited your changes to the chart and the chart is ready to publish. Then, bump the version in the Chart.yaml to the version you'd like to publish. Then use the bin/package script to run tests, package the chart, commit the package and version bump, and tag that commit with the chart and version.

bin/package {name}

The last thing to do is to git push origin master --tags and after the github pages build, the chart will be available from our repository at https://adwerx.github.io/charts/index.yaml

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].