Skip to content

Commit 6caa151

Browse files
committed
chore(deps): update romeo env
1 parent 31a971b commit 6caa151

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/integration.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
101101
- name: Romeo environment
102102
id: env
103-
uses: ctfer-io/romeo/environment@d4bb60d5bbcc94e068b967cb547d4f7743acb93f
103+
uses: ctfer-io/romeo/environment@31a971b0ff39f3837411d938075cf52a8b1a1a63
104104
with:
105105
private-registry: localhost:5000
106106
kubeconfig: ~/.kube/config
@@ -110,13 +110,14 @@ jobs:
110110

111111
- name: Romeo environment under test
112112
id: env-test
113-
uses: ctfer-io/romeo/environment@d4bb60d5bbcc94e068b967cb547d4f7743acb93f
113+
uses: ctfer-io/romeo/environment@31a971b0ff39f3837411d938075cf52a8b1a1a63
114114
with:
115115
private-registry: localhost:5000
116116
kubeconfig: ~/.kube/config
117117
namespace: ${{ steps.env.outputs.namespace }}
118118
claim-name: ${{ steps.env.outputs.claim-name }}
119119
tag: ${{ github.sha }}
120+
storage-class-name: nfs-rwx
120121

121122
- name: Stimulate
122123
run: |

0 commit comments

Comments
 (0)