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 1f12d57
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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
2 changes: 1 addition & 1 deletion helm/acapy-cloud/conf/dev/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-nodes
name: d-cloud/ledger-browser
pullPolicy: Always
tag: latest

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: d-cloud/ledger-browser
pullPolicy: Always
tag: latest

Expand Down

0 comments on commit 1f12d57

Please sign in to comment.