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 systemd/containers/bss-init.container
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ PartOf=openchami.target
[Container]
ContainerName=bss-init
HostName=bss-init
Image=ghcr.io/openchami/bss:v1.32.0
Image=ghcr.io/openchami/bss:v1.32.1

# Environment Variables
EnvironmentFile=/etc/openchami/configs/openchami.env
Expand Down
2 changes: 1 addition & 1 deletion systemd/containers/bss.container
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ After=hydra-gen-jwks.service
[Container]
ContainerName=bss
HostName=bss
Image=ghcr.io/openchami/bss:v1.32.0
Image=ghcr.io/openchami/bss:v1.32.1

# Environment Variables
EnvironmentFile=/etc/openchami/configs/openchami.env
Expand Down
2 changes: 1 addition & 1 deletion systemd/containers/smd-init.container
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ PartOf=openchami.target
[Container]
ContainerName=smd-init
HostName=smd-init
Image=ghcr.io/openchami/smd:v2.18.0
Image=ghcr.io/openchami/smd:v2.19.0

# Environemnt Variables
Environment=SMD_DBHOST=postgres
Expand Down
2 changes: 1 addition & 1 deletion systemd/containers/smd.container
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ After=hydra-gen-jwks.service
[Container]
ContainerName=smd
HostName=smd
Image=ghcr.io/openchami/smd:v2.18.0
Image=ghcr.io/openchami/smd:v2.19.0

# Environment Variables
EnvironmentFile=/etc/openchami/configs/openchami.env
Expand Down