Skip to content

Commit

Permalink
Make demo DNS configurable (#965)
Browse files Browse the repository at this point in the history
  • Loading branch information
gavin-stackrox authored Aug 30, 2023
1 parent 9077c9e commit 06ab41c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ Please avoid adding duplicate information across this changelog and JIRA/doc inp

## [NEXT RELEASE]

- Make the domain for GKE based demos configurable.

## [0.7.10]
- Fix for openshift-4-demo 4.2+ installs
- Reduce the master node count of openshift-4 and openshift-4-demo flavors from
Expand Down
8 changes: 6 additions & 2 deletions chart/infra-server/static/workflow-demo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ spec:
none: {}

container:
image: quay.io/stackrox-io/ci:automation-flavors-demo-0.6.14
image: quay.io/stackrox-io/ci:automation-flavors-demo-0.7.11
imagePullPolicy: Always
command:
- /usr/bin/entrypoint
Expand Down Expand Up @@ -169,6 +169,10 @@ spec:
secretKeyRef:
name: demo-secrets
key: SLACK_WEBHOOK
- name: GCP_CLOUD_DNS_ZONE_NAME
value: "demo-stackrox-com"
- name: DOMAIN_NAME
value: "demo.stackrox.com"

- name: wait
suspend: {}
Expand All @@ -184,7 +188,7 @@ spec:
path: /data/tfvars
optional: true
container:
image: quay.io/stackrox-io/ci:automation-flavors-demo-0.6.14
image: quay.io/stackrox-io/ci:automation-flavors-demo-0.7.11
imagePullPolicy: Always
command:
- /usr/bin/entrypoint
Expand Down
8 changes: 6 additions & 2 deletions chart/infra-server/static/workflow-qa-demo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ spec:
none: {}

container:
image: quay.io/stackrox-io/ci:automation-flavors-demo-0.6.14
image: quay.io/stackrox-io/ci:automation-flavors-demo-0.7.11
imagePullPolicy: Always
command:
- /usr/bin/entrypoint
Expand Down Expand Up @@ -175,6 +175,10 @@ spec:
secretKeyRef:
name: demo-secrets
key: SLACK_WEBHOOK
- name: GCP_CLOUD_DNS_ZONE_NAME
value: "demo-stackrox-com"
- name: DOMAIN_NAME
value: "demo.stackrox.com"

- name: wait
suspend: {}
Expand All @@ -190,7 +194,7 @@ spec:
path: /data/tfvars
optional: true
container:
image: quay.io/stackrox-io/ci:automation-flavors-demo-0.6.14
image: quay.io/stackrox-io/ci:automation-flavors-demo-0.7.11
imagePullPolicy: Always
command:
- /usr/bin/entrypoint
Expand Down

0 comments on commit 06ab41c

Please sign in to comment.