You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docs/50-user-guide/60-reference-docs/40-expressions.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -380,7 +380,7 @@ The returned `Image` object has the following fields:
380
380
| Field | Description |
381
381
|-------|-------------|
382
382
| `RepoURL` | The URL of the container image repository the image originates from. |
383
-
| `GitRepoURL` | The URL of the Git repository which contains the source code for the image. Only present if Kargo was able to infer it from the URL. |
383
+
| `GitRepoURL` | (Deprecated as of version 1.5, will be removed in version 1.7) The URL of the Git repository which contains the source code for the image. Only present if Kargo was able to infer it from the URL. |
384
384
| `Tag` | The tag of the image. |
385
385
| `Digest` | The digest of the image. |
386
386
| `Annotations` | A map of [annotations](https://specs.opencontainers.org/image-spec/annotations/) discovered for the image. |
Copy file name to clipboardExpand all lines: docs/old-docs/35-references/20-expression-language.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -262,7 +262,7 @@ first argument and returns a corresponding `Image` object from the `Promotion`'s
262
262
| Field | Description |
263
263
|-------|-------------|
264
264
| `RepoURL` | The URL of the container image repository the image originates from. |
265
-
| `GitRepoURL` | The URL of the Git repository which contains the source code for the image. Only present if Kargo was able to infer it from the URL. |
265
+
| `GitRepoURL` | (Deprecated as of version 1.5, will be removed in version 1.7) The URL of the Git repository which contains the source code for the image. Only present if Kargo was able to infer it from the URL. |
Copy file name to clipboardExpand all lines: ui/src/gen/schema/freights.kargo.akuity.io_v1alpha1.json
+1-1
Original file line number
Diff line number
Diff line change
@@ -87,7 +87,7 @@
87
87
"type": "string"
88
88
},
89
89
"gitRepoURL": {
90
-
"description": "GitRepoURL specifies the URL of a Git repository that contains the source\ncode for the image repository referenced by the RepoURL field if Kargo was\nable to infer it.",
90
+
"description": "GitRepoURL specifies the URL of a Git repository that contains the source\ncode for the image repository referenced by the RepoURL field if Kargo was\nable to infer it.\n\nDeprecated: Use OCI annotations instead. Will be removed in v1.7.0.",
Copy file name to clipboardExpand all lines: ui/src/gen/schema/promotions.kargo.akuity.io_v1alpha1.json
+2-2
Original file line number
Diff line number
Diff line change
@@ -254,7 +254,7 @@
254
254
"type": "string"
255
255
},
256
256
"gitRepoURL": {
257
-
"description": "GitRepoURL specifies the URL of a Git repository that contains the source\ncode for the image repository referenced by the RepoURL field if Kargo was\nable to infer it.",
257
+
"description": "GitRepoURL specifies the URL of a Git repository that contains the source\ncode for the image repository referenced by the RepoURL field if Kargo was\nable to infer it.\n\nDeprecated: Use OCI annotations instead. Will be removed in v1.7.0.",
258
258
"type": "string"
259
259
},
260
260
"repoURL": {
@@ -386,7 +386,7 @@
386
386
"type": "string"
387
387
},
388
388
"gitRepoURL": {
389
-
"description": "GitRepoURL specifies the URL of a Git repository that contains the source\ncode for the image repository referenced by the RepoURL field if Kargo was\nable to infer it.",
389
+
"description": "GitRepoURL specifies the URL of a Git repository that contains the source\ncode for the image repository referenced by the RepoURL field if Kargo was\nable to infer it.\n\nDeprecated: Use OCI annotations instead. Will be removed in v1.7.0.",
0 commit comments