Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
akashg3627 committed Oct 30, 2024
1 parent 79ebfb2 commit 295cf8b
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 5 deletions.
23 changes: 19 additions & 4 deletions charts/tfy-configs/files/image-mutation-policy.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
images: []
# - source_image_uri: model_downloader_image_uri
# destination_image_uri: model_downloader_image_uri_replaced
# image_pull_secret_name: model_downloader_image_pull_secret_name
images:
# Model Downloader Image
- source_image: tfy.jfrog.io/tfy-images/tfy-model-downloader
destination_image: tfy.jfrog.io/tfy-images/tfy-model-downloader
# Async Service Sidecar Image
- source_image: tfy.jfrog.io/tfy-images/async_processor
destination_image: tfy.jfrog.io/tfy-images/async_processor
# Notification sender image
- source_image: tfy.jfrog.io/tfy-images/tfy-notification-sender
destination_image: tfy.jfrog.io/tfy-images/tfy-notification-sender
# Volume browser image
- source_image: filebrowser/filebrowser
destination_image: tfy.jfrog.io/tfy-images/tfy-volume-browser
# Workbench image
- source_image: tfy.jfrog.io/tfy-images/jupyter
destination_image: tfy.jfrog.io/tfy-images/jupyter
# SSH Server image
- source_image: tfy.jfrog.io/tfy-images/ssh-server
destination_image: tfy.jfrog.io/tfy-images/ssh-server
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ clusterScopedResourcePolicy:
- rbac.authorization.k8s.io/v1
errorMessage: "ClusterRole and ClusterRoleBinding are not allowed"
action: deny
namespaceScopedResourcePolicy: []
crossNamespaceResourcePolicy:
- match:
- key: kind
Expand Down

0 comments on commit 295cf8b

Please sign in to comment.