Skip to content

Commit

Permalink
Merge pull request #1127 from cloud-ark/develop
Browse files Browse the repository at this point in the history
KubePlus chart - 3.0.19
  • Loading branch information
devdattakulkarni authored Mar 8, 2023
2 parents c1a3f45 + b7183c8 commit 21983a5
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Let’s look at an example of creating a multi-instance WordPress Service using
3) Install KubePlus Operator using the generated provider kubeconfig

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

Expand Down
4 changes: 2 additions & 2 deletions deploy/kubeplus-chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 3.0.18
version: 3.0.19

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
appVersion: d98e54312e1de4b499d2f19f0dbcc8854868523a
appVersion: c1a3f45d373f24d187f286014668f5fa3b9637c6
4 changes: 2 additions & 2 deletions deploy/kubeplus-chart/templates/kubeplus-components-6.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ spec:
initContainers:
#containers:
- name: webhook-cert-setup
image: gcr.io/cloudark-kubeplus/webhook-tls-getter:3.0.0
image: gcr.io/cloudark-kubeplus/webhook-tls-getter:3.0.13
imagePullPolicy: IfNotPresent
env:
- name: KUBEPLUS_NAMESPACE
Expand All @@ -317,7 +317,7 @@ spec:
- "webhook-tls-certificates"
containers:
- name: kubeconfiggenerator
image: gcr.io/cloudark-kubeplus/kubeconfiggenerator:3.0.12
image: gcr.io/cloudark-kubeplus/kubeconfiggenerator:3.0.13
imagePullPolicy: IfNotPresent
env:
- name: KUBEPLUS_NAMESPACE
Expand Down
1 change: 1 addition & 0 deletions deploy/versions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@
3.0.10
3.0.11
3.0.12
3.0.13
2 changes: 1 addition & 1 deletion examples/multitenancy/hello-world/steps.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Install KubePlus Operator
$ KUBEPLUS_NS=default
$ python ../../../provider-kubeconfig.py create $KUBEPLUS_NS
$ cp kubeplus-saas-provider.json provider.conf
$ helm install kubeplus "https://github.com/cloud-ark/operatorcharts/blob/master/kubeplus-chart-3.0.18.tgz?raw=true" -n $KUBEPLUS_NS --kubeconfig=provider.conf
$ helm install kubeplus "https://github.com/cloud-ark/operatorcharts/blob/master/kubeplus-chart-3.0.19.tgz?raw=true" -n $KUBEPLUS_NS --kubeconfig=provider.conf
$ kubectl get pods (wait till kubeplus pod is Running)

Install KubePlus kubectl plugins
Expand Down
2 changes: 1 addition & 1 deletion examples/multitenancy/odoo/steps.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ This example shows delivering Bitnami Odoo Helm chart as-a-service using KubePlu
- server=`more $KUBECONFIG | grep server | cut -d '/' -f 3`
- python ../../../provider-kubeconfig.py create default $server
- Install KubePlus
- helm install kubeplus "https://github.com/cloud-ark/operatorcharts/blob/master/kubeplus-chart-3.0.18.tgz?raw=true" --kubeconfig=kubeplus-saas-provider.json
- helm install kubeplus "https://github.com/cloud-ark/operatorcharts/blob/master/kubeplus-chart-3.0.19.tgz?raw=true" --kubeconfig=kubeplus-saas-provider.json
- Wait till KubePlus Pod is Running (kubectl get pods -A)

- Setup KubePlus kubectl plugins
Expand Down
2 changes: 1 addition & 1 deletion examples/multitenancy/wordpress/steps.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Extract provider kubeconfig:
- python ../../../provider-kubeconfig.py create $KUBEPLUS_NS

Install KubePlus Operator
$ helm install kubeplus "https://github.com/cloud-ark/operatorcharts/blob/master/kubeplus-chart-3.0.18.tgz?raw=true" -n $KUBEPLUS_NS --kubeconfig=kubeplus-saas-provider.json
$ helm install kubeplus "https://github.com/cloud-ark/operatorcharts/blob/master/kubeplus-chart-3.0.19.tgz?raw=true" -n $KUBEPLUS_NS --kubeconfig=kubeplus-saas-provider.json


Extract consumer kubeconfig:
Expand Down

0 comments on commit 21983a5

Please sign in to comment.