Skip to content

Commit 66fe110

Browse files
Kubernetes Enterprise Operator Release 1.14.0 (#209)
1 parent 6df36c4 commit 66fe110

File tree

8 files changed

+872
-10
lines changed

8 files changed

+872
-10
lines changed

README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -82,13 +82,7 @@ or can clone this repo, make any edits you need, and apply it from disk:
8282

8383
### Installation using the Helm Chart
8484

85-
If you have installed the Helm client locally then you can run:
86-
87-
helm install mongodb-enterprise-operator helm_chart --values helm_chart/values.yaml
88-
89-
You can customize your installation by overriding helm variables. For example use `--set operator.env="dev"` to run the Operator in development mode (this will turn the logging level to `Debug` and will make logging output plaintext rather than json).
90-
91-
Pass the `--values helm_chart/values-openshift.yaml` parameter if you want to install the Operator into an OpenShift cluster. You can specify an image pull secret name using `--set registry.imagePullSecrets=<secret_name>`
85+
MongoDB's official Helm Charts are hosted at https://github.com/mongodb/helm-charts
9286

9387
## MongoDB Resource ##
9488

tools/multicluster/go.mod

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ go 1.16
55
require (
66
github.com/ghodss/yaml v1.0.0
77
github.com/stretchr/testify v1.7.0
8-
k8s.io/api v0.22.2
9-
k8s.io/apimachinery v0.22.2
10-
k8s.io/client-go v0.22.2
8+
k8s.io/api v0.22.3
9+
k8s.io/apiextensions-apiserver v0.22.3 // indirect
10+
k8s.io/apimachinery v0.22.3
11+
k8s.io/client-go v0.22.3
12+
sigs.k8s.io/controller-runtime v0.10.2
1113
)

tools/multicluster/go.sum

Lines changed: 367 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)