Skip to content

Commit

Permalink
chore(release): Manifests update
Browse files Browse the repository at this point in the history
  • Loading branch information
Github Actions committed Mar 23, 2023
1 parent 8424836 commit caa572f
Show file tree
Hide file tree
Showing 9 changed files with 355 additions and 387 deletions.
734 changes: 351 additions & 383 deletions deploy/crds/spinnaker.io_spinnakerservices.yaml

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions deploy/operator/basic/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
serviceAccountName: spinnaker-operator
containers:
- name: spinnaker-operator
image: armory/spinnaker-operator:dev # Moving label, replaced at build time with a fixed version in "build" dir
image: armory/spinnaker-operator:1.4.0-rc.3 # Moving label, replaced at build time with a fixed version in "build" dir
command:
- spinnaker-operator
args:
Expand All @@ -33,7 +33,7 @@ spec:
- name: OPERATOR_NAME
value: "spinnaker-operator"
- name: halyard
image: armory/halyard:operator-dev # Moving label, replaced at build time with a fixed version in "build" dir
image: armory/halyard:1.4.0-rc.3 # Moving label, replaced at build time with a fixed version in "build" dir
imagePullPolicy: Always
ports:
- containerPort: 8064
Expand Down
4 changes: 2 additions & 2 deletions deploy/operator/cluster/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
serviceAccountName: spinnaker-operator
containers:
- name: spinnaker-operator
image: armory/spinnaker-operator:dev # Moving label, replaced at build time with a fixed version in "build" dir
image: armory/spinnaker-operator:1.4.0-rc.3 # Moving label, replaced at build time with a fixed version in "build" dir
command:
- spinnaker-operator
imagePullPolicy: Always
Expand All @@ -32,7 +32,7 @@ spec:
protocol: TCP
name: http
- name: halyard
image: armory/halyard:operator-dev # Moving label, replaced at build time with a fixed version in "build" dir
image: armory/halyard:1.4.0-rc.3 # Moving label, replaced at build time with a fixed version in "build" dir
imagePullPolicy: Always
ports:
- containerPort: 8064
Expand Down

0 comments on commit caa572f

Please sign in to comment.