Skip to content

Commit c582411

Browse files
KubePlus chart update - version 3.0.44 (#1319)
1 parent 53c755d commit c582411

File tree

8 files changed

+9
-7
lines changed

8 files changed

+9
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Let’s look at an example of creating a multi-instance WordPress Service using
8585
5. Install KubePlus Operator using the generated provider kubeconfig
8686

8787
```
88-
helm install kubeplus "https://github.com/cloud-ark/operatorcharts/blob/master/kubeplus-chart-3.0.43.tgz?raw=true" --kubeconfig=kubeplus-saas-provider.json -n $KUBEPLUS_NS
88+
helm install kubeplus "https://github.com/cloud-ark/operatorcharts/blob/master/kubeplus-chart-3.0.44.tgz?raw=true" --kubeconfig=kubeplus-saas-provider.json -n $KUBEPLUS_NS
8989
until kubectl get pods -A | grep kubeplus | grep Running; do echo "Waiting for KubePlus to start.."; sleep 1; done
9090
```
9191

deploy/kubeplus-chart/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ type: application
77
# This is the chart version. This version number should be incremented each time you make changes
88
# to the chart and its templates, including the app version.
99
# Versions are expected to follow Semantic Versioning (https://semver.org/)
10-
version: 3.0.43
10+
version: 3.0.44
1111

1212
# This is the version number of the application being deployed. This version number should be
1313
# incremented each time you make changes to the application. Versions are not expected to

deploy/kubeplus-chart/templates/kubeplus-components-6.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,8 @@ spec:
295295
name: kubeplus
296296
labels:
297297
app: kubeplus
298+
annotations:
299+
cluster-autoscaler.kubernetes.io/safe-to-evict: "false"
298300
spec:
299301
serviceAccount: kubeplus-saas-provider
300302
initContainers:

examples/multitenancy/application-hosting/odoo/steps.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ This example shows delivering Bitnami Odoo Helm chart as-a-service using KubePlu
2020
$ python ../../../provider-kubeconfig.py create default -s $server
2121
- Install KubePlus
2222

23-
$ helm install kubeplus "https://github.com/cloud-ark/operatorcharts/blob/master/kubeplus-chart-3.0.43.tgz?raw=true" --kubeconfig=kubeplus-saas-provider.json
23+
$ helm install kubeplus "https://github.com/cloud-ark/operatorcharts/blob/master/kubeplus-chart-3.0.44.tgz?raw=true" --kubeconfig=kubeplus-saas-provider.json
2424
- Wait till KubePlus Pod is Running
2525
$ kubectl get pods -A
2626

examples/multitenancy/application-hosting/wordpress/steps.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ $ kubectl kubeplus commands
2929
$ cd examples/multitenancy/wordpress/
3030

3131
4. Install KubePlus Operator:
32-
$ helm install kubeplus "https://github.com/cloud-ark/operatorcharts/blob/master/kubeplus-chart-3.0.43.tgz?raw=true" -n $KUBEPLUS_NS --kubeconfig=kubeplus-saas-provider.json
32+
$ helm install kubeplus "https://github.com/cloud-ark/operatorcharts/blob/master/kubeplus-chart-3.0.44.tgz?raw=true" -n $KUBEPLUS_NS --kubeconfig=kubeplus-saas-provider.json
3333

3434
5. Extract consumer kubeconfig:
3535
$ kubectl retrieve kubeconfig consumer $KUBEPLUS_NS -s $apiserver > consumer.conf

examples/multitenancy/hello-world/steps.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ $ apiserver=`kubectl config view --minify -o jsonpath='{.clusters[0].cluster.ser
3131
$ python3 provider-kubeconfig.py -s $apiserver create $KUBEPLUS_NS
3232
$ cp kubeplus-saas-provider.json examples/multitenancy/hello-world/provider.conf
3333
$ cd examples/multitenancy/hello-world/
34-
$ helm install kubeplus "https://github.com/cloud-ark/operatorcharts/blob/master/kubeplus-chart-3.0.43.tgz?raw=true" -n $KUBEPLUS_NS --kubeconfig=provider.conf
34+
$ helm install kubeplus "https://github.com/cloud-ark/operatorcharts/blob/master/kubeplus-chart-3.0.44.tgz?raw=true" -n $KUBEPLUS_NS --kubeconfig=provider.conf
3535
$ kubectl get pods (wait till kubeplus pod is Running)
3636

3737

examples/multitenancy/managed-service/appday2ops/steps.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Install KubePlus:
1313
$ KUBEPLUS_NS=default
1414
$ python ../../../provider-kubeconfig.py create $KUBEPLUS_NS
1515
$ cp kubeplus-saas-provider.json provider.conf
16-
$ helm install kubeplus "https://github.com/cloud-ark/operatorcharts/blob/master/kubeplus-chart-3.0.43.tgz?raw=true" -n $KUBEPLUS_NS --kubeconfig=provider.conf
16+
$ helm install kubeplus "https://github.com/cloud-ark/operatorcharts/blob/master/kubeplus-chart-3.0.44.tgz?raw=true" -n $KUBEPLUS_NS --kubeconfig=provider.conf
1717
$ until kubectl get pods -A | grep kubeplus | grep Running; do echo "Waiting for KubePlus to start.."; sleep 1; done
1818

1919

examples/multitenancy/platform-engineering/steps.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Platform Engineering team
2929
$ python ../../../provider-kubeconfig.py create default -s $server
3030
- Install KubePlus
3131

32-
$ helm install kubeplus "https://github.com/cloud-ark/operatorcharts/blob/master/kubeplus-chart-3.0.43.tgz?raw=true" --kubeconfig=kubeplus-saas-provider.json
32+
$ helm install kubeplus "https://github.com/cloud-ark/operatorcharts/blob/master/kubeplus-chart-3.0.44.tgz?raw=true" --kubeconfig=kubeplus-saas-provider.json
3333
- Wait till KubePlus Pod is Running
3434
$ kubectl get pods -A
3535

0 commit comments

Comments
 (0)