Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cluster/helm/splice-participant/templates/participant.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
spec:
{{- include "splice-util-lib.service-account" .Values | nindent 6 }}
containers:
- name: participant-1
- name: participant
image: "{{ .Values.imageRepo }}/canton-participant:{{ .Chart.AppVersion }}{{ ((.Values.imageDigests).canton_participant) }}"
{{- with .Values.imagePullPolicy }}
imagePullPolicy: {{ . }}
Expand Down
6 changes: 3 additions & 3 deletions cluster/helm/splice-participant/tests/participant_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ tests:
# Sanity check
- equal:
path: spec.template.spec.containers[0].name
value: participant-1
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🙃

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah I hate it

value: participant
# Labels on deployment
- isSubset:
path: metadata.labels
Expand Down Expand Up @@ -99,7 +99,7 @@ tests:
# Sanity check
- equal:
path: spec.template.spec.containers[0].name
value: participant-1
value: participant
# KMS config
- contains:
path: spec.template.spec.containers[0].env
Expand Down Expand Up @@ -139,7 +139,7 @@ tests:
# Sanity check
- equal:
path: spec.template.spec.containers[0].name
value: participant-1
value: participant
# multi-line env var
- contains:
path: spec.template.spec.containers[0].env
Expand Down
7 changes: 7 additions & 0 deletions docs/src/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@
Release Notes
=============

Upcoming
--------

- Deployment

- Fix a typo in the `splice-participant` Helm chart that caused the participant container to be named `participant-1` instead of `participant`.

0.4.1
-----

Expand Down