From b5070f424fc2cc39aa1d6684707accbc42347d58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonio=20Jes=C3=BAs?= Date: Thu, 18 Jan 2024 14:41:54 +0100 Subject: [PATCH] feat (.github): Created new release for NVIDIA GPU Device Plugin changes. --- .../kustomization.yaml | 10 +++---- kustomize/v1.3/kustomization.yaml | 28 +++++++++++++++++++ 2 files changed, 33 insertions(+), 5 deletions(-) rename kustomize/{v1.1-gpu-nvidia => v1.3-gpu}/kustomization.yaml (85%) create mode 100644 kustomize/v1.3/kustomization.yaml diff --git a/kustomize/v1.1-gpu-nvidia/kustomization.yaml b/kustomize/v1.3-gpu/kustomization.yaml similarity index 85% rename from kustomize/v1.1-gpu-nvidia/kustomization.yaml rename to kustomize/v1.3-gpu/kustomization.yaml index 624333c..0c739c2 100644 --- a/kustomize/v1.1-gpu-nvidia/kustomization.yaml +++ b/kustomize/v1.3-gpu/kustomization.yaml @@ -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 diff --git a/kustomize/v1.3/kustomization.yaml b/kustomize/v1.3/kustomization.yaml new file mode 100644 index 0000000..0ef4e69 --- /dev/null +++ b/kustomize/v1.3/kustomization.yaml @@ -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