Skip to content

Commit

Permalink
🐛
Browse files Browse the repository at this point in the history
  • Loading branch information
rblaine95 committed Feb 4, 2025
1 parent 2c67b3b commit 3af644e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/actions/deploy-eks/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ runs:
-f ./helm/acapy-cloud.yaml.gotmpl \
--state-values-set image.tag=${{ inputs.image-tag }} \
--state-values-set image.registry=ghcr.io/${{ github.repository_owner }} \
--state-values-set pgProxyEnabled=${{ inputs.clean-start == 'false' }} \
--state-values-set pgProxyEnabled=false \
--state-values-set namespace=${{ inputs.namespace }}
helm-plugins: ${{ inputs.helmfile-plugins }}
helmfile-version: ${{ inputs.helmfile-version }}
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/continuous-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,7 @@ jobs:
- d-cloud/endorser
- d-cloud/governance-agent
- d-cloud/governance-web # Can be deduplicated (merge with all `-web` images)
- d-cloud/ledger-browser # Can be deduplicated (merge with ledger-nodes)
- d-cloud/ledger-nodes # Can be deduplicated (merge with ledger-browser)
- d-cloud/ledger-nodes
- d-cloud/multitenant-agent
- d-cloud/multitenant-web # Can be deduplicated (merge with all `-web` images)
- d-cloud/public-web # Can be deduplicated (merge with all `-web` images)
Expand Down
2 changes: 1 addition & 1 deletion helm/acapy-cloud/conf/dev/multitenant-agent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ persistence:
enabled: true
mountPath: /home/aries/.indy_client
capacity: 1Gi
storageClassName: standard
storageClassName: efs
accessMode: ReadWriteOnce

autoscaling:
Expand Down
2 changes: 1 addition & 1 deletion helm/acapy-cloud/conf/dev/tails-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ persistence:
enabled: true
mountPath: /tails-server-db
capacity: 10Gi
storageClassName: standard
storageClassName: efs
accessMode: ReadWriteOnce

podSecurityContext:
Expand Down
2 changes: 1 addition & 1 deletion helm/acapy-cloud/conf/local/ledger-browser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ podLabels:
sidecar.istio.io/inject: "false"

image:
name: ledger-browser
name: ledger-nodes
pullPolicy: Always
tag: latest

Expand Down

0 comments on commit 3af644e

Please sign in to comment.