chart: switch tower image to gitlab mirror (0.20.5)
This commit is contained in:
16
values.yaml
16
values.yaml
@@ -3,12 +3,16 @@
|
|||||||
backend:
|
backend:
|
||||||
enabled: true
|
enabled: true
|
||||||
image:
|
image:
|
||||||
repository: docker.io/odoosky/tower
|
# Tower images live alongside the Docker Hub mirror on
|
||||||
tag: "0.20.4"
|
# gitlab.odoosky.cloud — separate path, same registry. Pulled with
|
||||||
pullPolicy: IfNotPresent # IfNotPresent because the image is in
|
# the docker-mirror-pull deploy token (read-only registry scope),
|
||||||
# containerd's k8s.io namespace already
|
# so every cluster that runs Tower needs the same imagePullSecret
|
||||||
# (lab1 single-server). Replace with
|
# provisioned out-of-band (until cluster-platform-v3 owns it).
|
||||||
# Always when we move to a real registry.
|
repository: registry.odoosky.cloud/odoosky/docker-mirror/tower
|
||||||
|
tag: "0.20.5"
|
||||||
|
pullPolicy: IfNotPresent
|
||||||
|
imagePullSecrets:
|
||||||
|
- name: docker-mirror-pull
|
||||||
replicas: 1
|
replicas: 1
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
|
|||||||
Reference in New Issue
Block a user