release 3.5.4
This commit is contained in:
@@ -40,6 +40,8 @@ spec:
|
||||
labels:
|
||||
app: metric-analyzer-master
|
||||
spec:
|
||||
imagePullSecrets:
|
||||
- name: {{ .Values.global.imagepullsecrets }}
|
||||
containers:
|
||||
- image: {{ .Values.global.IMXC_IN_REGISTRY }}/metric_analyzer:{{ .Values.global.METRIC_ANALYZER_MASTER_VERSION }}
|
||||
imagePullPolicy: IfNotPresent
|
||||
|
||||
@@ -15,6 +15,8 @@ spec:
|
||||
labels:
|
||||
app: metric-analyzer-worker
|
||||
spec:
|
||||
imagePullSecrets:
|
||||
- name: {{ .Values.global.imagepullsecrets }}
|
||||
containers:
|
||||
- image: {{ .Values.global.IMXC_IN_REGISTRY }}/metric_analyzer_worker:{{ .Values.global.METRIC_ANALYZER_WORKER_VERSION }}
|
||||
imagePullPolicy: IfNotPresent
|
||||
|
||||
@@ -14,6 +14,8 @@ spec:
|
||||
labels:
|
||||
name: alertmanager
|
||||
spec:
|
||||
imagePullSecrets:
|
||||
- name: {{ .Values.global.imagepullsecrets }}
|
||||
containers:
|
||||
- name: alertmanager
|
||||
# image: quay.io/cortexproject/cortex:v1.9.0
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
#repository: quay.io/cortexproject/cortex
|
||||
repository: 0.0.0.0/cmoa3/cortex
|
||||
repository: 0.0.0.0/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: 0.0.0.0/cmoa3/k8s-sidecar
|
||||
repository: 0.0.0.0/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: 0.0.0.0/cmoa3/k8s-sidecar
|
||||
repository: 0.0.0.0/k8s-sidecar
|
||||
tag: 1.10.7
|
||||
sha: ""
|
||||
imagePullPolicy: IfNotPresent
|
||||
@@ -1126,7 +1126,7 @@ nginx:
|
||||
basicAuthSecretName: ""
|
||||
|
||||
image:
|
||||
repository: 0.0.0.0/cmoa3/nginx
|
||||
repository: 0.0.0.0/nginx
|
||||
tag: 1.21
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
|
||||
@@ -55,6 +55,8 @@ spec:
|
||||
volumeMounts:
|
||||
- name: elasticsearch-data
|
||||
mountPath: /usr/share/elasticsearch/data
|
||||
imagePullSecrets:
|
||||
- name: {{ .Values.global.imagepullsecrets }}
|
||||
containers:
|
||||
- name: elasticsearch
|
||||
resources:
|
||||
|
||||
@@ -13,6 +13,8 @@ spec:
|
||||
labels:
|
||||
app: kafka-manager
|
||||
spec:
|
||||
imagePullSecrets:
|
||||
- name: {{ .Values.global.imagepullsecrets }}
|
||||
containers:
|
||||
- name: kafka-manager
|
||||
image: {{ .Values.global.IMXC_IN_REGISTRY }}/kafka-manager:{{ .Values.global.KAFKA_MANAGER_VERSION }}
|
||||
|
||||
@@ -1,13 +1,14 @@
|
||||
replicaCount: 1
|
||||
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: provectuslabs/kafka-ui
|
||||
registry: 0.0.0.0
|
||||
repository: kafka-ui
|
||||
pullPolicy: IfNotPresent
|
||||
# Overrides the image tag whose default is the chart appVersion.
|
||||
tag: ""
|
||||
|
||||
imagePullSecrets: []
|
||||
imagePullSecrets:
|
||||
- name: regcred
|
||||
nameOverride: ""
|
||||
fullnameOverride: ""
|
||||
|
||||
|
||||
@@ -40,6 +40,8 @@ spec:
|
||||
- zookeeper
|
||||
topologyKey: "kubernetes.io/hostname"
|
||||
terminationGracePeriodSeconds: 30
|
||||
imagePullSecrets:
|
||||
- name: {{ .Values.global.imagepullsecrets }}
|
||||
initContainers:
|
||||
- name: init-config
|
||||
image: {{ .Values.global.IMXC_IN_REGISTRY }}/kafka-initutils:{{ .Values.global.KAFKA_INITUTILS_VERSION }}
|
||||
|
||||
@@ -19,6 +19,8 @@ spec:
|
||||
labels:
|
||||
app: postgres
|
||||
spec:
|
||||
imagePullSecrets:
|
||||
- name: {{ .Values.global.imagepullsecrets }}
|
||||
containers:
|
||||
- name: postgres
|
||||
image: {{ .Values.global.IMXC_IN_REGISTRY }}/postgres:{{ .Values.global.POSTGRES_VERSION }}
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
## @param image.debug Set to true if you would like to see extra information on logs
|
||||
##
|
||||
image:
|
||||
registry: 0.0.0.0/cmoa3
|
||||
registry: 0.0.0.0
|
||||
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: 0.0.0.0/cmoa3 # docker.io
|
||||
registry: 0.0.0.0 # docker.io
|
||||
repository: bitnami-shell # bitnami/bitnami-shell
|
||||
tag: 10-debian-10-r175
|
||||
## Specify a imagePullPolicy
|
||||
|
||||
@@ -13,7 +13,7 @@ global:
|
||||
## ref: https://hub.docker.com/r/bitnami/redis/tags/
|
||||
##
|
||||
image:
|
||||
registry: 0.0.0.0/cmoa3
|
||||
registry: 0.0.0.0
|
||||
repository: redis
|
||||
## Bitnami Redis(TM) image tag
|
||||
## ref: https://github.com/bitnami/bitnami-docker-redis#supported-tags-and-respective-dockerfile-links
|
||||
@@ -28,8 +28,8 @@ image:
|
||||
## Secrets must be manually created in the namespace.
|
||||
## ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/
|
||||
##
|
||||
# pullSecrets:
|
||||
# - myRegistryKeySecretName
|
||||
pullSecrets:
|
||||
- regcred
|
||||
|
||||
## String to partially override redis.fullname template (will maintain the release name)
|
||||
##
|
||||
@@ -75,8 +75,8 @@ sentinel:
|
||||
## Secrets must be manually created in the namespace.
|
||||
## ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/
|
||||
##
|
||||
# pullSecrets:
|
||||
# - myRegistryKeySecretName
|
||||
pullSecrets:
|
||||
- regcred
|
||||
masterSet: mymaster
|
||||
initialCheckTimeout: 5
|
||||
quorum: 2
|
||||
@@ -735,8 +735,8 @@ metrics:
|
||||
## Secrets must be manually created in the namespace.
|
||||
## ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/
|
||||
##
|
||||
# pullSecrets:
|
||||
# - myRegistryKeySecretName
|
||||
pullSecrets:
|
||||
- regcred
|
||||
|
||||
## Metrics exporter resource requests and limits
|
||||
## ref: http://kubernetes.io/docs/user-guide/compute-resources/
|
||||
@@ -863,8 +863,8 @@ volumePermissions:
|
||||
## Secrets must be manually created in the namespace.
|
||||
## ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/
|
||||
##
|
||||
# pullSecrets:
|
||||
# - myRegistryKeySecretName
|
||||
pullSecrets:
|
||||
- regcred
|
||||
resources: {}
|
||||
# resources:
|
||||
# requests:
|
||||
@@ -906,8 +906,8 @@ sysctlImage:
|
||||
## Secrets must be manually created in the namespace.
|
||||
## ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/
|
||||
##
|
||||
# pullSecrets:
|
||||
# - myRegistryKeySecretName
|
||||
pullSecrets:
|
||||
- regcred
|
||||
mountHostSys: false
|
||||
resources: {}
|
||||
# resources:
|
||||
|
||||
@@ -20,6 +20,8 @@ spec:
|
||||
storage: persistent
|
||||
annotations:
|
||||
spec:
|
||||
imagePullSecrets:
|
||||
- name: {{ .Values.global.imagepullsecrets }}
|
||||
terminationGracePeriodSeconds: 10
|
||||
initContainers:
|
||||
- name: init-config
|
||||
|
||||
@@ -71,3 +71,5 @@ global:
|
||||
image:
|
||||
registry: 10.10.43.230:5000/cmoa3 # {{ .Values.global.IMXC_REGISTRY }}
|
||||
tag: v1.0.0 # {{ .Values.global.RABBITMQ_VERSION }}
|
||||
|
||||
imagepullsecrets: regcred
|
||||
|
||||
Reference in New Issue
Block a user