Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

Commit

Permalink
Few fixes and version updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ruzickap committed Oct 30, 2019
1 parent dbcc831 commit 08a9bdd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/part-02/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Helm Architecture:
Install [Helm](https://helm.sh/) binary:

```bash
curl -s https://raw.githubusercontent.com/helm/helm/master/scripts/get | bash -s -- --version v2.14.3
curl -s https://raw.githubusercontent.com/helm/helm/master/scripts/get | bash -s -- --version v2.14.1
```

Output:
Expand Down
4 changes: 2 additions & 2 deletions docs/part-06/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ cert Chart.yaml CONTRIBUTING.md docs LICENSE README.md templates values.y
Add the public "library" Helm Chart repository:

```bash
helm repo add library https://harbor.mylabs.dev/chartrepo/library
helm repo add library https://harbor.${MY_DOMAIN}/chartrepo/library
```

Output:
Expand Down Expand Up @@ -318,7 +318,7 @@ Output:
Install Gitea using Helm Chart stored in Harbor:

```bash
helm repo list | grep -q library || helm repo add library https://harbor.mylabs.dev/chartrepo/library
helm repo list | grep -q library || helm repo add library https://harbor.${MY_DOMAIN}/chartrepo/library
helm repo update
helm install --wait --name gitea --namespace gitea-system library/gitea \
--set ingress.enabled=true \
Expand Down
2 changes: 1 addition & 1 deletion tests/tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ cp $(kind get kubeconfig-path --name k8s-harbor-test) kubeconfig.conf
export KUBECONFIG=${KUBECONFIG:-$PWD/kubeconfig.conf}

echo "*** Install MetalLB"
kubectl apply -f https://raw.githubusercontent.com/google/metallb/v0.8.0/manifests/metallb.yaml
kubectl apply -f https://raw.githubusercontent.com/google/metallb/v0.8.2/manifests/metallb.yaml

echo "*** Configure MetalLB"
cat << EOF | kubectl apply -f -
Expand Down

0 comments on commit 08a9bdd

Please sign in to comment.