-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add MongoDB Community chart * Update typo in README * Update README of grafana stack Dump version 0.2.2 * Add empty linkerd chart folder * Fix md issue * Add NATS chart * Add MongoDB Bitnami chart * Small updates to cow demo and 2048 game * Update container image repo of game 2048 * Remove s3gw repo * Upgrade keycloak version to upstream chart version 18.7.0 * Update cow-demo to use BSI based image
- Loading branch information
Showing
40 changed files
with
648 additions
and
122 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,4 +5,4 @@ | |
temp*.yaml | ||
temp.sh | ||
/charts/temp/ | ||
values_mine.yaml | ||
values_*.y*ml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,8 @@ apiVersion: v2 | |
name: cow-demo | ||
description: Helm chart for Cow Demo Application | ||
type: application | ||
version: 0.1.2 | ||
appVersion: "1.0.0" | ||
version: 0.2.0 | ||
appVersion: "2.0.0" | ||
maintainers: | ||
- name: devpro | ||
email: [email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
# Contribute to Keycloak Devpro Helm chart | ||
|
||
## How to update the chart | ||
|
||
```bash | ||
# adds helm chart repository | ||
helm repo add bitnami https://charts.bitnami.com/bitnami | ||
helm repo update | ||
|
||
# searches for the latest version | ||
helm search repo -l keycloak | ||
|
||
# manual: update version number in Chart.yaml | ||
|
||
# updates Chart.lock | ||
helm dependency update | ||
``` | ||
|
||
## How to deploy from the sources | ||
|
||
```bash | ||
# gets ingress controller public IP | ||
NGINX_PUBLIC_IP=`kubectl get service -n ingress-nginx ingress-nginx-controller --output jsonpath='{.status.loadBalancer.ingress[0].ip}'` | ||
|
||
# checks the Kubernetes objects generated from the chart | ||
helm template keycloak . -f values.yaml \ | ||
--namespace keycloak > temp.yaml | ||
|
||
# applies the manifest (add "--debug > output.yaml" in case of issue) | ||
helm upgrade --install keycloak . -f values.yaml --create-namespace \ | ||
--set keycloak.auth.adminPassword=Admin1234 \ | ||
--set keycloak.ingress.hostname=keycloak.${NGINX_PUBLIC_IP}.sslip.io \ | ||
--set keycloak.ingress.annotations.'cert-manager\.io/cluster-issuer'=letsencrypt-prod \ | ||
--set keycloak.global.storageClass=default \ | ||
--set keycloak.extraStartupArgs="-Dkeycloak.frontendUrl=keycloak.${NGINX_PUBLIC_IP}.sslip.io --proxy edge" | ||
--namespace keycloak | ||
|
||
# waits for the application to be running | ||
kubectl wait pods -n keycloak -l app.kubernetes.io/instance=keycloak --for condition=Ready | ||
|
||
# checks everything is ok | ||
kubectl get svc,deploy,pod,ingress,pv,certificate -n keycloak | ||
|
||
# manual: open https://keycloak.${NGINX_PUBLIC_IP}.sslip.io/ (and login with user/Admin1234) | ||
|
||
# if needed, deletes the chart | ||
helm uninstall keycloak -n keycloak | ||
kubectl delete ns keycloak | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
dependencies: | ||
- name: keycloak | ||
repository: https://charts.bitnami.com/bitnami | ||
version: 9.2.10 | ||
digest: sha256:4fa06ef6bf8691a261fc85ad3175f06ce1c4620aad05a67ec15ae01cd7648636 | ||
generated: "2022-12-26T22:37:56.080641402+01:00" | ||
version: 18.7.0 | ||
digest: sha256:5316590066b03500b1c7af114f631c56bcf27c8c44e39e6decf6812b28f4fa82 | ||
generated: "2024-04-23T18:04:09.32086579+02:00" |
Oops, something went wrong.