Skip to content

Commit

Permalink
update nats
Browse files Browse the repository at this point in the history
  • Loading branch information
ypoplavs committed Nov 14, 2024
1 parent 131bf39 commit 3241498
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 9 deletions.
6 changes: 3 additions & 3 deletions charts/testkube-enterprise/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ dependencies:
version: 16.2.1-1
- name: nats
repository: file://./charts/nats
version: 1.2.6-3
version: 1.2.6-4
- name: minio
repository: file://./charts/minio
version: 14.8.3-2
digest: sha256:9c1c026538707ebd5f87b88b60f0d8e9a79acadb6c2fb314f55629d127c7d57c
generated: "2024-11-13T16:52:30.689099+02:00"
digest: sha256:0c7f12a2fbf97f360116809d28887efa99abc02ec9a9de83768c1c2440e011b0
generated: "2024-11-14T18:14:16.0603+02:00"
2 changes: 1 addition & 1 deletion charts/testkube-enterprise/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dependencies:
condition: mongodb.enabled
- name: nats
condition: testkube-api.nats.enabled
version: 1.2.6-3
version: 1.2.6-4
repository: "file://./charts/nats"
- name: minio
version: 14.8.3-2
Expand Down
2 changes: 1 addition & 1 deletion charts/testkube-enterprise/charts/nats/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ keywords:
- nats
- messaging
- cncf
version: 1.2.6-3
version: 1.2.6-4
home: http://github.com/nats-io/k8s
maintainers:
- email: info@nats.io
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,12 @@ spec:
{{- if typeIs "string" . }}
- name: {{ . | quote }}
{{- else if typeIsLike "map[string]interface {}" . }}
{{- if hasKey . "name" }}
- name: {{ .name | quote }}
{{- else }}
- {{ . | toYaml | nindent 2 }}
{{- end }}
{{- end }}
{{- end }}
{{- end }}

{{- with .Values.natsBox.serviceAccount }}
{{- if .enabled }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,12 @@ spec:
{{- if typeIs "string" . }}
- name: {{ . | quote }}
{{- else if typeIsLike "map[string]interface {}" . }}
{{- if hasKey . "name" }}
- name: {{ .name | quote }}
{{- else }}
- {{ . | toYaml }}
{{- end }}
{{- end }}
{{- end }}
{{- end }}

{{- with .Values.serviceAccount }}
{{- if .enabled }}
Expand Down

0 comments on commit 3241498

Please sign in to comment.