mirror of https://github.com/artifacthub/blog.git
Publishing Site blog.artifacthub.io at 16db7d2ca5 on Wed Feb 24 15:25:28 UTC 2021
This commit is contained in:
parent
2a5fc30177
commit
1c5335f78c
File diff suppressed because one or more lines are too long
|
|
@ -1,2 +1,2 @@
|
||||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Blogs on Artifact Hub Blog</title><link>https://blog.artifacthub.io/blog/</link><description>Recent content in Blogs on Artifact Hub Blog</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><lastBuildDate>Wed, 10 Feb 2021 00:00:00 -0500</lastBuildDate><atom:link href="https://blog.artifacthub.io/blog/index.xml" rel="self" type="application/rss+xml"/><item><title>Helm Values Schema Reference</title><link>https://blog.artifacthub.io/blog/helm-values-schema-reference/</link><pubDate>Wed, 10 Feb 2021 00:00:00 -0500</pubDate><guid>https://blog.artifacthub.io/blog/helm-values-schema-reference/</guid><description><p>Helm v3 introduced <a href="https://helm.sh/docs/topics/charts/#schema-files">schemas for values</a>. The schemas are written as JSON Schemas and put in a chart in a file named <code>values.schema.json</code> that goes right alongside <code>values.yaml</code> files. Wouldn&rsquo;t it be great if there was a way to easily use these files to understand the values in a chart? Artifact Hub provides just that with its Values Schema Reference.</p></description></item><item><title>Discover Tekton Tasks</title><link>https://blog.artifacthub.io/blog/discover-tekton-tasks/</link><pubDate>Thu, 28 Jan 2021 00:00:00 -0500</pubDate><guid>https://blog.artifacthub.io/blog/discover-tekton-tasks/</guid><description><p>Artifact Hub has already provided search and discovery for Helm charts, OLM based operators, Falco rules, OPA policies, Tinkerbell actions, Krew (kubectl) plugins, and Helm plugins. These are all <a href="https://www.cncf.io/">CNCF</a> project related artifacts. We are happy to share that we have expanded beyond the CNCF to support another non-profit foundation based project with support for <a href="https://tekton.dev/">Tekton</a> tasks.</p></description></item><item><title>Container Image Scanning</title><link>https://blog.artifacthub.io/blog/container-image-scanning/</link><pubDate>Wed, 13 Jan 2021 09:00:00 -0500</pubDate><guid>https://blog.artifacthub.io/blog/container-image-scanning/</guid><description><p>When trying to make a decision about which artifacts to use it&rsquo;s useful to know some information about the security of the artifact. With Artifact Hub, it&rsquo;s possible to see security scans for container based artifacts such as Operator Framework OLM based operators, some Helm Charts, OPA Policies, and Tinkerbell actions.</p></description></item><item><title>What Is The Artifact Hub?</title><link>https://blog.artifacthub.io/blog/what-is-artifacthub/</link><pubDate>Wed, 02 Dec 2020 09:00:00 -0500</pubDate><guid>https://blog.artifacthub.io/blog/what-is-artifacthub/</guid><description>Finding cloud native artifacts on the Internet can be difficult. When we talk about artifacts we mean things like Helm charts, Kubernetes operators, Falco rules, and Open Policy Agent (OPA) policies. If you use a search engine to look for them the results will be mixed with articles, documentation, and discussion. This experience is far from ideal if you want to find a package or tool to install.
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Blogs on Artifact Hub Blog</title><link>https://blog.artifacthub.io/blog/</link><description>Recent content in Blogs on Artifact Hub Blog</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><lastBuildDate>Wed, 24 Feb 2021 00:00:00 -0500</lastBuildDate><atom:link href="https://blog.artifacthub.io/blog/index.xml" rel="self" type="application/rss+xml"/><item><title>Verified Publishers and Official Status</title><link>https://blog.artifacthub.io/blog/verified-and-official-repos/</link><pubDate>Wed, 24 Feb 2021 00:00:00 -0500</pubDate><guid>https://blog.artifacthub.io/blog/verified-and-official-repos/</guid><description><p>Ever wonder if you are getting a package for a piece of software from the developer of that software? Or, have you ever wondered if the person who listed a repository or package on the Artifact Hub owns it? If you have, than you&rsquo;re in luck. The Artifact Hub has badges that can answer those questions for you.</p></description></item><item><title>Helm Values Schema Reference</title><link>https://blog.artifacthub.io/blog/helm-values-schema-reference/</link><pubDate>Wed, 10 Feb 2021 00:00:00 -0500</pubDate><guid>https://blog.artifacthub.io/blog/helm-values-schema-reference/</guid><description><p>Helm v3 introduced <a href="https://helm.sh/docs/topics/charts/#schema-files">schemas for values</a>. The schemas are written as JSON Schemas and put in a chart in a file named <code>values.schema.json</code> that goes right alongside <code>values.yaml</code> files. Wouldn&rsquo;t it be great if there was a way to easily use these files to understand the values in a chart? Artifact Hub provides just that with its Values Schema Reference.</p></description></item><item><title>Discover Tekton Tasks</title><link>https://blog.artifacthub.io/blog/discover-tekton-tasks/</link><pubDate>Thu, 28 Jan 2021 00:00:00 -0500</pubDate><guid>https://blog.artifacthub.io/blog/discover-tekton-tasks/</guid><description><p>Artifact Hub has already provided search and discovery for Helm charts, OLM based operators, Falco rules, OPA policies, Tinkerbell actions, Krew (kubectl) plugins, and Helm plugins. These are all <a href="https://www.cncf.io/">CNCF</a> project related artifacts. We are happy to share that we have expanded beyond the CNCF to support another non-profit foundation based project with support for <a href="https://tekton.dev/">Tekton</a> tasks.</p></description></item><item><title>Container Image Scanning</title><link>https://blog.artifacthub.io/blog/container-image-scanning/</link><pubDate>Wed, 13 Jan 2021 09:00:00 -0500</pubDate><guid>https://blog.artifacthub.io/blog/container-image-scanning/</guid><description><p>When trying to make a decision about which artifacts to use it&rsquo;s useful to know some information about the security of the artifact. With Artifact Hub, it&rsquo;s possible to see security scans for container based artifacts such as Operator Framework OLM based operators, some Helm Charts, OPA Policies, and Tinkerbell actions.</p></description></item><item><title>What Is The Artifact Hub?</title><link>https://blog.artifacthub.io/blog/what-is-artifacthub/</link><pubDate>Wed, 02 Dec 2020 09:00:00 -0500</pubDate><guid>https://blog.artifacthub.io/blog/what-is-artifacthub/</guid><description>Finding cloud native artifacts on the Internet can be difficult. When we talk about artifacts we mean things like Helm charts, Kubernetes operators, Falco rules, and Open Policy Agent (OPA) policies. If you use a search engine to look for them the results will be mixed with articles, documentation, and discussion. This experience is far from ideal if you want to find a package or tool to install.
|
||||||
This has lead to the rise of Hubs like the Helm Hub (which now redirects to the Artifact Hub) and Operator Hub.</description></item></channel></rss>
|
This has lead to the rise of Hubs like the Helm Hub (which now redirects to the Artifact Hub) and Operator Hub.</description></item></channel></rss>
|
||||||
File diff suppressed because one or more lines are too long
Binary file not shown.
|
After Width: | Height: | Size: 66 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 53 KiB |
File diff suppressed because one or more lines are too long
|
|
@ -1,2 +1,2 @@
|
||||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Artifact Hub Blog</title><link>https://blog.artifacthub.io/</link><description>Recent content on Artifact Hub Blog</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><lastBuildDate>Wed, 10 Feb 2021 00:00:00 -0500</lastBuildDate><atom:link href="https://blog.artifacthub.io/index.xml" rel="self" type="application/rss+xml"/><item><title>Helm Values Schema Reference</title><link>https://blog.artifacthub.io/blog/helm-values-schema-reference/</link><pubDate>Wed, 10 Feb 2021 00:00:00 -0500</pubDate><guid>https://blog.artifacthub.io/blog/helm-values-schema-reference/</guid><description><p>Helm v3 introduced <a href="https://helm.sh/docs/topics/charts/#schema-files">schemas for values</a>. The schemas are written as JSON Schemas and put in a chart in a file named <code>values.schema.json</code> that goes right alongside <code>values.yaml</code> files. Wouldn&rsquo;t it be great if there was a way to easily use these files to understand the values in a chart? Artifact Hub provides just that with its Values Schema Reference.</p></description></item><item><title>Discover Tekton Tasks</title><link>https://blog.artifacthub.io/blog/discover-tekton-tasks/</link><pubDate>Thu, 28 Jan 2021 00:00:00 -0500</pubDate><guid>https://blog.artifacthub.io/blog/discover-tekton-tasks/</guid><description><p>Artifact Hub has already provided search and discovery for Helm charts, OLM based operators, Falco rules, OPA policies, Tinkerbell actions, Krew (kubectl) plugins, and Helm plugins. These are all <a href="https://www.cncf.io/">CNCF</a> project related artifacts. We are happy to share that we have expanded beyond the CNCF to support another non-profit foundation based project with support for <a href="https://tekton.dev/">Tekton</a> tasks.</p></description></item><item><title>Container Image Scanning</title><link>https://blog.artifacthub.io/blog/container-image-scanning/</link><pubDate>Wed, 13 Jan 2021 09:00:00 -0500</pubDate><guid>https://blog.artifacthub.io/blog/container-image-scanning/</guid><description><p>When trying to make a decision about which artifacts to use it&rsquo;s useful to know some information about the security of the artifact. With Artifact Hub, it&rsquo;s possible to see security scans for container based artifacts such as Operator Framework OLM based operators, some Helm Charts, OPA Policies, and Tinkerbell actions.</p></description></item><item><title>What Is The Artifact Hub?</title><link>https://blog.artifacthub.io/blog/what-is-artifacthub/</link><pubDate>Wed, 02 Dec 2020 09:00:00 -0500</pubDate><guid>https://blog.artifacthub.io/blog/what-is-artifacthub/</guid><description>Finding cloud native artifacts on the Internet can be difficult. When we talk about artifacts we mean things like Helm charts, Kubernetes operators, Falco rules, and Open Policy Agent (OPA) policies. If you use a search engine to look for them the results will be mixed with articles, documentation, and discussion. This experience is far from ideal if you want to find a package or tool to install.
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Artifact Hub Blog</title><link>https://blog.artifacthub.io/</link><description>Recent content on Artifact Hub Blog</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><lastBuildDate>Wed, 24 Feb 2021 00:00:00 -0500</lastBuildDate><atom:link href="https://blog.artifacthub.io/index.xml" rel="self" type="application/rss+xml"/><item><title>Verified Publishers and Official Status</title><link>https://blog.artifacthub.io/blog/verified-and-official-repos/</link><pubDate>Wed, 24 Feb 2021 00:00:00 -0500</pubDate><guid>https://blog.artifacthub.io/blog/verified-and-official-repos/</guid><description><p>Ever wonder if you are getting a package for a piece of software from the developer of that software? Or, have you ever wondered if the person who listed a repository or package on the Artifact Hub owns it? If you have, than you&rsquo;re in luck. The Artifact Hub has badges that can answer those questions for you.</p></description></item><item><title>Helm Values Schema Reference</title><link>https://blog.artifacthub.io/blog/helm-values-schema-reference/</link><pubDate>Wed, 10 Feb 2021 00:00:00 -0500</pubDate><guid>https://blog.artifacthub.io/blog/helm-values-schema-reference/</guid><description><p>Helm v3 introduced <a href="https://helm.sh/docs/topics/charts/#schema-files">schemas for values</a>. The schemas are written as JSON Schemas and put in a chart in a file named <code>values.schema.json</code> that goes right alongside <code>values.yaml</code> files. Wouldn&rsquo;t it be great if there was a way to easily use these files to understand the values in a chart? Artifact Hub provides just that with its Values Schema Reference.</p></description></item><item><title>Discover Tekton Tasks</title><link>https://blog.artifacthub.io/blog/discover-tekton-tasks/</link><pubDate>Thu, 28 Jan 2021 00:00:00 -0500</pubDate><guid>https://blog.artifacthub.io/blog/discover-tekton-tasks/</guid><description><p>Artifact Hub has already provided search and discovery for Helm charts, OLM based operators, Falco rules, OPA policies, Tinkerbell actions, Krew (kubectl) plugins, and Helm plugins. These are all <a href="https://www.cncf.io/">CNCF</a> project related artifacts. We are happy to share that we have expanded beyond the CNCF to support another non-profit foundation based project with support for <a href="https://tekton.dev/">Tekton</a> tasks.</p></description></item><item><title>Container Image Scanning</title><link>https://blog.artifacthub.io/blog/container-image-scanning/</link><pubDate>Wed, 13 Jan 2021 09:00:00 -0500</pubDate><guid>https://blog.artifacthub.io/blog/container-image-scanning/</guid><description><p>When trying to make a decision about which artifacts to use it&rsquo;s useful to know some information about the security of the artifact. With Artifact Hub, it&rsquo;s possible to see security scans for container based artifacts such as Operator Framework OLM based operators, some Helm Charts, OPA Policies, and Tinkerbell actions.</p></description></item><item><title>What Is The Artifact Hub?</title><link>https://blog.artifacthub.io/blog/what-is-artifacthub/</link><pubDate>Wed, 02 Dec 2020 09:00:00 -0500</pubDate><guid>https://blog.artifacthub.io/blog/what-is-artifacthub/</guid><description>Finding cloud native artifacts on the Internet can be difficult. When we talk about artifacts we mean things like Helm charts, Kubernetes operators, Falco rules, and Open Policy Agent (OPA) policies. If you use a search engine to look for them the results will be mixed with articles, documentation, and discussion. This experience is far from ideal if you want to find a package or tool to install.
|
||||||
This has lead to the rise of Hubs like the Helm Hub (which now redirects to the Artifact Hub) and Operator Hub.</description></item></channel></rss>
|
This has lead to the rise of Hubs like the Helm Hub (which now redirects to the Artifact Hub) and Operator Hub.</description></item></channel></rss>
|
||||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -1,4 +1,4 @@
|
||||||
'use strict';(function(){const input=document.querySelector('#gdoc-search-input');const results=document.querySelector('#gdoc-search-results');input.addEventListener('focus',init);input.addEventListener('keyup',search);function init(){input.removeEventListener('focus',init);input.required=true;loadScript('/js/flexsearch.min.js');loadScript('/js/en.search-data.min.3f3b06603743435e5d9b9d5f1fbf8bfee62d7c3d32fd22589bbb2b7c07ec07e6.js',function(){input.required=false;search();});}
|
'use strict';(function(){const input=document.querySelector('#gdoc-search-input');const results=document.querySelector('#gdoc-search-results');input.addEventListener('focus',init);input.addEventListener('keyup',search);function init(){input.removeEventListener('focus',init);input.required=true;loadScript('/js/flexsearch.min.js');loadScript('/js/en.search-data.min.ed19af95e591fed18836163dc2a7526e656dbeb62f8effc0d30b9ad7718aae52.js',function(){input.required=false;search();});}
|
||||||
function search(){while(results.firstChild){results.removeChild(results.firstChild);}
|
function search(){while(results.firstChild){results.removeChild(results.firstChild);}
|
||||||
if(!input.value){console.log("empty")
|
if(!input.value){console.log("empty")
|
||||||
results.classList.remove("has-hits");return;}
|
results.classList.remove("has-hits");return;}
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?><urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml"><url><loc>https://blog.artifacthub.io/</loc><lastmod>2021-02-10T00:00:00-05:00</lastmod></url><url><loc>https://blog.artifacthub.io/blog/</loc><lastmod>2021-02-10T00:00:00-05:00</lastmod></url><url><loc>https://blog.artifacthub.io/blog/helm-values-schema-reference/</loc><lastmod>2021-02-10T00:00:00-05:00</lastmod></url><url><loc>https://blog.artifacthub.io/blog/discover-tekton-tasks/</loc><lastmod>2021-01-28T00:00:00-05:00</lastmod></url><url><loc>https://blog.artifacthub.io/blog/container-image-scanning/</loc><lastmod>2021-01-13T09:00:00-05:00</lastmod></url><url><loc>https://blog.artifacthub.io/blog/what-is-artifacthub/</loc><lastmod>2020-12-02T09:00:00-05:00</lastmod></url><url><loc>https://blog.artifacthub.io/categories/</loc></url><url><loc>https://blog.artifacthub.io/tags/</loc></url></urlset>
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?><urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml"><url><loc>https://blog.artifacthub.io/</loc><lastmod>2021-02-24T00:00:00-05:00</lastmod></url><url><loc>https://blog.artifacthub.io/blog/</loc><lastmod>2021-02-24T00:00:00-05:00</lastmod></url><url><loc>https://blog.artifacthub.io/blog/verified-and-official-repos/</loc><lastmod>2021-02-24T00:00:00-05:00</lastmod></url><url><loc>https://blog.artifacthub.io/blog/helm-values-schema-reference/</loc><lastmod>2021-02-10T00:00:00-05:00</lastmod></url><url><loc>https://blog.artifacthub.io/blog/discover-tekton-tasks/</loc><lastmod>2021-01-28T00:00:00-05:00</lastmod></url><url><loc>https://blog.artifacthub.io/blog/container-image-scanning/</loc><lastmod>2021-01-13T09:00:00-05:00</lastmod></url><url><loc>https://blog.artifacthub.io/blog/what-is-artifacthub/</loc><lastmod>2020-12-02T09:00:00-05:00</lastmod></url><url><loc>https://blog.artifacthub.io/categories/</loc></url><url><loc>https://blog.artifacthub.io/tags/</loc></url></urlset>
|
||||||
Loading…
Reference in New Issue