Skip to content

Commit 9788607

Browse files
KubePlus chart - 4.1.4 (#1428)
1 parent 35bd961 commit 9788607

File tree

8 files changed

+10
-10
lines changed

8 files changed

+10
-10
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ For testing purposes you can create a [minikube](https://minikube.sigs.k8s.io/do
9191
5. **Install KubePlus Operator using the generated provider kubeconfig:**
9292

9393
```sh
94-
helm install kubeplus "https://github.com/cloud-ark/operatorcharts/blob/master/kubeplus-chart-4.1.3.tgz?raw=true" --kubeconfig=kubeplus-saas-provider.json -n $KUBEPLUS_NS
94+
helm install kubeplus "https://github.com/cloud-ark/operatorcharts/blob/master/kubeplus-chart-4.1.4.tgz?raw=true" --kubeconfig=kubeplus-saas-provider.json -n $KUBEPLUS_NS
9595
until kubectl get pods -A | grep kubeplus | grep Running; do echo "Waiting for KubePlus to start.."; sleep 1; done
9696
```
9797

deploy/kubeplus-chart/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ 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: 4.1.3
10+
version: 4.1.4
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
1414
# follow Semantic Versioning. They should reflect the version the application is using.
15-
appVersion: 9b3fae490ed09306e1621e8f83160ae6abf230ff
15+
appVersion: 35bd96168aba1205d546c8bf1c69612e6e9baa07

deploy/kubeplus-chart/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ CHECK_KYVERNO_POLICIES: NO
33
# Containers
44
WEBHOOK_INIT_CONTAINER: gcr.io/cloudark-kubeplus/webhook-tls-getter:3.1.2
55
CRD_REGISTRATION_HELPER: gcr.io/cloudark-kubeplus/kubeconfiggenerator:3.1.2
6-
MUTATING_WEBHOOK: gcr.io/cloudark-kubeplus/pac-mutating-admission-webhook:3.1.0
6+
MUTATING_WEBHOOK: gcr.io/cloudark-kubeplus/pac-mutating-admission-webhook:3.1.1
77
PLATFORM_OPERATOR: gcr.io/cloudark-kubeplus/platform-operator:3.0.7
88
CONSUMERUI: gcr.io/cloudark-kubeplus/consumerui:0.0.8
9-
HELMER: gcr.io/cloudark-kubeplus/helm-pod:3.1.0
9+
HELMER: gcr.io/cloudark-kubeplus/helm-pod:3.1.1
1010
RESOURCE_CLEANER: gcr.io/cloudark-kubeplus/delete-kubeplus-resources:3.1.2

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-4.1.3.tgz?raw=true" --kubeconfig=kubeplus-saas-provider.json
23+
$ helm install kubeplus "https://github.com/cloud-ark/operatorcharts/blob/master/kubeplus-chart-4.1.4.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-4.1.3.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-4.1.4.tgz?raw=true" -n $KUBEPLUS_NS --kubeconfig=kubeplus-saas-provider.json
3333

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

examples/multitenancy/hello-world/steps.txt

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

3535

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-4.1.3.tgz?raw=true" -n $KUBEPLUS_NS --kubeconfig=provider.conf
16+
$ helm install kubeplus "https://github.com/cloud-ark/operatorcharts/blob/master/kubeplus-chart-4.1.4.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-4.1.3.tgz?raw=true" --kubeconfig=kubeplus-saas-provider.json
32+
$ helm install kubeplus "https://github.com/cloud-ark/operatorcharts/blob/master/kubeplus-chart-4.1.4.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)