Skip to content

[Build] Migrate helm chart to helm repository #43

@mawandm

Description

@mawandm

Description
In order to make it easier for developers to deploy Nesis, we need a helm chart that is reachable outside this GH repository from a helm chart repository.

Detail
Having a helm chart in a dedicated repository makes it possible to integrate the deployment of Nesis in an automated fashion such CI/CD process.

Acceptance Criteria

  • Delete the ./helm folder
  • Delete the ./.github/workflows/test_helm.yml workflow file
  • A helm chart in the https://ametnes.github.io/helm repository deployable with
     helm repo add ametnes https://ametnes.github.io/helm && helm repo update
     helm upgrade --install nesis ametnes/nesis
    

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions