Removed all references to Docker Hub after their removal of "Free Team Organizations" -> https://web.docker.com/rs/790-SSB-375/images/privatereposfaq.pdf

This commit is contained in:
simonmicro
2023-03-14 21:29:25 +01:00
parent dd1d6b7aa4
commit 81e9973a40
6 changed files with 7 additions and 22 deletions

View File

@@ -29,7 +29,7 @@ For more information please refer to the Helm Install command documentation loca
| autoscaling.targetCPUUtilizationPercentage | int | `80` | |
| fullnameOverride | string | `""` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"pykmsorg/py-kms"` | |
| image.repository | string | `"ghcr.io/py-kms-organization/py-kms"` | |
| image.tag | string | `"python3"` | |
| imagePullSecrets | list | `[]` | |
| ingress.annotations | object | `{}` | |

View File

@@ -5,7 +5,7 @@
replicaCount: 1
image:
repository: pykmsorg/py-kms
repository: ghcr.io/py-kms-organization/py-kms
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: python3