Skip to content

Commit

Permalink
Merge pull request #198 from icgc-argo/update-clinical-chart-1.1.5
Browse files Browse the repository at this point in the history
Update clinical chart, add new version package, regenerate repo index
  • Loading branch information
yalturmes authored Oct 20, 2023
2 parents 80edc9d + ac371c0 commit 781fd6f
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 7 deletions.
2 changes: 1 addition & 1 deletion clinical/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ apiVersion: v1
appVersion: "1.0"
description: A Helm chart for Argo clinical
name: clinical
version: 1.1.4
version: 1.1.5
8 changes: 4 additions & 4 deletions clinical/templates/ingress.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{{- if .Values.ingress.enabled -}}
{{- $svcPort := .Values.service.port -}}
{{- $svcPortName := .Values.service.portName -}}
#{{- $svcPort := .Values.service.clinical.port -}}
#{{- $svcPortName := .Values.service.clinical.portName -}}
{{- $fullName := include "clinical.fullname" . -}}
{{- $ingressPaths := .Values.ingress.paths -}}
{{- if semverCompare ">=1.19" .Capabilities.KubeVersion.Version -}}
Expand Down Expand Up @@ -51,10 +51,10 @@ spec:
service:
name: {{ $fullName }}
port:
name: {{ $svcPortName }}
name: {{ .portName }}
{{- else }}
serviceName: {{ $fullName }}
servicePort: {{ $svcPort }}
servicePort: {{ .portName }}
{{- end }}
{{- end }}
{{- end }}
Expand Down
2 changes: 1 addition & 1 deletion clinical/templates/tests/test-connection.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ spec:
- name: wget
image: busybox
command: ['wget']
args: ['{{ include "clinical.fullname" . }}:{{ .Values.service.port }}']
args: ['{{ include "clinical.fullname" . }}:{{ .Values.service.clinical.port }}']
restartPolicy: Never
4 changes: 4 additions & 0 deletions clinical/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ ingress:
paths:
- path: /
pathType: ImplementationSpecific
portName: clinical
- path: /gql
pathType: ImplementationSpecific
portName: clinical-gql

tls: []
# - secretName: chart-example-tls
Expand Down
Binary file added docs/clinical-1.1.5.tgz
Binary file not shown.
11 changes: 10 additions & 1 deletion docs/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -499,6 +499,15 @@ entries:
- https://icgc-argo.github.io/charts/argo-vault-0.1.0.tgz
version: 0.1.0
clinical:
- apiVersion: v1
appVersion: "1.0"
created: "2023-10-20T10:24:43.448274-04:00"
description: A Helm chart for Argo clinical
digest: 761de2eb31b765457f10e23ac85a63a0cc8a20e7cd59229b55d4cb7f185e43a5
name: clinical
urls:
- https://icgc-argo.github.io/charts/clinical-1.1.5.tgz
version: 1.1.5
- apiVersion: v1
appVersion: "1.0"
created: "2023-10-19T15:54:16.385031-04:00"
Expand Down Expand Up @@ -2563,4 +2572,4 @@ entries:
urls:
- https://icgc-argo.github.io/charts/workflow-ui-0.1.0.tgz
version: 0.1.0
generated: "2023-10-19T15:54:16.384091-04:00"
generated: "2023-10-20T10:24:43.441834-04:00"

0 comments on commit 781fd6f

Please sign in to comment.