Git Product home page Git Product logo

zitadel-charts's Introduction

Artifact Hub

ZITADEL

A Better Identity and Access Management Solution

ZITADEL combines the best of Auth0 and Keycloak. It is built for the serverless era.

Learn more about ZITADEL by checking out the source repository on GitHub

What's in the Chart

By default, this chart installs a highly available ZITADEL deployment.

Install the Chart

Follow the guide for deploying ZITADEL on Kubernetes.

Upgrading from v3

:::Note Apart from breaking changes in this chart, v4 also update the default ZITADEL version to v2.14.2. For upgrading ZITADEL, please refer to the ZITADEL release notes.

This section is only relevant for existing releases with the values property cockroachdb.enabled not set to false.

In v4, the cockroachdb chart dependency is removed. We decided to go this way because:

  • Maintaining two separate releases is easier, especially in production.
  • We can use Helm hooks specific to ZITADEL.
  • ZITADEL doesn't only support CockroachDB.

If you have cockroachdb.enabled=true in your values.yaml, you need to make sure, that the cockroachdb chart is not managed by the zitadel release anymore. The following example for doing so uninstalls your entire zitadel release, reinstalls cockroach using a dedicated release, and then installs the new zitadel chart version. The new cockroach release will take over the PersistentVolumeClaims from the uninstalled chart, so no data migration is needed. Nevertheless, we highly recommend making and testing a backup before upgrading. Also note, that you will have downtime when following the example while zitadel is uninstalled.

helm repo add cockroachdb https://charts.cockroachdb.com/
helm repo update cockroachdb zitadel
helm uninstall my-zitadel
helm install crdb cockroachdb/cockroachdb --version 11.0.1 --set fullnameOverride=crdb
helm install my-zitadel zitadel/zitadel --values ./my-zitadel-values.yaml

Uninstalling the Chart

The ZITADEL chart uses Helm hooks, which are not garbage collected by helm uninstall, yet. Therefore, to also remove hooks installed by the ZITADEL Helm chart, delete them manually:

helm uninstall my-zitadel
for k8sresourcetype in job configmap secret rolebinding role serviceaccount; do
    kubectl delete $k8sresourcetype --selector app.kubernetes.io/name=zitadel,app.kubernetes.io/managed-by=Helm
done

Contributing

Lint the chart:

docker run -it --network host --workdir=/data --rm --volume $(pwd):/data quay.io/helmpack/chart-testing:v3.5.0 ct lint --charts charts/zitadel --target-branch main

Test the chart:

# Create a local Kubernetes cluster
kind create cluster --image kindest/node:v1.27.2

# Test the chart
go test -tags integration ./...

Watch the Kubernetes resources if you want to see progress.

Contributors

zitadel-charts's People

Contributors

eliobischof avatar dogab avatar thesephirot avatar lusu007 avatar ansarhun avatar hifabienne avatar karma-git avatar fdelucchijr avatar livio-a avatar mheers avatar oliverbaehler avatar seandlg avatar stebenz avatar wesjdj avatar bitfactory-sem-denbroeder avatar

Watchers

 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.