Skip to content

Commit

Permalink
dev img and lifespan in tmplt
Browse files Browse the repository at this point in the history
  • Loading branch information
davdhacs committed Jul 12, 2023
1 parent 7461721 commit cf332b7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion chart/infra-server/static/workflow-gke-default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ spec:
valueFrom:
path: /outputs/cluster_name
container:
image: quay.io/stackrox-io/ci:automation-flavors-gke-default-0.5.3
image: quay.io/stackrox-io/ci:automation-flavors-gke-default-0.7.6-1-g1d384d4d42-snapshot
imagePullPolicy: Always
command:
- /usr/bin/entrypoint
Expand All @@ -71,6 +71,7 @@ spec:
- "--machine-type={{workflow.parameters.machine-type}}"
- --gcp-project=srox-temp-dev-test
- --creation-source=infra
- --labels="lifespan={{workflow.annotations.infra.stackrox.com/lifespan}},"
- --k8s-version={{workflow.parameters.k8s-version}}
- --pod-security-policy={{workflow.parameters.pod-security-policy}}
- --gcp-image-type={{workflow.parameters.gcp-image-type}}
Expand Down

0 comments on commit cf332b7

Please sign in to comment.