-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat (.github): Created new release for NVIDIA GPU Device Plugin chan…
…ges.
- Loading branch information
1 parent
1612e2b
commit b5070f4
Showing
2 changed files
with
33 additions
and
5 deletions.
There are no files selected for viewing
10 changes: 5 additions & 5 deletions
10
kustomize/v1.1-gpu-nvidia/kustomization.yaml → kustomize/v1.3-gpu/kustomization.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
resources: | ||
- "../base" | ||
|
||
configMapGenerator: | ||
- name: kafkaml-configmap | ||
behavior: merge | ||
literals: | ||
- tensorflow.training.image=ertis/kafka-ml-tensorflow_model_training:v1.3 | ||
- tensorflow.inference.image=ertis/kafka-ml-tensorflow_model_inference:v1.3 | ||
- pytorch.training.image=ertis/kafka-ml-pytorch_model_training:v1.3 | ||
- pytorch.inference.image=ertis/kafka-ml-pytorch_model_inference:v1.3 | ||
|
||
images: | ||
- name: kafka-ml-backend | ||
newName: ertis/kafka-ml-backend | ||
newTag: v1.3 | ||
- name: kafka-ml-frontend | ||
newName: ertis/kafka-ml-frontend | ||
newTag: v1.3 | ||
- name: kafka-ml-kafka_control_logger | ||
newName: ertis/kafka-ml-kafka_control_logger | ||
newTag: v1.3 | ||
- name: kafka-ml-pthexecutor | ||
newName: ertis/kafka-ml-pthexecutor | ||
newTag: v1.3 | ||
- name: kafka-ml-tfexecutor | ||
newName: ertis/kafka-ml-tfexecutor | ||
newTag: v1.3 |