Skip to content
This repository has been archived by the owner on Oct 26, 2023. It is now read-only.

Commit

Permalink
Update chart images to 0.7.0 (#144)
Browse files Browse the repository at this point in the history
- Now that a 0.7.0 tag has landed and produced images, a corresponding
   chart change is necessary to consume the new images

   This will end up getting tagged 0.7.1
  • Loading branch information
ddl-ebrown committed May 23, 2023
1 parent 72b675e commit 0e00a67
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deploy/helm/distributed-compute-operator/dco-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ USER-SUPPLIED VALUES:
image:
registry: quay.io
repository: domino/distributed-compute-operator
tag: v0.6.5
tag: v0.7.0
pullPolicy: Always
imagePullSecrets:
- name: domino-quay-repos
Expand All @@ -19,11 +19,11 @@ mpi:
initImage:
registry: quay.io
repository: domino/distributed-compute-operator-mpi-init
tag: v0.6.5
tag: v0.7.0
syncImage:
registry: quay.io
repository: domino/distributed-compute-operator-mpi-sync
tag: v0.6.5
tag: v0.7.0
networkPolicy:
enabled: true
nodeSelector:
Expand Down

0 comments on commit 0e00a67

Please sign in to comment.