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

Pr stable 1 #303

Closed
wants to merge 2 commits into from
Closed
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
11 changes: 6 additions & 5 deletions .github/workflows/scripts/start-kind.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ git clone https://github.com/ahmetb/kubectx /opt/kubectx
ln -s /opt/kubectx/kubectx /usr/local/bin/kubectx
ln -s /opt/kubectx/kubens /usr/local/bin/kubens


# Create controller kind cluster if not present
if [ ! $(kind get clusters | grep controller) ];then
kind create cluster --name controller --config .github/workflows/scripts/cluster.yaml --image kindest/node:v1.23.12
Expand Down Expand Up @@ -145,15 +146,15 @@ ControllerCluster:
CertManagerOptions:
Release: cert-manager
Chart: cert-manager
Repo: "https://raw.githubusercontent.com/kubeslice/dev-charts/gh-pages/"
Repo: "https://raw.githubusercontent.com/kubeslice/stable-opensource-charts/gh-pages/"
Namespace: cert-manager
Version: 1.7.0
Username: ${chartuser}
Password: ${chartpassword}
HubChartOptions:
Release: kubeslice-controller
Chart: kubeslice-controller
Repo: "https://raw.githubusercontent.com/kubeslice/dev-charts/gh-pages/"
Repo: "https://raw.githubusercontent.com/kubeslice/stable-opensource-charts/gh-pages/"
Namespace: kubeslice-controller
Username: ${chartuser}
Password: ${chartpassword}
Expand All @@ -165,7 +166,7 @@ WorkerClusters:
WorkerChartOptions:
Release: kubeslice-worker
Chart: kubeslice-worker
Repo: "https://raw.githubusercontent.com/kubeslice/dev-charts/gh-pages/"
Repo: "https://raw.githubusercontent.com/kubeslice/stable-opensource-charts/gh-pages/"
Namespace: kubeslice-system
Username: ${chartuser}
Password: ${chartpassword}
Expand All @@ -175,14 +176,14 @@ WorkerChartOptions:
IstioBaseChartOptions:
Release: "istio-base"
Chart: "istio-base"
Repo: "https://raw.githubusercontent.com/kubeslice/dev-charts/gh-pages/"
Repo: "https://raw.githubusercontent.com/kubeslice/stable-opensource-charts/gh-pages/"
Username: ${chartuser}
Password: ${chartpassword}
Namespace: "istio-system"
IstioDChartOptions:
Release: "istiod"
Chart: "istio-discovery"
Repo: "https://raw.githubusercontent.com/kubeslice/dev-charts/gh-pages/"
Repo: "https://raw.githubusercontent.com/kubeslice/stable-opensource-charts/gh-pages/"
Username: ${chartuser}
Password: ${chartpassword}
Namespace: "istio-system"
Expand Down