|
70 | 70 | </div>
|
71 | 71 | {:else if $data.__typename === 'DeprecatedRegistryError'}
|
72 | 72 | <div class="wrapper">
|
73 |
| - <Alert variant="warning"> |
| 73 | + <Alert variant="info"> |
74 | 74 | Deprecated image registry <strong>{$data.registry}</strong> for image
|
75 | 75 | <strong>{$data.name}</strong>. See
|
76 |
| - <a href="https://doc.nais.io/guides/oci-migration/"> docker-build-push</a> on how to migrate |
77 |
| - to Google Artifact Registry. |
| 76 | + <a href="https://doc.nais.io/guides/oci-migration/">docker-build-push</a> on how to migrate to |
| 77 | + Google Artifact Registry. |
78 | 78 | </Alert>
|
79 | 79 | </div>
|
80 | 80 | {:else if $data.__typename === 'NoRunningInstancesError'}
|
|
85 | 85 | </div>
|
86 | 86 | {:else if $data.__typename === 'DeprecatedIngressError'}
|
87 | 87 | <div class="wrapper">
|
88 |
| - <Alert variant="warning"> |
| 88 | + <Alert variant="info"> |
89 | 89 | Deprecated ingress <strong>{$data.ingress}</strong>. See
|
90 | 90 | {#if env === 'dev-gcp'}
|
91 |
| - <a href="https://doc.nais.io/clusters/gcp/#dev-gcp-ingresses"> ingress documentation</a> |
| 91 | + <a href="https://doc.nais.io/reference/environments/?h=#dev-gcp"> |
| 92 | + ingress documentation</a |
| 93 | + > |
92 | 94 | {:else if env === 'prod-gcp'}
|
93 |
| - <a href="https://doc.nais.io/clusters/gcp/#prod-gcp-ingresses"> ingress documentation</a> |
| 95 | + <a href="https://doc.nais.io/reference/environments/?h=#prod-gcp"> |
| 96 | + ingress documentation</a |
| 97 | + > |
94 | 98 | {:else if env === 'dev-fss'}
|
95 |
| - <a href="https://doc.nais.io/clusters/on-premises/#dev-fss"> ingress documentation</a> |
| 99 | + <a href="https://doc.nais.io/reference/environments/?h=#dev-fss"> |
| 100 | + ingress documentation</a |
| 101 | + > |
96 | 102 | {:else if env === 'prod-fss'}
|
97 |
| - <a href="https://doc.nais.io/clusters/on-premises/#prod-fss"> ingress documentation</a> |
| 103 | + <a href="https://doc.nais.io/reference/environments/?h=#prod-fss"> |
| 104 | + ingress documentation</a |
| 105 | + > |
98 | 106 | {/if} for available ingress domains.
|
99 | 107 | </Alert>
|
100 | 108 | </div>
|
|
0 commit comments