Skip to content

Commit

Permalink
Run make helm
Browse files Browse the repository at this point in the history
Signed-off-by: Eduardo Apolinario <[email protected]>
  • Loading branch information
eapolinario committed Oct 23, 2024
1 parent 6f550c0 commit 488fede
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion charts/flyteagent/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ A Helm chart for Flyte agent
| fullnameOverride | string | `""` | |
| image.pullPolicy | string | `"IfNotPresent"` | Docker image pull policy |
| image.repository | string | `"cr.flyte.org/flyteorg/flyteagent"` | Docker image for flyteagent deployment |
| image.tag | string | `"1.13.10"` | Docker image tag |
| image.tag | string | `"1.13.11"` | Docker image tag |
| nameOverride | string | `""` | |
| nodeSelector | object | `{}` | nodeSelector for flyteagent deployment |
| podAnnotations | object | `{}` | Annotations for flyteagent pods |
Expand Down
2 changes: 1 addition & 1 deletion charts/flyteagent/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ image:
# -- Docker image for flyteagent deployment
repository: cr.flyte.org/flyteorg/flyteagent # FLYTEAGENT_IMAGE
# -- Docker image tag
tag: 1.13.10 # FLYTEAGENT_TAG
tag: 1.13.11 # FLYTEAGENT_TAG
# -- Docker image pull policy
pullPolicy: IfNotPresent
ports:
Expand Down
4 changes: 2 additions & 2 deletions docker/sandbox-bundled/manifests/complete-agent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -816,7 +816,7 @@ type: Opaque
---
apiVersion: v1
data:
haSharedSecret: VHRkMmhQTHBobm92ckZEWA==
haSharedSecret: V0xDakNOUEUwYVNGbTV1aw==
proxyPassword: ""
proxyUsername: ""
kind: Secret
Expand Down Expand Up @@ -1413,7 +1413,7 @@ spec:
metadata:
annotations:
checksum/config: 8f50e768255a87f078ba8b9879a0c174c3e045ffb46ac8723d2eedbe293c8d81
checksum/secret: 6a89acfce553acaa3ba0d9e9e3b3eceb31517e20e4f0952102446b2de3aae0b4
checksum/secret: b8369c26b421c16c8ddd8347249fb2dd81661ce0538b2871ab79cfb303f1bc5c
labels:
app: docker-registry
release: flyte-sandbox
Expand Down
4 changes: 2 additions & 2 deletions docker/sandbox-bundled/manifests/complete.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -798,7 +798,7 @@ type: Opaque
---
apiVersion: v1
data:
haSharedSecret: VHEwREZUYVBFblBvVEt5QQ==
haSharedSecret: NTdoOXVWd2F1eGR5MlIwYg==
proxyPassword: ""
proxyUsername: ""
kind: Secret
Expand Down Expand Up @@ -1362,7 +1362,7 @@ spec:
metadata:
annotations:
checksum/config: 8f50e768255a87f078ba8b9879a0c174c3e045ffb46ac8723d2eedbe293c8d81
checksum/secret: 615d35f9650a62fd85251e1798f86c4ea8dd8e0695beeac0eb3599b63ed03a11
checksum/secret: 95fc4d37764c824f9b09f68a4db7573f20ac3182fa2262547073250677575d84
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: QzlLYm5PcjdaTkJNWkQ1Uw==
haSharedSecret: ekNWRmFFVzN6ZFYwRmdxYg==
proxyPassword: ""
proxyUsername: ""
kind: Secret
Expand Down Expand Up @@ -934,7 +934,7 @@ spec:
metadata:
annotations:
checksum/config: 8f50e768255a87f078ba8b9879a0c174c3e045ffb46ac8723d2eedbe293c8d81
checksum/secret: 01d0d61034fa2500ce2f6f10e43ca5b20da53b4c3087d3f171f6b08e32dd1d4d
checksum/secret: 0d620e1b18e072c062e6d0a03205b82705ea5b2d166f46a98145047277bf357e
labels:
app: docker-registry
release: flyte-sandbox
Expand Down

0 comments on commit 488fede

Please sign in to comment.