Skip to content

Commit 829f7aa

Browse files
authored
fix(mysql): fix typo
1 parent ea35ec0 commit 829f7aa

4 files changed

Lines changed: 20 additions & 92 deletions

File tree

addons/mysql-basic/8.0/chart/mysql-basic/templates/NOTES.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Access the pod you want to debug by executing
2020

2121
In order to replicate the container startup scripts execute this command:
2222

23-
/opt/bitnami/scripts/mysql/entrypoint.sh /opt/bitnami/scripts/mysql/run.sh
23+
/opt/drycc/scripts/mysql/entrypoint.sh /opt/drycc/scripts/mysql/run.sh
2424

2525
{{- else }}
2626

addons/mysql-basic/8.0/job.yaml

Lines changed: 0 additions & 72 deletions
This file was deleted.

addons/mysql-cluster/8.0/chart/mysql-cluster/README.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ Trademarks: This software listing is packaged by Drycc. The respective trademark
1111
## TL;DR
1212

1313
```bash
14-
$ helm repo add my-repo https://charts.bitnami.com/bitnami
14+
$ helm repo add my-repo https://charts.drycc.com/drycc
1515
$ helm install my-release my-repo/mysql
1616
```
1717

1818
## Introduction
1919

20-
This chart bootstraps a [MySQL](https://github.com/bitnami/containers/tree/main/bitnami/mysql) replication cluster deployment on a [Kubernetes](https://kubernetes.io) cluster using the [Helm](https://helm.sh) package manager.
20+
This chart bootstraps a [MySQL](https://github.com/drycc/containers/tree/main/drycc/mysql) replication cluster deployment on a [Kubernetes](https://kubernetes.io) cluster using the [Helm](https://helm.sh) package manager.
2121

2222
Drycc charts can be used with [Kubeapps](https://kubeapps.dev/) for deployment and management of Helm Charts in clusters.
2323

@@ -32,7 +32,7 @@ Drycc charts can be used with [Kubeapps](https://kubeapps.dev/) for deployment a
3232
To install the chart with the release name `my-release`:
3333

3434
```bash
35-
$ helm repo add my-repo https://charts.bitnami.com/bitnami
35+
$ helm repo add my-repo https://charts.drycc.com/drycc
3636
$ helm install my-release my-repo/mysql
3737
```
3838

@@ -83,7 +83,7 @@ The command removes all the Kubernetes components associated with the chart and
8383
| Name | Description | Value |
8484
| -------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------- |
8585
| `image.registry` | MySQL image registry | `docker.io` |
86-
| `image.repository` | MySQL image repository | `bitnami/mysql` |
86+
| `image.repository` | MySQL image repository | `drycc/mysql` |
8787
| `image.tag` | MySQL image tag (immutable tags are recommended) | `8.0.30-debian-11-r27` |
8888
| `image.digest` | MySQL image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
8989
| `image.pullPolicy` | MySQL image pull policy | `IfNotPresent` |
@@ -303,7 +303,7 @@ The command removes all the Kubernetes components associated with the chart and
303303
| ------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------- | ----------------------- |
304304
| `volumePermissions.enabled` | Enable init container that changes the owner and group of the persistent volume(s) mountpoint to `runAsUser:fsGroup` | `false` |
305305
| `volumePermissions.image.registry` | Init container volume-permissions image registry | `docker.io` |
306-
| `volumePermissions.image.repository` | Init container volume-permissions image repository | `bitnami/bitnami-shell` |
306+
| `volumePermissions.image.repository` | Init container volume-permissions image repository | `drycc/drycc-shell` |
307307
| `volumePermissions.image.tag` | Init container volume-permissions image tag (immutable tags are recommended) | `11-debian-11-r39` |
308308
| `volumePermissions.image.digest` | Init container volume-permissions image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
309309
| `volumePermissions.image.pullPolicy` | Init container volume-permissions image pull policy | `IfNotPresent` |
@@ -317,7 +317,7 @@ The command removes all the Kubernetes components associated with the chart and
317317
| -------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------ | ------------------------- |
318318
| `metrics.enabled` | Start a side-car prometheus exporter | `false` |
319319
| `metrics.image.registry` | Exporter image registry | `docker.io` |
320-
| `metrics.image.repository` | Exporter image repository | `bitnami/mysqld-exporter` |
320+
| `metrics.image.repository` | Exporter image repository | `drycc/mysqld-exporter` |
321321
| `metrics.image.tag` | Exporter image tag (immutable tags are recommended) | `0.14.0-debian-11-r45` |
322322
| `metrics.image.digest` | Exporter image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
323323
| `metrics.image.pullPolicy` | Exporter image pull policy | `IfNotPresent` |
@@ -358,7 +358,7 @@ The command removes all the Kubernetes components associated with the chart and
358358
| `metrics.prometheusRule.rules` | Prometheus Rule definitions | `[]` |
359359

360360

361-
The above parameters map to the env variables defined in [bitnami/mysql](https://github.com/bitnami/containers/tree/main/bitnami/mysql). For more information please refer to the [bitnami/mysql](https://github.com/bitnami/containers/tree/main/bitnami/mysql) image documentation.
361+
The above parameters map to the env variables defined in [drycc/mysql](https://github.com/drycc/containers/tree/main/drycc/mysql). For more information please refer to the [drycc/mysql](https://github.com/drycc/containers/tree/main/drycc/mysql) image documentation.
362362

363363
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example,
364364

@@ -382,25 +382,25 @@ $ helm install my-release -f values.yaml my-repo/mysql
382382
383383
## Configuration and installation details
384384

385-
### [Rolling VS Immutable tags](https://docs.bitnami.com/containers/how-to/understand-rolling-tags-containers/)
385+
### [Rolling VS Immutable tags](https://docs.drycc.com/containers/how-to/understand-rolling-tags-containers/)
386386

387387
It is strongly recommended to use immutable tags in a production environment. This ensures your deployment does not change automatically if the same tag is updated with a different image.
388388

389389
Drycc will release a new chart updating its containers if a new version of the main container, significant changes, or critical vulnerabilities exist.
390390

391391
### Use a different MySQL version
392392

393-
To modify the application version used in this chart, specify a different version of the image using the `image.tag` parameter and/or a different repository using the `image.repository` parameter. Refer to the [chart documentation for more information on these parameters and how to use them with images from a private registry](https://docs.bitnami.com/kubernetes/infrastructure/mysql/configuration/change-image-version/).
393+
To modify the application version used in this chart, specify a different version of the image using the `image.tag` parameter and/or a different repository using the `image.repository` parameter. Refer to the [chart documentation for more information on these parameters and how to use them with images from a private registry](https://docs.drycc.com/kubernetes/infrastructure/mysql/configuration/change-image-version/).
394394

395395
### Customize a new MySQL instance
396396

397-
The [Drycc MySQL](https://github.com/bitnami/containers/tree/main/bitnami/mysql) image allows you to use your custom scripts to initialize a fresh instance. Custom scripts may be specified using the `initdbScripts` parameter. Alternatively, an external ConfigMap may be created with all the initialization scripts and the ConfigMap passed to the chart via the `initdbScriptsConfigMap` parameter. Note that this will override the `initdbScripts` parameter.
397+
The [Drycc MySQL](https://github.com/drycc/containers/tree/main/drycc/mysql) image allows you to use your custom scripts to initialize a fresh instance. Custom scripts may be specified using the `initdbScripts` parameter. Alternatively, an external ConfigMap may be created with all the initialization scripts and the ConfigMap passed to the chart via the `initdbScriptsConfigMap` parameter. Note that this will override the `initdbScripts` parameter.
398398

399399
The allowed extensions are `.sh`, `.sql` and `.sql.gz`.
400400

401401
These scripts are treated differently depending on their extension. While `.sh` scripts are executed on all the nodes, `.sql` and `.sql.gz` scripts are only executed on the primary nodes. This is because `.sh` scripts support conditional tests to identify the type of node they are running on, while such tests are not supported in `.sql` or `sql.gz` files.
402402

403-
Refer to the [chart documentation for more information and a usage example](http://docs.bitnami.com/kubernetes/infrastructure/mysql/configuration/customize-new-instance/).
403+
Refer to the [chart documentation for more information and a usage example](http://docs.drycc.com/kubernetes/infrastructure/mysql/configuration/customize-new-instance/).
404404

405405
### Sidecars and Init Containers
406406

@@ -430,11 +430,11 @@ initContainers:
430430

431431
## Persistence
432432

433-
The [Drycc MySQL](https://github.com/bitnami/containers/tree/main/bitnami/mysql) image stores the MySQL data and configurations at the `/bitnami/mysql` path of the container.
433+
The [Drycc MySQL](https://github.com/drycc/containers/tree/main/drycc/mysql) image stores the MySQL data and configurations at the `/drycc/mysql` path of the container.
434434

435435
The chart mounts a [Persistent Volume](https://kubernetes.io/docs/concepts/storage/persistent-volumes/) volume at this location. The volume is created using dynamic volume provisioning by default. An existing PersistentVolumeClaim can also be defined for this purpose.
436436

437-
If you encounter errors when working with persistent volumes, refer to our [troubleshooting guide for persistent volumes](https://docs.bitnami.com/kubernetes/faq/troubleshooting/troubleshooting-persistence-volumes/).
437+
If you encounter errors when working with persistent volumes, refer to our [troubleshooting guide for persistent volumes](https://docs.drycc.com/kubernetes/faq/troubleshooting/troubleshooting-persistence-volumes/).
438438

439439
## Network Policy
440440

@@ -455,11 +455,11 @@ This label will be displayed in the output of a successful install.
455455

456456
This chart allows you to set your custom affinity using the `XXX.affinity` parameter(s). Find more information about Pod affinity in the [Kubernetes documentation](https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity).
457457

458-
As an alternative, you can use the preset configurations for pod affinity, pod anti-affinity, and node affinity available at the [bitnami/common](https://github.com/bitnami/charts/tree/master/bitnami/common#affinities) chart. To do so, set the `XXX.podAffinityPreset`, `XXX.podAntiAffinityPreset`, or `XXX.nodeAffinityPreset` parameters.
458+
As an alternative, you can use the preset configurations for pod affinity, pod anti-affinity, and node affinity available at the [drycc/common](https://github.com/drycc/charts/tree/master/drycc/common#affinities) chart. To do so, set the `XXX.podAffinityPreset`, `XXX.podAntiAffinityPreset`, or `XXX.nodeAffinityPreset` parameters.
459459

460460
## Troubleshooting
461461

462-
Find more information about how to deal with common errors related to Drycc's Helm charts in [this troubleshooting guide](https://docs.bitnami.com/general/how-to/troubleshoot-helm-chart-issues).
462+
Find more information about how to deal with common errors related to Drycc's Helm charts in [this troubleshooting guide](https://docs.drycc.com/general/how-to/troubleshoot-helm-chart-issues).
463463

464464
## Upgrading
465465

@@ -481,7 +481,7 @@ Affected values:
481481
- The way how passwords are handled has been refactored and value `auth.forcePassword` has been removed. Now, the password configuration will have the following priority:
482482
1. Search for an already existing 'Secret' resource and reuse previous password.
483483
2. Password provided via the values.yaml
484-
3. If no secret existed, and no password was provided, the bitnami/mysql chart will set a randomly generated password.
484+
3. If no secret existed, and no password was provided, the drycc/mysql chart will set a randomly generated password.
485485
- `primary.service.port` was renamed as `primary.service.ports.mysql`.
486486
- `secondary.service.port` was renamed as `secondary.service.ports.mysql`.
487487
- `primary.service.nodePort` was renamed as `primary.service.nodePorts.mysql`.
@@ -500,7 +500,7 @@ Affected values:
500500
- Credentials parameters are reorganized under the `auth` parameter.
501501
- `replication.enabled` parameter is deprecated in favor of `architecture` parameter that accepts two values: `standalone` and `replication`.
502502
- Chart labels were adapted to follow the [Helm charts standard labels](https://helm.sh/docs/chart_best_practices/labels/#standard-labels).
503-
- This version also introduces `bitnami/common`, a [library chart](https://helm.sh/docs/topics/library_charts/#helm) as a dependency. More documentation about this new utility could be found [here](https://github.com/bitnami/charts/tree/master/bitnami/common#bitnami-common-library-chart). Please, make sure that you have updated the chart dependencies before executing any upgrade.
503+
- This version also introduces `drycc/common`, a [library chart](https://helm.sh/docs/topics/library_charts/#helm) as a dependency. More documentation about this new utility could be found [here](https://github.com/drycc/charts/tree/master/drycc/common#drycc-common-library-chart). Please, make sure that you have updated the chart dependencies before executing any upgrade.
504504

505505
Consequences:
506506

@@ -518,7 +518,7 @@ $ helm install mysql my-repo/mysql --set auth.rootPassword=[ROOT_PASSWORD] --set
518518

519519
[On November 13, 2020, Helm v2 support formally ended](https://github.com/helm/charts#status-of-the-project). This major version is the result of the required changes applied to the Helm Chart to be able to incorporate the different features added in Helm v3 and to be consistent with the Helm project itself regarding the Helm v2 EOL.
520520

521-
[Learn more about this change and related upgrade considerations](https://docs.bitnami.com/kubernetes/infrastructure/mysql/administration/upgrade-helm3/).
521+
[Learn more about this change and related upgrade considerations](https://docs.drycc.com/kubernetes/infrastructure/mysql/administration/upgrade-helm3/).
522522

523523
### To 3.0.0
524524

addons/mysql-cluster/8.0/chart/mysql-cluster/templates/NOTES.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Access the pod you want to debug by executing
2020

2121
In order to replicate the container startup scripts execute this command:
2222

23-
/opt/bitnami/scripts/mysql/entrypoint.sh /opt/bitnami/scripts/mysql/run.sh
23+
/opt/drycc/scripts/mysql/entrypoint.sh /opt/drycc/scripts/mysql/run.sh
2424

2525
{{- else }}
2626

0 commit comments

Comments
 (0)