Giter Club home page Giter Club logo

helm-charts-public's Introduction

Helm-charts-public

Luminar public helm charts.

How do I make a chage?

  1. Update or create a new chart (module) in /charts and send a PR. Make sure that version field in Chart.yaml is updated accordingly since GitHub Action relies on it (see Helm chrats version pattern).
  2. Once PR is merged, the GitHub Action will release chart to GitHub Packages - https://github.com/orgs/luminartech/packages?visibility=pubilc. Usually it takes about a minute.
  3. Update any helm chart reference(s).

Helm chrats version pattern

appVersion field

It equals to the version of the main upstream dependency chart. E.g. for karpenter chart with:

	...
	dependencies:
	  - name: karpenter
	    version: "v0.33.2"
	    repository: "oci://public.ecr.aws/karpenter"
	    condition: karpenter.enabled
	...

it will be 0.33.2.

Upstream application version may be used as well, though it's not always possible. For instance, corssplane-aws-* charts may be used with multiple different versions of Crossplane provider and in such case latest tested version is used.

version field

Contains the value of appVersion with helm chart release number suffix - appVersion-X, i.e. 0.33.2-0.

Release number always starts with 0.

Version increment is required to trigger a pipeline that releases chart to repository on GitHub Container Registry. In other words, any change to helm chart should pair up with update of version field in Chart.yaml.

helm-charts-public's People

Contributors

dependabot[bot] avatar dmytro-golovchenko-luminartech avatar gmykhailiuta avatar pavanchillakuru avatar satishweb avatar ssbagwe avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

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.