Skip to content

Commit

Permalink
Storybook Update: Merge pull request #10206 from richard-cox/fix-cata…
Browse files Browse the repository at this point in the history
…log-pull-secret-text
  • Loading branch information
Rancher Storybook committed Jan 2, 2024
1 parent 76f538a commit 62cd2ba
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/iframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -361,4 +361,4 @@



window['STORIES'] = [{"titlePrefix":"","directory":"./stories","files":"**/Welcome.stories.mdx","importPathMatcher":"^\\.[\\\\/](?:stories(?:\\/(?!\\.)(?:(?:(?!(?:^|\\/)\\.).)*?)\\/|\\/|$)Welcome\\.stories\\.mdx)$"},{"titlePrefix":"","directory":"./stories","files":"**/*.stories.mdx","importPathMatcher":"^\\.[\\\\/](?:stories(?:\\/(?!\\.)(?:(?:(?!(?:^|\\/)\\.).)*?)\\/|\\/|$)(?!\\.)(?=.)[^/]*?\\.stories\\.mdx)$"},{"titlePrefix":"","directory":"./stories","files":"**/*.stories.@(js|jsx|ts|tsx)","importPathMatcher":"^\\.[\\\\/](?:stories(?:\\/(?!\\.)(?:(?:(?!(?:^|\\/)\\.).)*?)\\/|\\/|$)(?!\\.)(?=.)[^/]*?\\.stories\\.(js|jsx|ts|tsx))$"}];</script><script src="runtime~main.14ae9510.iframe.bundle.js"></script><script src="vendors~main.ed98e005.iframe.bundle.js"></script><script src="main.d61a756c.iframe.bundle.js"></script></body></html>
window['STORIES'] = [{"titlePrefix":"","directory":"./stories","files":"**/Welcome.stories.mdx","importPathMatcher":"^\\.[\\\\/](?:stories(?:\\/(?!\\.)(?:(?:(?!(?:^|\\/)\\.).)*?)\\/|\\/|$)Welcome\\.stories\\.mdx)$"},{"titlePrefix":"","directory":"./stories","files":"**/*.stories.mdx","importPathMatcher":"^\\.[\\\\/](?:stories(?:\\/(?!\\.)(?:(?:(?!(?:^|\\/)\\.).)*?)\\/|\\/|$)(?!\\.)(?=.)[^/]*?\\.stories\\.mdx)$"},{"titlePrefix":"","directory":"./stories","files":"**/*.stories.@(js|jsx|ts|tsx)","importPathMatcher":"^\\.[\\\\/](?:stories(?:\\/(?!\\.)(?:(?:(?!(?:^|\\/)\\.).)*?)\\/|\\/|$)(?!\\.)(?=.)[^/]*?\\.stories\\.(js|jsx|ts|tsx))$"}];</script><script src="runtime~main.14ae9510.iframe.bundle.js"></script><script src="vendors~main.ed98e005.iframe.bundle.js"></script><script src="main.7c65f29f.iframe.bundle.js"></script></body></html>

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/main.7c65f29f.iframe.bundle.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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

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":1704217698820,"builder":{"name":"webpack4"},"hasCustomBabel":false,"hasCustomWebpack":true,"hasStaticDirs":true,"hasStorybookEslint":false,"refCount":0,"monorepo":"Workspaces","packageManager":{"type":"yarn","version":"1.22.21"},"features":{"buildStoriesJson":true},"storybookVersion":"6.5.16","language":"javascript","storybookPackages":{"@storybook/test-runner":{"version":"0.11.0"},"@storybook/vue":{"version":"6.5.16"},"storybook-auto-events":{"version":"0.1.1"}},"framework":{"name":"vue"},"addons":{"@storybook/addon-links":{"version":"6.5.16"},"@storybook/addon-essentials":{"version":"6.5.16"},"@storybook/addon-a11y":{"version":"6.5.16"},"storybook-dark-mode":{"version":"1.1.2"},"@storybook/addon-actions":{"version":"6.5.16"}}}
{"generatedAt":1704222158675,"builder":{"name":"webpack4"},"hasCustomBabel":false,"hasCustomWebpack":true,"hasStaticDirs":true,"hasStorybookEslint":false,"refCount":0,"monorepo":"Workspaces","packageManager":{"type":"yarn","version":"1.22.21"},"features":{"buildStoriesJson":true},"storybookVersion":"6.5.16","language":"javascript","storybookPackages":{"@storybook/test-runner":{"version":"0.11.0"},"@storybook/vue":{"version":"6.5.16"},"storybook-auto-events":{"version":"0.1.1"}},"framework":{"name":"vue"},"addons":{"@storybook/addon-links":{"version":"6.5.16"},"@storybook/addon-essentials":{"version":"6.5.16"},"@storybook/addon-a11y":{"version":"6.5.16"},"storybook-dark-mode":{"version":"1.1.2"},"@storybook/addon-actions":{"version":"6.5.16"}}}
3 changes: 3 additions & 0 deletions docs/translations/en-us.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4134,6 +4134,9 @@ plugins:
image:
label: Catalog Image Reference
placeholder: "e.g. hub.docker.io/example-org/my-image:latest"
imagePullSecrets:
label: Image Pull Secrets
tooltip: Must be of Type `kubernetes.io/dockercfg` or `kubernetes.io/dockerconfigjson`
secrets:
banner: "If the registry that hosts the Catalog Image requires Pull Secrets, they must be created in the following namespace:<pre>cattle-ui-plugin-system</pre>"
banner: This will create an Deployment, Service, and Helm repository to serve the extension charts.
Expand Down

0 comments on commit 62cd2ba

Please sign in to comment.