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