Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions templates/spinnaker-prerelease-release-notes.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ You acknowledge that Armory has provided the Services in reliance upon the limit


## Required Armory Operator version
{{% alert color="warning" title="Important" %}}
[Armory Operator]({{< ref "armory-operator" >}}) has been deprecated and will is considered EOL. Please migrate to the [Kustomize]({{< ref "armory-operator-to-kustomize-migration" >}}) method of deployment.
{{% /alert %}}
{{`{{% alert color="warning" title="Important" %}}`}}
[Armory Operator]({{`{{< ref "armory-operator" >}}`}}) has been deprecated and will is considered EOL. Please migrate to the [Kustomize]({{`{{< ref "armory-operator-to-kustomize-migration" >}}`}}) method of deployment.
{{`{{% /alert %}}`}}

To install, upgrade, or configure Armory CD {{ (ds "payload").armoryVersion }}, use Armory Operator 1.8.6 or later.

Expand Down
6 changes: 3 additions & 3 deletions templates/spinnaker-release-notes.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ FOR EXAMPLE, "Armory Continuous Deployment Release LTS" or "Armory Continuous De
>Note: If you experience production issues after upgrading Armory Continuous Deployment, roll back to a previous working version and report issues to [http://go.armory.io/support](http://go.armory.io/support).

## Required Armory Operator version
{{% alert color="warning" title="Important" %}}
[Armory Operator]({{< ref "armory-operator" >}}) has been deprecated and will is considered EOL. Please migrate to the [Kustomize]({{< ref "armory-operator-to-kustomize-migration" >}}) method of deployment.
{{% /alert %}}
{{`{{% alert color="warning" title="Important" %}}`}}
[Armory Operator]({{`{{< ref "armory-operator" >}}`}}) has been deprecated and will is considered EOL. Please migrate to the [Kustomize]({{`{{< ref "armory-operator-to-kustomize-migration" >}}`}}) method of deployment.
{{`{{% /alert %}}`}}

To install, upgrade, or configure Armory CD {{ (ds "payload").armoryVersion }}, use Armory Operator 1.8.6 or later.

Expand Down
Loading