Skip to content

Commit

Permalink
bump rust version to fix e2e (#216)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgamero authored Jun 14, 2023
1 parent 4fc212e commit 6cbf41c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions template/dockerfiles/rust/draft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ variables:
type: int
- name: "VERSION"
description: "the version of rust used by the application"
exampleValues: ["1.58.0","1.56", "1.55", "1.54", "1.53"]
exampleValues: ["1.70.0","1.65.0", "1.60", "1.54", "1.53"]
variableDefaults:
- name: "VERSION"
value: "1.58.0"
value: "1.70.0"
- name: "PORT"
value: "80"
value: "80"
2 changes: 1 addition & 1 deletion test/integration/rust/helm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ deployVariables:
value: "host.minikube.internal:5001/testapp"
languageVariables:
- name: "VERSION"
value: "1.59.0"
value: "1.70.0"
- name: "BUILDERVERSION"
value: "null"
- name: "PORT"
Expand Down
2 changes: 1 addition & 1 deletion test/integration/rust/kustomize.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ deployVariables:
value: "host.minikube.internal:5001/testapp"
languageVariables:
- name: "VERSION"
value: "1.59.0"
value: "1.70.0"
- name: "BUILDERVERSION"
value: "null"
- name: "PORT"
Expand Down
2 changes: 1 addition & 1 deletion test/integration/rust/manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ deployVariables:
value: "host.minikube.internal:5001/testapp"
languageVariables:
- name: "VERSION"
value: "1.59.0"
value: "1.70.0"
- name: "BUILDERVERSION"
value: "null"
- name: "PORT"
Expand Down

0 comments on commit 6cbf41c

Please sign in to comment.