diff --git a/template/dockerfiles/rust/draft.yaml b/template/dockerfiles/rust/draft.yaml index 1c9e491b0..cbbfc9b4f 100644 --- a/template/dockerfiles/rust/draft.yaml +++ b/template/dockerfiles/rust/draft.yaml @@ -17,9 +17,9 @@ variables: type: "string" kind: "containerImageVersion" default: - value: "1.83.0" + value: "1.88.0" description: "the version of rust used by the application" - exampleValues: ["1.83.0", "1.82.0", "1.70.0", "1.65.0", "1.60"] + exampleValues: ["1.88.0", "1.87.0", "1.86.0", "1.85.0", "1.83.0"] versions: ">=0.0.1" - name: "DOCKERFILENAME" type: "string" @@ -28,4 +28,4 @@ variables: value: "Dockerfile" disablePrompt: true description: "the name of the Dockerfile" - versions: ">=0.0.1" \ No newline at end of file + versions: ">=0.0.1" diff --git a/test/integration/rust/helm.yaml b/test/integration/rust/helm.yaml index 18a2bffcd..3e379a10b 100644 --- a/test/integration/rust/helm.yaml +++ b/test/integration/rust/helm.yaml @@ -12,7 +12,7 @@ deployVariables: value: "host.minikube.internal:5001/testapp" languageVariables: - name: "VERSION" - value: "1.83.0" + value: "1.88.0" - name: "BUILDERVERSION" value: "null" - name: "PORT" diff --git a/test/integration/rust/kustomize.yaml b/test/integration/rust/kustomize.yaml index 8bd61b09c..06137c281 100644 --- a/test/integration/rust/kustomize.yaml +++ b/test/integration/rust/kustomize.yaml @@ -12,7 +12,7 @@ deployVariables: value: "host.minikube.internal:5001/testapp" languageVariables: - name: "VERSION" - value: "1.83.0" + value: "1.88.0" - name: "BUILDERVERSION" value: "null" - name: "PORT" diff --git a/test/integration/rust/manifest.yaml b/test/integration/rust/manifest.yaml index 4f3dae2c3..54c26bf60 100644 --- a/test/integration/rust/manifest.yaml +++ b/test/integration/rust/manifest.yaml @@ -12,7 +12,7 @@ deployVariables: value: "host.minikube.internal:5001/testapp" languageVariables: - name: "VERSION" - value: "1.83.0" + value: "1.88.0" - name: "BUILDERVERSION" value: "null" - name: "PORT"