Skip to content

Commit

Permalink
Deployed 6134732 to dev with MkDocs 1.6.0 and mike 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jul 30, 2024
1 parent 1e19e96 commit e7cdebf
Show file tree
Hide file tree
Showing 4 changed files with 49 additions and 6 deletions.
4 changes: 2 additions & 2 deletions dev/helm-chart/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1710,13 +1710,13 @@ <h2 id="parameters">Parameters<a class="headerlink" href="#parameters" title="Pe
<tr>
<td>scan.plugins.marvin.image.tag</td>
<td>string</td>
<td><code>"v0.2.3"</code></td>
<td><code>"v0.2"</code></td>
<td>marvin plugin image tag</td>
</tr>
<tr>
<td>scan.plugins.marvin.image.pullPolicy</td>
<td>string</td>
<td><code>"IfNotPresent"</code></td>
<td><code>"Always"</code></td>
<td>Image pull policy</td>
</tr>
<tr>
Expand Down
2 changes: 1 addition & 1 deletion dev/search/search_index.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dev/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -192,9 +192,9 @@ scan:
# -- marvin plugin image repository
repository: ghcr.io/undistro/marvin
# -- marvin plugin image tag
tag: v0.2.3
tag: v0.2
# -- Image pull policy
pullPolicy: IfNotPresent
pullPolicy: Always
# -- List of environment variables to set in marvin container.
env: []
# -- List of sources to populate environment variables in marvin container.
Expand Down
45 changes: 44 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
@@ -1 +1,44 @@
[{"version":"dev","title":"dev","aliases":[]},{"version":"v0.9","title":"v0.9 (latest)","aliases":["latest"]},{"version":"v0.8","title":"v0.8","aliases":[]},{"version":"v0.7","title":"v0.7","aliases":[]},{"version":"v0.6","title":"v0.6","aliases":[]},{"version":"v0.5","title":"v0.5","aliases":[]},{"version":"v0.4","title":"v0.4","aliases":[]},{"version":"v0.3","title":"v0.3","aliases":[]}]
[
{
"version": "dev",
"title": "dev",
"aliases": []
},
{
"version": "v0.9",
"title": "v0.9 (latest)",
"aliases": [
"latest"
]
},
{
"version": "v0.8",
"title": "v0.8",
"aliases": []
},
{
"version": "v0.7",
"title": "v0.7",
"aliases": []
},
{
"version": "v0.6",
"title": "v0.6",
"aliases": []
},
{
"version": "v0.5",
"title": "v0.5",
"aliases": []
},
{
"version": "v0.4",
"title": "v0.4",
"aliases": []
},
{
"version": "v0.3",
"title": "v0.3",
"aliases": []
}
]

0 comments on commit e7cdebf

Please sign in to comment.