You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bump version to 9.4.0 in the below files:
- VERSION file
- ndb-operator chart files
- types.go
- NdbCluster-CRD.md
- LICENSE file
Approved by: Luis Agostinho <luis.agostinho@oracle.com>
Change-Id: I428a70db72dfd159be0e710014b812bb1a2178c2
|`image`| The name of the NDB Operator image, including its tag. |`container-registry.oracle.com/mysql/community-ndb-operator:9.3.0-1.8.0`|
71
+
|`image`| The name of the NDB Operator image, including its tag. |`container-registry.oracle.com/mysql/community-ndb-operator:9.4.0-1.9.0`|
72
72
|`imagePullPolicy`| The image pull policy for the NDB Operator. |`IfNotPresent`|
73
73
|`imagePullSecretName`| The name of the secret used to authenticate image pulls for the NDB Operator. | None |
74
74
|`clusterScoped`| Determines the scope of the NDB Operator.<br>When set to `true`, the operator watches for changes to any NdbCluster resource across all namespaces.<br>When set to `false`, the operator only watches for changes within its own namespace. |`true`|
Copy file name to clipboardExpand all lines: docker/mysql-cluster/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
## Build MySQL Cluster docker image
2
2
3
-
Ndb operator uses the public images available in Oracle Container Registry. By default, the `container-registry.oracle.com/mysql/community-cluster:9.3.0` image is used. A custom MySQL Cluster image can also be built and used with the operator. The docker files and scripts required for building a MySQL Cluster image are included in this directory.
3
+
Ndb operator uses the public images available in Oracle Container Registry. By default, the `container-registry.oracle.com/mysql/community-cluster:9.4.0` image is used. A custom MySQL Cluster image can also be built and used with the operator. The docker files and scripts required for building a MySQL Cluster image are included in this directory.
0 commit comments