Skip to content

Commit

Permalink
Merge pull request #245 from MinaFoundation/PM-1942-ocv-split-artifac…
Browse files Browse the repository at this point in the history
…t-into-their-own-repository

PM 1942 ocv split artifact into their own repository
  • Loading branch information
kaozenn authored Aug 27, 2024
2 parents e084065 + 52e20f2 commit 1a91ff9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion on-chain-voting/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ helmfile status
| server.extraEnvVars | object | `{}` | |
| server.image.imagePullSecrets | list | `[]` | The secrets used to pull the image |
| server.image.pullPolicy | string | `"IfNotPresent"` | The image pull policy |
| server.image.repository | string | `"673156464838.dkr.ecr.us-west-2.amazonaws.com/on-chain-voting"` | The image repository |
| server.image.repository | string | `"673156464838.dkr.ecr.us-west-2.amazonaws.com/on-chain-voting-server"` | The image repository |
| server.image.tag | string | `"0.1.0"` | Overrides the image tag whose default is the chart appVersion. |
| server.minaNetwork | string | `"berkeley"` | Mina Network |
| server.nodeSelector | object | `{}` | Node Selector |
Expand Down
2 changes: 1 addition & 1 deletion on-chain-voting/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ server:

image:
# -- The image repository
repository: 673156464838.dkr.ecr.us-west-2.amazonaws.com/on-chain-voting
repository: 673156464838.dkr.ecr.us-west-2.amazonaws.com/on-chain-voting-server
# -- The image pull policy
pullPolicy: IfNotPresent
# -- Overrides the image tag whose default is the chart appVersion.
Expand Down

0 comments on commit 1a91ff9

Please sign in to comment.