Add images registry change

This commit is contained in:
ByeonJungHun
2023-09-05 15:11:46 +09:00
parent fbe9fdbf2e
commit be3cf49129
9 changed files with 72 additions and 62 deletions

View File

@@ -1,6 +1,6 @@
image:
#repository: quay.io/cortexproject/cortex
repository: 10.10.31.243:5000/cmoa3/cortex
repository: 0.0.0.0/cmoa3/cortex
# -- Allows you to override the cortex version in this chart. Use at your own risk.
#tag: ""
tag: v1.11.0
@@ -334,7 +334,7 @@ alertmanager:
# -- Sidecars that collect the configmaps with specified label and stores the included files them into the respective folders
sidecar:
image:
repository: 10.10.31.243:5000/cmoa3/k8s-sidecar
repository: 0.0.0.0/cmoa3/k8s-sidecar
tag: 1.10.7
sha: ""
imagePullPolicy: IfNotPresent
@@ -701,7 +701,7 @@ ruler:
# -- Sidecars that collect the configmaps with specified label and stores the included files them into the respective folders
sidecar:
image:
repository: 10.10.31.243:5000/cmoa3/k8s-sidecar
repository: 0.0.0.0/cmoa3/k8s-sidecar
tag: 1.10.7
sha: ""
imagePullPolicy: IfNotPresent
@@ -1126,7 +1126,7 @@ nginx:
basicAuthSecretName: ""
image:
repository: 10.10.31.243:5000/cmoa3/nginx
repository: 0.0.0.0/cmoa3/nginx
tag: 1.21
pullPolicy: IfNotPresent

View File

@@ -18,7 +18,7 @@
## @param image.debug Set to true if you would like to see extra information on logs
##
image:
registry: 10.10.31.243:5000/cmoa3
registry: 0.0.0.0/cmoa3
repository: rabbitmq
tag: v1.0.0 # {{ .Values.global.RABBITMQ_VERSION }}
@@ -1113,7 +1113,7 @@ volumePermissions:
## @param volumePermissions.image.pullSecrets Specify docker-registry secret names as an array
##
image:
registry: 10.10.31.243:5000/cmoa3 # docker.io
registry: 0.0.0.0/cmoa3 # docker.io
repository: bitnami-shell # bitnami/bitnami-shell
tag: 10-debian-10-r175
## Specify a imagePullPolicy

View File

@@ -13,7 +13,7 @@ global:
## ref: https://hub.docker.com/r/bitnami/redis/tags/
##
image:
registry: 10.10.31.243:5000/cmoa3
registry: 0.0.0.0/cmoa3
repository: redis
## Bitnami Redis(TM) image tag
## ref: https://github.com/bitnami/bitnami-docker-redis#supported-tags-and-respective-dockerfile-links
@@ -60,7 +60,7 @@ sentinel:
##
image:
#registry: docker.io
registry: 10.10.31.243:5000
registry: 0.0.0.0
repository: bitnami/redis-sentinel
## Bitnami Redis(TM) image tag
## ref: https://github.com/bitnami/bitnami-docker-redis-sentinel#supported-tags-and-respective-dockerfile-links
@@ -726,7 +726,7 @@ metrics:
# enabled: true
image:
registry: 10.10.31.243:5000 # registry.cloud.intermax:5000
registry: 0.0.0.0 # registry.cloud.intermax:5000
repository: redis/redis-exporter
#tag: 1.15.1-debian-10-r2
tag: latest
@@ -855,7 +855,7 @@ metrics:
volumePermissions:
enabled: false
image:
registry: 10.10.31.243:5000 # docker.io
registry: 0.0.0.0 # docker.io
repository: minideb # bitnami/minideb
tag: buster
pullPolicy: Always
@@ -898,7 +898,7 @@ configmap: |-
sysctlImage:
enabled: false
command: []
registry: 10.10.31.243:5000 # docker.io
registry: 0.0.0.0 # docker.io
repository: minideb # bitnami/minideb
tag: buster
pullPolicy: Always

View File

@@ -65,9 +65,9 @@ global:
#CONSUL_VERSION: 0.7.1
# 레지스트리 변수화 (Public Cloud 대비 / 아래 값 적절히 수정해서 사용할 것)
IMXC_IN_REGISTRY: 10.10.31.243:5000/cmoa3
IMXC_IN_REGISTRY: 10.10.43.230:5000/cmoa3
rabbitmq:
image:
registry: 10.10.31.243:5000/cmoa3 # {{ .Values.global.IMXC_REGISTRY }}
registry: 10.10.43.230:5000/cmoa3 # {{ .Values.global.IMXC_REGISTRY }}
tag: v1.0.0 # {{ .Values.global.RABBITMQ_VERSION }}