Skip to content

Commit

Permalink
debug registry
Browse files Browse the repository at this point in the history
  • Loading branch information
Armand Leopold committed Mar 25, 2021
1 parent fdb3023 commit c8344be
Show file tree
Hide file tree
Showing 15 changed files with 19 additions and 15 deletions.
2 changes: 1 addition & 1 deletion charts/doccano/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: doccano
appVersion: 1.2.2
version: 1.3.1
version: 1.3.2
description: A Helm chart for doccano, Open source text annotation tool for machine learning practitioner.
home: https://doccano.herokuapp.com/
icon: https://raw.githubusercontent.com/doccano/doccano/master/docs/images/logo/doccano.png
Expand Down
4 changes: 3 additions & 1 deletion charts/doccano/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,10 @@ spec:
volumeMounts:
- mountPath: {{ .Values.persistence.mountPath }}
name: {{ .Values.persistence.volumeName }}
{{- if .Values.image.deployRegistry }}
imagePullSecrets:
- name: {{ .Values.image.imagePullSecrets }}
- name: "{{ .Values.image.name }}-{{ .Values.image.imagePullSecrets }}"
{{- end }}
initContainers:
- args:
- chown
Expand Down
2 changes: 1 addition & 1 deletion charts/doccano/templates/registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: v1
kind: Secret
type: kubernetes.io/dockerconfigjson
metadata:
name: {{ .Values.image.imagePullSecrets }}
name: "{{ .Values.image.name }}-{{ .Values.image.imagePullSecrets }}"
namespace: {{ .Release.Namespace }}
data:
.dockerconfigjson: {{ .Values.image.dataSecret | b64enc }}
Expand Down
2 changes: 1 addition & 1 deletion charts/gitlabmonitor/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: gitlab-monitor
description: A web-based monitor dashboard for GitLab CI
appVersion: "1.7"
version: 1.2.6
version: 1.2.7
home: https://github.com/timoschwarzer/gitlab-monitor
icon: https://i.ibb.co/vVys3Yt/logo.png
sources:
Expand Down
4 changes: 3 additions & 1 deletion charts/gitlabmonitor/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,7 @@ spec:
protocol: {{ .Values.service.protocol }}
resources:
{{ toYaml .Values.resources | indent 12 }}
{{- if .Values.image.deployRegistry }}
imagePullSecrets:
- name: {{ .Values.image.imagePullSecrets }}
- name: "{{ .Values.image.name }}-{{ .Values.image.imagePullSecrets }}"
{{- end }}
2 changes: 1 addition & 1 deletion charts/gitlabmonitor/templates/registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: v1
kind: Secret
type: kubernetes.io/dockerconfigjson
metadata:
name: {{ .Values.image.imagePullSecrets }}
name: "{{ .Values.image.name }}-{{ .Values.image.imagePullSecrets }}"
namespace: {{ .Release.Namespace }}
data:
.dockerconfigjson: {{ .Values.image.dataSecret | b64enc }}
Expand Down
2 changes: 1 addition & 1 deletion charts/hdm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: hdm
description: Helm chart for HDM (Health Data Metrics) a Data Quality assesment Application.
type: application
appVersion: 2.2.0
version: 2.3.3
version: 2.3.4
home: https://github.com/curie-data-factory/helm-charts/tree/master/charts/hdm
icon: https://i.ibb.co/fqWJSVV/logo-hdm.png
sources:
Expand Down
2 changes: 1 addition & 1 deletion charts/hdm/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ spec:
name: hdm-version
{{- if .Values.image.deployRegistry }}
imagePullSecrets:
- name: {{ .Values.image.imagePullSecrets }}
- name: "{{ .Values.image.name }}-{{ .Values.image.imagePullSecrets }}"
{{- end }}
volumes:
- name: hdm-conf-appli
Expand Down
2 changes: 1 addition & 1 deletion charts/hdm/templates/registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: v1
kind: Secret
type: kubernetes.io/dockerconfigjson
metadata:
name: {{ .Values.image.imagePullSecrets }}
name: "{{ .Values.image.name }}-{{ .Values.image.imagePullSecrets }}"
namespace: {{ .Release.Namespace }}
data:
.dockerconfigjson: {{ .Values.image.dataSecret | b64enc }}
Expand Down
2 changes: 1 addition & 1 deletion charts/job-orchestrator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: job-orchestrator
description: Helm Chart for Job Orchestrator, Help Manages jobs by connecting Gitlab Runners / Nexus Ressources with Kubernetes.
type: application
appVersion: 2.7.1
version: 1.9.7
version: 1.9.8
home: https://github.com/curie-data-factory/helm-charts/tree/master/charts/job-orchestrator
icon: https://i.ibb.co/2sGpDKj/favicon.png
sources:
Expand Down
2 changes: 1 addition & 1 deletion charts/job-orchestrator/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ spec:
name: version
{{- if .Values.image.deployRegistry }}
imagePullSecrets:
- name: {{ .Values.image.imagePullSecrets }}
- name: "{{ .Values.image.name }}-{{ .Values.image.imagePullSecrets }}"
{{- end }}
volumes:
- name: configmap
Expand Down
2 changes: 1 addition & 1 deletion charts/job-orchestrator/templates/registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: v1
kind: Secret
type: kubernetes.io/dockerconfigjson
metadata:
name: {{ .Values.image.imagePullSecrets }}
name: "{{ .Values.image.name }}-{{ .Values.image.imagePullSecrets }}"
namespace: {{ .Release.Namespace }}
data:
.dockerconfigjson: {{ .Values.image.dataSecret | b64enc }}
Expand Down
2 changes: 1 addition & 1 deletion charts/redcap/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: redcap
description: Helm chart for RedCap, A CRF Application for survey research.
type: application
appVersion: 10.6.12
version: 1.9.13
version: 1.9.14
home: https://github.com/curie-data-factory/helm-charts/tree/master/charts/redcap
icon: https://www.redcapbrasil.com.br/wp-content/uploads/2018/02/rbone.png
sources:
Expand Down
2 changes: 1 addition & 1 deletion charts/redcap/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ spec:
{{- end }}
{{- if .Values.image.deployRegistry }}
imagePullSecrets:
- name: {{ .Values.image.imagePullSecrets }}
- name: "{{ .Values.image.name }}-{{ .Values.image.imagePullSecrets }}"
{{- end }}
volumes:
- name: ldap-config
Expand Down
2 changes: 1 addition & 1 deletion charts/redcap/templates/registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: v1
kind: Secret
type: kubernetes.io/dockerconfigjson
metadata:
name: {{ .Values.image.imagePullSecrets }}
name: "{{ .Values.image.name }}-{{ .Values.image.imagePullSecrets }}"
namespace: {{ .Release.Namespace }}
data:
.dockerconfigjson: {{ .Values.image.dataSecret | b64enc }}
Expand Down

0 comments on commit c8344be

Please sign in to comment.