Skip to content

Commit

Permalink
Run make helm (#5587)
Browse files Browse the repository at this point in the history
Signed-off-by: Eduardo Apolinario <[email protected]>
Co-authored-by: Eduardo Apolinario <[email protected]>
  • Loading branch information
eapolinario and eapolinario authored Jul 24, 2024
1 parent 1f26055 commit 1e54d21
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ rules:
- namespaces
- resourcequotas
- secrets
- serviceaccounts
verbs:
- create
- get
Expand Down
5 changes: 3 additions & 2 deletions docker/sandbox-bundled/manifests/complete-agent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ rules:
- namespaces
- resourcequotas
- secrets
- serviceaccounts
verbs:
- create
- get
Expand Down Expand Up @@ -816,7 +817,7 @@ type: Opaque
---
apiVersion: v1
data:
haSharedSecret: Q0ZnbUcxY3JESlA3STBlMQ==
haSharedSecret: RVJtRHVFeUtzZHdDMjRTQQ==
proxyPassword: ""
proxyUsername: ""
kind: Secret
Expand Down Expand Up @@ -1413,7 +1414,7 @@ spec:
metadata:
annotations:
checksum/config: 8f50e768255a87f078ba8b9879a0c174c3e045ffb46ac8723d2eedbe293c8d81
checksum/secret: 1555bf28ba6c50774866aa7d150e4ec727928e2015cfaf55f15d1520fc573f8d
checksum/secret: b56109123fc8874c06e091766f6e86bd5ffdc4cdc86ea7861092332870babf0e
labels:
app: docker-registry
release: flyte-sandbox
Expand Down
5 changes: 3 additions & 2 deletions docker/sandbox-bundled/manifests/complete.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ rules:
- namespaces
- resourcequotas
- secrets
- serviceaccounts
verbs:
- create
- get
Expand Down Expand Up @@ -796,7 +797,7 @@ type: Opaque
---
apiVersion: v1
data:
haSharedSecret: UHhidW1ySTQ1ODg2WWxpVg==
haSharedSecret: dGZGeUR3THl1ODFKV2ROdA==
proxyPassword: ""
proxyUsername: ""
kind: Secret
Expand Down Expand Up @@ -1360,7 +1361,7 @@ spec:
metadata:
annotations:
checksum/config: 8f50e768255a87f078ba8b9879a0c174c3e045ffb46ac8723d2eedbe293c8d81
checksum/secret: 66f5e9e5cffbf4f39ac687f5654abe6bd52c5d1b0c8573b8a563d4d99b025cef
checksum/secret: 953e371a21c81445990201881e1603b35558441bea4c3702cc1f3dbdbc66c6b7
labels:
app: docker-registry
release: flyte-sandbox
Expand Down
4 changes: 2 additions & 2 deletions docker/sandbox-bundled/manifests/dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@ metadata:
---
apiVersion: v1
data:
haSharedSecret: ajE5UzNINEh0NUJNOEE5Qg==
haSharedSecret: clA0NmJsaW9TUHNJYjRYTA==
proxyPassword: ""
proxyUsername: ""
kind: Secret
Expand Down Expand Up @@ -934,7 +934,7 @@ spec:
metadata:
annotations:
checksum/config: 8f50e768255a87f078ba8b9879a0c174c3e045ffb46ac8723d2eedbe293c8d81
checksum/secret: 7f88f1980b7aba2c285c9688b96fbc4aca51eac1d0c98ae9433d7bdc728bb522
checksum/secret: 51051b8a95112e2aa1aed0e472540340697cf3481a144444d65dfaa220ae471d
labels:
app: docker-registry
release: flyte-sandbox
Expand Down

0 comments on commit 1e54d21

Please sign in to comment.