Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

patch/hotfix/UBI-000-Adding-files-from-workflows #8

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/helm_update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,23 @@
case $1 in
agones)
helm upgrade agones --install --version 1.17.0 --namespace agones-system --create-namespace agones/agones
kubectl apply -f chart/fleet.yaml
kubectl apply -f chart/gameservers-role.yaml
kubectl create rolebinding gameservers-reader-pod --role=gameservers-reader --serviceaccount=default:default
;;
elasticsearch)
helm upgrade elasticsearch --install --version 7.14.0 elastic/elasticsearch -f chart/values.yaml
;;
keycloak)
helm upgrade keycloak --install --version 5.1.0 bitnami/keycloak -f chart/values.yaml
kubectl apply -f chart/ingressroute.yaml
;;
kibana)
helm upgrade kibana --install --version 7.14.0 elastic/kibana -f chart/values.yaml
;;
mongodb)
helm upgrade mongodb --install --version 10.26.0 bitnami/mongodb -f chart/values.yaml
kubectl apply -f chart/ingressroute.yaml
kubectl apply -f chart/configmap.yaml
;;
cert-manager)
Expand Down