Skip to content

Commit 01d0f49

Browse files
authored
Merge pull request #7885 from zalando-incubator/fabric/update-version
fabric: update crd
2 parents 9306b44 + 0a45d30 commit 01d0f49

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

cluster/manifests/fabric-gateway/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# {{ $version := "master-256" }}
1+
# {{ $version := "master-263" }}
22
apiVersion: apps/v1
33
kind: Deployment
44
metadata:

cluster/manifests/fabric-gateway/fabricgateway_crd.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -455,6 +455,12 @@ spec:
455455
The name of the StackSet resource in the same namespace which
456456
should be handling requests coming through FabricGateway
457457
type: string
458+
stackVersion:
459+
description: |-
460+
EXPERIMENTAL: This field is experimental and may be removed in the future
461+
Specifies stack version for this gateway
462+
it should match stackset.spec.stackTemplate.spec.version field
463+
type: string
458464
required:
459465
- hosts
460466
- stackSetName

0 commit comments

Comments
 (0)