Andi Ariffin

Results 3 issues of Andi Ariffin

This PR migrates manifests and API clients to use the `apiextensions.k8s.io/v1` API version. I have tested deploying it using **kustomize 3.1.0** on **Kubernetes v1.23.15** without any issue. ``` # kustomize...

I am using the following configuration within my `CronJob` yaml file: ``` data: ngc-update.sh: | #!/bin/bash ngc_replicator \ --project=nvidia \ --min-version=$(date +"%y.%m" -d "1 month ago") \ --py-version=py3 \ --image=tensorflow...

# Add Docker deployment support This PR adds Docker deployment configuration for the Carbon app, enabling easy containerized deployment across different environments and architectures. ## What's Added - **Multi-stage Dockerfile**...