Skip to content

Commit

Permalink
feat (.github): Created new release for NVIDIA GPU Device Plugin chan…
Browse files Browse the repository at this point in the history
…ges.
  • Loading branch information
antoniochavesgarcia committed Jan 18, 2024
1 parent 1612e2b commit b5070f4
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
resources:
- "../v1.1"
- "../v1.3"

configMapGenerator:
- name: kafkaml-configmap
behavior: merge
literals:
- tensorflow.training.image=ertis/kafka-ml-tensorflow_model_training-gpu:v1.1
- tensorflow.inference.image=ertis/kafka-ml-tensorflow_model_inference-gpu:v1.1
- pytorch.training.image=ertis/kafka-ml-pytorch_model_training-gpu:v1.1
- pytorch.inference.image=ertis/kafka-ml-pytorch_model_inference-gpu:v1.1
- tensorflow.training.image=ertis/kafka-ml-tensorflow_model_training-gpu:v1.3
- tensorflow.inference.image=ertis/kafka-ml-tensorflow_model_inference-gpu:v1.3
- pytorch.training.image=ertis/kafka-ml-pytorch_model_training-gpu:v1.3
- pytorch.inference.image=ertis/kafka-ml-pytorch_model_inference-gpu:v1.3

images:
- name: ertis/kafka-ml-pthexecutor
Expand Down
28 changes: 28 additions & 0 deletions kustomize/v1.3/kustomization.yaml
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

0 comments on commit b5070f4

Please sign in to comment.