Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ auth:
genesis:
repoURL: "https://github.com/juno-fx/Genesis-Deployment.git"
chartPath: ./
version: "v4.2.0"
version: "v5.0.0"
config:
host:
http_scheme: https
Expand Down
2 changes: 1 addition & 1 deletion helper/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ cp "$SCRIPT_DIR/values.yaml" "$TEMPLATE_FILE"
# ToDo: add support for both OCI and chart repos!!!
# ToDo: add auth support for git repos
GENESIS_REPO_URL="${GENESIS_REPO_URL:-https://github.com/juno-fx/Genesis-Deployment.git}"
GENESIS_VERSION="${GENESIS_VERSION:-v4.2.0}"
GENESIS_VERSION="${GENESIS_VERSION:-v5.0.0}"
INGRESS_REPO_URL="${INGRESS_REPO_URL:-https://kubernetes.github.io/ingress-nginx}"
INGRESS_VERSION="${INGRESS_VERSION:-4.12.1}"

Expand Down
2 changes: 1 addition & 1 deletion values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ genesis:
### Genesis Helm repo (REQUIRED)
url: "https://github.com/juno-fx/Genesis-Deployment.git"
### Genesis Helm repo branch to deploy (REQUIRED)
version: "v4.2.0"
version: "v5.0.0"
config:
### Container registry containing the Juno images (REQUIRED)
registry:
Expand Down
Loading