Skip to content

Commit

Permalink
Storybook Update: Merge pull request #12181 from momesgin/12173-updat…
Browse files Browse the repository at this point in the history
…e-oci-copy
  • Loading branch information
Rancher Storybook committed Oct 10, 2024
1 parent d826c4f commit 4526c02
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/iframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -352,4 +352,4 @@

import './9938.e31f6935.iframe.bundle.js';

import './main.b73c7f2e.iframe.bundle.js';</script></body></html>
import './main.9ae90353.iframe.bundle.js';</script></body></html>
1 change: 1 addition & 0 deletions docs/main.9ae90353.iframe.bundle.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion docs/main.b73c7f2e.iframe.bundle.js

This file was deleted.

2 changes: 1 addition & 1 deletion docs/project.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"generatedAt":1728553372829,"hasCustomBabel":false,"hasCustomWebpack":true,"hasStaticDirs":true,"hasStorybookEslint":false,"refCount":0,"monorepo":"Workspaces","packageManager":{"type":"yarn","version":"1.22.22"},"features":{"buildStoriesJson":true},"preview":{"usesGlobals":false},"framework":{"name":"@storybook/vue3-webpack5","options":{}},"builder":"@storybook/builder-webpack5","renderer":"@storybook/vue3","storybookVersion":"7.6.20","storybookVersionSpecifier":"^7.6.17","language":"javascript","storybookPackages":{"@storybook/addon-a11y":{"version":"7.6.20"},"@storybook/addon-actions":{"version":"7.6.20"},"@storybook/addon-essentials":{"version":"7.6.20"},"@storybook/addon-links":{"version":"7.6.20"},"@storybook/addon-mdx-gfm":{"version":"7.6.20"},"@storybook/cli":{"version":"7.6.20"},"@storybook/test-runner":{"version":"0.11.0"},"@storybook/vue3":{"version":"7.6.20"},"@storybook/vue3-webpack5":{"version":"7.6.20"},"storybook":{"version":"0.0.0"},"storybook-auto-events":{"version":"0.1.1"},"storybook-dark-mode":{"version":"1.1.2"}},"addons":{"$SNIP/node_modules/@storybook/addon-links":{"version":null},"$SNIP/node_modules/@storybook/addon-essentials":{"version":null},"$SNIP/node_modules/@storybook/addon-a11y":{"version":null},"$SNIP/node_modules/storybook-dark-mode":{"version":null},"$SNIP/node_modules/@storybook/addon-actions":{"version":null},"$SNIP/node_modules/@storybook/addon-mdx-gfm":{"version":null},"@storybook/addon-webpack5-compiler-babel":{"version":"3.0.3"}}}
{"generatedAt":1728577061704,"hasCustomBabel":false,"hasCustomWebpack":true,"hasStaticDirs":true,"hasStorybookEslint":false,"refCount":0,"monorepo":"Workspaces","packageManager":{"type":"yarn","version":"1.22.22"},"features":{"buildStoriesJson":true},"preview":{"usesGlobals":false},"framework":{"name":"@storybook/vue3-webpack5","options":{}},"builder":"@storybook/builder-webpack5","renderer":"@storybook/vue3","storybookVersion":"7.6.20","storybookVersionSpecifier":"^7.6.17","language":"javascript","storybookPackages":{"@storybook/addon-a11y":{"version":"7.6.20"},"@storybook/addon-actions":{"version":"7.6.20"},"@storybook/addon-essentials":{"version":"7.6.20"},"@storybook/addon-links":{"version":"7.6.20"},"@storybook/addon-mdx-gfm":{"version":"7.6.20"},"@storybook/cli":{"version":"7.6.20"},"@storybook/test-runner":{"version":"0.11.0"},"@storybook/vue3":{"version":"7.6.20"},"@storybook/vue3-webpack5":{"version":"7.6.20"},"storybook":{"version":"0.0.0"},"storybook-auto-events":{"version":"0.1.1"},"storybook-dark-mode":{"version":"1.1.2"}},"addons":{"$SNIP/node_modules/@storybook/addon-links":{"version":null},"$SNIP/node_modules/@storybook/addon-essentials":{"version":null},"$SNIP/node_modules/@storybook/addon-a11y":{"version":null},"$SNIP/node_modules/storybook-dark-mode":{"version":null},"$SNIP/node_modules/@storybook/addon-actions":{"version":null},"$SNIP/node_modules/@storybook/addon-mdx-gfm":{"version":null},"@storybook/addon-webpack5-compiler-babel":{"version":"3.0.3"}}}
4 changes: 2 additions & 2 deletions docs/translations/en-us.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1071,8 +1071,8 @@ catalog:
placeholder: 'e.g. https://charts.rancher.io'
oci:
urlLabel: OCI Repository Host URL
placeholder: 'e.g. oci://test.azure.io/test-namespace:test-tag'
info: For better performance, add OCI URLs that contain ONLY helm charts. For example oci://test.rancher.io/charts or oci://test.rancher.io/charts/mychart. The list of charts available from the repository is updated every 6 hours. Scanning directories with a large number of artifacts may degrade performance considerably.
placeholder: 'e.g. oci://<registry-host>/<namespace>/<chart-name>:<tag>'
info: Add OCI URLs that contain ONLY helm charts. For large repositories containing many charts consider targeting a specific namespace or chart to improve performance, for example with oci://<registry-host>/<namespace> or oci://<registry-host>/<namespace>/<chart-name>. The list of charts available from the repository is updated every 6 hours.
skipTlsVerifications: Skip TLS Verifications
insecurePlainHttp: Insecure Plain Http
exponentialBackOff:
Expand Down

0 comments on commit 4526c02

Please sign in to comment.