mirror of
https://github.com/SystemRage/py-kms.git
synced 2025-08-21 22:54:21 +08:00
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:
@@ -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 | `{}` | |
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user