Skip to content

Commit 089f198

Browse files
committed
MYSQLCLUSTER-9015 Update deprecated image references
Change-Id: I46a67a5f06c71f57b180a0eeca00ba6375ed8d80
1 parent e9e0e92 commit 089f198

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

deploy/charts/ndb-operator/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ maintainers:
1616
annotations:
1717
artifacthub.io/images: |
1818
- name: ndb-operator
19-
image: mysql/ndb-operator:latest
19+
image: container-registry.oracle.com/mysql/community-ndb-operator:9.3.0-1.8.0
2020
artifacthub.io/crds: |
2121
- kind: NdbCluster
2222
version: v1

deploy/charts/ndb-operator/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ The following table lists the configurable options supported by the chart, along
6868

6969
| Parameter | Description | Default |
7070
| ----------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------|
71-
| `image` | The name of the NDB Operator image, including its tag. | `mysql/ndb-operator:latest` |
71+
| `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` |
7272
| `imagePullPolicy` | The image pull policy for the NDB Operator. | `IfNotPresent` |
7373
| `imagePullSecretName` | The name of the secret used to authenticate image pulls for the NDB Operator. | None |
7474
| `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` |

docker/mysql-cluster/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
## Build MySQL Cluster docker image
22

3-
Ndb operator uses the public images available in dockerhub. By default, the mysql/mysql-cluster:latest 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.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.
44

55
### License
66

7-
Copyright (c) 2021, Oracle and/or its affiliates.
7+
Copyright (c) 2021, 2025, Oracle and/or its affiliates.
88

99
License information can be found in the LICENSE file. This distribution may include materials developed by third parties. For license and attribution notices for these materials, please refer to the LICENSE file.
1010

0 commit comments

Comments
 (0)