Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc5f2a3b

Browse files
committed
Fix path for images
1 parent034fbde commitc5f2a3b

File tree

5 files changed

+27
-25
lines changed

5 files changed

+27
-25
lines changed

‎_data/nav.yml‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@
7676
-title:Example catalog
7777
url:"/example-catalog"
7878
pages:
79+
-title:CI/CD examples
80+
url:"/examples"
7981
-title:CI examples
8082
url:"/ci-examples"
8183
sub-pages:

‎_docs/deployments/helm/helm-charts-and-repositories.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title:"Using externalHelml repos in Codefresh pipelines"
2+
title:"Using externalHelm repos in Codefresh pipelines"
33
description:"Use external Helm Charts and repositories in Codefresh pipelines"
44
group:deployments
55
sub_group:helm

‎_docs/deployments/helm/helm-releases-management.md‎

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ View all the Helm releases in your cluster, and drill down into a specific relea
2525
{% include
2626
image.html
2727
lightbox="true"
28-
file="/images/deployments/helm/dashboard/helm-release-dashboard.png"
29-
url="/images/deployments/helm/dashboard/helm-release-dashboard.png"
28+
file="/images/deployments/helm/helm-release-dashboard.png"
29+
url="/images/deployments/helm/helm-release-dashboard.png"
3030
alt="Helm Releases"
3131
caption="Helm Releases"
3232
max-width="90%"
@@ -39,8 +39,8 @@ You can specify the type of Helm release for a cluster by clicking on the small
3939
{% include
4040
image.html
4141
lightbox="true"
42-
file="/images/getting-started/quick-start-helm/helm-version-selection.png"
43-
url="/images/getting-started/quick-start-helm/helm-version-selection.png"
42+
file="/images/quick-start/quick-start-helm/helm-version-selection.png"
43+
url="/images/quick-start/quick-start-helm/helm-version-selection.png"
4444
alt="Choosing a Helm version"
4545
caption="Choosing a Helm version"
4646
max-width="50%"
@@ -55,8 +55,8 @@ For Helm 2 releases, Codefresh will try to find the server component (Tiller) in
5555
{% include
5656
image.html
5757
lightbox="true"
58-
file="/images/deployments/helm/dashboard/services.png"
59-
url="/images/deployments/helm/dashboard/services.png"
58+
file="/images/deployments/helm/services.png"
59+
url="/images/deployments/helm/services.png"
6060
alt="Kubernetes Services"
6161
caption="Kubernetes Services"
6262
max-width="70%"
@@ -67,8 +67,8 @@ The History tab shows all previous releases.
6767
{% include
6868
image.html
6969
lightbox="true"
70-
file="/images/deployments/helm/dashboard/history.png"
71-
url="/images/deployments/helm/dashboard/history.png"
70+
file="/images/deployments/helm/history.png"
71+
url="/images/deployments/helm/history.png"
7272
alt="Helm History"
7373
caption="Helm History"
7474
max-width="60%"
@@ -79,8 +79,8 @@ You can further expand a release revision to see exactly what files were changed
7979
{% include
8080
image.html
8181
lightbox="true"
82-
file="/images/deployments/helm/dashboard/diff.png"
83-
url="/images/deployments/helm/dashboard/diff.png"
82+
file="/images/deployments/helm/diff.png"
83+
url="/images/deployments/helm/diff.png"
8484
alt="Helm diff"
8585
caption="Helm diff"
8686
max-width="60%"
@@ -91,8 +91,8 @@ There are other tabs that show you the chart used, the values as well as the fin
9191
{% include
9292
image.html
9393
lightbox="true"
94-
file="/images/deployments/helm/dashboard/manifests.png"
95-
url="/images/deployments/helm/dashboard/manifests.png"
94+
file="/images/deployments/helm/manifests.png"
95+
url="/images/deployments/helm/manifests.png"
9696
alt="Final rendered manifests"
9797
caption="Final rendered manifests"
9898
max-width="50%"
@@ -134,8 +134,8 @@ can help show the main reason behind each release, or any other message that is
134134
{% include
135135
image.html
136136
lightbox="true"
137-
file="/images/deployments/helm/dashboard/helm-commit-message.png"
138-
url="/images/deployments/helm/dashboard/helm-commit-message.png"
137+
file="/images/deployments/helm/helm-commit-message.png"
138+
url="/images/deployments/helm/helm-commit-message.png"
139139
alt="Helm release message"
140140
caption="Helm release message"
141141
max-width="70%"
@@ -158,8 +158,8 @@ You can rollback to a previous revision of a release in the History tab.
158158
{% include
159159
image.html
160160
lightbox="true"
161-
file="/images/deployments/helm/dashboard/rollback.png"
162-
url="/images/deployments/helm/dashboard/rollback.png"
161+
file="/images/deployments/helm/rollback.png"
162+
url="/images/deployments/helm/rollback.png"
163163
alt="Rolling back to a previous release"
164164
caption="Rolling back to a previous release"
165165
max-width="50%"
@@ -186,8 +186,8 @@ Similar to a [build badge]({{site.baseurl}}/docs/pipelines/build-status/#using-t
186186
{% include
187187
image.html
188188
lightbox="true"
189-
file="/images/deployments/helm/dashboard/helm-badge.png"
190-
url="/images/deployments/helm/dashboard/helm-badge.png"
189+
file="/images/deployments/helm/helm-badge.png"
190+
url="/images/deployments/helm/helm-badge.png"
191191
alt="Helm Deployment badge"
192192
caption="Helm Deployment badge"
193193
max-width="60%"
@@ -216,8 +216,8 @@ You can override these actions for a specific Helm release by defining custom pi
216216
{% include
217217
image.html
218218
lightbox="true"
219-
file="/images/deployments/helm/dashboard/override-helm-actions.png"
220-
url="/images/deployments/helm/dashboard/override-helm-actions.png"
219+
file="/images/deployments/helm/override-helm-actions.png"
220+
url="/images/deployments/helm/override-helm-actions.png"
221221
alt="Changing default Helm actions"
222222
caption="Changing default Helm actions"
223223
max-width="50%"

‎_docs/deployments/helm/managed-helm-repository.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ The Codefresh-managed Helm repo is displayed with other Helm repositories you ha
2727
{% include
2828
image.html
2929
lightbox="true"
30-
file="/images/deployments/helm/private-helm-repo/managed-helm-repo.png"
31-
url="/images/deployments/helm/private-helm-repo/managed-helm-repo.png"
30+
file="/images/deployments/helm/managed-helm-repo.png"
31+
url="/images/deployments/helm/managed-helm-repo.png"
3232
alt="Codefresh built-in Helm repository"
3333
caption="Codefresh built-in Helm repository"
3434
max-width="50%"

‎_docs/deployments/kubernetes/manage-kubernetes.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ After [adding a cluster]({{site.baseurl}}/docs/integrations/kubernetes/#connect-
1717

1818
{% include image.html
1919
lightbox="true"
20-
file="/images/deployments/kubernetes/kubernetes-dashboard.png"
21-
url="/images/deployments/kubernetes/kubernetes-dashboard.png"
20+
file="/images/integrations/kubernetes/kubernetes-dashboard.png"
21+
url="/images/integrations/kubernetes/kubernetes-dashboard.png"
2222
alt="Codefresh Kubernetes Dashboard"
2323
caption="Codefresh Kubernetes Dashboard"
2424
max-width="80%"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp