Skip to content

Commit 0c5e14c

Browse files
author
Github Actions
committed
chore(release): Manifests update
1 parent b5c9fc1 commit 0c5e14c

File tree

9 files changed

+355
-387
lines changed

9 files changed

+355
-387
lines changed

deploy/crds/spinnaker.io_spinnakerservices.yaml

Lines changed: 351 additions & 383 deletions
Large diffs are not rendered by default.

deploy/operator/basic/deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ spec:
1515
serviceAccountName: spinnaker-operator
1616
containers:
1717
- name: spinnaker-operator
18-
image: armory/spinnaker-operator:dev # Moving label, replaced at build time with a fixed version in "build" dir
18+
image: armory/spinnaker-operator:1.4.0 # Moving label, replaced at build time with a fixed version in "build" dir
1919
command:
2020
- spinnaker-operator
2121
args:
@@ -33,7 +33,7 @@ spec:
3333
- name: OPERATOR_NAME
3434
value: "spinnaker-operator"
3535
- name: halyard
36-
image: armory/halyard:operator-dev # Moving label, replaced at build time with a fixed version in "build" dir
36+
image: armory/halyard:1.4.0 # Moving label, replaced at build time with a fixed version in "build" dir
3737
imagePullPolicy: Always
3838
ports:
3939
- containerPort: 8064

deploy/operator/cluster/deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ spec:
1515
serviceAccountName: spinnaker-operator
1616
containers:
1717
- name: spinnaker-operator
18-
image: armory/spinnaker-operator:dev # Moving label, replaced at build time with a fixed version in "build" dir
18+
image: armory/spinnaker-operator:1.4.0 # Moving label, replaced at build time with a fixed version in "build" dir
1919
command:
2020
- spinnaker-operator
2121
imagePullPolicy: Always
@@ -32,7 +32,7 @@ spec:
3232
protocol: TCP
3333
name: http
3434
- name: halyard
35-
image: armory/halyard:operator-dev # Moving label, replaced at build time with a fixed version in "build" dir
35+
image: armory/halyard:1.4.0 # Moving label, replaced at build time with a fixed version in "build" dir
3636
imagePullPolicy: Always
3737
ports:
3838
- containerPort: 8064

vendor/github.com/googleapis/gnostic/OpenAPIv2/OpenAPIv2.go renamed to vendor/github.com/googleapis/gnostic/openapiv2/OpenAPIv2.go

File renamed without changes.

vendor/github.com/googleapis/gnostic/OpenAPIv2/OpenAPIv2.pb.go renamed to vendor/github.com/googleapis/gnostic/openapiv2/OpenAPIv2.pb.go

File renamed without changes.

vendor/github.com/googleapis/gnostic/OpenAPIv2/OpenAPIv2.proto renamed to vendor/github.com/googleapis/gnostic/openapiv2/OpenAPIv2.proto

File renamed without changes.

vendor/github.com/googleapis/gnostic/OpenAPIv2/README.md renamed to vendor/github.com/googleapis/gnostic/openapiv2/README.md

File renamed without changes.

vendor/github.com/googleapis/gnostic/OpenAPIv2/document.go renamed to vendor/github.com/googleapis/gnostic/openapiv2/document.go

File renamed without changes.

vendor/github.com/googleapis/gnostic/OpenAPIv2/openapi-2.0.json renamed to vendor/github.com/googleapis/gnostic/openapiv2/openapi-2.0.json

File renamed without changes.

0 commit comments

Comments
 (0)