Skip to content

Commit

Permalink
Use ghcr.io to pull operator image (#582)
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha authored Jan 10, 2023
1 parent 8b03cd6 commit 973b528
Show file tree
Hide file tree
Showing 16 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion charts/kubedb-autoscaler/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ The following table lists the configurable parameters of the `kubedb-autoscaler`
| replicaCount | Number of KubeDB operator replicas to create (only 1 is supported) | <code>1</code> |
| license | License for the product. Get a license by following the steps from [here](https://stash.run/docs/latest/setup/install/enterprise#get-a-trial-license). <br> Example: <br> `helm install appscode/kubedb-autoscaler \` <br> `--set-file license=/path/to/license/file` <br> `or` <br> `helm install appscode/kubedb-autoscaler \` <br> `--set license=<license file content>` | <code>""</code> |
| updateInterval | Interval between each autoscaler loop | <code>1m</code> |
| registryFQDN | Docker registry fqdn used to pull KubeDB related images. Set this to use docker registry hosted at ${registryFQDN}/${registry}/${image} | <code>""</code> |
| registryFQDN | Docker registry fqdn used to pull KubeDB related images. Set this to use docker registry hosted at ${registryFQDN}/${registry}/${image} | <code>ghcr.io</code> |
| operator.registry | Docker registry used to pull KubeDB enterprise operator image | <code>kubedb</code> |
| operator.repository | KubeDB enterprise operator container image | <code>kubedb-autoscaler</code> |
| operator.tag | KubeDB enterprise operator container image tag | <code>""</code> |
Expand Down
2 changes: 1 addition & 1 deletion charts/kubedb-autoscaler/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ license: ""
updateInterval: 1m
# Docker registry fqdn used to pull KubeDB related images.
# Set this to use docker registry hosted at ${registryFQDN}/${registry}/${image}
registryFQDN: ""
registryFQDN: ghcr.io
# Docker registry containing KubeDB images
operator:
# Docker registry used to pull KubeDB enterprise operator image
Expand Down
2 changes: 1 addition & 1 deletion charts/kubedb-dashboard/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ The following table lists the configurable parameters of the `kubedb-dashboard`
| fullnameOverride | Overrides fullname template | <code>""</code> |
| replicaCount | Number of KubeDB dashboard operator replicas to create (only 1 is supported) | <code>1</code> |
| license | License for the product. Get a license by following the steps from [here](https://kubedb.run/docs/latest/setup/install/enterprise#get-a-trial-license). <br> Example: <br> `helm install appscode/kubedb-dashboard \` <br> `--set-file license=/path/to/license/file` <br> `or` <br> `helm install appscode/kubedb-dashboard \` <br> `--set license=<license file content>` | <code>""</code> |
| registryFQDN | Docker registry fqdn used to pull KubeDB related images Set this to use docker registry hosted at ${registryFQDN}/${registry}/${image} | <code>""</code> |
| registryFQDN | Docker registry fqdn used to pull KubeDB related images Set this to use docker registry hosted at ${registryFQDN}/${registry}/${image} | <code>ghcr.io</code> |
| operator.registry | Docker registry used to pull KubeDB dashboard operator image | <code>kubedb</code> |
| operator.repository | KubeDB dashboard operator container image | <code>kubedb-dashboard</code> |
| operator.tag | KubeDB dashboard operator container image tag | <code>""</code> |
Expand Down
2 changes: 1 addition & 1 deletion charts/kubedb-dashboard/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ replicaCount: 1
license: ""
# Docker registry fqdn used to pull KubeDB related images
# Set this to use docker registry hosted at ${registryFQDN}/${registry}/${image}
registryFQDN: ""
registryFQDN: ghcr.io
# Docker registry containing KubeDB images
operator:
# Docker registry used to pull KubeDB dashboard operator image
Expand Down
2 changes: 1 addition & 1 deletion charts/kubedb-ops-manager/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ The following table lists the configurable parameters of the `kubedb-ops-manager
| fullnameOverride | Overrides fullname template | <code>""</code> |
| replicaCount | Number of KubeDB operator replicas to create (only 1 is supported) | <code>1</code> |
| license | License for the product. Get a license by following the steps from [here](https://stash.run/docs/latest/setup/install/enterprise#get-a-trial-license). <br> Example: <br> `helm install appscode/kubedb-ops-manager \` <br> `--set-file license=/path/to/license/file` <br> `or` <br> `helm install appscode/kubedb-ops-manager \` <br> `--set license=<license file content>` | <code>""</code> |
| registryFQDN | Docker registry fqdn used to pull KubeDB related images Set this to use docker registry hosted at ${registryFQDN}/${registry}/${image} | <code>""</code> |
| registryFQDN | Docker registry fqdn used to pull KubeDB related images Set this to use docker registry hosted at ${registryFQDN}/${registry}/${image} | <code>ghcr.io</code> |
| operator.registry | Docker registry used to pull KubeDB ops manager image | <code>kubedb</code> |
| operator.repository | KubeDB ops manager container image | <code>kubedb-ops-manager</code> |
| operator.tag | KubeDB ops manager container image tag | <code>""</code> |
Expand Down
2 changes: 1 addition & 1 deletion charts/kubedb-ops-manager/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ replicaCount: 1
license: ""
# Docker registry fqdn used to pull KubeDB related images
# Set this to use docker registry hosted at ${registryFQDN}/${registry}/${image}
registryFQDN: ""
registryFQDN: ghcr.io
# Docker registry containing KubeDB images
operator:
# Docker registry used to pull KubeDB ops manager image
Expand Down
Loading

0 comments on commit 973b528

Please sign in to comment.