Skip to content

Commit

Permalink
[FIX] change ml-pipeline-viewer-crd imagePullPolicy to IfNotPresent (m…
Browse files Browse the repository at this point in the history
  • Loading branch information
GiladShapira94 authored Mar 10, 2024
1 parent 8fb66e4 commit 53d511a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/mlrun-ce/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v1
version: 0.6.3-rc10
version: 0.6.3-rc11
name: mlrun-ce
description: MLRUn Open Source Stack
home: https://iguazio.com
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ spec:
fieldRef:
fieldPath: metadata.namespace
image: {{ .Values.pipelines.images.viewerCrdController.repository }}:{{ .Values.pipelines.images.viewerCrdController.tag }}
imagePullPolicy: Always
imagePullPolicy: IfNotPresent
name: ml-pipeline-viewer-crd
resources: {}
terminationMessagePath: /dev/termination-log
Expand Down

0 comments on commit 53d511a

Please sign in to comment.