From 5fac2b14986da1ae716c59947b44dc7ed3acf146 Mon Sep 17 00:00:00 2001 From: actions Date: Fri, 30 Apr 2021 19:59:53 +0000 Subject: [PATCH] update rancher/seurity-scans v0.2.3-rc6 (#1170) --- .../rancher-cis-benchmark-1.0.400-rc06.tgz | Bin 0 -> 5088 bytes ...rancher-cis-benchmark-crd-1.0.400-rc06.tgz | Bin 0 -> 1451 bytes .../1.0.400-rc06/Chart.yaml | 10 + .../1.0.400-rc06/README.md | 2 + .../1.0.400-rc06/templates/clusterscan.yaml | 149 + .../templates/clusterscanbenchmark.yaml | 55 + .../templates/clusterscanprofile.yaml | 37 + .../templates/clusterscanreport.yaml | 40 + .../1.0.400-rc06/Chart.yaml | 18 + .../1.0.400-rc06/README.md | 9 + .../1.0.400-rc06/app-readme.md | 15 + .../1.0.400-rc06/templates/_helpers.tpl | 23 + .../1.0.400-rc06/templates/alertingrule.yaml | 14 + .../templates/benchmark-cis-1.5.yaml | 8 + .../templates/benchmark-cis-1.6.yaml | 8 + .../templates/benchmark-eks-1.0.yaml | 8 + .../templates/benchmark-gke-1.0.yaml | 8 + .../benchmark-k3s-cis-1.6-hardened.yaml | 8 + .../benchmark-k3s-cis-1.6-permissive.yaml | 8 + .../benchmark-rke-cis-1.5-hardened.yaml | 8 + .../benchmark-rke-cis-1.5-permissive.yaml | 8 + .../benchmark-rke-cis-1.6-hardened.yaml | 8 + .../benchmark-rke-cis-1.6-permissive.yaml | 8 + .../benchmark-rke2-cis-1.5-hardened.yaml | 8 + .../benchmark-rke2-cis-1.5-permissive.yaml | 8 + .../benchmark-rke2-cis-1.6-hardened.yaml | 8 + .../benchmark-rke2-cis-1.6-permissive.yaml | 8 + .../1.0.400-rc06/templates/cis-roles.yaml | 49 + .../1.0.400-rc06/templates/configmap.yaml | 17 + .../1.0.400-rc06/templates/deployment.yaml | 57 + .../templates/network_policy_allow_all.yaml | 15 + .../patch_default_serviceaccount.yaml | 20 + .../1.0.400-rc06/templates/rbac.yaml | 43 + .../templates/scanprofile-cis-1.5.yml | 9 + .../templates/scanprofile-cis-1.6.yaml | 9 + .../scanprofile-k3s-cis-1.6-hardened.yml | 9 + .../scanprofile-k3s-cis-1.6-permissive.yml | 9 + .../scanprofile-rke-1.5-hardened.yml | 9 + .../scanprofile-rke-1.5-permissive.yml | 9 + .../scanprofile-rke-1.6-hardened.yaml | 9 + .../scanprofile-rke-1.6-permissive.yaml | 9 + .../scanprofile-rke2-cis-1.5-hardened.yml | 9 + .../scanprofile-rke2-cis-1.5-permissive.yml | 9 + .../scanprofile-rke2-cis-1.6-hardened.yml | 9 + .../scanprofile-rke2-cis-1.6-permissive.yml | 9 + .../1.0.400-rc06/templates/scanprofileeks.yml | 9 + .../1.0.400-rc06/templates/scanprofilegke.yml | 9 + .../templates/serviceaccount.yaml | 14 + .../templates/validate-install-crd.yaml | 17 + .../1.0.400-rc06/values.yaml | 45 + index.yaml | 5727 ++++++++++++++++- 51 files changed, 6560 insertions(+), 54 deletions(-) create mode 100755 assets/rancher-cis-benchmark/rancher-cis-benchmark-1.0.400-rc06.tgz create mode 100755 assets/rancher-cis-benchmark/rancher-cis-benchmark-crd-1.0.400-rc06.tgz create mode 100755 charts/rancher-cis-benchmark/rancher-cis-benchmark-crd/1.0.400-rc06/Chart.yaml create mode 100755 charts/rancher-cis-benchmark/rancher-cis-benchmark-crd/1.0.400-rc06/README.md create mode 100755 charts/rancher-cis-benchmark/rancher-cis-benchmark-crd/1.0.400-rc06/templates/clusterscan.yaml create mode 100755 charts/rancher-cis-benchmark/rancher-cis-benchmark-crd/1.0.400-rc06/templates/clusterscanbenchmark.yaml create mode 100755 charts/rancher-cis-benchmark/rancher-cis-benchmark-crd/1.0.400-rc06/templates/clusterscanprofile.yaml create mode 100755 charts/rancher-cis-benchmark/rancher-cis-benchmark-crd/1.0.400-rc06/templates/clusterscanreport.yaml create mode 100755 charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/Chart.yaml create mode 100755 charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/README.md create mode 100755 charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/app-readme.md create mode 100755 charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/templates/_helpers.tpl create mode 100755 charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/templates/alertingrule.yaml create mode 100755 charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/templates/benchmark-cis-1.5.yaml create mode 100755 charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/templates/benchmark-cis-1.6.yaml create mode 100755 charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/templates/benchmark-eks-1.0.yaml create mode 100755 charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/templates/benchmark-gke-1.0.yaml create mode 100755 charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/templates/benchmark-k3s-cis-1.6-hardened.yaml create mode 100755 charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/templates/benchmark-k3s-cis-1.6-permissive.yaml create mode 100755 charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/templates/benchmark-rke-cis-1.5-hardened.yaml create mode 100755 charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/templates/benchmark-rke-cis-1.5-permissive.yaml create mode 100755 charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/templates/benchmark-rke-cis-1.6-hardened.yaml create mode 100755 charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/templates/benchmark-rke-cis-1.6-permissive.yaml create mode 100755 charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/templates/benchmark-rke2-cis-1.5-hardened.yaml create mode 100755 charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/templates/benchmark-rke2-cis-1.5-permissive.yaml create mode 100755 charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/templates/benchmark-rke2-cis-1.6-hardened.yaml create mode 100755 charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/templates/benchmark-rke2-cis-1.6-permissive.yaml create mode 100755 charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/templates/cis-roles.yaml create mode 100755 charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/templates/configmap.yaml create mode 100755 charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/templates/deployment.yaml create mode 100755 charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/templates/network_policy_allow_all.yaml create mode 100755 charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/templates/patch_default_serviceaccount.yaml create mode 100755 charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/templates/rbac.yaml create mode 100755 charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/templates/scanprofile-cis-1.5.yml create mode 100755 charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/templates/scanprofile-cis-1.6.yaml create mode 100755 charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/templates/scanprofile-k3s-cis-1.6-hardened.yml create mode 100755 charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/templates/scanprofile-k3s-cis-1.6-permissive.yml create mode 100755 charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/templates/scanprofile-rke-1.5-hardened.yml create mode 100755 charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/templates/scanprofile-rke-1.5-permissive.yml create mode 100755 charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/templates/scanprofile-rke-1.6-hardened.yaml create mode 100755 charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/templates/scanprofile-rke-1.6-permissive.yaml create mode 100755 charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/templates/scanprofile-rke2-cis-1.5-hardened.yml create mode 100755 charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/templates/scanprofile-rke2-cis-1.5-permissive.yml create mode 100755 charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/templates/scanprofile-rke2-cis-1.6-hardened.yml create mode 100755 charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/templates/scanprofile-rke2-cis-1.6-permissive.yml create mode 100755 charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/templates/scanprofileeks.yml create mode 100755 charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/templates/scanprofilegke.yml create mode 100755 charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/templates/serviceaccount.yaml create mode 100755 charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/templates/validate-install-crd.yaml create mode 100755 charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/values.yaml mode change 100644 => 100755 index.yaml diff --git a/assets/rancher-cis-benchmark/rancher-cis-benchmark-1.0.400-rc06.tgz b/assets/rancher-cis-benchmark/rancher-cis-benchmark-1.0.400-rc06.tgz new file mode 100755 index 0000000000000000000000000000000000000000..6404fc1d7c7115f1f03ade2becf940ca8840a1c8 GIT binary patch literal 5088 zcmV<66Cdm!iwG0|00000|0w_~VMtOiV@ORlOnEsqVl!4SWK%V1T2nbTPgYhoO;>Dc zVQyr3R8em|NM&qo0PJ1;a@#nP&%dXq=u-A7$&^KXT285Mugc^2wtO3BQg(K?rm|BG zM7AWXNPq!AYjhsJ%RS3I*%bhiqA1Gxh($Xy>`KKH0W^RHe%%d#Yzo5M35teGWn+lU zodiTon`aXulrtxR|Kbs-)oQi+y`K5oYPIrz+nxULi*~Qo>$du>W1X*k-0gHzJ)LeUXLFD+h}&7(5($-KcxfCD(YxP~8-3JUY|14nVhthbV~Rq9Nx} zVNh6v%K`Y5MZXrNhJxQx4`pL~D-6#?n&bMBR4AlNm~7s*3(E`ikw}a?P$;RwauIE~ zJP0{Mrq-1sA^kfFNjV$9ZM#OoF!R%CIlY>P(iJpR=H90XE(ryYk)e+gM8p_nVT2#2r9wGqHeIbHq!YK;Ocp6o$)?Z8TsCzB zG#A?qN8XNWQ=HGZ@Z_M@NGq*9B(K|~m!^}gRztY0e(kA2^E;wq{eMgR2<2lLfDQV; z(>m$p_5X3dRq6jS=q0?v5s7>ScFbYKMKKng+DrH}p%SPB0zaQ#zHf}U2#8YX!HD{( zGrU9BCj#M?2x>Ks;xI%AwPx^uGR0xeBLND7&?gF|Q>)Q{jL}#hDie*Re*y>$xulAV zd8#0qS-oa5DKbv9U_-daHAq#3EBmow>79!bO6op9=+8BjIR)u3?f2ohg%pv)E8UP*8#gt_*w zP{u}R6M*cN3eEy#O2Uk)3HVf-EWDWh85J8&`5V+yHA8C7$eJofpJ__5Qae6&-{dM`01uW(GI(v{TfCN;LhAB@E`_q4=a z<*%QgafT(NbXrcQRwF(N+dbOSGC< zk^n)ggZXTN0^x_|{eA83uA!|GWe9b>P)bYIp>eMbo6g`|*#(jFA?5p9YRl>cYc^Y0 z7u7~kUoTZ;Gu^}-ZbYmc7p3S3oWEPo)hgFykyWTv(_*2ZOpT!a@3L9nivju)(;xNK zUgUbz{Gs*_$~-=ki9UxJ^?e|omx@Ob%9JtPX1xm9y2zuN&N4)w&*Iw|6Qj-SjEkwy zi6_D3k*~9YbSLOVJ{o^PO}NA?$J)whn#3EOc#~mn`_zCbYFm_DP-`1xJjX#?R^PzU z2wgRR`Uid;*ROA;F#c z=0ViHyTUZPXTAz#iVTPxLhEYj?07QZM!z5%p1T*?p@j(wEz|I zh$7m>T;1dexz~t!#p&^G-rZfgI$W_X4&2|@^lD;Yywup;HqNctfP7De=u3M8miO?Q z3-yy*LWbPCw9f50^FmIU^@@%5*kV_H72ok3Nf8?RHy`cJx`@}T0cC$pcbC(e>uslf z?6m5?7i4`Ov@8DmW#PYF;lB(z1pfPb$8%&o z{&6ZR2jDr;_V^!9u|)j$dKLc5pvT33JV(~!e>}ws|IdlG$N#h|lQlqNLWGA5z3r62 zM*R2k`+wcz&Pj#;GU##fUo=P7D}!nGL1&=Ta*iuyaA4XG{~?NiN=a|GIuqE8|NQ#D z*X|ux_%DMFhyTSKsWiazrS0)ArkI=o9Nzx-Tb2DUg&r6GMRR05`bD)Ecyihg{|C4K zola%{OQFNze;fN>X@IAueehqx`oG_<_Ww(vL*aj$_5UXHSEqr8r~U9>g8i?a|1O0N zhyTa0|CI(fH0^}{&VCyJyW_vxKdGMoErlK(|EqK4LHKtb#Q)n0{|BZ$@xPM;uo?fy zdHdgOSI_^ILI=eEmJUFr0iKff!vBsN0DIa0>iM5i=wSHYas%K&^jGJ92d6#pe|Y=f zsqkM09T5MIVgD-)aA4Yme|=wY|C@qAZNPu0-O4}z+iD+I{(mWy$G;d7*CCOba6$ja zy!`J>-^wCgaK(LG^9m600?KM4@-cpqmW1>#f=6NcW^Q9y(Ztbfl88NvOpCC4>Ex6} zsiEK_>SJMA;Z1=d7s@8xq8Q2ne6G6!iNg93)T7XguRQe8UWG)tlloD8j7tBU*`HAN zsZ{k}*7h?W?=RO^_*^GpC=G+feG@W6rxoHe&YZS;w-&{*go?z?*@%t<5@zL+roQ^& z)ym7@k1}0uDbBvb+42XQ2kZGiwGOLjf7)pOlc{hx`)`7MR|xCHH?z_4|`l_ z&miL#WtJc&EP>AVpMTz%v2R&-vb^;|B)`A8QZ}t%C3n9#H%{dM>Nu52vR27s-K+X| z(K-|7ud8z|Jzu@TQ0I$>XJ7+tW%8|AMQy^rhoR5s0kUrh2fhLS-ILym|KF?L|0{>G zc-Q{N!f$(*j{F+8EfYa!7uW;%nIJt|h3I+gfImqCV?LSQY4Vp?Zp{=RX{NbGaZ6o1 zbzL4Y^`Y3bkHrJ=R`jdffBNv#kAM5==R@={4rsioe@iXcwrdIRHQhS9xV|}ke}47p`sVWd)78b< z_07khu0E}Dezj?yyn2ZD_4(h=_1HYv;+Sm`9Ct%=&p(|0`2PIeHXM_1YnkwvCK7KQ zeuJ+OS6Eop`@da(I={O4aC%uh+{K|RGa-btTvt|sn(pozp!m-u@Ka`s7}UQ3qs&95 zpxs$;S_*@lvRZshApaSLq#6@oI;kYfWWhSynoR9)mvhA7+17AQLNG6~q(PbYuO%Dk zIg^Jn*N?mhVrnk&U*G0zkk7q@@sR!BYiJpPAzycd}N zZ$2zQx|tLWNooMO??(aDC+G)`oHQq#PwN8+xm3ybqmJyaC>#so;cE7VJ#1-MFxLlQ zZpz4Y5k2&dV2C3wuwibS!y3w2syCKbb>F@i6R4+#N>(%+9ELt3`8JvQDAPgMjF1@VOpWkU0l~`m)sQVVUWczHEg0|GR(I zNu+q7Gh8o?!Y4jO_Ro6!&58T?D8qPUVr)(u8mxY_(Q4>oL*h>PX!M>2R1KhA>G>UK zlm0gceBbyTs7?C+UqMO|~BVp()ulgSTEM8FwV>Oue z9kZX-E8K%L&!{A4$hp%_dvcvy;wCrKGw$8bx7Uc|N6I|P#?MMJ!?;cQ`U*$7A&H0{ z=wl6Fb->q4Uq-`!p{vXQ*mBDnf2rt-#ocA4phsz~+_!!_;o)8F#AiXVTgTS>6ua~= zGf)opuHb)@{?DB6Eh510Xbm>5|684W{Kwu&_5OD$wEOd)@yYD^=shiE`=T+ z|NT<&UwsVt+h`a37e|2o_V>TK-Ie|Slj`}8a_BMfU-WcR`V!b-l|fNYaW9wpN+)a=h9 zc5?P-aAm$2uv%UaHb!vHNJxg%r;4I#}r7YTs%J4(xt^H+N^{1O7_!It0rILEwVxCJadW~PxET(HqEfM%Nq5?grUnN&( zSMMYcfnc^{*w}%OMrlHx zPYtzaNyYmA>iqQG<+&3)&U5se{J&l&cmC7v^^dFdUn%qwuIvnevx{p;H7A^DjMZwN zG&(cx8`w~_5=6w90qe!}VtoclpkgpzQUT6@WMaRjar_DMV2n(&)Zh<7pK6Z^;?Jyr znh*spVK7AS_>B3Sc<4E`+Do{wy1+($t9|+Mr8Yr7NVQ4fbOxsh4I3}cI%~#3ga*rb zrY1C-;rY~~QXUoKpM+sUAn^ix3>~lm|Gjqp{jc`%Nw>m(DYORvQbRv6wJGSA;BDZ~ zN7jJHz>c(uhtHbT>oa8f)`$zZ&{qrt{&hvQJ8(MEqi*&8h%zcCM|O&2dypu9 zUD=BMU#tEbaBbK&;M7zARF~K8;_ELN*Za#G%fZ7DWhh}bL8eDu2|6Cf6Fs$0+1WcJ z620W6E$uZs_L$zFvdv9DVxwCeGg{N=IBUM`);ne+I*x1z zaDyj(H|fO@%qG;GXtw(H!sy*5ONtl{+UOECH-S;Dh_f=L!ivooHB5rXpR#Y z;VcbPU(^F|BdK_>2)AdWnKN5Yh@P!DX}6JE5THkiLVvEuJkrCUcs#!s@ zCOBQ~_8Kv##ft>J?8_vK6xXnbRoenKKqSo2_w`?0*ld*K#wsL&1gKERc-X#0zKf=> zNLUNz)JLIo6R%RaHxk|cO6I&f5{5o?Z6keDQp4HwlB8fT6WTa%(w(3e`FLcekkqRw z``rSItSr=>nvI2fVH5<+2vb^q)_x?V6gR*|pWdQgA{s8aiW3;gBg2THoe{`nB+v@- z^P+Q?oKeNix>q+b5ycJ~K1ewyiW32IhjG?k%~p049ltKQO$?={(M=m5*2*0nFnU$ z;EPoV2sT(S{Cs-(UL)3DT8?u8Hkfm6ZT<&xpew4VqKdv#`u_j`0RR8)z@A3{%m4r= C$%#t< literal 0 HcmV?d00001 diff --git a/assets/rancher-cis-benchmark/rancher-cis-benchmark-crd-1.0.400-rc06.tgz b/assets/rancher-cis-benchmark/rancher-cis-benchmark-crd-1.0.400-rc06.tgz new file mode 100755 index 0000000000000000000000000000000000000000..91f298d9254a5e41e8b21c470a39b7c88f587d52 GIT binary patch literal 1451 zcmV;c1yuSUiwG0|00000|0w_~VMtOiV@ORlOnEsqVl!4SWK%V1T2nbTPgYhoO;>Dc zVQyr3R8em|NM&qo0PI>{liD^Azh^#$CVj>+e~#<$b|GmeZF9NduIck4?}2)@dH2aufE2kyiSxE&X;^TC73x1?nyrraME)7Xj$!F4x}M$pSPvD+v6n z6UB91cQhQvzpm>Rf8Fc;%~fyc4hQbYy|&|eBlo6v#oSX3A0m+<&{yuswu&$JN(7`- z1SFI+;|^mS2z)hnI1u^h2=$huCh;WD8?%%vrNb7&^H7f28`2TJDIFpqKobJTF|%w_ zA!;C{yJlqwgVHG)eFTGDJ9TY;m#ZBJ#TV2@C^=@!UdKbjwFoJ0f0Ty6_YI>3vdQ$l zVNXhzV>z8VL$nHU%peSX!Q)lyEHk@3$90CT+tu71b-wks9xT=VPZ)$g5Sq8#j|`zU z9OO~)pvM1iM*ZQo|Mz=?(Z&DIB6-h&P~cZWX5bVWGNghj z8Wm}d@9{}U5xYTv1RfCBAd)yyjy1;N!ff2SV?yM1Ab4Ip8~l4MB%z)tKMIma)MdXt ze7?H}T8x=v2q-d+4~C|ZeBdDOwR#dh-a&vJ#xk3e#Aa?ltW3PtkQQ=Y0d1ln0KIZZ z5%@X8$91~_NC?K{Fz&Nv1BfRO`N#MrYc_x|&mzo0JY>xV5dVOdIf%cqW&;SR=r#$L zGe5socZyg+aR6${fJYIaAqevC_eYs(FJy?^F?@ku;VVv7?R8J>;3_ zEG$+YbY}+|0arb&mHbZbYHNV^KD8B%gwihfL`9Oy@RR8_w9Vr!+!ni>w?1l`9{YIv z-rWjV^v`mlg3w1QwXu23nNmKcoU8z{VJOl^<0N`D`x`lx(xXIWxYB3?kB~dOKp6$a zzAjrw-+bpfo^IqAx|Tj>>V^k6&>emyOY_?uwjAd>4;h1moLdsL=apQ^BscFcOArPn zblXow8@C@dNE2h)7+ubxTE^G7WMb*h&;!Dkv=X2(Fn=+4jbO4k-ah&+U)w~F)h~j* zCwv@0a?l!9TN+Q8(1%rP*#@;%x;hP1#l<~bIxRoheSQI0TKjQHNUnR`$~`PU+qVOX&VBPo^#&+8`gg|rLqQvpqlzm ze{_9asQ(Q5gTbZ#a}GI6{b$XZ(+ffN&YmLQYqbb_g`pDj&o2_O*i_h^P%BB4na zBZv8^N?i{OU-tr6scV6GybJHLRZT9A82he_Vk*`+Co+FWW%=a zvx-unZ%g;JJ*)rn7LvbpS}{}RG%X>QIC2}vuliunF#m_i(Y)E;KsEWlH@q1Y@_+wk zc=`Y5EOM6opR%T%?7wE|Zbp4qraC?2efs_|Drb@6}H9~9&N$Q@nc|2gC=@jqcrJK?|ee}K=QPp0v5 zRHc)2v3{g%@-p?=WFhT#|L~{$YN?L@(+{`rKYefl?_?Ww-+%Uo{lfR3*TdfM693O3 zKkfP0@s>>!9peko#ApG;#LnlGkwK5mR#l%=e(N{9$VD!4k&Bec{{a91|Nlw6nGygp F00538$It)( literal 0 HcmV?d00001 diff --git a/charts/rancher-cis-benchmark/rancher-cis-benchmark-crd/1.0.400-rc06/Chart.yaml b/charts/rancher-cis-benchmark/rancher-cis-benchmark-crd/1.0.400-rc06/Chart.yaml new file mode 100755 index 000000000..5d878e1bf --- /dev/null +++ b/charts/rancher-cis-benchmark/rancher-cis-benchmark-crd/1.0.400-rc06/Chart.yaml @@ -0,0 +1,10 @@ +annotations: + catalog.cattle.io/certified: rancher + catalog.cattle.io/hidden: "true" + catalog.cattle.io/namespace: cis-operator-system + catalog.cattle.io/release-name: rancher-cis-benchmark-crd +apiVersion: v1 +description: Installs the CRDs for rancher-cis-benchmark. +name: rancher-cis-benchmark-crd +type: application +version: 1.0.400-rc06 diff --git a/charts/rancher-cis-benchmark/rancher-cis-benchmark-crd/1.0.400-rc06/README.md b/charts/rancher-cis-benchmark/rancher-cis-benchmark-crd/1.0.400-rc06/README.md new file mode 100755 index 000000000..f6d9ef621 --- /dev/null +++ b/charts/rancher-cis-benchmark/rancher-cis-benchmark-crd/1.0.400-rc06/README.md @@ -0,0 +1,2 @@ +# rancher-cis-benchmark-crd +A Rancher chart that installs the CRDs used by rancher-cis-benchmark. diff --git a/charts/rancher-cis-benchmark/rancher-cis-benchmark-crd/1.0.400-rc06/templates/clusterscan.yaml b/charts/rancher-cis-benchmark/rancher-cis-benchmark-crd/1.0.400-rc06/templates/clusterscan.yaml new file mode 100755 index 000000000..beca6e1f8 --- /dev/null +++ b/charts/rancher-cis-benchmark/rancher-cis-benchmark-crd/1.0.400-rc06/templates/clusterscan.yaml @@ -0,0 +1,149 @@ +apiVersion: apiextensions.k8s.io/v1beta1 +kind: CustomResourceDefinition +metadata: + name: clusterscans.cis.cattle.io +spec: + additionalPrinterColumns: + - JSONPath: .status.lastRunScanProfileName + name: ClusterScanProfile + type: string + - JSONPath: .status.summary.total + name: Total + type: string + - JSONPath: .status.summary.pass + name: Pass + type: string + - JSONPath: .status.summary.fail + name: Fail + type: string + - JSONPath: .status.summary.skip + name: Skip + type: string + - JSONPath: .status.summary.warn + name: Warn + type: string + - JSONPath: .status.summary.notApplicable + name: Not Applicable + type: string + - JSONPath: .status.lastRunTimestamp + name: LastRunTimestamp + type: string + - JSONPath: .spec.scheduledScanConfig.cronSchedule + name: CronSchedule + type: string + group: cis.cattle.io + names: + kind: ClusterScan + plural: clusterscans + scope: Cluster + subresources: + status: {} + validation: + openAPIV3Schema: + properties: + spec: + properties: + scanProfileName: + nullable: true + type: string + scheduledScanConfig: + nullable: true + properties: + cronSchedule: + nullable: true + type: string + retentionCount: + type: integer + scanAlertRule: + nullable: true + properties: + alertOnComplete: + type: boolean + alertOnFailure: + type: boolean + type: object + type: object + scoreWarning: + enum: + - pass + - fail + nullable: true + type: string + type: object + status: + properties: + NextScanAt: + nullable: true + type: string + ScanAlertingRuleName: + nullable: true + type: string + conditions: + items: + properties: + lastTransitionTime: + nullable: true + type: string + lastUpdateTime: + nullable: true + type: string + message: + nullable: true + type: string + reason: + nullable: true + type: string + status: + nullable: true + type: string + type: + nullable: true + type: string + type: object + nullable: true + type: array + display: + nullable: true + properties: + error: + type: boolean + message: + nullable: true + type: string + state: + nullable: true + type: string + transitioning: + type: boolean + type: object + lastRunScanProfileName: + nullable: true + type: string + lastRunTimestamp: + nullable: true + type: string + observedGeneration: + type: integer + summary: + nullable: true + properties: + fail: + type: integer + notApplicable: + type: integer + pass: + type: integer + skip: + type: integer + total: + type: integer + warn: + type: integer + type: object + type: object + type: object + version: v1 + versions: + - name: v1 + served: true + storage: true diff --git a/charts/rancher-cis-benchmark/rancher-cis-benchmark-crd/1.0.400-rc06/templates/clusterscanbenchmark.yaml b/charts/rancher-cis-benchmark/rancher-cis-benchmark-crd/1.0.400-rc06/templates/clusterscanbenchmark.yaml new file mode 100755 index 000000000..aa6fc2218 --- /dev/null +++ b/charts/rancher-cis-benchmark/rancher-cis-benchmark-crd/1.0.400-rc06/templates/clusterscanbenchmark.yaml @@ -0,0 +1,55 @@ +apiVersion: apiextensions.k8s.io/v1beta1 +kind: CustomResourceDefinition +metadata: + name: clusterscanbenchmarks.cis.cattle.io +spec: + additionalPrinterColumns: + - JSONPath: .spec.clusterProvider + name: ClusterProvider + type: string + - JSONPath: .spec.minKubernetesVersion + name: MinKubernetesVersion + type: string + - JSONPath: .spec.maxKubernetesVersion + name: MaxKubernetesVersion + type: string + - JSONPath: .spec.customBenchmarkConfigMapName + name: customBenchmarkConfigMapName + type: string + - JSONPath: .spec.customBenchmarkConfigMapNamespace + name: customBenchmarkConfigMapNamespace + type: string + group: cis.cattle.io + names: + kind: ClusterScanBenchmark + plural: clusterscanbenchmarks + scope: Cluster + subresources: + status: {} + validation: + openAPIV3Schema: + properties: + spec: + properties: + clusterProvider: + nullable: true + type: string + customBenchmarkConfigMapName: + nullable: true + type: string + customBenchmarkConfigMapNamespace: + nullable: true + type: string + maxKubernetesVersion: + nullable: true + type: string + minKubernetesVersion: + nullable: true + type: string + type: object + type: object + version: v1 + versions: + - name: v1 + served: true + storage: true diff --git a/charts/rancher-cis-benchmark/rancher-cis-benchmark-crd/1.0.400-rc06/templates/clusterscanprofile.yaml b/charts/rancher-cis-benchmark/rancher-cis-benchmark-crd/1.0.400-rc06/templates/clusterscanprofile.yaml new file mode 100755 index 000000000..21bb68396 --- /dev/null +++ b/charts/rancher-cis-benchmark/rancher-cis-benchmark-crd/1.0.400-rc06/templates/clusterscanprofile.yaml @@ -0,0 +1,37 @@ +apiVersion: apiextensions.k8s.io/v1beta1 +kind: CustomResourceDefinition +metadata: + name: clusterscanprofiles.cis.cattle.io +spec: + additionalPrinterColumns: + - JSONPath: .spec.benchmarkVersion + name: BenchmarkVersion + type: string + group: cis.cattle.io + names: + kind: ClusterScanProfile + plural: clusterscanprofiles + scope: Cluster + subresources: + status: {} + validation: + openAPIV3Schema: + properties: + spec: + properties: + benchmarkVersion: + nullable: true + type: string + skipTests: + items: + nullable: true + type: string + nullable: true + type: array + type: object + type: object + version: v1 + versions: + - name: v1 + served: true + storage: true diff --git a/charts/rancher-cis-benchmark/rancher-cis-benchmark-crd/1.0.400-rc06/templates/clusterscanreport.yaml b/charts/rancher-cis-benchmark/rancher-cis-benchmark-crd/1.0.400-rc06/templates/clusterscanreport.yaml new file mode 100755 index 000000000..017020a95 --- /dev/null +++ b/charts/rancher-cis-benchmark/rancher-cis-benchmark-crd/1.0.400-rc06/templates/clusterscanreport.yaml @@ -0,0 +1,40 @@ +apiVersion: apiextensions.k8s.io/v1beta1 +kind: CustomResourceDefinition +metadata: + name: clusterscanreports.cis.cattle.io +spec: + additionalPrinterColumns: + - JSONPath: .spec.lastRunTimestamp + name: LastRunTimestamp + type: string + - JSONPath: .spec.benchmarkVersion + name: BenchmarkVersion + type: string + group: cis.cattle.io + names: + kind: ClusterScanReport + plural: clusterscanreports + scope: Cluster + subresources: + status: {} + validation: + openAPIV3Schema: + properties: + spec: + properties: + benchmarkVersion: + nullable: true + type: string + lastRunTimestamp: + nullable: true + type: string + reportJSON: + nullable: true + type: string + type: object + type: object + version: v1 + versions: + - name: v1 + served: true + storage: true diff --git a/charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/Chart.yaml b/charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/Chart.yaml new file mode 100755 index 000000000..800b6d170 --- /dev/null +++ b/charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/Chart.yaml @@ -0,0 +1,18 @@ +annotations: + catalog.cattle.io/auto-install: rancher-cis-benchmark-crd=match + catalog.cattle.io/certified: rancher + catalog.cattle.io/display-name: CIS Benchmark + catalog.cattle.io/namespace: cis-operator-system + catalog.cattle.io/os: linux + catalog.cattle.io/provides-gvr: cis.cattle.io.clusterscans/v1 + catalog.cattle.io/release-name: rancher-cis-benchmark + catalog.cattle.io/ui-component: rancher-cis-benchmark +apiVersion: v1 +appVersion: v1.0.4 +description: The cis-operator enables running CIS benchmark security scans on a kubernetes + cluster +icon: https://charts.rancher.io/assets/logos/cis-kube-bench.svg +keywords: +- security +name: rancher-cis-benchmark +version: 1.0.400-rc06 diff --git a/charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/README.md b/charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/README.md new file mode 100755 index 000000000..50beab58b --- /dev/null +++ b/charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/README.md @@ -0,0 +1,9 @@ +# Rancher CIS Benchmark Chart + +The cis-operator enables running CIS benchmark security scans on a kubernetes cluster and generate compliance reports that can be downloaded. + +# Installation + +``` +helm install rancher-cis-benchmark ./ --create-namespace -n cis-operator-system +``` diff --git a/charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/app-readme.md b/charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/app-readme.md new file mode 100755 index 000000000..5e495d605 --- /dev/null +++ b/charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/app-readme.md @@ -0,0 +1,15 @@ +# Rancher CIS Benchmarks + +This chart enables security scanning of the cluster using [CIS (Center for Internet Security) benchmarks](https://www.cisecurity.org/benchmark/kubernetes/). + +For more information on how to use the feature, refer to our [docs](https://rancher.com/docs/rancher/v2.x/en/cis-scans/v2.5/). + +This chart installs the following components: + +- [cis-operator](https://github.com/rancher/cis-operator) - The cis-operator handles launching the [kube-bench](https://github.com/aquasecurity/kube-bench) tool that runs a suite of CIS tests on the nodes of your Kubernetes cluster. After scans finish, the cis-operator generates a compliance report that can be downloaded. +- Scans - A scan is a CRD (`ClusterScan`) that defines when to trigger CIS scans on the cluster based on the defined profile. A report is created after the scan is completed. +- Profiles - A profile is a CRD (`ClusterScanProfile`) that defines the configuration for the CIS scan, which is the benchmark versions to use and any specific tests to skip in that benchmark. This chart installs a few default `ClusterScanProfile` custom resources with no skipped tests, which can immediately be used to launch CIS scans. +- Benchmark Versions - A benchmark version is a CRD (`ClusterScanBenchmark`) that defines the CIS benchmark version to run using kube-bench as well as the valid configuration parameters for that benchmark. This chart installs a few default `ClusterScanBenchmark` custom resources. +- Alerting Resources - Rancher's CIS Benchmark application lets you run a cluster scan on a schedule, and send alerts when scans finish. + - If you want to enable alerts to be delivered when a cluster scan completes, you need to ensure that [Rancher's Monitoring and Alerting](https://rancher.com/docs/rancher/v2.x/en/monitoring-alerting/v2.5/) application is pre-installed and the [Receivers and Routes](https://rancher.com/docs/rancher/v2.x/en/monitoring-alerting/v2.5/configuration/#alertmanager-config) are configured to send out alerts. + - Additionally, you need to set `alerts: true` in the Values YAML while installing or upgrading this chart. diff --git a/charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/templates/_helpers.tpl b/charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/templates/_helpers.tpl new file mode 100755 index 000000000..67f4ce116 --- /dev/null +++ b/charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/templates/_helpers.tpl @@ -0,0 +1,23 @@ +{{/* Ensure namespace is set the same everywhere */}} +{{- define "cis.namespace" -}} + {{- .Release.Namespace | default "cis-operator-system" -}} +{{- end -}} + +{{- define "system_default_registry" -}} +{{- if .Values.global.cattle.systemDefaultRegistry -}} +{{- printf "%s/" .Values.global.cattle.systemDefaultRegistry -}} +{{- else -}} +{{- "" -}} +{{- end -}} +{{- end -}} + +{{/* +Windows cluster will add default taint for linux nodes, +add below linux tolerations to workloads could be scheduled to those linux nodes +*/}} +{{- define "linux_node_tolerations" -}} +- key: "cattle.io/os" + value: "linux" + effect: "NoSchedule" + operator: "Equal" +{{- end -}} diff --git a/charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/templates/alertingrule.yaml b/charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/templates/alertingrule.yaml new file mode 100755 index 000000000..1787c88a0 --- /dev/null +++ b/charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/templates/alertingrule.yaml @@ -0,0 +1,14 @@ +{{- if .Values.alerts.enabled -}} +--- +apiVersion: monitoring.coreos.com/v1 +kind: PodMonitor +metadata: + name: rancher-cis-pod-monitor + namespace: {{ template "cis.namespace" . }} +spec: + selector: + matchLabels: + cis.cattle.io/operator: cis-operator + podMetricsEndpoints: + - port: cismetrics +{{- end }} diff --git a/charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/templates/benchmark-cis-1.5.yaml b/charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/templates/benchmark-cis-1.5.yaml new file mode 100755 index 000000000..39e8b834a --- /dev/null +++ b/charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/templates/benchmark-cis-1.5.yaml @@ -0,0 +1,8 @@ +--- +apiVersion: cis.cattle.io/v1 +kind: ClusterScanBenchmark +metadata: + name: cis-1.5 +spec: + clusterProvider: "" + minKubernetesVersion: "1.15.0" diff --git a/charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/templates/benchmark-cis-1.6.yaml b/charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/templates/benchmark-cis-1.6.yaml new file mode 100755 index 000000000..93ba064f4 --- /dev/null +++ b/charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/templates/benchmark-cis-1.6.yaml @@ -0,0 +1,8 @@ +--- +apiVersion: cis.cattle.io/v1 +kind: ClusterScanBenchmark +metadata: + name: cis-1.6 +spec: + clusterProvider: "" + minKubernetesVersion: "1.16.0" diff --git a/charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/templates/benchmark-eks-1.0.yaml b/charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/templates/benchmark-eks-1.0.yaml new file mode 100755 index 000000000..bd2e32cd3 --- /dev/null +++ b/charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/templates/benchmark-eks-1.0.yaml @@ -0,0 +1,8 @@ +--- +apiVersion: cis.cattle.io/v1 +kind: ClusterScanBenchmark +metadata: + name: eks-1.0 +spec: + clusterProvider: eks + minKubernetesVersion: "1.15.0" diff --git a/charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/templates/benchmark-gke-1.0.yaml b/charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/templates/benchmark-gke-1.0.yaml new file mode 100755 index 000000000..72122e8c5 --- /dev/null +++ b/charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/templates/benchmark-gke-1.0.yaml @@ -0,0 +1,8 @@ +--- +apiVersion: cis.cattle.io/v1 +kind: ClusterScanBenchmark +metadata: + name: gke-1.0 +spec: + clusterProvider: gke + minKubernetesVersion: "1.15.0" diff --git a/charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/templates/benchmark-k3s-cis-1.6-hardened.yaml b/charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/templates/benchmark-k3s-cis-1.6-hardened.yaml new file mode 100755 index 000000000..3ca9b6009 --- /dev/null +++ b/charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/templates/benchmark-k3s-cis-1.6-hardened.yaml @@ -0,0 +1,8 @@ +--- +apiVersion: cis.cattle.io/v1 +kind: ClusterScanBenchmark +metadata: + name: k3s-cis-1.6-hardened +spec: + clusterProvider: k3s + minKubernetesVersion: "1.20.5" diff --git a/charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/templates/benchmark-k3s-cis-1.6-permissive.yaml b/charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/templates/benchmark-k3s-cis-1.6-permissive.yaml new file mode 100755 index 000000000..6d4253c6e --- /dev/null +++ b/charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/templates/benchmark-k3s-cis-1.6-permissive.yaml @@ -0,0 +1,8 @@ +--- +apiVersion: cis.cattle.io/v1 +kind: ClusterScanBenchmark +metadata: + name: k3s-cis-1.6-permissive +spec: + clusterProvider: k3s + minKubernetesVersion: "1.20.5" diff --git a/charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/templates/benchmark-rke-cis-1.5-hardened.yaml b/charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/templates/benchmark-rke-cis-1.5-hardened.yaml new file mode 100755 index 000000000..b5627f966 --- /dev/null +++ b/charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/templates/benchmark-rke-cis-1.5-hardened.yaml @@ -0,0 +1,8 @@ +--- +apiVersion: cis.cattle.io/v1 +kind: ClusterScanBenchmark +metadata: + name: rke-cis-1.5-hardened +spec: + clusterProvider: rke + minKubernetesVersion: "1.15.0" diff --git a/charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/templates/benchmark-rke-cis-1.5-permissive.yaml b/charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/templates/benchmark-rke-cis-1.5-permissive.yaml new file mode 100755 index 000000000..95f80c0f0 --- /dev/null +++ b/charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/templates/benchmark-rke-cis-1.5-permissive.yaml @@ -0,0 +1,8 @@ +--- +apiVersion: cis.cattle.io/v1 +kind: ClusterScanBenchmark +metadata: + name: rke-cis-1.5-permissive +spec: + clusterProvider: rke + minKubernetesVersion: "1.15.0" diff --git a/charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/templates/benchmark-rke-cis-1.6-hardened.yaml b/charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/templates/benchmark-rke-cis-1.6-hardened.yaml new file mode 100755 index 000000000..d75de8154 --- /dev/null +++ b/charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/templates/benchmark-rke-cis-1.6-hardened.yaml @@ -0,0 +1,8 @@ +--- +apiVersion: cis.cattle.io/v1 +kind: ClusterScanBenchmark +metadata: + name: rke-cis-1.6-hardened +spec: + clusterProvider: rke + minKubernetesVersion: "1.16.0" diff --git a/charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/templates/benchmark-rke-cis-1.6-permissive.yaml b/charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/templates/benchmark-rke-cis-1.6-permissive.yaml new file mode 100755 index 000000000..52428f4a7 --- /dev/null +++ b/charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/templates/benchmark-rke-cis-1.6-permissive.yaml @@ -0,0 +1,8 @@ +--- +apiVersion: cis.cattle.io/v1 +kind: ClusterScanBenchmark +metadata: + name: rke-cis-1.6-permissive +spec: + clusterProvider: rke + minKubernetesVersion: "1.16.0" diff --git a/charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/templates/benchmark-rke2-cis-1.5-hardened.yaml b/charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/templates/benchmark-rke2-cis-1.5-hardened.yaml new file mode 100755 index 000000000..3d83e9bd8 --- /dev/null +++ b/charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/templates/benchmark-rke2-cis-1.5-hardened.yaml @@ -0,0 +1,8 @@ +--- +apiVersion: cis.cattle.io/v1 +kind: ClusterScanBenchmark +metadata: + name: rke2-cis-1.5-hardened +spec: + clusterProvider: rke2 + minKubernetesVersion: "1.18.0" diff --git a/charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/templates/benchmark-rke2-cis-1.5-permissive.yaml b/charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/templates/benchmark-rke2-cis-1.5-permissive.yaml new file mode 100755 index 000000000..f66aa8f6e --- /dev/null +++ b/charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/templates/benchmark-rke2-cis-1.5-permissive.yaml @@ -0,0 +1,8 @@ +--- +apiVersion: cis.cattle.io/v1 +kind: ClusterScanBenchmark +metadata: + name: rke2-cis-1.5-permissive +spec: + clusterProvider: rke2 + minKubernetesVersion: "1.18.0" diff --git a/charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/templates/benchmark-rke2-cis-1.6-hardened.yaml b/charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/templates/benchmark-rke2-cis-1.6-hardened.yaml new file mode 100755 index 000000000..3593bf371 --- /dev/null +++ b/charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/templates/benchmark-rke2-cis-1.6-hardened.yaml @@ -0,0 +1,8 @@ +--- +apiVersion: cis.cattle.io/v1 +kind: ClusterScanBenchmark +metadata: + name: rke2-cis-1.6-hardened +spec: + clusterProvider: rke2 + minKubernetesVersion: "1.20.5" diff --git a/charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/templates/benchmark-rke2-cis-1.6-permissive.yaml b/charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/templates/benchmark-rke2-cis-1.6-permissive.yaml new file mode 100755 index 000000000..522f846ae --- /dev/null +++ b/charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/templates/benchmark-rke2-cis-1.6-permissive.yaml @@ -0,0 +1,8 @@ +--- +apiVersion: cis.cattle.io/v1 +kind: ClusterScanBenchmark +metadata: + name: rke2-cis-1.6-permissive +spec: + clusterProvider: rke2 + minKubernetesVersion: "1.20.5" diff --git a/charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/templates/cis-roles.yaml b/charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/templates/cis-roles.yaml new file mode 100755 index 000000000..23c93dc65 --- /dev/null +++ b/charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/templates/cis-roles.yaml @@ -0,0 +1,49 @@ +--- +apiVersion: rbac.authorization.k8s.io/v1 +kind: ClusterRole +metadata: + name: cis-admin +rules: + - apiGroups: + - cis.cattle.io + resources: + - clusterscanbenchmarks + - clusterscanprofiles + - clusterscans + - clusterscanreports + verbs: ["create", "update", "delete", "patch","get", "watch", "list"] + - apiGroups: + - catalog.cattle.io + resources: ["apps"] + resourceNames: ["rancher-cis-benchmark"] + verbs: ["get", "watch", "list"] + - apiGroups: + - "" + resources: + - configmaps + verbs: + - '*' +--- +apiVersion: rbac.authorization.k8s.io/v1 +kind: ClusterRole +metadata: + name: cis-view +rules: + - apiGroups: + - cis.cattle.io + resources: + - clusterscanbenchmarks + - clusterscanprofiles + - clusterscans + - clusterscanreports + verbs: ["get", "watch", "list"] + - apiGroups: + - catalog.cattle.io + resources: ["apps"] + resourceNames: ["rancher-cis-benchmark"] + verbs: ["get", "watch", "list"] + - apiGroups: + - "" + resources: + - configmaps + verbs: ["get", "watch", "list"] diff --git a/charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/templates/configmap.yaml b/charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/templates/configmap.yaml new file mode 100755 index 000000000..6cbc23db4 --- /dev/null +++ b/charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/templates/configmap.yaml @@ -0,0 +1,17 @@ +kind: ConfigMap +apiVersion: v1 +metadata: + name: default-clusterscanprofiles + namespace: {{ template "cis.namespace" . }} +data: + # Default ClusterScanProfiles per cluster provider type + rke: |- + <1.16.0: rke-profile-permissive-1.5 + >=1.16.0: rke-profile-permissive-1.6 + rke2: |- + <1.20.5: rke2-cis-1.5-profile-permissive + >=1.20.5: rke2-cis-1.6-profile-permissive + eks: "eks-profile" + gke: "gke-profile" + k3s: "k3s-cis-1.6-profile-permissive" + default: "cis-1.6-profile" diff --git a/charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/templates/deployment.yaml b/charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/templates/deployment.yaml new file mode 100755 index 000000000..0d3c75e39 --- /dev/null +++ b/charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/templates/deployment.yaml @@ -0,0 +1,57 @@ +apiVersion: apps/v1 +kind: Deployment +metadata: + name: cis-operator + namespace: {{ template "cis.namespace" . }} + labels: + cis.cattle.io/operator: cis-operator +spec: + selector: + matchLabels: + cis.cattle.io/operator: cis-operator + template: + metadata: + labels: + cis.cattle.io/operator: cis-operator + spec: + serviceAccountName: cis-operator-serviceaccount + containers: + - name: cis-operator + image: '{{ template "system_default_registry" . }}{{ .Values.image.cisoperator.repository }}:{{ .Values.image.cisoperator.tag }}' + imagePullPolicy: Always + ports: + - name: cismetrics + containerPort: {{ .Values.alerts.metricsPort }} + env: + - name: SECURITY_SCAN_IMAGE + value: {{ template "system_default_registry" . }}{{ .Values.image.securityScan.repository }} + - name: SECURITY_SCAN_IMAGE_TAG + value: {{ .Values.image.securityScan.tag }} + - name: SONOBUOY_IMAGE + value: {{ template "system_default_registry" . }}{{ .Values.image.sonobuoy.repository }} + - name: SONOBUOY_IMAGE_TAG + value: {{ .Values.image.sonobuoy.tag }} + - name: CIS_ALERTS_METRICS_PORT + value: '{{ .Values.alerts.metricsPort }}' + - name: CIS_ALERTS_SEVERITY + value: {{ .Values.alerts.severity }} + - name: CIS_ALERTS_ENABLED + value: {{ .Values.alerts.enabled | default "false" | quote }} + - name: CLUSTER_NAME + value: {{ .Values.global.cattle.clusterName }} + resources: + {{- toYaml .Values.resources | nindent 12 }} + nodeSelector: + kubernetes.io/os: linux + {{- with .Values.nodeSelector }} + {{- toYaml . | nindent 8 }} + {{- end }} + {{- with .Values.affinity }} + affinity: + {{- toYaml . | nindent 8 }} + {{- end }} + tolerations: + {{- include "linux_node_tolerations" . | nindent 8}} + {{- with .Values.tolerations }} + {{- toYaml . | nindent 8 }} + {{- end }} \ No newline at end of file diff --git a/charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/templates/network_policy_allow_all.yaml b/charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/templates/network_policy_allow_all.yaml new file mode 100755 index 000000000..6ed5d645e --- /dev/null +++ b/charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/templates/network_policy_allow_all.yaml @@ -0,0 +1,15 @@ +--- +apiVersion: networking.k8s.io/v1 +kind: NetworkPolicy +metadata: + name: default-allow-all + namespace: {{ template "cis.namespace" . }} +spec: + podSelector: {} + ingress: + - {} + egress: + - {} + policyTypes: + - Ingress + - Egress diff --git a/charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/templates/patch_default_serviceaccount.yaml b/charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/templates/patch_default_serviceaccount.yaml new file mode 100755 index 000000000..1efa3ed1c --- /dev/null +++ b/charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/templates/patch_default_serviceaccount.yaml @@ -0,0 +1,20 @@ +--- +apiVersion: batch/v1 +kind: Job +metadata: + name: patch-sa + annotations: + "helm.sh/hook": post-install, post-upgrade + "helm.sh/hook-delete-policy": hook-succeeded, before-hook-creation +spec: + template: + spec: + serviceAccountName: cis-operator-serviceaccount + restartPolicy: Never + containers: + - name: sa + image: "{{ template "system_default_registry" . }}{{ .Values.global.kubectl.repository }}:{{ .Values.global.kubectl.tag }}" + imagePullPolicy: {{ .Values.global.imagePullPolicy }} + command: ["kubectl", "patch", "serviceaccount", "default", "-p", "{\"automountServiceAccountToken\": false}"] + args: ["-n", {{ template "cis.namespace" . }}] + backoffLimit: 1 diff --git a/charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/templates/rbac.yaml b/charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/templates/rbac.yaml new file mode 100755 index 000000000..816991f23 --- /dev/null +++ b/charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/templates/rbac.yaml @@ -0,0 +1,43 @@ +apiVersion: rbac.authorization.k8s.io/v1beta1 +kind: ClusterRole +metadata: + labels: + app.kubernetes.io/name: rancher-cis-benchmark + app.kubernetes.io/instance: release-name + name: cis-operator-role +rules: +- apiGroups: + - '*' + resources: + - '*' + verbs: + - '*' +--- +apiVersion: rbac.authorization.k8s.io/v1beta1 +kind: ClusterRoleBinding +metadata: + labels: + app.kubernetes.io/name: rancher-cis-benchmark + app.kubernetes.io/instance: release-name + name: cis-operator-rolebinding +roleRef: + apiGroup: rbac.authorization.k8s.io + kind: ClusterRole + name: cis-operator-role +subjects: +- kind: ServiceAccount + name: cis-serviceaccount + namespace: {{ template "cis.namespace" . }} +--- +kind: ClusterRoleBinding +apiVersion: rbac.authorization.k8s.io/v1 +metadata: + name: cis-operator-installer +subjects: +- kind: ServiceAccount + name: cis-operator-serviceaccount + namespace: {{ template "cis.namespace" . }} +roleRef: + kind: ClusterRole + name: cluster-admin + apiGroup: rbac.authorization.k8s.io \ No newline at end of file diff --git a/charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/templates/scanprofile-cis-1.5.yml b/charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/templates/scanprofile-cis-1.5.yml new file mode 100755 index 000000000..d69ae9dd5 --- /dev/null +++ b/charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/templates/scanprofile-cis-1.5.yml @@ -0,0 +1,9 @@ +--- +apiVersion: cis.cattle.io/v1 +kind: ClusterScanProfile +metadata: + name: cis-1.5-profile + annotations: + clusterscanprofile.cis.cattle.io/builtin: "true" +spec: + benchmarkVersion: cis-1.5 diff --git a/charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/templates/scanprofile-cis-1.6.yaml b/charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/templates/scanprofile-cis-1.6.yaml new file mode 100755 index 000000000..8a8d8bf88 --- /dev/null +++ b/charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/templates/scanprofile-cis-1.6.yaml @@ -0,0 +1,9 @@ +--- +apiVersion: cis.cattle.io/v1 +kind: ClusterScanProfile +metadata: + name: cis-1.6-profile + annotations: + clusterscanprofile.cis.cattle.io/builtin: "true" +spec: + benchmarkVersion: cis-1.6 diff --git a/charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/templates/scanprofile-k3s-cis-1.6-hardened.yml b/charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/templates/scanprofile-k3s-cis-1.6-hardened.yml new file mode 100755 index 000000000..095e977ab --- /dev/null +++ b/charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/templates/scanprofile-k3s-cis-1.6-hardened.yml @@ -0,0 +1,9 @@ +--- +apiVersion: cis.cattle.io/v1 +kind: ClusterScanProfile +metadata: + name: k3s-cis-1.6-profile-hardened + annotations: + clusterscanprofile.cis.cattle.io/builtin: "true" +spec: + benchmarkVersion: k3s-cis-1.6-hardened diff --git a/charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/templates/scanprofile-k3s-cis-1.6-permissive.yml b/charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/templates/scanprofile-k3s-cis-1.6-permissive.yml new file mode 100755 index 000000000..3b22a80c8 --- /dev/null +++ b/charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/templates/scanprofile-k3s-cis-1.6-permissive.yml @@ -0,0 +1,9 @@ +--- +apiVersion: cis.cattle.io/v1 +kind: ClusterScanProfile +metadata: + name: k3s-cis-1.6-profile-permissive + annotations: + clusterscanprofile.cis.cattle.io/builtin: "true" +spec: + benchmarkVersion: k3s-cis-1.6-permissive diff --git a/charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/templates/scanprofile-rke-1.5-hardened.yml b/charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/templates/scanprofile-rke-1.5-hardened.yml new file mode 100755 index 000000000..4eabe158a --- /dev/null +++ b/charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/templates/scanprofile-rke-1.5-hardened.yml @@ -0,0 +1,9 @@ +--- +apiVersion: cis.cattle.io/v1 +kind: ClusterScanProfile +metadata: + name: rke-profile-hardened-1.5 + annotations: + clusterscanprofile.cis.cattle.io/builtin: "true" +spec: + benchmarkVersion: rke-cis-1.5-hardened \ No newline at end of file diff --git a/charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/templates/scanprofile-rke-1.5-permissive.yml b/charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/templates/scanprofile-rke-1.5-permissive.yml new file mode 100755 index 000000000..1f78751d1 --- /dev/null +++ b/charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/templates/scanprofile-rke-1.5-permissive.yml @@ -0,0 +1,9 @@ +--- +apiVersion: cis.cattle.io/v1 +kind: ClusterScanProfile +metadata: + name: rke-profile-permissive-1.5 + annotations: + clusterscanprofile.cis.cattle.io/builtin: "true" +spec: + benchmarkVersion: rke-cis-1.5-permissive diff --git a/charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/templates/scanprofile-rke-1.6-hardened.yaml b/charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/templates/scanprofile-rke-1.6-hardened.yaml new file mode 100755 index 000000000..d38febd80 --- /dev/null +++ b/charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/templates/scanprofile-rke-1.6-hardened.yaml @@ -0,0 +1,9 @@ +--- +apiVersion: cis.cattle.io/v1 +kind: ClusterScanProfile +metadata: + name: rke-profile-hardened-1.6 + annotations: + clusterscanprofile.cis.cattle.io/builtin: "true" +spec: + benchmarkVersion: rke-cis-1.6-hardened diff --git a/charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/templates/scanprofile-rke-1.6-permissive.yaml b/charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/templates/scanprofile-rke-1.6-permissive.yaml new file mode 100755 index 000000000..d31b5b0d2 --- /dev/null +++ b/charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/templates/scanprofile-rke-1.6-permissive.yaml @@ -0,0 +1,9 @@ +--- +apiVersion: cis.cattle.io/v1 +kind: ClusterScanProfile +metadata: + name: rke-profile-permissive-1.6 + annotations: + clusterscanprofile.cis.cattle.io/builtin: "true" +spec: + benchmarkVersion: rke-cis-1.6-permissive diff --git a/charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/templates/scanprofile-rke2-cis-1.5-hardened.yml b/charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/templates/scanprofile-rke2-cis-1.5-hardened.yml new file mode 100755 index 000000000..83eb3131e --- /dev/null +++ b/charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/templates/scanprofile-rke2-cis-1.5-hardened.yml @@ -0,0 +1,9 @@ +--- +apiVersion: cis.cattle.io/v1 +kind: ClusterScanProfile +metadata: + name: rke2-cis-1.5-profile-hardened + annotations: + clusterscanprofile.cis.cattle.io/builtin: "true" +spec: + benchmarkVersion: rke2-cis-1.5-hardened diff --git a/charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/templates/scanprofile-rke2-cis-1.5-permissive.yml b/charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/templates/scanprofile-rke2-cis-1.5-permissive.yml new file mode 100755 index 000000000..40dc44bdf --- /dev/null +++ b/charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/templates/scanprofile-rke2-cis-1.5-permissive.yml @@ -0,0 +1,9 @@ +--- +apiVersion: cis.cattle.io/v1 +kind: ClusterScanProfile +metadata: + name: rke2-cis-1.5-profile-permissive + annotations: + clusterscanprofile.cis.cattle.io/builtin: "true" +spec: + benchmarkVersion: rke2-cis-1.5-permissive diff --git a/charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/templates/scanprofile-rke2-cis-1.6-hardened.yml b/charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/templates/scanprofile-rke2-cis-1.6-hardened.yml new file mode 100755 index 000000000..c7ac7f949 --- /dev/null +++ b/charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/templates/scanprofile-rke2-cis-1.6-hardened.yml @@ -0,0 +1,9 @@ +--- +apiVersion: cis.cattle.io/v1 +kind: ClusterScanProfile +metadata: + name: rke2-cis-1.6-profile-hardened + annotations: + clusterscanprofile.cis.cattle.io/builtin: "true" +spec: + benchmarkVersion: rke2-cis-1.6-hardened diff --git a/charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/templates/scanprofile-rke2-cis-1.6-permissive.yml b/charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/templates/scanprofile-rke2-cis-1.6-permissive.yml new file mode 100755 index 000000000..96ca1345a --- /dev/null +++ b/charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/templates/scanprofile-rke2-cis-1.6-permissive.yml @@ -0,0 +1,9 @@ +--- +apiVersion: cis.cattle.io/v1 +kind: ClusterScanProfile +metadata: + name: rke2-cis-1.6-profile-permissive + annotations: + clusterscanprofile.cis.cattle.io/builtin: "true" +spec: + benchmarkVersion: rke2-cis-1.6-permissive diff --git a/charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/templates/scanprofileeks.yml b/charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/templates/scanprofileeks.yml new file mode 100755 index 000000000..49c7e0246 --- /dev/null +++ b/charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/templates/scanprofileeks.yml @@ -0,0 +1,9 @@ +--- +apiVersion: cis.cattle.io/v1 +kind: ClusterScanProfile +metadata: + name: eks-profile + annotations: + clusterscanprofile.cis.cattle.io/builtin: "true" +spec: + benchmarkVersion: eks-1.0 \ No newline at end of file diff --git a/charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/templates/scanprofilegke.yml b/charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/templates/scanprofilegke.yml new file mode 100755 index 000000000..2ddd0686f --- /dev/null +++ b/charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/templates/scanprofilegke.yml @@ -0,0 +1,9 @@ +--- +apiVersion: cis.cattle.io/v1 +kind: ClusterScanProfile +metadata: + name: gke-profile + annotations: + clusterscanprofile.cis.cattle.io/builtin: "true" +spec: + benchmarkVersion: gke-1.0 \ No newline at end of file diff --git a/charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/templates/serviceaccount.yaml b/charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/templates/serviceaccount.yaml new file mode 100755 index 000000000..ec48ec622 --- /dev/null +++ b/charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/templates/serviceaccount.yaml @@ -0,0 +1,14 @@ +apiVersion: v1 +kind: ServiceAccount +metadata: + namespace: {{ template "cis.namespace" . }} + name: cis-operator-serviceaccount +--- +apiVersion: v1 +kind: ServiceAccount +metadata: + namespace: {{ template "cis.namespace" . }} + labels: + app.kubernetes.io/name: rancher-cis-benchmark + app.kubernetes.io/instance: release-name + name: cis-serviceaccount diff --git a/charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/templates/validate-install-crd.yaml b/charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/templates/validate-install-crd.yaml new file mode 100755 index 000000000..562295791 --- /dev/null +++ b/charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/templates/validate-install-crd.yaml @@ -0,0 +1,17 @@ +#{{- if gt (len (lookup "rbac.authorization.k8s.io/v1" "ClusterRole" "" "")) 0 -}} +# {{- $found := dict -}} +# {{- set $found "cis.cattle.io/v1/ClusterScan" false -}} +# {{- set $found "cis.cattle.io/v1/ClusterScanBenchmark" false -}} +# {{- set $found "cis.cattle.io/v1/ClusterScanProfile" false -}} +# {{- set $found "cis.cattle.io/v1/ClusterScanReport" false -}} +# {{- range .Capabilities.APIVersions -}} +# {{- if hasKey $found (toString .) -}} +# {{- set $found (toString .) true -}} +# {{- end -}} +# {{- end -}} +# {{- range $_, $exists := $found -}} +# {{- if (eq $exists false) -}} +# {{- required "Required CRDs are missing. Please install the corresponding CRD chart before installing this chart." "" -}} +# {{- end -}} +# {{- end -}} +#{{- end -}} \ No newline at end of file diff --git a/charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/values.yaml b/charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/values.yaml new file mode 100755 index 000000000..7fa7df90b --- /dev/null +++ b/charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc06/values.yaml @@ -0,0 +1,45 @@ +# Default values for rancher-cis-benchmark. +# This is a YAML-formatted file. +# Declare variables to be passed into your templates. + +image: + cisoperator: + repository: rancher/cis-operator + tag: v1.0.4-rc5 + securityScan: + repository: rancher/security-scan + tag: v0.2.3-rc6 + sonobuoy: + repository: rancher/mirrored-sonobuoy-sonobuoy + tag: v0.16.3 + +resources: {} + # We usually recommend not to specify default resources and to leave this as a conscious + # choice for the user. This also increases chances charts run on environments with little + # resources, such as Minikube. If you do want to specify resources, uncomment the following + # lines, adjust them as necessary, and remove the curly braces after 'resources:'. + # limits: + # cpu: 100m + # memory: 128Mi + # requests: + # cpu: 100m + # memory: 128Mi + +nodeSelector: {} + +tolerations: [] + +affinity: {} + +global: + cattle: + systemDefaultRegistry: "" + clusterName: "" + kubectl: + repository: rancher/kubectl + tag: v1.20.2 + +alerts: + enabled: false + severity: warning + metricsPort: 8080 diff --git a/index.yaml b/index.yaml old mode 100644 new mode 100755 index d8641fe40..72ca98354 --- a/index.yaml +++ b/index.yaml @@ -20,6 +20,177 @@ entries: urls: - released/assets/fleet/fleet-0.3.500.tgz version: 0.3.500 + - annotations: + catalog.cattle.io/auto-install: fleet-crd=match + catalog.cattle.io/certified: rancher + catalog.cattle.io/experimental: "true" + catalog.cattle.io/hidden: "true" + catalog.cattle.io/namespace: fleet-system + catalog.cattle.io/os: linux + catalog.cattle.io/provides-gvr: clusters.fleet.cattle.io/v1alpha1 + catalog.cattle.io/release-name: fleet + apiVersion: v2 + appVersion: 0.3.5 + created: "2021-04-30T19:59:52.199705133Z" + description: Fleet Manager - GitOps at Scale + digest: 71cb70ec0bd7bb3d21eacb34fbd4ed3072997cfb98d3881638bbcc5d137d6927 + icon: https://charts.rancher.io/assets/logos/fleet.svg + name: fleet + urls: + - assets/fleet/fleet-0.3.500-rc09.tgz + version: 0.3.500-rc09 + - annotations: + catalog.cattle.io/auto-install: fleet-crd=match + catalog.cattle.io/certified: rancher + catalog.cattle.io/experimental: "true" + catalog.cattle.io/hidden: "true" + catalog.cattle.io/namespace: fleet-system + catalog.cattle.io/os: linux + catalog.cattle.io/provides-gvr: clusters.fleet.cattle.io/v1alpha1 + catalog.cattle.io/release-name: fleet + apiVersion: v2 + appVersion: 0.3.5 + created: "2021-04-30T19:59:52.199035027Z" + description: Fleet Manager - GitOps at Scale + digest: 6f8e8e5dca94d4b826ddda815f57e7fdbc081d038613d9d74105a15498d1b46c + icon: https://charts.rancher.io/assets/logos/fleet.svg + name: fleet + urls: + - assets/fleet/fleet-0.3.500-rc08.tgz + version: 0.3.500-rc08 + - annotations: + catalog.cattle.io/auto-install: fleet-crd=match + catalog.cattle.io/certified: rancher + catalog.cattle.io/experimental: "true" + catalog.cattle.io/hidden: "true" + catalog.cattle.io/namespace: fleet-system + catalog.cattle.io/os: linux + catalog.cattle.io/provides-gvr: clusters.fleet.cattle.io/v1alpha1 + catalog.cattle.io/release-name: fleet + apiVersion: v2 + appVersion: 0.3.5 + created: "2021-04-30T19:59:52.19830282Z" + description: Fleet Manager - GitOps at Scale + digest: 9b9e66ecf7f92e537aeaf226920a46e84e127df6357fbc6528c8a8875070d198 + icon: https://charts.rancher.io/assets/logos/fleet.svg + name: fleet + urls: + - assets/fleet/fleet-0.3.500-rc07.tgz + version: 0.3.500-rc07 + - annotations: + catalog.cattle.io/auto-install: fleet-crd=match + catalog.cattle.io/certified: rancher + catalog.cattle.io/experimental: "true" + catalog.cattle.io/hidden: "true" + catalog.cattle.io/namespace: fleet-system + catalog.cattle.io/os: linux + catalog.cattle.io/provides-gvr: clusters.fleet.cattle.io/v1alpha1 + catalog.cattle.io/release-name: fleet + apiVersion: v2 + appVersion: 0.3.5 + created: "2021-04-30T19:59:52.197595914Z" + description: Fleet Manager - GitOps at Scale + digest: 0fefba92f5f16d2bb2820e582d5da5745ef9e7923c414d36ebbaf62c4b39b3ef + icon: https://charts.rancher.io/assets/logos/fleet.svg + name: fleet + urls: + - assets/fleet/fleet-0.3.500-rc06.tgz + version: 0.3.500-rc06 + - annotations: + catalog.cattle.io/auto-install: fleet-crd=match + catalog.cattle.io/certified: rancher + catalog.cattle.io/experimental: "true" + catalog.cattle.io/hidden: "true" + catalog.cattle.io/namespace: fleet-system + catalog.cattle.io/os: linux + catalog.cattle.io/provides-gvr: clusters.fleet.cattle.io/v1alpha1 + catalog.cattle.io/release-name: fleet + apiVersion: v2 + appVersion: 0.3.5 + created: "2021-04-30T19:59:52.196965908Z" + description: Fleet Manager - GitOps at Scale + digest: 2d5346d7963426d10914b73cacd7b322de27e67ed718ba23c19d2eeed51d3bbe + icon: https://charts.rancher.io/assets/logos/fleet.svg + name: fleet + urls: + - assets/fleet/fleet-0.3.500-rc05.tgz + version: 0.3.500-rc05 + - annotations: + catalog.cattle.io/auto-install: fleet-crd=match + catalog.cattle.io/certified: rancher + catalog.cattle.io/experimental: "true" + catalog.cattle.io/hidden: "true" + catalog.cattle.io/namespace: fleet-system + catalog.cattle.io/os: linux + catalog.cattle.io/provides-gvr: clusters.fleet.cattle.io/v1alpha1 + catalog.cattle.io/release-name: fleet + apiVersion: v2 + appVersion: 0.3.5 + created: "2021-04-30T19:59:52.196297902Z" + description: Fleet Manager - GitOps at Scale + digest: 53b3bc6dd7434e6417128e47b9fc460a044665cfb19404098f60457aa2dc32a9 + icon: https://charts.rancher.io/assets/logos/fleet.svg + name: fleet + urls: + - assets/fleet/fleet-0.3.500-rc04.tgz + version: 0.3.500-rc04 + - annotations: + catalog.cattle.io/auto-install: fleet-crd=match + catalog.cattle.io/certified: rancher + catalog.cattle.io/experimental: "true" + catalog.cattle.io/hidden: "true" + catalog.cattle.io/namespace: fleet-system + catalog.cattle.io/os: linux + catalog.cattle.io/provides-gvr: clusters.fleet.cattle.io/v1alpha1 + catalog.cattle.io/release-name: fleet + apiVersion: v2 + appVersion: 0.3.5 + created: "2021-04-30T19:59:52.195672996Z" + description: Fleet Manager - GitOps at Scale + digest: 83cd768b9e70fd76f79e3b3750b7182d91e9d209b7150dd46d9b057a9b142193 + icon: https://charts.rancher.io/assets/logos/fleet.svg + name: fleet + urls: + - assets/fleet/fleet-0.3.500-rc03.tgz + version: 0.3.500-rc03 + - annotations: + catalog.cattle.io/auto-install: fleet-crd=match + catalog.cattle.io/certified: rancher + catalog.cattle.io/experimental: "true" + catalog.cattle.io/hidden: "true" + catalog.cattle.io/namespace: fleet-system + catalog.cattle.io/os: linux + catalog.cattle.io/provides-gvr: clusters.fleet.cattle.io/v1alpha1 + catalog.cattle.io/release-name: fleet + apiVersion: v2 + appVersion: 0.3.5 + created: "2021-04-30T19:59:52.194615786Z" + description: Fleet Manager - GitOps at Scale + digest: 1347836c8a78142ea0b8c3fc2bcda597c95cd3821b74620172e75aa9e0f341ce + icon: https://charts.rancher.io/assets/logos/fleet.svg + name: fleet + urls: + - assets/fleet/fleet-0.3.500-rc02.tgz + version: 0.3.500-rc02 + - annotations: + catalog.cattle.io/auto-install: fleet-crd=match + catalog.cattle.io/certified: rancher + catalog.cattle.io/experimental: "true" + catalog.cattle.io/hidden: "true" + catalog.cattle.io/namespace: fleet-system + catalog.cattle.io/os: linux + catalog.cattle.io/provides-gvr: clusters.fleet.cattle.io/v1alpha1 + catalog.cattle.io/release-name: fleet + apiVersion: v2 + appVersion: 0.3.5 + created: "2021-04-30T19:59:52.193678677Z" + description: Fleet Manager - GitOps at Scale + digest: 443c4a6b34b021406aed20df13848926328afa4790a817c9ada07dc47a8b8e71 + icon: https://charts.rancher.io/assets/logos/fleet.svg + name: fleet + urls: + - assets/fleet/fleet-0.3.500-rc01.tgz + version: 0.3.500-rc01 - annotations: catalog.cattle.io/auto-install: fleet-crd=match catalog.cattle.io/certified: rancher @@ -39,6 +210,25 @@ entries: urls: - released/assets/fleet/fleet-0.3.400.tgz version: 0.3.400 + - annotations: + catalog.cattle.io/auto-install: fleet-crd=match + catalog.cattle.io/certified: rancher + catalog.cattle.io/experimental: "true" + catalog.cattle.io/hidden: "true" + catalog.cattle.io/namespace: fleet-system + catalog.cattle.io/os: linux + catalog.cattle.io/provides-gvr: clusters.fleet.cattle.io/v1alpha1 + catalog.cattle.io/release-name: fleet + apiVersion: v2 + appVersion: 0.3.4 + created: "2021-04-30T19:59:52.192751868Z" + description: Fleet Manager - GitOps at Scale + digest: e1d3bd31defa667da62185dae7c37f943d6d4eceece802e04559ae7beab34f76 + icon: https://charts.rancher.io/assets/logos/fleet.svg + name: fleet + urls: + - assets/fleet/fleet-0.3.400-rc08.tgz + version: 0.3.400-rc08 - annotations: catalog.cattle.io/auto-install: fleet-crd=match catalog.cattle.io/certified: rancher @@ -132,6 +322,150 @@ entries: urls: - released/assets/fleet-agent/fleet-agent-0.3.500.tgz version: 0.3.500 + - annotations: + catalog.cattle.io/certified: rancher + catalog.cattle.io/hidden: "true" + catalog.cattle.io/namespace: fleet-system + catalog.cattle.io/os: linux + catalog.cattle.io/release-name: fleet-agent + apiVersion: v2 + appVersion: 0.3.5 + created: "2021-04-30T19:59:52.204354477Z" + description: Fleet Manager Agent - GitOps at Scale + digest: a458f204ecfba7648fc98a148d7dd9b5e8958b3ed4d34f797a5915d78cb354d1 + icon: https://charts.rancher.io/assets/logos/fleet.svg + name: fleet-agent + urls: + - assets/fleet-agent/fleet-agent-0.3.500-rc09.tgz + version: 0.3.500-rc09 + - annotations: + catalog.cattle.io/certified: rancher + catalog.cattle.io/hidden: "true" + catalog.cattle.io/namespace: fleet-system + catalog.cattle.io/os: linux + catalog.cattle.io/release-name: fleet-agent + apiVersion: v2 + appVersion: 0.3.5 + created: "2021-04-30T19:59:52.203843372Z" + description: Fleet Manager Agent - GitOps at Scale + digest: 43b5d98fc8d8d82c6bc98f857292ddea06763744dd856cd230fa3632411550ed + icon: https://charts.rancher.io/assets/logos/fleet.svg + name: fleet-agent + urls: + - assets/fleet-agent/fleet-agent-0.3.500-rc08.tgz + version: 0.3.500-rc08 + - annotations: + catalog.cattle.io/certified: rancher + catalog.cattle.io/hidden: "true" + catalog.cattle.io/namespace: fleet-system + catalog.cattle.io/os: linux + catalog.cattle.io/release-name: fleet-agent + apiVersion: v2 + appVersion: 0.3.5 + created: "2021-04-30T19:59:52.203411668Z" + description: Fleet Manager Agent - GitOps at Scale + digest: a040631b230113b4b22d89edf9067a8a76486e572592c9143dcc5d55af8137e5 + icon: https://charts.rancher.io/assets/logos/fleet.svg + name: fleet-agent + urls: + - assets/fleet-agent/fleet-agent-0.3.500-rc07.tgz + version: 0.3.500-rc07 + - annotations: + catalog.cattle.io/certified: rancher + catalog.cattle.io/hidden: "true" + catalog.cattle.io/namespace: fleet-system + catalog.cattle.io/os: linux + catalog.cattle.io/release-name: fleet-agent + apiVersion: v2 + appVersion: 0.3.5 + created: "2021-04-30T19:59:52.202879863Z" + description: Fleet Manager Agent - GitOps at Scale + digest: 69d9126272298c5540de5ae8345098886cd8ea25122057dd90ee9ff45b7cb896 + icon: https://charts.rancher.io/assets/logos/fleet.svg + name: fleet-agent + urls: + - assets/fleet-agent/fleet-agent-0.3.500-rc06.tgz + version: 0.3.500-rc06 + - annotations: + catalog.cattle.io/certified: rancher + catalog.cattle.io/hidden: "true" + catalog.cattle.io/namespace: fleet-system + catalog.cattle.io/os: linux + catalog.cattle.io/release-name: fleet-agent + apiVersion: v2 + appVersion: 0.3.5 + created: "2021-04-30T19:59:52.202440959Z" + description: Fleet Manager Agent - GitOps at Scale + digest: a8d559464ded20eeca14a488e3b24f090685728c0aa2081201168935fdd1faae + icon: https://charts.rancher.io/assets/logos/fleet.svg + name: fleet-agent + urls: + - assets/fleet-agent/fleet-agent-0.3.500-rc05.tgz + version: 0.3.500-rc05 + - annotations: + catalog.cattle.io/certified: rancher + catalog.cattle.io/hidden: "true" + catalog.cattle.io/namespace: fleet-system + catalog.cattle.io/os: linux + catalog.cattle.io/release-name: fleet-agent + apiVersion: v2 + appVersion: 0.3.5 + created: "2021-04-30T19:59:52.201976155Z" + description: Fleet Manager Agent - GitOps at Scale + digest: bef2bbbab690c60255608dee3e8c677d0ff07e0c16a57f47225bb9c92fdc5e02 + icon: https://charts.rancher.io/assets/logos/fleet.svg + name: fleet-agent + urls: + - assets/fleet-agent/fleet-agent-0.3.500-rc04.tgz + version: 0.3.500-rc04 + - annotations: + catalog.cattle.io/certified: rancher + catalog.cattle.io/hidden: "true" + catalog.cattle.io/namespace: fleet-system + catalog.cattle.io/os: linux + catalog.cattle.io/release-name: fleet-agent + apiVersion: v2 + appVersion: 0.3.5 + created: "2021-04-30T19:59:52.20151135Z" + description: Fleet Manager Agent - GitOps at Scale + digest: f9a35e330ce8cb50b516201f31488583923c6a498ff7e5049cc49a6afdc188a5 + icon: https://charts.rancher.io/assets/logos/fleet.svg + name: fleet-agent + urls: + - assets/fleet-agent/fleet-agent-0.3.500-rc03.tgz + version: 0.3.500-rc03 + - annotations: + catalog.cattle.io/certified: rancher + catalog.cattle.io/hidden: "true" + catalog.cattle.io/namespace: fleet-system + catalog.cattle.io/os: linux + catalog.cattle.io/release-name: fleet-agent + apiVersion: v2 + appVersion: 0.3.5 + created: "2021-04-30T19:59:52.201098746Z" + description: Fleet Manager Agent - GitOps at Scale + digest: b6a7eb6921f74b80e791581ad707bc1d6e611d78db2df2ab111d1a1b1ec17780 + icon: https://charts.rancher.io/assets/logos/fleet.svg + name: fleet-agent + urls: + - assets/fleet-agent/fleet-agent-0.3.500-rc02.tgz + version: 0.3.500-rc02 + - annotations: + catalog.cattle.io/certified: rancher + catalog.cattle.io/hidden: "true" + catalog.cattle.io/namespace: fleet-system + catalog.cattle.io/os: linux + catalog.cattle.io/release-name: fleet-agent + apiVersion: v2 + appVersion: 0.3.5 + created: "2021-04-30T19:59:52.200595842Z" + description: Fleet Manager Agent - GitOps at Scale + digest: 9abb1ab308acf5a714846b4fbf559d71f0914959593d89e58a82eb134a185a4e + icon: https://charts.rancher.io/assets/logos/fleet.svg + name: fleet-agent + urls: + - assets/fleet-agent/fleet-agent-0.3.500-rc01.tgz + version: 0.3.500-rc01 - annotations: catalog.cattle.io/certified: rancher catalog.cattle.io/hidden: "true" @@ -148,6 +482,22 @@ entries: urls: - released/assets/fleet-agent/fleet-agent-0.3.400.tgz version: 0.3.400 + - annotations: + catalog.cattle.io/certified: rancher + catalog.cattle.io/hidden: "true" + catalog.cattle.io/namespace: fleet-system + catalog.cattle.io/os: linux + catalog.cattle.io/release-name: fleet-agent + apiVersion: v2 + appVersion: 0.3.4 + created: "2021-04-30T19:59:52.200178638Z" + description: Fleet Manager Agent - GitOps at Scale + digest: 141ba6abe73be3db6d6c1d3194a0261380151a9141b7078fa1ca7f3d4d500fa3 + icon: https://charts.rancher.io/assets/logos/fleet.svg + name: fleet-agent + urls: + - assets/fleet-agent/fleet-agent-0.3.400-rc08.tgz + version: 0.3.400-rc08 - annotations: catalog.cattle.io/certified: rancher catalog.cattle.io/hidden: "true" @@ -229,6 +579,150 @@ entries: urls: - released/assets/fleet-crd/fleet-crd-0.3.500.tgz version: 0.3.500 + - annotations: + catalog.cattle.io/certified: rancher + catalog.cattle.io/hidden: "true" + catalog.cattle.io/namespace: fleet-system + catalog.cattle.io/os: linux + catalog.cattle.io/release-name: fleet-crd + apiVersion: v2 + appVersion: 0.3.5 + created: "2021-04-30T19:59:52.213113459Z" + description: Fleet Manager CustomResourceDefinitions + digest: 851114f93c12c46a64b4ab991401b781ff6ac4d8f8ea2de55c1ef620bc76a0b5 + icon: https://charts.rancher.io/assets/logos/fleet.svg + name: fleet-crd + urls: + - assets/fleet-crd/fleet-crd-0.3.500-rc09.tgz + version: 0.3.500-rc09 + - annotations: + catalog.cattle.io/certified: rancher + catalog.cattle.io/hidden: "true" + catalog.cattle.io/namespace: fleet-system + catalog.cattle.io/os: linux + catalog.cattle.io/release-name: fleet-crd + apiVersion: v2 + appVersion: 0.3.5 + created: "2021-04-30T19:59:52.212098749Z" + description: Fleet Manager CustomResourceDefinitions + digest: 0fc34c8a36f2e61a552311d96d2dc33b0325e5f08a63e7dc9fa446a378880cce + icon: https://charts.rancher.io/assets/logos/fleet.svg + name: fleet-crd + urls: + - assets/fleet-crd/fleet-crd-0.3.500-rc08.tgz + version: 0.3.500-rc08 + - annotations: + catalog.cattle.io/certified: rancher + catalog.cattle.io/hidden: "true" + catalog.cattle.io/namespace: fleet-system + catalog.cattle.io/os: linux + catalog.cattle.io/release-name: fleet-crd + apiVersion: v2 + appVersion: 0.3.5 + created: "2021-04-30T19:59:52.211398543Z" + description: Fleet Manager CustomResourceDefinitions + digest: 4f64cd7bbfb4000fca476e3d745cfc9658e0d3d2c4aea7c087ce12b1bd745e6d + icon: https://charts.rancher.io/assets/logos/fleet.svg + name: fleet-crd + urls: + - assets/fleet-crd/fleet-crd-0.3.500-rc07.tgz + version: 0.3.500-rc07 + - annotations: + catalog.cattle.io/certified: rancher + catalog.cattle.io/hidden: "true" + catalog.cattle.io/namespace: fleet-system + catalog.cattle.io/os: linux + catalog.cattle.io/release-name: fleet-crd + apiVersion: v2 + appVersion: 0.3.5 + created: "2021-04-30T19:59:52.210686136Z" + description: Fleet Manager CustomResourceDefinitions + digest: ca6681e937acdbe58d3fe718a2b78b45e696438bc26d5c3ae86fd804cc87a8b6 + icon: https://charts.rancher.io/assets/logos/fleet.svg + name: fleet-crd + urls: + - assets/fleet-crd/fleet-crd-0.3.500-rc06.tgz + version: 0.3.500-rc06 + - annotations: + catalog.cattle.io/certified: rancher + catalog.cattle.io/hidden: "true" + catalog.cattle.io/namespace: fleet-system + catalog.cattle.io/os: linux + catalog.cattle.io/release-name: fleet-crd + apiVersion: v2 + appVersion: 0.3.5 + created: "2021-04-30T19:59:52.21007873Z" + description: Fleet Manager CustomResourceDefinitions + digest: d2ac5cc83ed7fc1780fb89e24127b571e0332199ffb498c35624686f02114f07 + icon: https://charts.rancher.io/assets/logos/fleet.svg + name: fleet-crd + urls: + - assets/fleet-crd/fleet-crd-0.3.500-rc05.tgz + version: 0.3.500-rc05 + - annotations: + catalog.cattle.io/certified: rancher + catalog.cattle.io/hidden: "true" + catalog.cattle.io/namespace: fleet-system + catalog.cattle.io/os: linux + catalog.cattle.io/release-name: fleet-crd + apiVersion: v2 + appVersion: 0.3.5 + created: "2021-04-30T19:59:52.209396324Z" + description: Fleet Manager CustomResourceDefinitions + digest: 287d188003e4257528765bbab694c16f38f04602bd00175d1d5173c8eab43eda + icon: https://charts.rancher.io/assets/logos/fleet.svg + name: fleet-crd + urls: + - assets/fleet-crd/fleet-crd-0.3.500-rc04.tgz + version: 0.3.500-rc04 + - annotations: + catalog.cattle.io/certified: rancher + catalog.cattle.io/hidden: "true" + catalog.cattle.io/namespace: fleet-system + catalog.cattle.io/os: linux + catalog.cattle.io/release-name: fleet-crd + apiVersion: v2 + appVersion: 0.3.5 + created: "2021-04-30T19:59:52.208747218Z" + description: Fleet Manager CustomResourceDefinitions + digest: e998798fe9d9630c0f2eff0f1066a35f8f9aff87c6f34b9ac659591b4eccfc52 + icon: https://charts.rancher.io/assets/logos/fleet.svg + name: fleet-crd + urls: + - assets/fleet-crd/fleet-crd-0.3.500-rc03.tgz + version: 0.3.500-rc03 + - annotations: + catalog.cattle.io/certified: rancher + catalog.cattle.io/hidden: "true" + catalog.cattle.io/namespace: fleet-system + catalog.cattle.io/os: linux + catalog.cattle.io/release-name: fleet-crd + apiVersion: v2 + appVersion: 0.3.5 + created: "2021-04-30T19:59:52.207301004Z" + description: Fleet Manager CustomResourceDefinitions + digest: 9e80e03b7602acf219164a9bb3e616f60f4c9df086bea8b68f8347b0dc352253 + icon: https://charts.rancher.io/assets/logos/fleet.svg + name: fleet-crd + urls: + - assets/fleet-crd/fleet-crd-0.3.500-rc02.tgz + version: 0.3.500-rc02 + - annotations: + catalog.cattle.io/certified: rancher + catalog.cattle.io/hidden: "true" + catalog.cattle.io/namespace: fleet-system + catalog.cattle.io/os: linux + catalog.cattle.io/release-name: fleet-crd + apiVersion: v2 + appVersion: 0.3.5 + created: "2021-04-30T19:59:52.20574949Z" + description: Fleet Manager CustomResourceDefinitions + digest: 5a9971ba36b1565f22b4bababd5a5f862d2ca016a626283dfc79b30b8952f00c + icon: https://charts.rancher.io/assets/logos/fleet.svg + name: fleet-crd + urls: + - assets/fleet-crd/fleet-crd-0.3.500-rc01.tgz + version: 0.3.500-rc01 - annotations: catalog.cattle.io/certified: rancher catalog.cattle.io/hidden: "true" @@ -245,6 +739,22 @@ entries: urls: - released/assets/fleet-crd/fleet-crd-0.3.400.tgz version: 0.3.400 + - annotations: + catalog.cattle.io/certified: rancher + catalog.cattle.io/hidden: "true" + catalog.cattle.io/namespace: fleet-system + catalog.cattle.io/os: linux + catalog.cattle.io/release-name: fleet-crd + apiVersion: v2 + appVersion: 0.3.4 + created: "2021-04-30T19:59:52.205032083Z" + description: Fleet Manager CustomResourceDefinitions + digest: 443ea644731a2b669ac3a601c9fd9d61a225e530ddd1f72dee0f3001c710f2df + icon: https://charts.rancher.io/assets/logos/fleet.svg + name: fleet-crd + urls: + - assets/fleet-crd/fleet-crd-0.3.400-rc08.tgz + version: 0.3.400-rc08 - annotations: catalog.cattle.io/certified: rancher catalog.cattle.io/hidden: "true" @@ -349,6 +859,47 @@ entries: urls: - released/assets/longhorn/longhorn-1.1.100.tgz version: 1.1.100 + - annotations: + catalog.cattle.io/auto-install: longhorn-crd=match + catalog.cattle.io/certified: rancher + catalog.cattle.io/display-name: Longhorn + catalog.cattle.io/namespace: longhorn-system + catalog.cattle.io/os: linux + catalog.cattle.io/provides-gvr: longhorn.io/v1beta1 + catalog.cattle.io/release-name: longhorn + catalog.cattle.io/ui-component: longhorn + apiVersion: v1 + appVersion: v1.1.1 + created: "2021-04-30T19:59:52.216870194Z" + description: Longhorn is a distributed block storage system for Kubernetes. + digest: 2b03733c24223c72a3dcdecf40ff53a3117a7fbadef6eaba734d142daa706be4 + home: https://github.com/longhorn/longhorn + icon: https://raw.githubusercontent.com/cncf/artwork/master/projects/longhorn/icon/color/longhorn-icon-color.png + keywords: + - longhorn + - storage + - distributed + - block + - device + - iscsi + - nfs + kubeVersion: '>=v1.16.0-r0' + maintainers: + - email: maintainers@longhorn.io + name: Longhorn maintainers + name: longhorn + sources: + - https://github.com/longhorn/longhorn + - https://github.com/longhorn/longhorn-engine + - https://github.com/longhorn/longhorn-instance-manager + - https://github.com/longhorn/longhorn-share-manager + - https://github.com/longhorn/longhorn-manager + - https://github.com/longhorn/longhorn-ui + - https://github.com/longhorn/longhorn-tests + - https://github.com/longhorn/backing-image-manager + urls: + - assets/longhorn/longhorn-1.1.100-rc01.tgz + version: 1.1.100-rc01 - annotations: catalog.cattle.io/auto-install: longhorn-crd=match catalog.cattle.io/certified: rancher @@ -390,6 +941,47 @@ entries: urls: - released/assets/longhorn/longhorn-1.1.001.tgz version: 1.1.001 + - annotations: + catalog.cattle.io/auto-install: longhorn-crd=match + catalog.cattle.io/certified: rancher + catalog.cattle.io/display-name: Longhorn + catalog.cattle.io/namespace: longhorn-system + catalog.cattle.io/os: linux + catalog.cattle.io/provides-gvr: longhorn.io/v1beta1 + catalog.cattle.io/release-name: longhorn + catalog.cattle.io/ui-component: longhorn + apiVersion: v1 + appVersion: v1.1.0 + created: "2021-04-30T19:59:52.214944576Z" + description: Longhorn is a distributed block storage system for Kubernetes. + digest: 09a586f9ddccef1840e4c3cb548d7d412dd5cec650e3a86483086164d50da9d8 + home: https://github.com/longhorn/longhorn + icon: https://raw.githubusercontent.com/cncf/artwork/master/projects/longhorn/icon/color/longhorn-icon-color.svg?sanitize=true + keywords: + - longhorn + - storage + - distributed + - block + - device + - iscsi + kubeVersion: '>=v1.16.0-r0' + maintainers: + - email: maintainers@longhorn.io + name: Longhorn maintainers + - email: sheng@yasker.org + name: Sheng Yang + name: longhorn + sources: + - https://github.com/longhorn/longhorn + - https://github.com/longhorn/longhorn-engine + - https://github.com/longhorn/longhorn-instance-manager + - https://github.com/longhorn/longhorn-share-manager + - https://github.com/longhorn/longhorn-manager + - https://github.com/longhorn/longhorn-ui + - https://github.com/longhorn/longhorn-tests + urls: + - assets/longhorn/longhorn-1.1.001-rc01.tgz + version: 1.1.001-rc01 - annotations: catalog.cattle.io/auto-install: longhorn-crd=match catalog.cattle.io/certified: rancher @@ -525,6 +1117,20 @@ entries: urls: - released/assets/longhorn/longhorn-crd-1.1.100.tgz version: 1.1.100 + - annotations: + catalog.cattle.io/certified: rancher + catalog.cattle.io/hidden: "true" + catalog.cattle.io/namespace: longhorn-system + catalog.cattle.io/release-name: longhorn-crd + apiVersion: v1 + created: "2021-04-30T19:59:52.217279898Z" + description: Installs the CRDs for longhorn. + digest: 7e42f13e1fed328a45771c12dde4794a43cb0168c60cb5be3c667a31ae16c331 + name: longhorn-crd + type: application + urls: + - assets/longhorn/longhorn-crd-1.1.100-rc01.tgz + version: 1.1.100-rc01 - annotations: catalog.cattle.io/certified: rancher catalog.cattle.io/hidden: "true" @@ -539,6 +1145,20 @@ entries: urls: - released/assets/longhorn/longhorn-crd-1.1.001.tgz version: 1.1.001 + - annotations: + catalog.cattle.io/certified: rancher + catalog.cattle.io/hidden: "true" + catalog.cattle.io/namespace: longhorn-system + catalog.cattle.io/release-name: longhorn-crd + apiVersion: v1 + created: "2021-04-30T19:59:52.217079296Z" + description: Installs the CRDs for longhorn. + digest: 3510fd3cea8ef949fdcef70b5c240f3b4d5f6854a053c70260b9995e441af07a + name: longhorn-crd + type: application + urls: + - assets/longhorn/longhorn-crd-1.1.001-rc01.tgz + version: 1.1.001-rc01 - annotations: catalog.cattle.io/certified: rancher catalog.cattle.io/hidden: "true" @@ -597,7 +1217,8 @@ entries: - condition: sachet.enabled name: sachet repository: file://./charts/sachet - description: The manager for third-party webhook receivers used in Prometheus Alertmanager + description: The manager for third-party webhook receivers used in Prometheus + Alertmanager digest: 7a38b56df2b7b594ee0b4dd22d45ebe416c0afd1df48dbe375c0dfb84a97467c keywords: - monitoring @@ -607,6 +1228,109 @@ entries: urls: - released/assets/rancher-alerting-drivers/rancher-alerting-drivers-1.0.100.tgz version: 1.0.100 + - annotations: + catalog.cattle.io/certified: rancher + catalog.cattle.io/display-name: Alerting Drivers + catalog.cattle.io/os: linux + catalog.cattle.io/release-name: rancher-alerting-drivers + apiVersion: v2 + appVersion: 1.16.0 + created: "2021-04-30T19:59:52.222230444Z" + dependencies: + - condition: prom2teams.enabled + name: prom2teams + repository: file://./charts/prom2teams + - condition: sachet.enabled + name: sachet + repository: file://./charts/sachet + description: The manager for third-party webhook receivers used in Prometheus + Alertmanager + digest: f7fe452446d259fc52a1875cd6495f4ab745b179980064b60436e13b4ef2971f + keywords: + - monitoring + - alertmanger + - webhook + name: rancher-alerting-drivers + urls: + - assets/rancher-alerting-drivers/rancher-alerting-drivers-1.0.100-rc04.tgz + version: 1.0.100-rc04 + - annotations: + catalog.cattle.io/certified: rancher + catalog.cattle.io/display-name: Alerting Drivers + catalog.cattle.io/os: linux + catalog.cattle.io/release-name: rancher-alerting-drivers + apiVersion: v2 + appVersion: 1.16.0 + created: "2021-04-30T19:59:52.220980332Z" + dependencies: + - condition: prom2teams.enabled + name: prom2teams + repository: file://./charts/prom2teams + - condition: sachet.enabled + name: sachet + repository: file://./charts/sachet + description: The manager for third-party webhook receivers used in Prometheus + Alertmanager + digest: be9c3d7dbdcf6da990c541825dd7f7a1c48bef0467ef1fddb811df56e1812775 + keywords: + - monitoring + - alertmanger + - webhook + name: rancher-alerting-drivers + urls: + - assets/rancher-alerting-drivers/rancher-alerting-drivers-1.0.100-rc03.tgz + version: 1.0.100-rc03 + - annotations: + catalog.cattle.io/certified: rancher + catalog.cattle.io/display-name: Alerting Drivers + catalog.cattle.io/os: linux + catalog.cattle.io/release-name: rancher-alerting-drivers + apiVersion: v2 + appVersion: 1.16.0 + created: "2021-04-30T19:59:52.219764721Z" + dependencies: + - condition: prom2teams.enabled + name: prom2teams + repository: file://./charts/prom2teams + - condition: sachet.enabled + name: sachet + repository: file://./charts/sachet + description: The manager for third-party webhook receivers used in Prometheus + Alertmanager + digest: 276d129c153e2dea7401858711b1108d0ca5674d7eec9e40dc61d626e0cf601f + keywords: + - monitoring + - alertmanger + - webhook + name: rancher-alerting-drivers + urls: + - assets/rancher-alerting-drivers/rancher-alerting-drivers-1.0.100-rc02.tgz + version: 1.0.100-rc02 + - annotations: + catalog.cattle.io/certified: rancher + catalog.cattle.io/display-name: Alerting Drivers + catalog.cattle.io/os: linux + catalog.cattle.io/release-name: rancher-alerting-drivers + apiVersion: v2 + appVersion: 1.16.0 + created: "2021-04-30T19:59:52.218502809Z" + dependencies: + - condition: prom2teams.enabled + name: prom2teams + repository: file://./charts/prom2teams + - condition: sachet.enabled + name: sachet + repository: file://./charts/sachet + description: The manager for third-party webhook receivers used in the Alertmanger + digest: 17c2c7f9f7f08ec4bad9a0454bf6dd65fa953cfc16615a4abca210a4e47d775f + keywords: + - monitoring + - alertmanger + - webhook + name: rancher-alerting-drivers + urls: + - assets/rancher-alerting-drivers/rancher-alerting-drivers-1.0.100-rc01.tgz + version: 1.0.100-rc01 rancher-backup: - annotations: catalog.cattle.io/auto-install: rancher-backup-crd=match @@ -621,7 +1345,8 @@ entries: apiVersion: v2 appVersion: 1.0.4 created: "2021-04-29T21:41:01.331019496Z" - description: Provides ability to back up and restore the Rancher application running on any Kubernetes cluster + description: Provides ability to back up and restore the Rancher application running + on any Kubernetes cluster digest: 4917f6f4aa9957af387886878e1bf119b9d7272609e7c41a3dcb2bca04a373ef icon: https://charts.rancher.io/assets/logos/backup-restore.svg keywords: @@ -631,6 +1356,78 @@ entries: urls: - released/assets/rancher-backup/rancher-backup-1.0.400.tgz version: 1.0.400 + - annotations: + catalog.cattle.io/auto-install: rancher-backup-crd=match + catalog.cattle.io/certified: rancher + catalog.cattle.io/display-name: Rancher Backups + catalog.cattle.io/namespace: cattle-resources-system + catalog.cattle.io/os: linux + catalog.cattle.io/provides-gvr: resources.cattle.io.resourceset/v1 + catalog.cattle.io/release-name: rancher-backup + catalog.cattle.io/scope: management + catalog.cattle.io/ui-component: rancher-backup + apiVersion: v2 + appVersion: 1.0.4 + created: "2021-04-30T19:59:52.224765368Z" + description: Provides ability to back up and restore the Rancher application running + on any Kubernetes cluster + digest: fbfa91a1ca467b388313b824c2eb48b52b32e5f02fd7def2405c2bb0962ce283 + icon: https://charts.rancher.io/assets/logos/backup-restore.svg + keywords: + - applications + - infrastructure + name: rancher-backup + urls: + - assets/rancher-backup/rancher-backup-1.0.400-rc04.tgz + version: 1.0.400-rc04 + - annotations: + catalog.cattle.io/auto-install: rancher-backup-crd=match + catalog.cattle.io/certified: rancher + catalog.cattle.io/display-name: Rancher Backups + catalog.cattle.io/namespace: cattle-resources-system + catalog.cattle.io/os: linux + catalog.cattle.io/provides-gvr: resources.cattle.io.resourceset/v1 + catalog.cattle.io/release-name: rancher-backup + catalog.cattle.io/scope: management + catalog.cattle.io/ui-component: rancher-backup + apiVersion: v2 + appVersion: 1.0.4 + created: "2021-04-30T19:59:52.224137362Z" + description: Provides ability to back up and restore the Rancher application running + on any Kubernetes cluster + digest: 7f76e8fde324076d557240b28f3fe0003afbf07961aa02023daba5972ceec4e0 + icon: https://charts.rancher.io/assets/logos/backup-restore.svg + keywords: + - applications + - infrastructure + name: rancher-backup + urls: + - assets/rancher-backup/rancher-backup-1.0.400-rc03.tgz + version: 1.0.400-rc03 + - annotations: + catalog.cattle.io/auto-install: rancher-backup-crd=match + catalog.cattle.io/certified: rancher + catalog.cattle.io/display-name: Rancher Backups + catalog.cattle.io/namespace: cattle-resources-system + catalog.cattle.io/os: linux + catalog.cattle.io/provides-gvr: resources.cattle.io.resourceset/v1 + catalog.cattle.io/release-name: rancher-backup + catalog.cattle.io/scope: management + catalog.cattle.io/ui-component: rancher-backup + apiVersion: v2 + appVersion: 1.0.4 + created: "2021-04-30T19:59:52.223459256Z" + description: Provides ability to back up and restore the Rancher application running + on any Kubernetes cluster + digest: 5fd539770144cff99063b15c0e7b07e7fa0d61b906f7f741976d1f9aff56bdfd + icon: https://charts.rancher.io/assets/logos/backup-restore.svg + keywords: + - applications + - infrastructure + name: rancher-backup + urls: + - assets/rancher-backup/rancher-backup-1.0.400-rc02.tgz + version: 1.0.400-rc02 - annotations: catalog.cattle.io/auto-install: rancher-backup-crd=match catalog.cattle.io/certified: rancher @@ -644,7 +1441,8 @@ entries: apiVersion: v1 appVersion: v1.0.3 created: "2021-04-29T21:41:01.33040715Z" - description: Provides ability to back up and restore the Rancher application running on any Kubernetes cluster + description: Provides ability to back up and restore the Rancher application running + on any Kubernetes cluster digest: 21e586d307c78cc6a1321adaa89bef78719f0beca7f181c719cbca27691e6f5a icon: https://charts.rancher.io/assets/logos/backup-restore.svg keywords: @@ -654,6 +1452,30 @@ entries: urls: - released/assets/rancher-backup/rancher-backup-1.0.301.tgz version: 1.0.301 + - annotations: + catalog.cattle.io/auto-install: rancher-backup-crd=match + catalog.cattle.io/certified: rancher + catalog.cattle.io/display-name: Rancher Backups + catalog.cattle.io/namespace: cattle-resources-system + catalog.cattle.io/os: linux + catalog.cattle.io/provides-gvr: resources.cattle.io.resourceset/v1 + catalog.cattle.io/release-name: rancher-backup + catalog.cattle.io/scope: management + catalog.cattle.io/ui-component: rancher-backup + apiVersion: v1 + appVersion: v1.0.3 + created: "2021-04-30T19:59:52.222778249Z" + description: Provides ability to back up and restore the Rancher application running + on any Kubernetes cluster + digest: e53990b35597a7464b000dd2418ba2cb93f1a8d703e213271094a08c1a0bd121 + icon: https://charts.rancher.io/assets/logos/backup-restore.svg + keywords: + - applications + - infrastructure + name: rancher-backup + urls: + - assets/rancher-backup/rancher-backup-1.0.301-rc01.tgz + version: 1.0.301-rc01 - annotations: catalog.cattle.io/auto-install: rancher-backup-crd=match catalog.cattle.io/certified: rancher @@ -667,7 +1489,8 @@ entries: apiVersion: v1 appVersion: v1.0.3 created: "2021-04-29T21:41:01.329802305Z" - description: Provides ability to back up and restore the Rancher application running on any Kubernetes cluster + description: Provides ability to back up and restore the Rancher application running + on any Kubernetes cluster digest: 733d4515a014e6c6d99f73db30d3143f7cef04a870b19a3b2f5eef5b09dbfc55 icon: https://charts.rancher.io/assets/logos/backup-restore.svg keywords: @@ -690,7 +1513,8 @@ entries: apiVersion: v1 appVersion: v1.0.2 created: "2021-04-29T21:41:01.329246164Z" - description: Provides ability to back up and restore the Rancher application running on any Kubernetes cluster + description: Provides ability to back up and restore the Rancher application running + on any Kubernetes cluster digest: bd39f041d51be323dd59dbbb0bae5c21b7ebbdca5f777972080254eb996595b4 icon: https://charts.rancher.io/assets/logos/backup-restore.svg keywords: @@ -712,7 +1536,8 @@ entries: apiVersion: v1 appVersion: v1.0.2 created: "2021-04-29T21:41:01.328647319Z" - description: Provides ability to back up and restore the Rancher application running on any Kubernetes cluster + description: Provides ability to back up and restore the Rancher application running + on any Kubernetes cluster digest: a3a4fcd83c7332bfafe1ee03c17dbdb43765364e97dc19f297884334486196c7 icon: https://charts.rancher.io/assets/logos/backup-restore.svg keywords: @@ -738,6 +1563,51 @@ entries: urls: - released/assets/rancher-backup-crd/rancher-backup-crd-1.0.400.tgz version: 1.0.400 + - annotations: + catalog.cattle.io/certified: rancher + catalog.cattle.io/hidden: "true" + catalog.cattle.io/namespace: cattle-resources-system + catalog.cattle.io/release-name: rancher-backup-crd + apiVersion: v2 + appVersion: 1.0.4 + created: "2021-04-30T19:59:52.225714677Z" + description: Installs the CRDs for rancher-backup. + digest: e59575812057664d9a44a0242e11981bc04bd45f32a2d2df48ab715b9191a662 + name: rancher-backup-crd + type: application + urls: + - assets/rancher-backup-crd/rancher-backup-crd-1.0.400-rc04.tgz + version: 1.0.400-rc04 + - annotations: + catalog.cattle.io/certified: rancher + catalog.cattle.io/hidden: "true" + catalog.cattle.io/namespace: cattle-resources-system + catalog.cattle.io/release-name: rancher-backup-crd + apiVersion: v2 + appVersion: 1.0.4 + created: "2021-04-30T19:59:52.225468274Z" + description: Installs the CRDs for rancher-backup. + digest: 7317de534265bb37c30e80fdca46fa108d24d7e2a0f82ca727db6c838d6d8f35 + name: rancher-backup-crd + type: application + urls: + - assets/rancher-backup-crd/rancher-backup-crd-1.0.400-rc03.tgz + version: 1.0.400-rc03 + - annotations: + catalog.cattle.io/certified: rancher + catalog.cattle.io/hidden: "true" + catalog.cattle.io/namespace: cattle-resources-system + catalog.cattle.io/release-name: rancher-backup-crd + apiVersion: v2 + appVersion: 1.0.4 + created: "2021-04-30T19:59:52.225236972Z" + description: Installs the CRDs for rancher-backup. + digest: caafbea7cdbcc266d2fd3f5e9379fb471a700eef94f2cfc864926aed230a9817 + name: rancher-backup-crd + type: application + urls: + - assets/rancher-backup-crd/rancher-backup-crd-1.0.400-rc02.tgz + version: 1.0.400-rc02 - annotations: catalog.cattle.io/certified: rancher catalog.cattle.io/hidden: "true" @@ -752,6 +1622,20 @@ entries: urls: - released/assets/rancher-backup/rancher-backup-crd-1.0.301.tgz version: 1.0.301 + - annotations: + catalog.cattle.io/certified: rancher + catalog.cattle.io/hidden: "true" + catalog.cattle.io/namespace: cattle-resources-system + catalog.cattle.io/release-name: rancher-backup-crd + apiVersion: v1 + created: "2021-04-30T19:59:52.22498037Z" + description: Installs the CRDs for rancher-backup. + digest: f7b68a31d3831686dc92b8e16a9ce72e850492332f3952a4567040cabd4174a6 + name: rancher-backup-crd + type: application + urls: + - assets/rancher-backup/rancher-backup-crd-1.0.301-rc01.tgz + version: 1.0.301-rc01 - annotations: catalog.cattle.io/certified: rancher catalog.cattle.io/hidden: "true" @@ -807,7 +1691,8 @@ entries: apiVersion: v1 appVersion: v1.0.4 created: "2021-04-29T21:41:01.338531054Z" - description: The cis-operator enables running CIS benchmark security scans on a kubernetes cluster + description: The cis-operator enables running CIS benchmark security scans on + a kubernetes cluster digest: 7c61dfd4b4328851fcf63953d41bb47e8b383dea4e0d91269006331ffdfca9f7 icon: https://charts.rancher.io/assets/logos/cis-kube-bench.svg keywords: @@ -816,6 +1701,28 @@ entries: urls: - released/assets/rancher-cis-benchmark/rancher-cis-benchmark-1.0.402.tgz version: 1.0.402 + - annotations: + catalog.cattle.io/auto-install: rancher-cis-benchmark-crd=match + catalog.cattle.io/certified: rancher + catalog.cattle.io/display-name: CIS Benchmark + catalog.cattle.io/namespace: cis-operator-system + catalog.cattle.io/os: linux + catalog.cattle.io/provides-gvr: cis.cattle.io.clusterscans/v1 + catalog.cattle.io/release-name: rancher-cis-benchmark + catalog.cattle.io/ui-component: rancher-cis-benchmark + apiVersion: v1 + appVersion: v1.0.4 + created: "2021-04-30T19:59:52.232894544Z" + description: The cis-operator enables running CIS benchmark security scans on + a kubernetes cluster + digest: 1b2f82001209464614552b9a068c356a3426f46ab859c3dd5e3bbf860259abb2 + icon: https://charts.rancher.io/assets/logos/cis-kube-bench.svg + keywords: + - security + name: rancher-cis-benchmark + urls: + - assets/rancher-cis-benchmark/rancher-cis-benchmark-1.0.402-rc00.tgz + version: 1.0.402-rc00 - annotations: catalog.cattle.io/auto-install: rancher-cis-benchmark-crd=match catalog.cattle.io/certified: rancher @@ -828,7 +1735,8 @@ entries: apiVersion: v1 appVersion: v1.0.4 created: "2021-04-29T21:41:01.33739737Z" - description: The cis-operator enables running CIS benchmark security scans on a kubernetes cluster + description: The cis-operator enables running CIS benchmark security scans on + a kubernetes cluster digest: 148b52e50c00f40e2d02db46bc7104762a24117d0c87821125396b743c24fddc icon: https://charts.rancher.io/assets/logos/cis-kube-bench.svg keywords: @@ -837,6 +1745,160 @@ entries: urls: - released/assets/rancher-cis-benchmark/rancher-cis-benchmark-1.0.400.tgz version: 1.0.400 + - annotations: + catalog.cattle.io/auto-install: rancher-cis-benchmark-crd=match + catalog.cattle.io/certified: rancher + catalog.cattle.io/display-name: CIS Benchmark + catalog.cattle.io/namespace: cis-operator-system + catalog.cattle.io/os: linux + catalog.cattle.io/provides-gvr: cis.cattle.io.clusterscans/v1 + catalog.cattle.io/release-name: rancher-cis-benchmark + catalog.cattle.io/ui-component: rancher-cis-benchmark + apiVersion: v1 + appVersion: v1.0.4 + created: "2021-04-30T19:59:52.231606832Z" + description: The cis-operator enables running CIS benchmark security scans on + a kubernetes cluster + digest: 3df08d4ad434ffe240bb1699e3e96e78d15caf2dbe6deca86431b6f4acb677e5 + icon: https://charts.rancher.io/assets/logos/cis-kube-bench.svg + keywords: + - security + name: rancher-cis-benchmark + urls: + - assets/rancher-cis-benchmark/rancher-cis-benchmark-1.0.400-rc06.tgz + version: 1.0.400-rc06 + - annotations: + catalog.cattle.io/auto-install: rancher-cis-benchmark-crd=match + catalog.cattle.io/certified: rancher + catalog.cattle.io/display-name: CIS Benchmark + catalog.cattle.io/namespace: cis-operator-system + catalog.cattle.io/os: linux + catalog.cattle.io/provides-gvr: cis.cattle.io.clusterscans/v1 + catalog.cattle.io/release-name: rancher-cis-benchmark + catalog.cattle.io/ui-component: rancher-cis-benchmark + apiVersion: v1 + appVersion: v1.0.4 + created: "2021-04-30T19:59:52.230848925Z" + description: The cis-operator enables running CIS benchmark security scans on + a kubernetes cluster + digest: 65d922c11d11adebe51b81eead7014d935c62d6d2fd4650a441845ed7fd6388c + icon: https://charts.rancher.io/assets/logos/cis-kube-bench.svg + keywords: + - security + name: rancher-cis-benchmark + urls: + - assets/rancher-cis-benchmark/rancher-cis-benchmark-1.0.400-rc05.tgz + version: 1.0.400-rc05 + - annotations: + catalog.cattle.io/auto-install: rancher-cis-benchmark-crd=match + catalog.cattle.io/certified: rancher + catalog.cattle.io/display-name: CIS Benchmark + catalog.cattle.io/namespace: cis-operator-system + catalog.cattle.io/os: linux + catalog.cattle.io/provides-gvr: cis.cattle.io.clusterscans/v1 + catalog.cattle.io/release-name: rancher-cis-benchmark + catalog.cattle.io/ui-component: rancher-cis-benchmark + apiVersion: v1 + appVersion: v1.0.4 + created: "2021-04-30T19:59:52.230120718Z" + description: The cis-operator enables running CIS benchmark security scans on + a kubernetes cluster + digest: 2bfe69681ba5609e883575a854dca6170fea7cce6253935e090c7117fcf26913 + icon: https://charts.rancher.io/assets/logos/cis-kube-bench.svg + keywords: + - security + name: rancher-cis-benchmark + urls: + - assets/rancher-cis-benchmark/rancher-cis-benchmark-1.0.400-rc04.tgz + version: 1.0.400-rc04 + - annotations: + catalog.cattle.io/auto-install: rancher-cis-benchmark-crd=match + catalog.cattle.io/certified: rancher + catalog.cattle.io/display-name: CIS Benchmark + catalog.cattle.io/namespace: cis-operator-system + catalog.cattle.io/os: linux + catalog.cattle.io/provides-gvr: cis.cattle.io.clusterscans/v1 + catalog.cattle.io/release-name: rancher-cis-benchmark + catalog.cattle.io/ui-component: rancher-cis-benchmark + apiVersion: v1 + appVersion: v1.0.4 + created: "2021-04-30T19:59:52.229346511Z" + description: The cis-operator enables running CIS benchmark security scans on + a kubernetes cluster + digest: 1d2920196f68ad738f5511c53a6343d82dc321b345e06b223dbb8d00dc55d99e + icon: https://charts.rancher.io/assets/logos/cis-kube-bench.svg + keywords: + - security + name: rancher-cis-benchmark + urls: + - assets/rancher-cis-benchmark/rancher-cis-benchmark-1.0.400-rc03.tgz + version: 1.0.400-rc03 + - annotations: + catalog.cattle.io/auto-install: rancher-cis-benchmark-crd=match + catalog.cattle.io/certified: rancher + catalog.cattle.io/display-name: CIS Benchmark + catalog.cattle.io/namespace: cis-operator-system + catalog.cattle.io/os: linux + catalog.cattle.io/provides-gvr: cis.cattle.io.clusterscans/v1 + catalog.cattle.io/release-name: rancher-cis-benchmark + catalog.cattle.io/ui-component: rancher-cis-benchmark + apiVersion: v1 + appVersion: v1.0.4 + created: "2021-04-30T19:59:52.228599104Z" + description: The cis-operator enables running CIS benchmark security scans on + a kubernetes cluster + digest: ddf0cd7c9e58100f761681ea9f2e9b7a0961022e63b06241ccc6e4df3e37ae96 + icon: https://charts.rancher.io/assets/logos/cis-kube-bench.svg + keywords: + - security + name: rancher-cis-benchmark + urls: + - assets/rancher-cis-benchmark/rancher-cis-benchmark-1.0.400-rc02.tgz + version: 1.0.400-rc02 + - annotations: + catalog.cattle.io/auto-install: rancher-cis-benchmark-crd=match + catalog.cattle.io/certified: rancher + catalog.cattle.io/display-name: CIS Benchmark + catalog.cattle.io/namespace: cis-operator-system + catalog.cattle.io/os: linux + catalog.cattle.io/provides-gvr: cis.cattle.io.clusterscans/v1 + catalog.cattle.io/release-name: rancher-cis-benchmark + catalog.cattle.io/ui-component: rancher-cis-benchmark + apiVersion: v1 + appVersion: v1.0.4 + created: "2021-04-30T19:59:52.227824096Z" + description: The cis-operator enables running CIS benchmark security scans on + a kubernetes cluster + digest: 8cedf45ecfa58199f30567dc1bda4c706ef0b3f78a158f85603f99656702d5e3 + icon: https://charts.rancher.io/assets/logos/cis-kube-bench.svg + keywords: + - security + name: rancher-cis-benchmark + urls: + - assets/rancher-cis-benchmark/rancher-cis-benchmark-1.0.400-rc01.tgz + version: 1.0.400-rc01 + - annotations: + catalog.cattle.io/auto-install: rancher-cis-benchmark-crd=match + catalog.cattle.io/certified: rancher + catalog.cattle.io/display-name: CIS Benchmark + catalog.cattle.io/namespace: cis-operator-system + catalog.cattle.io/os: linux + catalog.cattle.io/provides-gvr: cis.cattle.io.clusterscans/v1 + catalog.cattle.io/release-name: rancher-cis-benchmark + catalog.cattle.io/ui-component: rancher-cis-benchmark + apiVersion: v1 + appVersion: v1.0.3 + created: "2021-04-30T19:59:52.227079289Z" + description: The cis-operator enables running CIS benchmark security scans on + a kubernetes cluster + digest: e4e71c09635bf2c56580c7031ba3c0336e1b3376b34049db60e9ceb755a26dbd + icon: https://charts.rancher.io/assets/logos/cis-kube-bench.svg + keywords: + - security + name: rancher-cis-benchmark + urls: + - assets/rancher-cis-benchmark/rancher-cis-benchmark-1.0.400-rc00.tgz + version: 1.0.400-rc00 - annotations: catalog.cattle.io/auto-install: rancher-cis-benchmark-crd=match catalog.cattle.io/certified: rancher @@ -849,7 +1911,8 @@ entries: apiVersion: v1 appVersion: v1.0.3 created: "2021-04-29T21:41:01.336380594Z" - description: The cis-operator enables running CIS benchmark security scans on a kubernetes cluster + description: The cis-operator enables running CIS benchmark security scans on + a kubernetes cluster digest: c548033c5ec3822f2c89f0a1a19e3f4ce063f59a4ee021523642886ec3bf13a2 icon: https://charts.rancher.io/assets/logos/cis-kube-bench.svg keywords: @@ -858,6 +1921,28 @@ entries: urls: - released/assets/rancher-cis-benchmark/rancher-cis-benchmark-1.0.301.tgz version: 1.0.301 + - annotations: + catalog.cattle.io/auto-install: rancher-cis-benchmark-crd=match + catalog.cattle.io/certified: rancher + catalog.cattle.io/display-name: CIS Benchmark + catalog.cattle.io/namespace: cis-operator-system + catalog.cattle.io/os: linux + catalog.cattle.io/provides-gvr: cis.cattle.io.clusterscans/v1 + catalog.cattle.io/release-name: rancher-cis-benchmark + catalog.cattle.io/ui-component: rancher-cis-benchmark + apiVersion: v1 + appVersion: v1.0.3 + created: "2021-04-30T19:59:52.226382083Z" + description: The cis-operator enables running CIS benchmark security scans on + a kubernetes cluster + digest: 69fe084096e913c9625e3ec067df2476e219fd5fd4f1773b606a97989b5b8cfc + icon: https://charts.rancher.io/assets/logos/cis-kube-bench.svg + keywords: + - security + name: rancher-cis-benchmark + urls: + - assets/rancher-cis-benchmark/rancher-cis-benchmark-1.0.301-rc01.tgz + version: 1.0.301-rc01 - annotations: catalog.cattle.io/auto-install: rancher-cis-benchmark-crd=match catalog.cattle.io/certified: rancher @@ -870,7 +1955,8 @@ entries: apiVersion: v1 appVersion: v1.0.3 created: "2021-04-29T21:41:01.335671542Z" - description: The cis-operator enables running CIS benchmark security scans on a kubernetes cluster + description: The cis-operator enables running CIS benchmark security scans on + a kubernetes cluster digest: 2cce59f4f78b975edd93b0d707c5282fa44a6fa1f19d702ed4be8c221170c8d1 icon: https://charts.rancher.io/assets/logos/cis-kube-bench.svg keywords: @@ -891,7 +1977,8 @@ entries: apiVersion: v1 appVersion: v1.0.2 created: "2021-04-29T21:41:01.334761974Z" - description: The cis-operator enables running CIS benchmark security scans on a kubernetes cluster + description: The cis-operator enables running CIS benchmark security scans on + a kubernetes cluster digest: b3a6ce49c5e6918a1658f682fdf25e241d9638fde4b8c046a70562c13228c8c0 icon: https://charts.rancher.io/assets/logos/cis-kube-bench.svg keywords: @@ -911,7 +1998,8 @@ entries: apiVersion: v1 appVersion: v1.0.1 created: "2021-04-29T21:41:01.334111126Z" - description: The cis-operator enables running CIS benchmark security scans on a kubernetes cluster + description: The cis-operator enables running CIS benchmark security scans on + a kubernetes cluster digest: 407c19666ce5c083c50d8ef2cbc4fbc26b811106bbfc6b3d25a659a593c0aa3c icon: https://charts.rancher.io/assets/logos/cis-kube-bench.svg keywords: @@ -935,6 +2023,20 @@ entries: urls: - released/assets/rancher-cis-benchmark/rancher-cis-benchmark-crd-1.0.402.tgz version: 1.0.402 + - annotations: + catalog.cattle.io/certified: rancher + catalog.cattle.io/hidden: "true" + catalog.cattle.io/namespace: cis-operator-system + catalog.cattle.io/release-name: rancher-cis-benchmark-crd + apiVersion: v1 + created: "2021-04-30T19:59:52.235836371Z" + description: Installs the CRDs for rancher-cis-benchmark. + digest: 00e60fe270f74e664daac82396f45704c317cbd3f469f8ec1cd66aa08206484b + name: rancher-cis-benchmark-crd + type: application + urls: + - assets/rancher-cis-benchmark/rancher-cis-benchmark-crd-1.0.402-rc00.tgz + version: 1.0.402-rc00 - annotations: catalog.cattle.io/certified: rancher catalog.cattle.io/hidden: "true" @@ -949,6 +2051,104 @@ entries: urls: - released/assets/rancher-cis-benchmark/rancher-cis-benchmark-crd-1.0.400.tgz version: 1.0.400 + - annotations: + catalog.cattle.io/certified: rancher + catalog.cattle.io/hidden: "true" + catalog.cattle.io/namespace: cis-operator-system + catalog.cattle.io/release-name: rancher-cis-benchmark-crd + apiVersion: v1 + created: "2021-04-30T19:59:52.235602569Z" + description: Installs the CRDs for rancher-cis-benchmark. + digest: 7ed6ff83cf9fe83c4051ce7613414f6e0e8f706f03a1bf8f361978d27e7497cb + name: rancher-cis-benchmark-crd + type: application + urls: + - assets/rancher-cis-benchmark/rancher-cis-benchmark-crd-1.0.400-rc06.tgz + version: 1.0.400-rc06 + - annotations: + catalog.cattle.io/certified: rancher + catalog.cattle.io/hidden: "true" + catalog.cattle.io/namespace: cis-operator-system + catalog.cattle.io/release-name: rancher-cis-benchmark-crd + apiVersion: v1 + created: "2021-04-30T19:59:52.235374667Z" + description: Installs the CRDs for rancher-cis-benchmark. + digest: 21d2742bdaa4957c00a78840ad7a2b8ab207d08c8f0a05be084e7ab2102bed99 + name: rancher-cis-benchmark-crd + type: application + urls: + - assets/rancher-cis-benchmark/rancher-cis-benchmark-crd-1.0.400-rc05.tgz + version: 1.0.400-rc05 + - annotations: + catalog.cattle.io/certified: rancher + catalog.cattle.io/hidden: "true" + catalog.cattle.io/namespace: cis-operator-system + catalog.cattle.io/release-name: rancher-cis-benchmark-crd + apiVersion: v1 + created: "2021-04-30T19:59:52.235092164Z" + description: Installs the CRDs for rancher-cis-benchmark. + digest: 781f96f568e1bf50feb0325df4bf7914f1e4d83977cbd16e1fbff746f43706da + name: rancher-cis-benchmark-crd + type: application + urls: + - assets/rancher-cis-benchmark/rancher-cis-benchmark-crd-1.0.400-rc04.tgz + version: 1.0.400-rc04 + - annotations: + catalog.cattle.io/certified: rancher + catalog.cattle.io/hidden: "true" + catalog.cattle.io/namespace: cis-operator-system + catalog.cattle.io/release-name: rancher-cis-benchmark-crd + apiVersion: v1 + created: "2021-04-30T19:59:52.234677261Z" + description: Installs the CRDs for rancher-cis-benchmark. + digest: 25c16458f0083b0a318f29e8e0213f2f98a52b512c2f7ac615e49fa709ad47b7 + name: rancher-cis-benchmark-crd + type: application + urls: + - assets/rancher-cis-benchmark/rancher-cis-benchmark-crd-1.0.400-rc03.tgz + version: 1.0.400-rc03 + - annotations: + catalog.cattle.io/certified: rancher + catalog.cattle.io/hidden: "true" + catalog.cattle.io/namespace: cis-operator-system + catalog.cattle.io/release-name: rancher-cis-benchmark-crd + apiVersion: v1 + created: "2021-04-30T19:59:52.234414158Z" + description: Installs the CRDs for rancher-cis-benchmark. + digest: 2b98b8d77b68abf963f8170f3cda7bb4f7bb71c8a7489769ae09b81e1f9530e6 + name: rancher-cis-benchmark-crd + type: application + urls: + - assets/rancher-cis-benchmark/rancher-cis-benchmark-crd-1.0.400-rc02.tgz + version: 1.0.400-rc02 + - annotations: + catalog.cattle.io/certified: rancher + catalog.cattle.io/hidden: "true" + catalog.cattle.io/namespace: cis-operator-system + catalog.cattle.io/release-name: rancher-cis-benchmark-crd + apiVersion: v1 + created: "2021-04-30T19:59:52.234123755Z" + description: Installs the CRDs for rancher-cis-benchmark. + digest: 9554f4ad162bca2ba60dc59ef803ee901fe7029f8f4c700e3f5328af0b8358b8 + name: rancher-cis-benchmark-crd + type: application + urls: + - assets/rancher-cis-benchmark/rancher-cis-benchmark-crd-1.0.400-rc01.tgz + version: 1.0.400-rc01 + - annotations: + catalog.cattle.io/certified: rancher + catalog.cattle.io/hidden: "true" + catalog.cattle.io/namespace: cis-operator-system + catalog.cattle.io/release-name: rancher-cis-benchmark-crd + apiVersion: v1 + created: "2021-04-30T19:59:52.233795452Z" + description: Installs the CRDs for rancher-cis-benchmark. + digest: 8d49bb0858f3a09ed938e2bdf98a201d74690f256d6688a4347ef4c59c1ce70b + name: rancher-cis-benchmark-crd + type: application + urls: + - assets/rancher-cis-benchmark/rancher-cis-benchmark-crd-1.0.400-rc00.tgz + version: 1.0.400-rc00 - annotations: catalog.cattle.io/certified: rancher catalog.cattle.io/hidden: "true" @@ -963,6 +2163,20 @@ entries: urls: - released/assets/rancher-cis-benchmark/rancher-cis-benchmark-crd-1.0.301.tgz version: 1.0.301 + - annotations: + catalog.cattle.io/certified: rancher + catalog.cattle.io/hidden: "true" + catalog.cattle.io/namespace: cis-operator-system + catalog.cattle.io/release-name: rancher-cis-benchmark-crd + apiVersion: v1 + created: "2021-04-30T19:59:52.23350635Z" + description: Installs the CRDs for rancher-cis-benchmark. + digest: 859666b60dd55bbde9ccab4e4035d0077351009012e8a75630c5424b2aa90891 + name: rancher-cis-benchmark-crd + type: application + urls: + - assets/rancher-cis-benchmark/rancher-cis-benchmark-crd-1.0.301-rc01.tgz + version: 1.0.301-rc01 - annotations: catalog.cattle.io/certified: rancher catalog.cattle.io/hidden: "true" @@ -977,6 +2191,20 @@ entries: urls: - released/assets/rancher-cis-benchmark/rancher-cis-benchmark-crd-1.0.300.tgz version: 1.0.300 + - annotations: + catalog.cattle.io/certified: rancher + catalog.cattle.io/hidden: "true" + catalog.cattle.io/namespace: cis-operator-system + catalog.cattle.io/release-name: rancher-cis-benchmark-crd + apiVersion: v1 + created: "2021-04-30T19:59:52.233201747Z" + description: Installs the CRDs for rancher-cis-benchmark. + digest: c1c3fe4a892be9bac7f9f262f1df424790110d606b08f6e059381b0681e68dc3 + name: rancher-cis-benchmark-crd + type: application + urls: + - assets/rancher-cis-benchmark/rancher-cis-benchmark-crd-1.0.300-rc00.tgz + version: 1.0.300-rc00 - annotations: catalog.cattle.io/certified: rancher catalog.cattle.io/hidden: "true" @@ -1028,6 +2256,28 @@ entries: urls: - released/assets/rancher-eks-operator/rancher-eks-operator-2.0.100.tgz version: 2.0.100 + - annotations: + catalog.cattle.io/auto-install: rancher-eks-operator-crd=match + catalog.cattle.io/certified: rancher + catalog.cattle.io/hidden: "true" + catalog.cattle.io/namespace: cattle-system + catalog.cattle.io/os: linux + catalog.cattle.io/provides-gvr: eksclusterconfigs.eks.cattle.io/v1 + catalog.cattle.io/rancher-version: 2.0.1-rc1 + catalog.cattle.io/release-name: rancher-eks-operator + catalog.cattle.io/scope: management + apiVersion: v2 + appVersion: 2.0.1 + created: "2021-04-30T19:59:52.236204375Z" + description: A Helm chart for provisioning EKS clusters + digest: 569dd4b97c02936eaa436cf31d627c9ed180ac015a5921daf8fc83f3d509aed9 + home: https://github.com/rancher/eks-operator + name: rancher-eks-operator + sources: + - https://github.com/rancher/eks-operator + urls: + - assets/rancher-eks-operator/rancher-eks-operator-2.0.100-rc01.tgz + version: 2.0.100-rc01 rancher-eks-operator-crd: - annotations: catalog.cattle.io/certified: rancher @@ -1044,6 +2294,21 @@ entries: urls: - released/assets/rancher-eks-operator-crd/rancher-eks-operator-crd-2.0.100.tgz version: 2.0.100 + - annotations: + catalog.cattle.io/certified: rancher + catalog.cattle.io/hidden: "true" + catalog.cattle.io/namespace: cattle-system + catalog.cattle.io/os: linux + catalog.cattle.io/release-name: rancher-eks-operator-crd + apiVersion: v2 + appVersion: 2.0.1 + created: "2021-04-30T19:59:52.236421877Z" + description: EKS Operator CustomResourceDefinitions + digest: fd0a2eba506918f7041fe83e8dc97b4880f6676254511d7c112a624960c8f676 + name: rancher-eks-operator-crd + urls: + - assets/rancher-eks-operator-crd/rancher-eks-operator-crd-2.0.100-rc01.tgz + version: 2.0.100-rc01 rancher-external-ip-webhook: - annotations: catalog.cattle.io/certified: rancher @@ -1072,6 +2337,34 @@ entries: urls: - released/assets/rancher-external-ip-webhook/rancher-external-ip-webhook-0.1.601.tgz version: 0.1.601 + - annotations: + catalog.cattle.io/certified: rancher + catalog.cattle.io/display-name: External IP Webhook + catalog.cattle.io/namespace: cattle-externalip-system + catalog.cattle.io/os: linux + catalog.cattle.io/release-name: rancher-external-ip-webhook + catalog.cattle.io/ui-component: rancher-external-ip-webhook + apiVersion: v1 + appVersion: v0.1.6 + created: "2021-04-30T19:59:52.237267185Z" + description: | + Deploy the external-ip-webhook to mitigate k8s CVE-2020-8554 + digest: 17dcf09bc8ab866c112882874ae1147f781d4b36c160441cbc31b95712eb7312 + home: https://github.com/rancher/externalip-webhook + keywords: + - cve + - externalip + - webhook + - security + maintainers: + - email: raul@rancher.com + name: rawmind0 + name: rancher-external-ip-webhook + sources: + - https://github.com/rancher/externalip-webhook + urls: + - assets/rancher-external-ip-webhook/rancher-external-ip-webhook-0.1.601-rc01.tgz + version: 0.1.601-rc01 - annotations: catalog.cattle.io/certified: rancher catalog.cattle.io/display-name: External IP Webhook @@ -1139,7 +2432,8 @@ entries: apiVersion: v1 appVersion: v3.3.0 created: "2021-04-29T21:41:01.348532098Z" - description: Modifies Open Policy Agent's upstream gatekeeper chart that provides policy-based control for cloud native environments + description: Modifies Open Policy Agent's upstream gatekeeper chart that provides + policy-based control for cloud native environments digest: 6cae00c436b64a5c0663e08fb913c87e07a4b878420c31a4d46acf5ece079f4d home: https://github.com/open-policy-agent/gatekeeper icon: https://charts.rancher.io/assets/logos/gatekeeper.svg @@ -1152,6 +2446,32 @@ entries: urls: - released/assets/rancher-gatekeeper/rancher-gatekeeper-3.3.001.tgz version: 3.3.001 + - annotations: + catalog.cattle.io/auto-install: rancher-gatekeeper-crd=match + catalog.cattle.io/certified: rancher + catalog.cattle.io/display-name: OPA Gatekeeper + catalog.cattle.io/namespace: cattle-gatekeeper-system + catalog.cattle.io/os: linux + catalog.cattle.io/provides-gvr: config.gatekeeper.sh.config/v1alpha1 + catalog.cattle.io/release-name: rancher-gatekeeper + catalog.cattle.io/ui-component: gatekeeper + apiVersion: v1 + appVersion: v3.3.0 + created: "2021-04-30T19:59:52.239151302Z" + description: Modifies Open Policy Agent's upstream gatekeeper chart that provides + policy-based control for cloud native environments + digest: 704bd0ff8114dd0786a67a16d3573d7d96b1abeab6d25a6741e5acaa439595c5 + home: https://github.com/open-policy-agent/gatekeeper + icon: https://charts.rancher.io/assets/logos/gatekeeper.svg + keywords: + - open policy agent + - security + name: rancher-gatekeeper + sources: + - https://github.com/open-policy-agent/gatekeeper.git + urls: + - assets/rancher-gatekeeper/rancher-gatekeeper-3.3.001-rc00.tgz + version: 3.3.001-rc00 - annotations: catalog.cattle.io/auto-install: rancher-gatekeeper-crd=match catalog.cattle.io/certified: rancher @@ -1164,7 +2484,8 @@ entries: apiVersion: v1 appVersion: v3.3.0 created: "2021-04-29T21:41:01.347468219Z" - description: Modifies Open Policy Agent's upstream gatekeeper chart that provides policy-based control for cloud native environments + description: Modifies Open Policy Agent's upstream gatekeeper chart that provides + policy-based control for cloud native environments digest: cdd2cb75ded06543e55124c5086a12c06e323c0398319e8c8984c73e19dd58bc home: https://github.com/open-policy-agent/gatekeeper icon: https://charts.rancher.io/assets/logos/gatekeeper.svg @@ -1177,6 +2498,32 @@ entries: urls: - released/assets/rancher-gatekeeper/rancher-gatekeeper-3.3.000.tgz version: 3.3.000 + - annotations: + catalog.cattle.io/auto-install: rancher-gatekeeper-crd=match + catalog.cattle.io/certified: rancher + catalog.cattle.io/display-name: OPA Gatekeeper + catalog.cattle.io/namespace: cattle-gatekeeper-system + catalog.cattle.io/os: linux + catalog.cattle.io/provides-gvr: config.gatekeeper.sh.config/v1alpha1 + catalog.cattle.io/release-name: rancher-gatekeeper + catalog.cattle.io/ui-component: gatekeeper + apiVersion: v1 + appVersion: v3.3.0 + created: "2021-04-30T19:59:52.238153493Z" + description: Modifies Open Policy Agent's upstream gatekeeper chart that provides + policy-based control for cloud native environments + digest: af8f37b06a1187282a8a8524bec2b68f132cef0d840671c3dd02aab1b6dc9613 + home: https://github.com/open-policy-agent/gatekeeper + icon: https://charts.rancher.io/assets/logos/gatekeeper.svg + keywords: + - open policy agent + - security + name: rancher-gatekeeper + sources: + - https://github.com/open-policy-agent/gatekeeper.git + urls: + - assets/rancher-gatekeeper/rancher-gatekeeper-3.3.000-rc02.tgz + version: 3.3.000-rc02 - annotations: catalog.cattle.io/auto-install: rancher-gatekeeper-crd=match catalog.cattle.io/certified: rancher @@ -1190,7 +2537,8 @@ entries: apiVersion: v1 appVersion: v3.2.1 created: "2021-04-29T21:41:01.346200925Z" - description: Modifies Open Policy Agent's upstream gatekeeper chart that provides policy-based control for cloud native environments + description: Modifies Open Policy Agent's upstream gatekeeper chart that provides + policy-based control for cloud native environments digest: 3d0e961fc109e051f08edacf9e541e5ad1c0c65f046cae72459df0ca4aa22312 home: https://github.com/open-policy-agent/gatekeeper icon: https://charts.rancher.io/assets/logos/gatekeeper.svg @@ -1215,7 +2563,8 @@ entries: apiVersion: v1 appVersion: v3.1.1 created: "2021-04-29T21:41:01.345177449Z" - description: Modifies Open Policy Agent's upstream gatekeeper chart that provides policy-based control for cloud native environments + description: Modifies Open Policy Agent's upstream gatekeeper chart that provides + policy-based control for cloud native environments digest: 36aebc7718e4afd4d9bb65775276d2288eb0de27192d0d290553a7c7087d7f3f home: https://github.com/open-policy-agent/gatekeeper icon: https://charts.rancher.io/assets/logos/gatekeeper.svg @@ -1239,7 +2588,8 @@ entries: apiVersion: v1 appVersion: v3.1.1 created: "2021-04-29T21:41:01.344155573Z" - description: Modifies Open Policy Agent's upstream gatekeeper chart that provides policy-based control for cloud native environments + description: Modifies Open Policy Agent's upstream gatekeeper chart that provides + policy-based control for cloud native environments digest: 15a4540b7e32c62157c37cfdb9230ce4b11c5837a2f3734378fcd7ec9c824559 home: https://github.com/open-policy-agent/gatekeeper icon: https://charts.rancher.io/assets/logos/gatekeeper.svg @@ -1267,6 +2617,20 @@ entries: urls: - released/assets/rancher-gatekeeper/rancher-gatekeeper-crd-3.3.001.tgz version: 3.3.001 + - annotations: + catalog.cattle.io/certified: rancher + catalog.cattle.io/hidden: "true" + catalog.cattle.io/namespace: cattle-gatekeeper-system + catalog.cattle.io/release-name: rancher-gatekeeper-crd + apiVersion: v1 + created: "2021-04-30T19:59:52.23994841Z" + description: Installs the CRDs for rancher-gatekeeper. + digest: 3aa8a1c82e5ba772e1edee2a1c4cc38452eab2e3761a01bbaeea15dead79b03c + name: rancher-gatekeeper-crd + type: application + urls: + - assets/rancher-gatekeeper/rancher-gatekeeper-crd-3.3.001-rc00.tgz + version: 3.3.001-rc00 - annotations: catalog.cattle.io/certified: rancher catalog.cattle.io/hidden: "true" @@ -1281,6 +2645,20 @@ entries: urls: - released/assets/rancher-gatekeeper/rancher-gatekeeper-crd-3.3.000.tgz version: 3.3.000 + - annotations: + catalog.cattle.io/certified: rancher + catalog.cattle.io/hidden: "true" + catalog.cattle.io/namespace: cattle-gatekeeper-system + catalog.cattle.io/release-name: rancher-gatekeeper-crd + apiVersion: v1 + created: "2021-04-30T19:59:52.239551206Z" + description: Installs the CRDs for rancher-gatekeeper. + digest: 8a25a6b9070d7421adf12e81bcafb2b9450a49ee4e747349ab0d5a231ff2dd76 + name: rancher-gatekeeper-crd + type: application + urls: + - assets/rancher-gatekeeper/rancher-gatekeeper-crd-3.3.000-rc02.tgz + version: 3.3.000-rc02 - annotations: catalog.cattle.io/certified: rancher catalog.cattle.io/experimental: "true" @@ -1359,6 +2737,38 @@ entries: urls: - released/assets/rancher-grafana/rancher-grafana-6.6.401.tgz version: 6.6.401 + - annotations: + catalog.cattle.io/hidden: "true" + catalog.cattle.io/os: linux + catalog.rancher.io/certified: rancher + catalog.rancher.io/namespace: cattle-monitoring-system + catalog.rancher.io/release-name: rancher-grafana + apiVersion: v2 + appVersion: 7.4.5 + created: "2021-04-30T19:59:52.242457433Z" + description: The leading tool for querying and visualizing time series and metrics. + digest: 686dc1aa919f64f02fc7a070e914d28f5a7d28707547ded598ce91f265027b8c + home: https://grafana.net + icon: https://raw.githubusercontent.com/grafana/grafana/master/public/img/logo_transparent_400x.png + kubeVersion: ^1.8.0-0 + maintainers: + - email: zanhsieh@gmail.com + name: zanhsieh + - email: rluckie@cisco.com + name: rtluckie + - email: maor.friedman@redhat.com + name: maorfr + - email: miroslav.hadzhiev@gmail.com + name: Xtigyro + - email: mail@torstenwalter.de + name: torstenwalter + name: rancher-grafana + sources: + - https://github.com/grafana/grafana + type: application + urls: + - assets/rancher-grafana/rancher-grafana-6.6.401-rc00.tgz + version: 6.6.401-rc00 rancher-istio: - annotations: catalog.cattle.io/auto-install: rancher-kiali-server-crd=1.32.100 @@ -1381,7 +2791,8 @@ entries: - condition: tracing.enabled name: tracing repository: file://./charts/tracing - description: A basic Istio setup that installs with the istioctl. Refer to https://istio.io/latest/ for details. + description: A basic Istio setup that installs with the istioctl. Refer to https://istio.io/latest/ + for details. digest: 5136908938f86fabae1f042b561ed9e722c3a666b3a8bc4b651004455ebd62b3 icon: https://charts.rancher.io/assets/logos/istio.svg keywords: @@ -1391,6 +2802,70 @@ entries: urls: - released/assets/rancher-istio-1.9/rancher-istio-1.9.300.tgz version: 1.9.300 + - annotations: + catalog.cattle.io/auto-install: rancher-kiali-server-crd=1.32.100-rc01 + catalog.cattle.io/certified: rancher + catalog.cattle.io/display-name: Istio + catalog.cattle.io/namespace: istio-system + catalog.cattle.io/os: linux + catalog.cattle.io/provides-gvr: networking.istio.io.virtualservice/v1beta1 + catalog.cattle.io/release-name: rancher-istio + catalog.cattle.io/requests-cpu: 710m + catalog.cattle.io/requests-memory: 2314Mi + catalog.cattle.io/ui-component: istio + apiVersion: v1 + appVersion: 1.9.3 + created: "2021-04-30T19:59:52.269343185Z" + dependencies: + - condition: kiali.enabled + name: kiali + repository: file://./charts/kiali + - condition: tracing.enabled + name: tracing + repository: file://./charts/tracing + description: A basic Istio setup that installs with the istioctl. Refer to https://istio.io/latest/ + for details. + digest: c662cffec015b6d78453f975110bb4c93feaa1cc66aac9332094553300b7b78e + icon: https://charts.rancher.io/assets/logos/istio.svg + keywords: + - networking + - infrastructure + name: rancher-istio + urls: + - assets/rancher-istio-1.9/rancher-istio-1.9.300-rc03.tgz + version: 1.9.300-rc03 + - annotations: + catalog.cattle.io/auto-install: rancher-kiali-server-crd=1.32.100-rc01 + catalog.cattle.io/certified: rancher + catalog.cattle.io/display-name: Istio + catalog.cattle.io/namespace: istio-system + catalog.cattle.io/os: linux + catalog.cattle.io/provides-gvr: networking.istio.io.virtualservice/v1beta1 + catalog.cattle.io/release-name: rancher-istio + catalog.cattle.io/requests-cpu: 710m + catalog.cattle.io/requests-memory: 2314Mi + catalog.cattle.io/ui-component: istio + apiVersion: v1 + appVersion: 1.9.3 + created: "2021-04-30T19:59:52.266634659Z" + dependencies: + - condition: kiali.enabled + name: kiali + repository: file://./charts/kiali + - condition: tracing.enabled + name: tracing + repository: file://./charts/tracing + description: A basic Istio setup that installs with the istioctl. Refer to https://istio.io/latest/ + for details. + digest: 88949c62a4a4a6b7cc724264ddfaae4b985ee69689b31efbede16b63b2518899 + icon: https://charts.rancher.io/assets/logos/istio.svg + keywords: + - networking + - infrastructure + name: rancher-istio + urls: + - assets/rancher-istio-1.9/rancher-istio-1.9.300-rc01.tgz + version: 1.9.300-rc01 - annotations: catalog.cattle.io/auto-install: rancher-kiali-server-crd=1.32.100 catalog.cattle.io/certified: rancher @@ -1412,7 +2887,8 @@ entries: - condition: tracing.enabled name: tracing repository: file://./charts/tracing - description: A basic Istio setup that installs with the istioctl. Refer to https://istio.io/latest/ for details. + description: A basic Istio setup that installs with the istioctl. Refer to https://istio.io/latest/ + for details. digest: 1d688d0378984b8366adf2ab37c454d32ae21d5b3453f4bf0070595fc250a76f icon: https://charts.rancher.io/assets/logos/istio.svg keywords: @@ -1422,6 +2898,70 @@ entries: urls: - released/assets/rancher-istio-1.9/rancher-istio-1.9.200.tgz version: 1.9.200 + - annotations: + catalog.cattle.io/auto-install: rancher-kiali-server-crd=1.32.100-rc01 + catalog.cattle.io/certified: rancher + catalog.cattle.io/display-name: Istio + catalog.cattle.io/namespace: istio-system + catalog.cattle.io/os: linux + catalog.cattle.io/provides-gvr: networking.istio.io.virtualservice/v1beta1 + catalog.cattle.io/release-name: rancher-istio + catalog.cattle.io/requests-cpu: 710m + catalog.cattle.io/requests-memory: 2314Mi + catalog.cattle.io/ui-component: istio + apiVersion: v1 + appVersion: 1.9.2 + created: "2021-04-30T19:59:52.264167636Z" + dependencies: + - condition: kiali.enabled + name: kiali + repository: file://./charts/kiali + - condition: tracing.enabled + name: tracing + repository: file://./charts/tracing + description: A basic Istio setup that installs with the istioctl. Refer to https://istio.io/latest/ + for details. + digest: f39804b9943d63c7b43b1774f3273426214a2fb2373a132d8ef0c415230d6a95 + icon: https://charts.rancher.io/assets/logos/istio.svg + keywords: + - networking + - infrastructure + name: rancher-istio + urls: + - assets/rancher-istio-1.9/rancher-istio-1.9.200-rc02.tgz + version: 1.9.200-rc02 + - annotations: + catalog.cattle.io/auto-install: rancher-kiali-server-crd=1.29.100-rc01 + catalog.cattle.io/certified: rancher + catalog.cattle.io/display-name: Istio + catalog.cattle.io/namespace: istio-system + catalog.cattle.io/os: linux + catalog.cattle.io/provides-gvr: networking.istio.io.virtualservice/v1beta1 + catalog.cattle.io/release-name: rancher-istio + catalog.cattle.io/requests-cpu: 710m + catalog.cattle.io/requests-memory: 2314Mi + catalog.cattle.io/ui-component: istio + apiVersion: v1 + appVersion: 1.9.2 + created: "2021-04-30T19:59:52.261541012Z" + dependencies: + - condition: kiali.enabled + name: kiali + repository: file://./charts/kiali + - condition: tracing.enabled + name: tracing + repository: file://./charts/tracing + description: A basic Istio setup that installs with the istioctl. Refer to https://istio.io/latest/ + for details. + digest: ba7ef5dfd2fd105cd241386165d80295193ae525d20cd4dff380d4351a24be42 + icon: https://charts.rancher.io/assets/logos/istio.svg + keywords: + - networking + - infrastructure + name: rancher-istio + urls: + - assets/rancher-istio-1.9/rancher-istio-1.9.200-rc01.tgz + version: 1.9.200-rc01 - annotations: catalog.cattle.io/auto-install: rancher-kiali-server-crd=1.32.100 catalog.cattle.io/certified: rancher @@ -1443,7 +2983,8 @@ entries: - condition: tracing.enabled name: tracing repository: file://./charts/tracing - description: A basic Istio setup that installs with the istioctl. Refer to https://istio.io/latest/ for details. + description: A basic Istio setup that installs with the istioctl. Refer to https://istio.io/latest/ + for details. digest: 5e6fec60f62816b8bbd21fc8422a33ed939285c2bb8dc97e77b0ad72d8d977f1 icon: https://charts.rancher.io/assets/logos/istio.svg keywords: @@ -1453,6 +2994,70 @@ entries: urls: - released/assets/rancher-istio-1.8/rancher-istio-1.8.500.tgz version: 1.8.500 + - annotations: + catalog.cattle.io/auto-install: rancher-kiali-server-crd=1.32.100-rc01 + catalog.cattle.io/certified: rancher + catalog.cattle.io/display-name: Istio + catalog.cattle.io/namespace: istio-system + catalog.cattle.io/os: linux + catalog.cattle.io/provides-gvr: networking.istio.io.virtualservice/v1beta1 + catalog.cattle.io/release-name: rancher-istio + catalog.cattle.io/requests-cpu: 710m + catalog.cattle.io/requests-memory: 2314Mi + catalog.cattle.io/ui-component: istio + apiVersion: v1 + appVersion: 1.8.5 + created: "2021-04-30T19:59:52.258948988Z" + dependencies: + - condition: kiali.enabled + name: kiali + repository: file://./charts/kiali + - condition: tracing.enabled + name: tracing + repository: file://./charts/tracing + description: A basic Istio setup that installs with the istioctl. Refer to https://istio.io/latest/ + for details. + digest: 1cf57f0513219ba95e0fe579beece3dadda9150551b968c2c37d8e978147f1e2 + icon: https://charts.rancher.io/assets/logos/istio.svg + keywords: + - networking + - infrastructure + name: rancher-istio + urls: + - assets/rancher-istio-1.8/rancher-istio-1.8.500-rc03.tgz + version: 1.8.500-rc03 + - annotations: + catalog.cattle.io/auto-install: rancher-kiali-server-crd=1.32.100-rc01 + catalog.cattle.io/certified: rancher + catalog.cattle.io/display-name: Istio + catalog.cattle.io/namespace: istio-system + catalog.cattle.io/os: linux + catalog.cattle.io/provides-gvr: networking.istio.io.virtualservice/v1beta1 + catalog.cattle.io/release-name: rancher-istio + catalog.cattle.io/requests-cpu: 710m + catalog.cattle.io/requests-memory: 2314Mi + catalog.cattle.io/ui-component: istio + apiVersion: v1 + appVersion: 1.8.5 + created: "2021-04-30T19:59:52.256352863Z" + dependencies: + - condition: kiali.enabled + name: kiali + repository: file://./charts/kiali + - condition: tracing.enabled + name: tracing + repository: file://./charts/tracing + description: A basic Istio setup that installs with the istioctl. Refer to https://istio.io/latest/ + for details. + digest: 9f9e75e60bea33ae6363a3e9ce7aa56882bf3da12fd5b8424b633c3fea5ea251 + icon: https://charts.rancher.io/assets/logos/istio.svg + keywords: + - networking + - infrastructure + name: rancher-istio + urls: + - assets/rancher-istio-1.8/rancher-istio-1.8.500-rc01.tgz + version: 1.8.500-rc01 - annotations: catalog.cattle.io/auto-install: rancher-kiali-server-crd=1.32.100 catalog.cattle.io/certified: rancher @@ -1474,7 +3079,8 @@ entries: - condition: tracing.enabled name: tracing repository: file://./charts/tracing - description: A basic Istio setup that installs with the istioctl. Refer to https://istio.io/latest/ for details. + description: A basic Istio setup that installs with the istioctl. Refer to https://istio.io/latest/ + for details. digest: e4f0555ecc76daac440174a21ce52ba1f7a960157aa7f147d3710b6f4fbdde09 icon: https://charts.rancher.io/assets/logos/istio.svg keywords: @@ -1484,6 +3090,70 @@ entries: urls: - released/assets/rancher-istio-1.8/rancher-istio-1.8.400.tgz version: 1.8.400 + - annotations: + catalog.cattle.io/auto-install: rancher-kiali-server-crd=1.32.100-rc01 + catalog.cattle.io/certified: rancher + catalog.cattle.io/display-name: Istio + catalog.cattle.io/namespace: istio-system + catalog.cattle.io/os: linux + catalog.cattle.io/provides-gvr: networking.istio.io.virtualservice/v1beta1 + catalog.cattle.io/release-name: rancher-istio + catalog.cattle.io/requests-cpu: 710m + catalog.cattle.io/requests-memory: 2314Mi + catalog.cattle.io/ui-component: istio + apiVersion: v1 + appVersion: 1.8.4 + created: "2021-04-30T19:59:52.25382034Z" + dependencies: + - condition: kiali.enabled + name: kiali + repository: file://./charts/kiali + - condition: tracing.enabled + name: tracing + repository: file://./charts/tracing + description: A basic Istio setup that installs with the istioctl. Refer to https://istio.io/latest/ + for details. + digest: b3eedae2aa3e4fec03cdd6c9cfe9b5f054dc99ba59f850f51cf3776df55c970a + icon: https://charts.rancher.io/assets/logos/istio.svg + keywords: + - networking + - infrastructure + name: rancher-istio + urls: + - assets/rancher-istio-1.8/rancher-istio-1.8.400-rc02.tgz + version: 1.8.400-rc02 + - annotations: + catalog.cattle.io/auto-install: rancher-kiali-server-crd=1.29.100-rc01 + catalog.cattle.io/certified: rancher + catalog.cattle.io/display-name: Istio + catalog.cattle.io/namespace: istio-system + catalog.cattle.io/os: linux + catalog.cattle.io/provides-gvr: networking.istio.io.virtualservice/v1beta1 + catalog.cattle.io/release-name: rancher-istio + catalog.cattle.io/requests-cpu: 710m + catalog.cattle.io/requests-memory: 2314Mi + catalog.cattle.io/ui-component: istio + apiVersion: v1 + appVersion: 1.8.4 + created: "2021-04-30T19:59:52.250348507Z" + dependencies: + - condition: kiali.enabled + name: kiali + repository: file://./charts/kiali + - condition: tracing.enabled + name: tracing + repository: file://./charts/tracing + description: A basic Istio setup that installs with the istioctl. Refer to https://istio.io/latest/ + for details. + digest: 057dc482530f20fa0d57b3c402524fc8283d4045016e59247cde58a009a8f7e5 + icon: https://charts.rancher.io/assets/logos/istio.svg + keywords: + - networking + - infrastructure + name: rancher-istio + urls: + - assets/rancher-istio-1.8/rancher-istio-1.8.400-rc01.tgz + version: 1.8.400-rc01 - annotations: catalog.cattle.io/auto-install: rancher-kiali-server-crd=1.29.100 catalog.cattle.io/certified: rancher @@ -1505,7 +3175,8 @@ entries: - condition: tracing.enabled name: tracing repository: file://./charts/tracing - description: A basic Istio setup that installs with the istioctl. Refer to https://istio.io/latest/ for details. + description: A basic Istio setup that installs with the istioctl. Refer to https://istio.io/latest/ + for details. digest: be16354ba38c372cd8828d7a6a6d2842085890438efa62aca4beb4748777a275 icon: https://charts.rancher.io/assets/logos/istio.svg keywords: @@ -1515,6 +3186,38 @@ entries: urls: - released/assets/rancher-istio-1.8/rancher-istio-1.8.301.tgz version: 1.8.301 + - annotations: + catalog.cattle.io/auto-install: rancher-kiali-server-crd=1.29.100-rc01 + catalog.cattle.io/certified: rancher + catalog.cattle.io/display-name: Istio + catalog.cattle.io/namespace: istio-system + catalog.cattle.io/os: linux + catalog.cattle.io/provides-gvr: networking.istio.io.virtualservice/v1beta1 + catalog.cattle.io/release-name: rancher-istio + catalog.cattle.io/requests-cpu: 710m + catalog.cattle.io/requests-memory: 2314Mi + catalog.cattle.io/ui-component: istio + apiVersion: v1 + appVersion: 1.8.3 + created: "2021-04-30T19:59:52.247335679Z" + dependencies: + - condition: kiali.enabled + name: kiali + repository: file://./charts/kiali + - condition: tracing.enabled + name: tracing + repository: file://./charts/tracing + description: A basic Istio setup that installs with the istioctl. Refer to https://istio.io/latest/ + for details. + digest: 211b1cede8e0917baafe4e29a701a6414141a67ddf5ef0307211ae9b045d24f3 + icon: https://charts.rancher.io/assets/logos/istio.svg + keywords: + - networking + - infrastructure + name: rancher-istio + urls: + - assets/rancher-istio-1.8/rancher-istio-1.8.301-rc00.tgz + version: 1.8.301-rc00 - annotations: catalog.cattle.io/auto-install: rancher-kiali-server-crd=1.29.000 catalog.cattle.io/certified: rancher @@ -1536,7 +3239,8 @@ entries: - condition: tracing.enabled name: tracing repository: file://./charts/tracing - description: A basic Istio setup that installs with the istioctl. Refer to https://istio.io/latest/ for details. + description: A basic Istio setup that installs with the istioctl. Refer to https://istio.io/latest/ + for details. digest: 3b5fdc7d06c6a3878c47030ff2a9e23ef1ab68ceddcb9fd7290f4e3ef3c99cb0 icon: https://charts.rancher.io/assets/logos/istio.svg keywords: @@ -1546,6 +3250,38 @@ entries: urls: - released/assets/rancher-istio/rancher-istio-1.8.300.tgz version: 1.8.300 + - annotations: + catalog.cattle.io/auto-install: rancher-kiali-server-crd=1.29.000-rc00 + catalog.cattle.io/certified: rancher + catalog.cattle.io/display-name: Istio + catalog.cattle.io/namespace: istio-system + catalog.cattle.io/os: linux + catalog.cattle.io/provides-gvr: networking.istio.io.virtualservice/v1beta1 + catalog.cattle.io/release-name: rancher-istio + catalog.cattle.io/requests-cpu: 710m + catalog.cattle.io/requests-memory: 2314Mi + catalog.cattle.io/ui-component: istio + apiVersion: v1 + appVersion: 1.8.3 + created: "2021-04-30T19:59:52.244863056Z" + dependencies: + - condition: kiali.enabled + name: kiali + repository: file://./charts/kiali + - condition: tracing.enabled + name: tracing + repository: file://./charts/tracing + description: A basic Istio setup that installs with the istioctl. Refer to https://istio.io/latest/ + for details. + digest: f5bf59041cc7b488dd9c33f1251fcbda7f6c96d719763c87a9086e70629d0896 + icon: https://charts.rancher.io/assets/logos/istio.svg + keywords: + - networking + - infrastructure + name: rancher-istio + urls: + - assets/rancher-istio/rancher-istio-1.8.300-rc01.tgz + version: 1.8.300-rc01 - annotations: catalog.cattle.io/auto-install: rancher-kiali-server-crd=1.24.003 catalog.cattle.io/certified: rancher @@ -1569,7 +3305,8 @@ entries: name: rancher-tracing repository: file://../../rancher-tracing/charts version: 1.20.001 - description: A basic Istio setup that installs with the istioctl. Refer to https://istio.io/latest/ for details. + description: A basic Istio setup that installs with the istioctl. Refer to https://istio.io/latest/ + for details. digest: ff28763d01f5b7b366ea0373bd052bbe579f17c009955c88e7cbb5eb66802e84 icon: https://charts.rancher.io/assets/logos/istio.svg keywords: @@ -1597,7 +3334,8 @@ entries: name: rancher-kiali-server repository: file://../../rancher-kiali-server/charts version: 1.24.0 - description: A basic Istio setup that installs with the istioctl. Refer to https://istio.io/latest/ for details. + description: A basic Istio setup that installs with the istioctl. Refer to https://istio.io/latest/ + for details. digest: 1e4a14509830e72f8a3d10d6d3ffaf72683dc0243e2cd9d067934844163f9f80 icon: https://charts.rancher.io/assets/logos/istio.svg keywords: @@ -1625,7 +3363,8 @@ entries: name: rancher-kiali-server repository: file://../../rancher-kiali-server/charts version: 1.23.0 - description: A basic Istio setup that installs with the istioctl. Refer to https://istio.io/latest/ for details. + description: A basic Istio setup that installs with the istioctl. Refer to https://istio.io/latest/ + for details. digest: 3a7a84aa165a472cf346a4d595ff84ac8190d7f050409b65f2a7168c8307ef28 icon: https://charts.rancher.io/assets/logos/istio.svg keywords: @@ -1647,7 +3386,9 @@ entries: apiVersion: v2 appVersion: v1.32.0 created: "2021-04-29T21:41:01.385357338Z" - description: Kiali is an open source project for service mesh observability, refer to https://www.kiali.io for details. This is installed as sub-chart with customized values in Rancher's Istio. + description: Kiali is an open source project for service mesh observability, refer + to https://www.kiali.io for details. This is installed as sub-chart with customized + values in Rancher's Istio. digest: 9bee635938446f72159b1ed62c0b0aaeac22cf6dec604df05677988e2f8c37b5 home: https://github.com/kiali/kiali icon: https://raw.githubusercontent.com/kiali/kiali.io/master/themes/kiali/static/img/kiali_logo_masthead.png @@ -1669,6 +3410,41 @@ entries: urls: - released/assets/rancher-kiali-server/rancher-kiali-server-1.32.100.tgz version: 1.32.100 + - annotations: + catalog.cattle.io/auto-install: rancher-kiali-server-crd=match + catalog.cattle.io/hidden: "true" + catalog.cattle.io/os: linux + catalog.cattle.io/provides-gvr: monitoringdashboards.monitoring.kiali.io/v1alpha1 + catalog.cattle.io/requires-gvr: monitoring.coreos.com.prometheus/v1 + catalog.rancher.io/namespace: cattle-istio-system + catalog.rancher.io/release-name: rancher-kiali-server + apiVersion: v2 + appVersion: v1.32.0 + created: "2021-04-30T19:59:52.276146948Z" + description: Kiali is an open source project for service mesh observability, refer + to https://www.kiali.io for details. This is installed as sub-chart with customized + values in Rancher's Istio. + digest: 81bb3b2c9dd79d17143c17c190413a9c87fbdf2c8899987531d87047d8ae4fe7 + home: https://github.com/kiali/kiali + icon: https://raw.githubusercontent.com/kiali/kiali.io/master/themes/kiali/static/img/kiali_logo_masthead.png + keywords: + - istio + - kiali + - networking + - infrastructure + maintainers: + - email: kiali-users@googlegroups.com + name: Kiali + url: https://kiali.io + name: rancher-kiali-server + sources: + - https://github.com/kiali/kiali + - https://github.com/kiali/kiali-ui + - https://github.com/kiali/kiali-operator + - https://github.com/kiali/helm-charts + urls: + - assets/rancher-kiali-server/rancher-kiali-server-1.32.100-rc01.tgz + version: 1.32.100-rc01 - annotations: catalog.cattle.io/auto-install: rancher-kiali-server-crd=match catalog.cattle.io/hidden: "true" @@ -1680,7 +3456,9 @@ entries: apiVersion: v2 appVersion: v1.29.0 created: "2021-04-29T21:41:01.383983936Z" - description: Kiali is an open source project for service mesh observability, refer to https://www.kiali.io for details. This is installed as sub-chart with customized values in Rancher's Istio. + description: Kiali is an open source project for service mesh observability, refer + to https://www.kiali.io for details. This is installed as sub-chart with customized + values in Rancher's Istio. digest: 3d5335ce7c261dd569a375297cff3bdc23808de1fb22f5f0c96e3913d8a22763 home: https://github.com/kiali/kiali icon: https://raw.githubusercontent.com/kiali/kiali.io/master/themes/kiali/static/img/kiali_logo_masthead.png @@ -1702,6 +3480,41 @@ entries: urls: - released/assets/rancher-kiali-server/rancher-kiali-server-1.29.100.tgz version: 1.29.100 + - annotations: + catalog.cattle.io/auto-install: rancher-kiali-server-crd=match + catalog.cattle.io/hidden: "true" + catalog.cattle.io/os: linux + catalog.cattle.io/provides-gvr: monitoringdashboards.monitoring.kiali.io/v1alpha1 + catalog.cattle.io/requires-gvr: monitoring.coreos.com.prometheus/v1 + catalog.rancher.io/namespace: cattle-istio-system + catalog.rancher.io/release-name: rancher-kiali-server + apiVersion: v2 + appVersion: v1.29.0 + created: "2021-04-30T19:59:52.274411232Z" + description: Kiali is an open source project for service mesh observability, refer + to https://www.kiali.io for details. This is installed as sub-chart with customized + values in Rancher's Istio. + digest: e2c3dadce7ed3965636fc6a3a72f768174fb02e1e6dddec69506b7b73f5d2fd1 + home: https://github.com/kiali/kiali + icon: https://raw.githubusercontent.com/kiali/kiali.io/master/themes/kiali/static/img/kiali_logo_masthead.png + keywords: + - istio + - kiali + - networking + - infrastructure + maintainers: + - email: kiali-users@googlegroups.com + name: Kiali + url: https://kiali.io + name: rancher-kiali-server + sources: + - https://github.com/kiali/kiali + - https://github.com/kiali/kiali-ui + - https://github.com/kiali/kiali-operator + - https://github.com/kiali/helm-charts + urls: + - assets/rancher-kiali-server/rancher-kiali-server-1.29.100-rc01.tgz + version: 1.29.100-rc01 - annotations: catalog.cattle.io/auto-install: rancher-kiali-server-crd=match catalog.cattle.io/hidden: "true" @@ -1713,7 +3526,9 @@ entries: apiVersion: v2 appVersion: v1.29.0 created: "2021-04-29T21:41:01.382807748Z" - description: Kiali is an open source project for service mesh observability, refer to https://www.kiali.io for details. This is installed as sub-chart with customized values in Rancher's Istio. + description: Kiali is an open source project for service mesh observability, refer + to https://www.kiali.io for details. This is installed as sub-chart with customized + values in Rancher's Istio. digest: 8cecd60c2fa1ae2dea0c4d3672b7ca73152835bfeb93906113ca4d05c02e9587 home: https://github.com/kiali/kiali icon: https://raw.githubusercontent.com/kiali/kiali.io/master/themes/kiali/static/img/kiali_logo_masthead.png @@ -1735,6 +3550,41 @@ entries: urls: - released/assets/rancher-kiali-server/rancher-kiali-server-1.29.000.tgz version: 1.29.000 + - annotations: + catalog.cattle.io/auto-install: rancher-kiali-server-crd=match + catalog.cattle.io/hidden: "true" + catalog.cattle.io/os: linux + catalog.cattle.io/provides-gvr: monitoringdashboards.monitoring.kiali.io/v1alpha1 + catalog.cattle.io/requires-gvr: monitoring.coreos.com.prometheus/v1 + catalog.rancher.io/namespace: cattle-istio-system + catalog.rancher.io/release-name: rancher-kiali-server + apiVersion: v2 + appVersion: v1.29.0 + created: "2021-04-30T19:59:52.270862999Z" + description: Kiali is an open source project for service mesh observability, refer + to https://www.kiali.io for details. This is installed as sub-chart with customized + values in Rancher's Istio. + digest: 889268d3300d61b90ac9c14cec994a00d7880a45ab7af5b94631004a54378799 + home: https://github.com/kiali/kiali + icon: https://raw.githubusercontent.com/kiali/kiali.io/master/themes/kiali/static/img/kiali_logo_masthead.png + keywords: + - istio + - kiali + - networking + - infrastructure + maintainers: + - email: kiali-users@googlegroups.com + name: Kiali + url: https://kiali.io + name: rancher-kiali-server + sources: + - https://github.com/kiali/kiali + - https://github.com/kiali/kiali-ui + - https://github.com/kiali/kiali-operator + - https://github.com/kiali/helm-charts + urls: + - assets/rancher-kiali-server/rancher-kiali-server-1.29.000-rc01.tgz + version: 1.29.000-rc01 - annotations: catalog.cattle.io/auto-install: rancher-kiali-server-crd=match catalog.cattle.io/hidden: "true" @@ -1746,7 +3596,9 @@ entries: apiVersion: v2 appVersion: v1.24.0 created: "2021-04-29T21:41:01.381563756Z" - description: Kiali is an open source project for service mesh observability, refer to https://www.kiali.io for details. This is installed as sub-chart with customized values in Rancher's Istio. + description: Kiali is an open source project for service mesh observability, refer + to https://www.kiali.io for details. This is installed as sub-chart with customized + values in Rancher's Istio. digest: 2b702639bc1b563fa3e9e0cdb5fff1ca4de696860566f1c863c04fb7ebc06038 home: https://github.com/kiali/kiali icon: https://raw.githubusercontent.com/kiali/kiali.io/master/themes/kiali/static/img/kiali_logo_masthead.png @@ -1779,7 +3631,9 @@ entries: apiVersion: v2 appVersion: v1.24.0 created: "2021-04-29T21:41:01.380440672Z" - description: Kiali is an open source project for service mesh observability, refer to https://www.kiali.io for details. This is installed as sub-chart with customized values in Rancher's Istio. + description: Kiali is an open source project for service mesh observability, refer + to https://www.kiali.io for details. This is installed as sub-chart with customized + values in Rancher's Istio. digest: a86791daaf668b0f67db337a9f37f13d4a836d9bd689401ba2ef8f6e83d9a6a3 home: https://github.com/kiali/kiali icon: https://raw.githubusercontent.com/kiali/kiali.io/master/themes/kiali/static/img/kiali_logo_masthead.png @@ -1812,7 +3666,9 @@ entries: apiVersion: v2 appVersion: v1.23.0 created: "2021-04-29T21:41:01.378656539Z" - description: Kiali is an open source project for service mesh observability, refer to https://www.kiali.io for details. This is installed as sub-chart with customized values in Rancher's Istio. + description: Kiali is an open source project for service mesh observability, refer + to https://www.kiali.io for details. This is installed as sub-chart with customized + values in Rancher's Istio. digest: 0aea4d28b274a7c2549f675c2a3fc1be165ef4acd72676a18ed5f92f1e7a2b1a home: https://github.com/kiali/kiali icon: https://raw.githubusercontent.com/kiali/kiali.io/master/themes/kiali/static/img/kiali_logo_masthead.png @@ -1846,6 +3702,17 @@ entries: urls: - released/assets/rancher-kiali-server/rancher-kiali-server-crd-1.32.100.tgz version: 1.32.100 + - annotations: + catalog.cattle.io/hidden: "true" + apiVersion: v2 + created: "2021-04-30T19:59:52.276859355Z" + description: Installs the CRDs for rancher-kiali-server. + digest: 2a426e9755c8d279c778f2638618c7c417e99298a7db79fa0e198140993aab8e + name: rancher-kiali-server-crd + type: application + urls: + - assets/rancher-kiali-server/rancher-kiali-server-crd-1.32.100-rc01.tgz + version: 1.32.100-rc01 - annotations: catalog.cattle.io/hidden: "true" apiVersion: v2 @@ -1857,6 +3724,17 @@ entries: urls: - released/assets/rancher-kiali-server/rancher-kiali-server-crd-1.29.100.tgz version: 1.29.100 + - annotations: + catalog.cattle.io/hidden: "true" + apiVersion: v2 + created: "2021-04-30T19:59:52.276697654Z" + description: Installs the CRDs for rancher-kiali-server. + digest: 9d418e244f8243c46bf884a39fa5477f3e5973dd4f3b6c76bb90dde74f93279f + name: rancher-kiali-server-crd + type: application + urls: + - assets/rancher-kiali-server/rancher-kiali-server-crd-1.29.100-rc01.tgz + version: 1.29.100-rc01 - annotations: catalog.cattle.io/hidden: "true" apiVersion: v2 @@ -1868,6 +3746,17 @@ entries: urls: - released/assets/rancher-kiali-server/rancher-kiali-server-crd-1.29.000.tgz version: 1.29.000 + - annotations: + catalog.cattle.io/hidden: "true" + apiVersion: v2 + created: "2021-04-30T19:59:52.276512052Z" + description: Installs the CRDs for rancher-kiali-server. + digest: a235e592d5d924e1dea15c19af5f163425213e3547654e427f43464f58fd9927 + name: rancher-kiali-server-crd + type: application + urls: + - assets/rancher-kiali-server/rancher-kiali-server-crd-1.29.000-rc01.tgz + version: 1.29.000-rc01 - annotations: catalog.cattle.io/hidden: "true" apiVersion: v2 @@ -1930,6 +3819,34 @@ entries: urls: - released/assets/rancher-kube-state-metrics/rancher-kube-state-metrics-2.13.101.tgz version: 2.13.101 + - annotations: + catalog.cattle.io/hidden: "true" + catalog.cattle.io/os: linux + catalog.rancher.io/certified: rancher + catalog.rancher.io/namespace: cattle-monitoring-system + catalog.rancher.io/release-name: rancher-kube-state-metrics + apiVersion: v1 + appVersion: 1.9.8 + created: "2021-04-30T19:59:52.278322969Z" + description: Install kube-state-metrics to generate and expose cluster-level metrics + digest: df06ceaba38ad0fce6b0de852ea85a245b044aa377e0d9cb2ce15f78efbef510 + home: https://github.com/kubernetes/kube-state-metrics/ + keywords: + - metric + - monitoring + - prometheus + - kubernetes + maintainers: + - email: tariq.ibrahim@mulesoft.com + name: tariq1890 + - email: manuel@rueg.eu + name: mrueg + name: rancher-kube-state-metrics + sources: + - https://github.com/kubernetes/kube-state-metrics/ + urls: + - assets/rancher-kube-state-metrics/rancher-kube-state-metrics-2.13.101-rc00.tgz + version: 2.13.101-rc00 rancher-logging: - annotations: catalog.cattle.io/auto-install: rancher-logging-crd=match @@ -1942,7 +3859,8 @@ entries: apiVersion: v1 appVersion: 3.9.4 created: "2021-04-29T21:41:01.396593974Z" - description: Collects and filter logs using highly configurable CRDs. Powered by Banzai Cloud Logging Operator. + description: Collects and filter logs using highly configurable CRDs. Powered + by Banzai Cloud Logging Operator. digest: b88ba3178632c7301aa593ea284815695038f3c48b9e9411cb1548d1a4a90552 icon: https://charts.rancher.io/assets/logos/logging.svg keywords: @@ -1953,6 +3871,167 @@ entries: urls: - released/assets/rancher-logging/rancher-logging-3.9.400.tgz version: 3.9.400 + - annotations: + catalog.cattle.io/auto-install: rancher-logging-crd=match + catalog.cattle.io/certified: rancher + catalog.cattle.io/display-name: Logging + catalog.cattle.io/namespace: cattle-logging-system + catalog.cattle.io/provides-gvr: logging.banzaicloud.io.clusterflow/v1beta1 + catalog.cattle.io/release-name: rancher-logging + catalog.cattle.io/ui-component: logging + apiVersion: v1 + appVersion: 3.9.4 + created: "2021-04-30T19:59:52.294048916Z" + description: Collects and filter logs using highly configurable CRDs. Powered + by Banzai Cloud Logging Operator. + digest: 2f177fe756b63faeba777f8059abaa4f09ef184f813ad89c2fe527fd87943637 + icon: https://charts.rancher.io/assets/logos/logging.svg + keywords: + - logging + - monitoring + - security + name: rancher-logging + urls: + - assets/rancher-logging/rancher-logging-3.9.400-rc08.tgz + version: 3.9.400-rc08 + - annotations: + catalog.cattle.io/auto-install: rancher-logging-crd=match + catalog.cattle.io/certified: rancher + catalog.cattle.io/display-name: Logging + catalog.cattle.io/namespace: cattle-logging-system + catalog.cattle.io/provides-gvr: logging.banzaicloud.io.clusterflow/v1beta1 + catalog.cattle.io/release-name: rancher-logging + catalog.cattle.io/ui-component: logging + apiVersion: v1 + appVersion: 3.9.4 + created: "2021-04-30T19:59:52.291923596Z" + description: Collects and filter logs using highly configurable CRDs. Powered + by Banzai Cloud Logging Operator. + digest: 4f5eb289f265116154449d9c129ab5f433866634b76dad82445cdc8cfd8f95de + icon: https://charts.rancher.io/assets/logos/logging.svg + keywords: + - logging + - monitoring + - security + name: rancher-logging + urls: + - assets/rancher-logging/rancher-logging-3.9.400-rc07.tgz + version: 3.9.400-rc07 + - annotations: + catalog.cattle.io/auto-install: rancher-logging-crd=match + catalog.cattle.io/certified: rancher + catalog.cattle.io/display-name: Logging + catalog.cattle.io/namespace: cattle-logging-system + catalog.cattle.io/provides-gvr: logging.banzaicloud.io.clusterflow/v1beta1 + catalog.cattle.io/release-name: rancher-logging + catalog.cattle.io/ui-component: logging + apiVersion: v1 + appVersion: 3.9.4 + created: "2021-04-30T19:59:52.290617584Z" + description: Collects and filter logs using highly configurable CRDs. Powered + by Banzai Cloud Logging Operator. + digest: 09a3fc9b8554719cf4f9463dca232401292ca86e871f5675c96aa272d2bb3960 + icon: https://charts.rancher.io/assets/logos/logging.svg + keywords: + - logging + - monitoring + - security + name: rancher-logging + urls: + - assets/rancher-logging/rancher-logging-3.9.400-rc06.tgz + version: 3.9.400-rc06 + - annotations: + catalog.cattle.io/auto-install: rancher-logging-crd=match + catalog.cattle.io/certified: rancher + catalog.cattle.io/display-name: Logging + catalog.cattle.io/namespace: cattle-logging-system + catalog.cattle.io/provides-gvr: logging.banzaicloud.io.clusterflow/v1beta1 + catalog.cattle.io/release-name: rancher-logging + catalog.cattle.io/ui-component: logging + apiVersion: v1 + appVersion: 3.9.4 + created: "2021-04-30T19:59:52.289080969Z" + description: Collects and filter logs using highly configurable CRDs. Powered + by Banzai Cloud Logging Operator. + digest: 84ad0399490d18e8bf54a8d50c3196734ee9b43da212df83ba1371003b16c702 + icon: https://charts.rancher.io/assets/logos/logging.svg + keywords: + - logging + - monitoring + - security + name: rancher-logging + urls: + - assets/rancher-logging/rancher-logging-3.9.400-rc05.tgz + version: 3.9.400-rc05 + - annotations: + catalog.cattle.io/auto-install: rancher-logging-crd=match + catalog.cattle.io/certified: rancher + catalog.cattle.io/display-name: Logging + catalog.cattle.io/namespace: cattle-logging-system + catalog.cattle.io/provides-gvr: logging.banzaicloud.io.clusterflow/v1beta1 + catalog.cattle.io/release-name: rancher-logging + catalog.cattle.io/ui-component: logging + apiVersion: v1 + appVersion: 3.9.4 + created: "2021-04-30T19:59:52.287603456Z" + description: Collects and filter logs using highly configurable CRDs. Powered + by Banzai Cloud Logging Operator. + digest: 299fd9fa57e93989433f910e225b16790e249890466608efbc52378920b0d63a + icon: https://charts.rancher.io/assets/logos/logging.svg + keywords: + - logging + - monitoring + - security + name: rancher-logging + urls: + - assets/rancher-logging/rancher-logging-3.9.400-rc04.tgz + version: 3.9.400-rc04 + - annotations: + catalog.cattle.io/auto-install: rancher-logging-crd=match + catalog.cattle.io/certified: rancher + catalog.cattle.io/display-name: Logging + catalog.cattle.io/namespace: cattle-logging-system + catalog.cattle.io/provides-gvr: logging.banzaicloud.io.clusterflow/v1beta1 + catalog.cattle.io/release-name: rancher-logging + catalog.cattle.io/ui-component: logging + apiVersion: v1 + appVersion: 3.9.4 + created: "2021-04-30T19:59:52.286252643Z" + description: Collects and filter logs using highly configurable CRDs. Powered + by Banzai Cloud Logging Operator. + digest: d8f199a2a4106382bd14761d25f29757fe2057faa2fb4cb2a8f133863a64f46a + icon: https://charts.rancher.io/assets/logos/logging.svg + keywords: + - logging + - monitoring + - security + name: rancher-logging + urls: + - assets/rancher-logging/rancher-logging-3.9.400-rc03.tgz + version: 3.9.400-rc03 + - annotations: + catalog.cattle.io/auto-install: rancher-logging-crd=match + catalog.cattle.io/certified: rancher + catalog.cattle.io/display-name: Logging + catalog.cattle.io/namespace: cattle-logging-system + catalog.cattle.io/provides-gvr: logging.banzaicloud.io.clusterflow/v1beta1 + catalog.cattle.io/release-name: rancher-logging + catalog.cattle.io/ui-component: logging + apiVersion: v1 + appVersion: 3.9.4 + created: "2021-04-30T19:59:52.28492803Z" + description: Collects and filter logs using highly configurable CRDs. Powered + by Banzai Cloud Logging Operator. + digest: 9a1884e5d0512920fec366bbe0e5b841005afe65b24afbe5f88d069fdca12b87 + icon: https://charts.rancher.io/assets/logos/logging.svg + keywords: + - logging + - monitoring + - security + name: rancher-logging + urls: + - assets/rancher-logging/rancher-logging-3.9.400-rc02.tgz + version: 3.9.400-rc02 - annotations: catalog.cattle.io/auto-install: rancher-logging-crd=match catalog.cattle.io/certified: rancher @@ -1965,7 +4044,8 @@ entries: apiVersion: v1 appVersion: 3.9.0 created: "2021-04-29T21:41:01.395269375Z" - description: Collects and filter logs using highly configurable CRDs. Powered by Banzai Cloud Logging Operator. + description: Collects and filter logs using highly configurable CRDs. Powered + by Banzai Cloud Logging Operator. digest: eea8f5401cb5b214f0d228cf350283e7e4a6aa14652571237bd8d10691799285 icon: https://charts.rancher.io/assets/logos/logging.svg keywords: @@ -1976,6 +4056,54 @@ entries: urls: - released/assets/rancher-logging/rancher-logging-3.9.002.tgz version: 3.9.002 + - annotations: + catalog.cattle.io/auto-install: rancher-logging-crd=match + catalog.cattle.io/certified: rancher + catalog.cattle.io/display-name: Logging + catalog.cattle.io/namespace: cattle-logging-system + catalog.cattle.io/os: linux + catalog.cattle.io/provides-gvr: logging.banzaicloud.io.clusterflow/v1beta1 + catalog.cattle.io/release-name: rancher-logging + catalog.cattle.io/ui-component: logging + apiVersion: v1 + appVersion: 3.9.0 + created: "2021-04-30T19:59:52.283589718Z" + description: Collects and filter logs using highly configurable CRDs. Powered + by Banzai Cloud Logging Operator. + digest: f7b4a1e7aba4f85eb3d633fcb092d0d3973f4b016fb06a6f748e51df13ce3666 + icon: https://charts.rancher.io/assets/logos/logging.svg + keywords: + - logging + - monitoring + - security + name: rancher-logging + urls: + - assets/rancher-logging/rancher-logging-3.9.002-rc03.tgz + version: 3.9.002-rc03 + - annotations: + catalog.cattle.io/auto-install: rancher-logging-crd=match + catalog.cattle.io/certified: rancher + catalog.cattle.io/display-name: Logging + catalog.cattle.io/namespace: cattle-logging-system + catalog.cattle.io/os: linux + catalog.cattle.io/provides-gvr: logging.banzaicloud.io.clusterflow/v1beta1 + catalog.cattle.io/release-name: rancher-logging + catalog.cattle.io/ui-component: logging + apiVersion: v1 + appVersion: 3.9.0 + created: "2021-04-30T19:59:52.282204205Z" + description: Collects and filter logs using highly configurable CRDs. Powered + by Banzai Cloud Logging Operator. + digest: 3d9759eb846b9e8891bc40e1fc6b6fa9f6f998fc66f8a6736f0255f685cc64f8 + icon: https://charts.rancher.io/assets/logos/logging.svg + keywords: + - logging + - monitoring + - security + name: rancher-logging + urls: + - assets/rancher-logging/rancher-logging-3.9.002-rc01.tgz + version: 3.9.002-rc01 - annotations: catalog.cattle.io/auto-install: rancher-logging-crd=match catalog.cattle.io/certified: rancher @@ -1988,7 +4116,8 @@ entries: apiVersion: v1 appVersion: 3.9.0 created: "2021-04-29T21:41:01.393769764Z" - description: Collects and filter logs using highly configurable CRDs. Powered by Banzai Cloud Logging Operator. + description: Collects and filter logs using highly configurable CRDs. Powered + by Banzai Cloud Logging Operator. digest: 3ee1519adf133f780c98850a9a575a4232ee49e9119fb0b6343976c2efddd9a6 icon: https://charts.rancher.io/assets/logos/logging.svg keywords: @@ -1999,6 +4128,30 @@ entries: urls: - released/assets/rancher-logging/rancher-logging-3.9.001.tgz version: 3.9.001 + - annotations: + catalog.cattle.io/auto-install: rancher-logging-crd=match + catalog.cattle.io/certified: rancher + catalog.cattle.io/display-name: Logging + catalog.cattle.io/namespace: cattle-logging-system + catalog.cattle.io/os: linux + catalog.cattle.io/provides-gvr: logging.banzaicloud.io.clusterflow/v1beta1 + catalog.cattle.io/release-name: rancher-logging + catalog.cattle.io/ui-component: logging + apiVersion: v1 + appVersion: 3.9.0 + created: "2021-04-30T19:59:52.280976694Z" + description: Collects and filter logs using highly configurable CRDs. Powered + by Banzai Cloud Logging Operator. + digest: d59d5206ab61e47dcf2ebf20dd72c5bb7dc01e21961aad70df7199a61b510998 + icon: https://charts.rancher.io/assets/logos/logging.svg + keywords: + - logging + - monitoring + - security + name: rancher-logging + urls: + - assets/rancher-logging/rancher-logging-3.9.001-rc08.tgz + version: 3.9.001-rc08 - annotations: catalog.cattle.io/auto-install: rancher-logging-crd=match catalog.cattle.io/certified: rancher @@ -2011,7 +4164,8 @@ entries: apiVersion: v1 appVersion: 3.9.0 created: "2021-04-29T21:41:01.392272752Z" - description: Collects and filter logs using highly configurable CRDs. Powered by Banzai Cloud Logging Operator. + description: Collects and filter logs using highly configurable CRDs. Powered + by Banzai Cloud Logging Operator. digest: b6b5e0c627f5594033b3558ff1f2d9c01b1f504a53cbc91b4e75d443ef81a784 icon: https://charts.rancher.io/assets/logos/logging.svg keywords: @@ -2022,6 +4176,30 @@ entries: urls: - released/assets/rancher-logging/rancher-logging-3.9.000.tgz version: 3.9.000 + - annotations: + catalog.cattle.io/auto-install: rancher-logging-crd=match + catalog.cattle.io/certified: rancher + catalog.cattle.io/display-name: Logging + catalog.cattle.io/namespace: cattle-logging-system + catalog.cattle.io/os: linux + catalog.cattle.io/provides-gvr: logging.banzaicloud.io.clusterflow/v1beta1 + catalog.cattle.io/release-name: rancher-logging + catalog.cattle.io/ui-component: logging + apiVersion: v1 + appVersion: 3.9.0 + created: "2021-04-30T19:59:52.279742882Z" + description: Collects and filter logs using highly configurable CRDs. Powered + by Banzai Cloud Logging Operator. + digest: 307f6ddc451bc0a028e7fb1efb1c8bfd2748e7da9cd19b41ea299ad3dac9f56b + icon: https://charts.rancher.io/assets/logos/logging.svg + keywords: + - logging + - monitoring + - security + name: rancher-logging + urls: + - assets/rancher-logging/rancher-logging-3.9.000-rc08.tgz + version: 3.9.000-rc08 - annotations: catalog.cattle.io/auto-install: rancher-logging-crd=match catalog.cattle.io/certified: rancher @@ -2034,7 +4212,8 @@ entries: apiVersion: v1 appVersion: 3.8.2 created: "2021-04-29T21:41:01.390825245Z" - description: Collects and filter logs using highly configurable CRDs. Powered by Banzai Cloud Logging Operator. + description: Collects and filter logs using highly configurable CRDs. Powered + by Banzai Cloud Logging Operator. digest: 7ec4dfb2441832d22651e9263f4bbdcda9e1f064b9e32c70d0fb7c4f6641331a icon: https://charts.rancher.io/assets/logos/logging.svg keywords: @@ -2057,7 +4236,8 @@ entries: apiVersion: v1 appVersion: 3.6.0 created: "2021-04-29T21:41:01.389773566Z" - description: Collects and filter logs using highly configurable CRDs. Powered by Banzai Cloud Logging Operator. + description: Collects and filter logs using highly configurable CRDs. Powered + by Banzai Cloud Logging Operator. digest: a89b3a4327484343c59a88949479c106e40b2587df194e18910cf83099291aa6 icon: https://charts.rancher.io/assets/logos/logging.svg keywords: @@ -2079,7 +4259,8 @@ entries: apiVersion: v1 appVersion: 3.6.0 created: "2021-04-29T21:41:01.388465569Z" - description: Collects and filter logs using highly configurable CRDs. Powered by Banzai Cloud Logging Operator. + description: Collects and filter logs using highly configurable CRDs. Powered + by Banzai Cloud Logging Operator. digest: 3f3cd871fe5c6708b3fcdcd7a9f6e87ee41eb8f5505bdaed3f01791ac2bf7faf icon: https://charts.rancher.io/assets/logos/logging.svg keywords: @@ -2105,6 +4286,104 @@ entries: urls: - released/assets/rancher-logging/rancher-logging-crd-3.9.400.tgz version: 3.9.400 + - annotations: + catalog.cattle.io/certified: rancher + catalog.cattle.io/hidden: "true" + catalog.cattle.io/namespace: cattle-logging-system + catalog.cattle.io/release-name: rancher-logging-crd + apiVersion: v1 + created: "2021-04-30T19:59:52.318218742Z" + description: Installs the CRDs for rancher-logging. + digest: 59cf37aa7cf382851e12a8203dbf9e66ce773d08481b2efd21b49f90c548283a + name: rancher-logging-crd + type: application + urls: + - assets/rancher-logging/rancher-logging-crd-3.9.400-rc08.tgz + version: 3.9.400-rc08 + - annotations: + catalog.cattle.io/certified: rancher + catalog.cattle.io/hidden: "true" + catalog.cattle.io/namespace: cattle-logging-system + catalog.cattle.io/release-name: rancher-logging-crd + apiVersion: v1 + created: "2021-04-30T19:59:52.315465616Z" + description: Installs the CRDs for rancher-logging. + digest: e25af09b3f69e4b3f15952b6eb5bb707443bd866429b86b8a0368b20f2e04bef + name: rancher-logging-crd + type: application + urls: + - assets/rancher-logging/rancher-logging-crd-3.9.400-rc07.tgz + version: 3.9.400-rc07 + - annotations: + catalog.cattle.io/certified: rancher + catalog.cattle.io/hidden: "true" + catalog.cattle.io/namespace: cattle-logging-system + catalog.cattle.io/release-name: rancher-logging-crd + apiVersion: v1 + created: "2021-04-30T19:59:52.313399397Z" + description: Installs the CRDs for rancher-logging. + digest: bec6ba83dcaca3ebc29fa12288d20009c9161d0ffeb32a412acfb93443ba391d + name: rancher-logging-crd + type: application + urls: + - assets/rancher-logging/rancher-logging-crd-3.9.400-rc06.tgz + version: 3.9.400-rc06 + - annotations: + catalog.cattle.io/certified: rancher + catalog.cattle.io/hidden: "true" + catalog.cattle.io/namespace: cattle-logging-system + catalog.cattle.io/release-name: rancher-logging-crd + apiVersion: v1 + created: "2021-04-30T19:59:52.311074875Z" + description: Installs the CRDs for rancher-logging. + digest: 8631cb05c0332bb2daa4a32f47b9a61e8dbbdd23f18af815c697d47115c79c88 + name: rancher-logging-crd + type: application + urls: + - assets/rancher-logging/rancher-logging-crd-3.9.400-rc05.tgz + version: 3.9.400-rc05 + - annotations: + catalog.cattle.io/certified: rancher + catalog.cattle.io/hidden: "true" + catalog.cattle.io/namespace: cattle-logging-system + catalog.cattle.io/release-name: rancher-logging-crd + apiVersion: v1 + created: "2021-04-30T19:59:52.308454351Z" + description: Installs the CRDs for rancher-logging. + digest: db73e96aa0be881046ec1b6d29ee8224c6b79ec2414bca6743e326da775bfcfb + name: rancher-logging-crd + type: application + urls: + - assets/rancher-logging/rancher-logging-crd-3.9.400-rc04.tgz + version: 3.9.400-rc04 + - annotations: + catalog.cattle.io/certified: rancher + catalog.cattle.io/hidden: "true" + catalog.cattle.io/namespace: cattle-logging-system + catalog.cattle.io/release-name: rancher-logging-crd + apiVersion: v1 + created: "2021-04-30T19:59:52.30630023Z" + description: Installs the CRDs for rancher-logging. + digest: 9b62edf5580fb8267324f13b2284ca02b9077c673065672d5a1a8632ae617325 + name: rancher-logging-crd + type: application + urls: + - assets/rancher-logging/rancher-logging-crd-3.9.400-rc03.tgz + version: 3.9.400-rc03 + - annotations: + catalog.cattle.io/certified: rancher + catalog.cattle.io/hidden: "true" + catalog.cattle.io/namespace: cattle-logging-system + catalog.cattle.io/release-name: rancher-logging-crd + apiVersion: v1 + created: "2021-04-30T19:59:52.304310412Z" + description: Installs the CRDs for rancher-logging. + digest: 26df0bb732eb3d6b2eb838d5b7dbb6a21bfa1f9bc2f89a9eae465f689959f9c3 + name: rancher-logging-crd + type: application + urls: + - assets/rancher-logging/rancher-logging-crd-3.9.400-rc02.tgz + version: 3.9.400-rc02 - annotations: catalog.cattle.io/certified: rancher catalog.cattle.io/hidden: "true" @@ -2119,6 +4398,34 @@ entries: urls: - released/assets/rancher-logging/rancher-logging-crd-3.9.002.tgz version: 3.9.002 + - annotations: + catalog.cattle.io/certified: rancher + catalog.cattle.io/hidden: "true" + catalog.cattle.io/namespace: cattle-logging-system + catalog.cattle.io/release-name: rancher-logging-crd + apiVersion: v1 + created: "2021-04-30T19:59:52.301730988Z" + description: Installs the CRDs for rancher-logging. + digest: 62757a26814ba1d8d35e7f20c4bd8b71591192bdcbea80e1ef233c18b5f5346b + name: rancher-logging-crd + type: application + urls: + - assets/rancher-logging/rancher-logging-crd-3.9.002-rc03.tgz + version: 3.9.002-rc03 + - annotations: + catalog.cattle.io/certified: rancher + catalog.cattle.io/hidden: "true" + catalog.cattle.io/namespace: cattle-logging-system + catalog.cattle.io/release-name: rancher-logging-crd + apiVersion: v1 + created: "2021-04-30T19:59:52.299490567Z" + description: Installs the CRDs for rancher-logging. + digest: 458d13cf6ad6f90488dc73a6a96744e8a7b32b15cef8d01647b8eb9e848127d7 + name: rancher-logging-crd + type: application + urls: + - assets/rancher-logging/rancher-logging-crd-3.9.002-rc01.tgz + version: 3.9.002-rc01 - annotations: catalog.cattle.io/certified: rancher catalog.cattle.io/hidden: "true" @@ -2133,6 +4440,20 @@ entries: urls: - released/assets/rancher-logging/rancher-logging-crd-3.9.001.tgz version: 3.9.001 + - annotations: + catalog.cattle.io/certified: rancher + catalog.cattle.io/hidden: "true" + catalog.cattle.io/namespace: cattle-logging-system + catalog.cattle.io/release-name: rancher-logging-crd + apiVersion: v1 + created: "2021-04-30T19:59:52.297866351Z" + description: Installs the CRDs for rancher-logging. + digest: 41510a9536773fea4e55775d5952bac7244b2980c49def8fbaf87d40e2455e30 + name: rancher-logging-crd + type: application + urls: + - assets/rancher-logging/rancher-logging-crd-3.9.001-rc08.tgz + version: 3.9.001-rc08 - annotations: catalog.cattle.io/certified: rancher catalog.cattle.io/hidden: "true" @@ -2147,6 +4468,20 @@ entries: urls: - released/assets/rancher-logging/rancher-logging-crd-3.9.000.tgz version: 3.9.000 + - annotations: + catalog.cattle.io/certified: rancher + catalog.cattle.io/hidden: "true" + catalog.cattle.io/namespace: cattle-logging-system + catalog.cattle.io/release-name: rancher-logging-crd + apiVersion: v1 + created: "2021-04-30T19:59:52.296368437Z" + description: Installs the CRDs for rancher-logging. + digest: 6dccf7948ddce0eb40975f667ede6ec5666a2751d02c63a44912930dcef2d02c + name: rancher-logging-crd + type: application + urls: + - assets/rancher-logging/rancher-logging-crd-3.9.000-rc08.tgz + version: 3.9.000-rc08 - annotations: catalog.cattle.io/certified: rancher catalog.cattle.io/hidden: "true" @@ -2264,7 +4599,9 @@ entries: - condition: global.cattle.windows.enabled name: windowsExporter repository: file://./charts/windowsExporter - description: Collects several related Helm charts, Grafana dashboards, and Prometheus rules combined with documentation and scripts to provide easy to operate end-to-end Kubernetes cluster monitoring with Prometheus using the Prometheus Operator. + description: Collects several related Helm charts, Grafana dashboards, and Prometheus + rules combined with documentation and scripts to provide easy to operate end-to-end + Kubernetes cluster monitoring with Prometheus using the Prometheus Operator. digest: 912fa443e0fa3c9af6b7ee0c1392875a6985cf6b127bf06634163d454858536d home: https://github.com/prometheus-operator/kube-prometheus icon: https://raw.githubusercontent.com/prometheus/prometheus.github.io/master/assets/prometheus_logo-cb55bb5c346.png @@ -2295,6 +4632,1290 @@ entries: urls: - released/assets/rancher-monitoring/rancher-monitoring-14.5.100.tgz version: 14.5.100 + - annotations: + artifacthub.io/links: | + - name: Chart Source + url: https://github.com/prometheus-community/helm-charts + - name: Upstream Project + url: https://github.com/prometheus-operator/kube-prometheus + artifacthub.io/operator: "true" + catalog.cattle.io/auto-install: rancher-monitoring-crd=match + catalog.cattle.io/certified: rancher + catalog.cattle.io/display-name: Monitoring + catalog.cattle.io/namespace: cattle-monitoring-system + catalog.cattle.io/provides-gvr: monitoring.coreos.com.prometheus/v1 + catalog.cattle.io/release-name: rancher-monitoring + catalog.cattle.io/requests-cpu: 4500m + catalog.cattle.io/requests-memory: 4000Mi + catalog.cattle.io/ui-component: monitoring + apiVersion: v2 + appVersion: 0.46.0 + created: "2021-04-30T19:59:52.681048635Z" + dependencies: + - condition: grafana.enabled + name: grafana + repository: file://./charts/grafana + - condition: k3sServer.enabled + name: k3sServer + repository: file://./charts/k3sServer + - condition: kubeStateMetrics.enabled + name: kube-state-metrics + repository: file://./charts/kube-state-metrics + - condition: kubeAdmControllerManager.enabled + name: kubeAdmControllerManager + repository: file://./charts/kubeAdmControllerManager + - condition: kubeAdmEtcd.enabled + name: kubeAdmEtcd + repository: file://./charts/kubeAdmEtcd + - condition: kubeAdmProxy.enabled + name: kubeAdmProxy + repository: file://./charts/kubeAdmProxy + - condition: kubeAdmScheduler.enabled + name: kubeAdmScheduler + repository: file://./charts/kubeAdmScheduler + - condition: prometheus-adapter.enabled + name: prometheus-adapter + repository: file://./charts/prometheus-adapter + - condition: nodeExporter.enabled + name: prometheus-node-exporter + repository: file://./charts/prometheus-node-exporter + - condition: rke2ControllerManager.enabled + name: rke2ControllerManager + repository: file://./charts/rke2ControllerManager + - condition: rke2Etcd.enabled + name: rke2Etcd + repository: file://./charts/rke2Etcd + - condition: rke2Proxy.enabled + name: rke2Proxy + repository: file://./charts/rke2Proxy + - condition: rke2Scheduler.enabled + name: rke2Scheduler + repository: file://./charts/rke2Scheduler + - condition: rkeControllerManager.enabled + name: rkeControllerManager + repository: file://./charts/rkeControllerManager + - condition: rkeEtcd.enabled + name: rkeEtcd + repository: file://./charts/rkeEtcd + - condition: rkeProxy.enabled + name: rkeProxy + repository: file://./charts/rkeProxy + - condition: rkeScheduler.enabled + name: rkeScheduler + repository: file://./charts/rkeScheduler + - condition: global.cattle.windows.enabled + name: windowsExporter + repository: file://./charts/windowsExporter + description: Collects several related Helm charts, Grafana dashboards, and Prometheus + rules combined with documentation and scripts to provide easy to operate end-to-end + Kubernetes cluster monitoring with Prometheus using the Prometheus Operator. + digest: d26f49d4d8be58aa3302fce2852a19d0ec6916d7ccd40e80ba889e5cf0df5533 + home: https://github.com/prometheus-operator/kube-prometheus + icon: https://raw.githubusercontent.com/prometheus/prometheus.github.io/master/assets/prometheus_logo-cb55bb5c346.png + keywords: + - operator + - prometheus + - kube-prometheus + - monitoring + kubeVersion: '>=1.16.0-0' + maintainers: + - name: vsliouniaev + - name: bismarck + - email: gianrubio@gmail.com + name: gianrubio + - email: github.gkarthiks@gmail.com + name: gkarthiks + - email: scott@r6by.com + name: scottrigby + - email: miroslav.hadzhiev@gmail.com + name: Xtigyro + - email: arvind.iyengar@suse.com + name: Arvind + name: rancher-monitoring + sources: + - https://github.com/prometheus-community/helm-charts + - https://github.com/prometheus-operator/kube-prometheus + type: application + urls: + - assets/rancher-monitoring/rancher-monitoring-14.5.100-rc11.tgz + version: 14.5.100-rc11 + - annotations: + artifacthub.io/links: | + - name: Chart Source + url: https://github.com/prometheus-community/helm-charts + - name: Upstream Project + url: https://github.com/prometheus-operator/kube-prometheus + artifacthub.io/operator: "true" + catalog.cattle.io/auto-install: rancher-monitoring-crd=match + catalog.cattle.io/certified: rancher + catalog.cattle.io/display-name: Monitoring + catalog.cattle.io/namespace: cattle-monitoring-system + catalog.cattle.io/provides-gvr: monitoring.coreos.com.prometheus/v1 + catalog.cattle.io/release-name: rancher-monitoring + catalog.cattle.io/requests-cpu: 4500m + catalog.cattle.io/requests-memory: 4000Mi + catalog.cattle.io/ui-component: monitoring + apiVersion: v2 + appVersion: 0.46.0 + created: "2021-04-30T19:59:52.650969054Z" + dependencies: + - condition: grafana.enabled + name: grafana + repository: file://./charts/grafana + - condition: k3sServer.enabled + name: k3sServer + repository: file://./charts/k3sServer + - condition: kubeStateMetrics.enabled + name: kube-state-metrics + repository: file://./charts/kube-state-metrics + - condition: kubeAdmControllerManager.enabled + name: kubeAdmControllerManager + repository: file://./charts/kubeAdmControllerManager + - condition: kubeAdmEtcd.enabled + name: kubeAdmEtcd + repository: file://./charts/kubeAdmEtcd + - condition: kubeAdmProxy.enabled + name: kubeAdmProxy + repository: file://./charts/kubeAdmProxy + - condition: kubeAdmScheduler.enabled + name: kubeAdmScheduler + repository: file://./charts/kubeAdmScheduler + - condition: prometheus-adapter.enabled + name: prometheus-adapter + repository: file://./charts/prometheus-adapter + - condition: nodeExporter.enabled + name: prometheus-node-exporter + repository: file://./charts/prometheus-node-exporter + - condition: rke2ControllerManager.enabled + name: rke2ControllerManager + repository: file://./charts/rke2ControllerManager + - condition: rke2Etcd.enabled + name: rke2Etcd + repository: file://./charts/rke2Etcd + - condition: rke2Proxy.enabled + name: rke2Proxy + repository: file://./charts/rke2Proxy + - condition: rke2Scheduler.enabled + name: rke2Scheduler + repository: file://./charts/rke2Scheduler + - condition: rkeControllerManager.enabled + name: rkeControllerManager + repository: file://./charts/rkeControllerManager + - condition: rkeEtcd.enabled + name: rkeEtcd + repository: file://./charts/rkeEtcd + - condition: rkeProxy.enabled + name: rkeProxy + repository: file://./charts/rkeProxy + - condition: rkeScheduler.enabled + name: rkeScheduler + repository: file://./charts/rkeScheduler + - condition: global.cattle.windows.enabled + name: windowsExporter + repository: file://./charts/windowsExporter + description: Collects several related Helm charts, Grafana dashboards, and Prometheus + rules combined with documentation and scripts to provide easy to operate end-to-end + Kubernetes cluster monitoring with Prometheus using the Prometheus Operator. + digest: afddca73f63f084b11e4a177c1bf8e6715565977533ebd8fc16cedf27fa55058 + home: https://github.com/prometheus-operator/kube-prometheus + icon: https://raw.githubusercontent.com/prometheus/prometheus.github.io/master/assets/prometheus_logo-cb55bb5c346.png + keywords: + - operator + - prometheus + - kube-prometheus + - monitoring + kubeVersion: '>=1.16.0-0' + maintainers: + - name: vsliouniaev + - name: bismarck + - email: gianrubio@gmail.com + name: gianrubio + - email: github.gkarthiks@gmail.com + name: gkarthiks + - email: scott@r6by.com + name: scottrigby + - email: miroslav.hadzhiev@gmail.com + name: Xtigyro + - email: arvind.iyengar@suse.com + name: Arvind + name: rancher-monitoring + sources: + - https://github.com/prometheus-community/helm-charts + - https://github.com/prometheus-operator/kube-prometheus + type: application + urls: + - assets/rancher-monitoring/rancher-monitoring-14.5.100-rc10.tgz + version: 14.5.100-rc10 + - annotations: + artifacthub.io/links: | + - name: Chart Source + url: https://github.com/prometheus-community/helm-charts + - name: Upstream Project + url: https://github.com/prometheus-operator/kube-prometheus + artifacthub.io/operator: "true" + catalog.cattle.io/auto-install: rancher-monitoring-crd=match + catalog.cattle.io/certified: rancher + catalog.cattle.io/display-name: Monitoring + catalog.cattle.io/namespace: cattle-monitoring-system + catalog.cattle.io/provides-gvr: monitoring.coreos.com.prometheus/v1 + catalog.cattle.io/release-name: rancher-monitoring + catalog.cattle.io/requests-cpu: 4500m + catalog.cattle.io/requests-memory: 4000Mi + catalog.cattle.io/ui-component: monitoring + apiVersion: v2 + appVersion: 0.46.0 + created: "2021-04-30T19:59:52.622096984Z" + dependencies: + - condition: grafana.enabled + name: grafana + repository: file://./charts/grafana + - condition: k3sServer.enabled + name: k3sServer + repository: file://./charts/k3sServer + - condition: kubeStateMetrics.enabled + name: kube-state-metrics + repository: file://./charts/kube-state-metrics + - condition: kubeAdmControllerManager.enabled + name: kubeAdmControllerManager + repository: file://./charts/kubeAdmControllerManager + - condition: kubeAdmEtcd.enabled + name: kubeAdmEtcd + repository: file://./charts/kubeAdmEtcd + - condition: kubeAdmProxy.enabled + name: kubeAdmProxy + repository: file://./charts/kubeAdmProxy + - condition: kubeAdmScheduler.enabled + name: kubeAdmScheduler + repository: file://./charts/kubeAdmScheduler + - condition: prometheus-adapter.enabled + name: prometheus-adapter + repository: file://./charts/prometheus-adapter + - condition: nodeExporter.enabled + name: prometheus-node-exporter + repository: file://./charts/prometheus-node-exporter + - condition: rke2ControllerManager.enabled + name: rke2ControllerManager + repository: file://./charts/rke2ControllerManager + - condition: rke2Etcd.enabled + name: rke2Etcd + repository: file://./charts/rke2Etcd + - condition: rke2Proxy.enabled + name: rke2Proxy + repository: file://./charts/rke2Proxy + - condition: rke2Scheduler.enabled + name: rke2Scheduler + repository: file://./charts/rke2Scheduler + - condition: rkeControllerManager.enabled + name: rkeControllerManager + repository: file://./charts/rkeControllerManager + - condition: rkeEtcd.enabled + name: rkeEtcd + repository: file://./charts/rkeEtcd + - condition: rkeProxy.enabled + name: rkeProxy + repository: file://./charts/rkeProxy + - condition: rkeScheduler.enabled + name: rkeScheduler + repository: file://./charts/rkeScheduler + - condition: global.cattle.windows.enabled + name: windowsExporter + repository: file://./charts/windowsExporter + description: Collects several related Helm charts, Grafana dashboards, and Prometheus + rules combined with documentation and scripts to provide easy to operate end-to-end + Kubernetes cluster monitoring with Prometheus using the Prometheus Operator. + digest: 2ae7d7c8ec975fca5994c1f0336352126b209deffde572b00410cda9ad27fdce + home: https://github.com/prometheus-operator/kube-prometheus + icon: https://raw.githubusercontent.com/prometheus/prometheus.github.io/master/assets/prometheus_logo-cb55bb5c346.png + keywords: + - operator + - prometheus + - kube-prometheus + - monitoring + kubeVersion: '>=1.16.0-0' + maintainers: + - name: vsliouniaev + - name: bismarck + - email: gianrubio@gmail.com + name: gianrubio + - email: github.gkarthiks@gmail.com + name: gkarthiks + - email: scott@r6by.com + name: scottrigby + - email: miroslav.hadzhiev@gmail.com + name: Xtigyro + - email: arvind.iyengar@suse.com + name: Arvind + name: rancher-monitoring + sources: + - https://github.com/prometheus-community/helm-charts + - https://github.com/prometheus-operator/kube-prometheus + type: application + urls: + - assets/rancher-monitoring/rancher-monitoring-14.5.100-rc09.tgz + version: 14.5.100-rc09 + - annotations: + artifacthub.io/links: | + - name: Chart Source + url: https://github.com/prometheus-community/helm-charts + - name: Upstream Project + url: https://github.com/prometheus-operator/kube-prometheus + artifacthub.io/operator: "true" + catalog.cattle.io/auto-install: rancher-monitoring-crd=match + catalog.cattle.io/certified: rancher + catalog.cattle.io/display-name: Monitoring + catalog.cattle.io/namespace: cattle-monitoring-system + catalog.cattle.io/provides-gvr: monitoring.coreos.com.prometheus/v1 + catalog.cattle.io/release-name: rancher-monitoring + catalog.cattle.io/requests-cpu: 4500m + catalog.cattle.io/requests-memory: 4000Mi + catalog.cattle.io/ui-component: monitoring + apiVersion: v2 + appVersion: 0.46.0 + created: "2021-04-30T19:59:52.589514979Z" + dependencies: + - condition: grafana.enabled + name: grafana + repository: file://./charts/grafana + - condition: k3sServer.enabled + name: k3sServer + repository: file://./charts/k3sServer + - condition: kubeStateMetrics.enabled + name: kube-state-metrics + repository: file://./charts/kube-state-metrics + - condition: kubeAdmControllerManager.enabled + name: kubeAdmControllerManager + repository: file://./charts/kubeAdmControllerManager + - condition: kubeAdmEtcd.enabled + name: kubeAdmEtcd + repository: file://./charts/kubeAdmEtcd + - condition: kubeAdmProxy.enabled + name: kubeAdmProxy + repository: file://./charts/kubeAdmProxy + - condition: kubeAdmScheduler.enabled + name: kubeAdmScheduler + repository: file://./charts/kubeAdmScheduler + - condition: prometheus-adapter.enabled + name: prometheus-adapter + repository: file://./charts/prometheus-adapter + - condition: nodeExporter.enabled + name: prometheus-node-exporter + repository: file://./charts/prometheus-node-exporter + - condition: rke2ControllerManager.enabled + name: rke2ControllerManager + repository: file://./charts/rke2ControllerManager + - condition: rke2Etcd.enabled + name: rke2Etcd + repository: file://./charts/rke2Etcd + - condition: rke2Proxy.enabled + name: rke2Proxy + repository: file://./charts/rke2Proxy + - condition: rke2Scheduler.enabled + name: rke2Scheduler + repository: file://./charts/rke2Scheduler + - condition: rkeControllerManager.enabled + name: rkeControllerManager + repository: file://./charts/rkeControllerManager + - condition: rkeEtcd.enabled + name: rkeEtcd + repository: file://./charts/rkeEtcd + - condition: rkeProxy.enabled + name: rkeProxy + repository: file://./charts/rkeProxy + - condition: rkeScheduler.enabled + name: rkeScheduler + repository: file://./charts/rkeScheduler + - condition: global.cattle.windows.enabled + name: windowsExporter + repository: file://./charts/windowsExporter + description: Collects several related Helm charts, Grafana dashboards, and Prometheus + rules combined with documentation and scripts to provide easy to operate end-to-end + Kubernetes cluster monitoring with Prometheus using the Prometheus Operator. + digest: 175aaae1e2c0e4fbd31557bf2c1f32b85df023fa207d0394c49d6f0f50b187eb + home: https://github.com/prometheus-operator/kube-prometheus + icon: https://raw.githubusercontent.com/prometheus/prometheus.github.io/master/assets/prometheus_logo-cb55bb5c346.png + keywords: + - operator + - prometheus + - kube-prometheus + - monitoring + kubeVersion: '>=1.16.0-0' + maintainers: + - name: vsliouniaev + - name: bismarck + - email: gianrubio@gmail.com + name: gianrubio + - email: github.gkarthiks@gmail.com + name: gkarthiks + - email: scott@r6by.com + name: scottrigby + - email: miroslav.hadzhiev@gmail.com + name: Xtigyro + - email: arvind.iyengar@suse.com + name: Arvind + name: rancher-monitoring + sources: + - https://github.com/prometheus-community/helm-charts + - https://github.com/prometheus-operator/kube-prometheus + type: application + urls: + - assets/rancher-monitoring/rancher-monitoring-14.5.100-rc08.tgz + version: 14.5.100-rc08 + - annotations: + artifacthub.io/links: | + - name: Chart Source + url: https://github.com/prometheus-community/helm-charts + - name: Upstream Project + url: https://github.com/prometheus-operator/kube-prometheus + artifacthub.io/operator: "true" + catalog.cattle.io/auto-install: rancher-monitoring-crd=match + catalog.cattle.io/certified: rancher + catalog.cattle.io/display-name: Monitoring + catalog.cattle.io/namespace: cattle-monitoring-system + catalog.cattle.io/provides-gvr: monitoring.coreos.com.prometheus/v1 + catalog.cattle.io/release-name: rancher-monitoring + catalog.cattle.io/requests-cpu: 4500m + catalog.cattle.io/requests-memory: 4000Mi + catalog.cattle.io/ui-component: monitoring + apiVersion: v2 + appVersion: 0.46.0 + created: "2021-04-30T19:59:52.560607109Z" + dependencies: + - condition: grafana.enabled + name: grafana + repository: file://./charts/grafana + - condition: k3sServer.enabled + name: k3sServer + repository: file://./charts/k3sServer + - condition: kubeStateMetrics.enabled + name: kube-state-metrics + repository: file://./charts/kube-state-metrics + - condition: kubeAdmControllerManager.enabled + name: kubeAdmControllerManager + repository: file://./charts/kubeAdmControllerManager + - condition: kubeAdmEtcd.enabled + name: kubeAdmEtcd + repository: file://./charts/kubeAdmEtcd + - condition: kubeAdmProxy.enabled + name: kubeAdmProxy + repository: file://./charts/kubeAdmProxy + - condition: kubeAdmScheduler.enabled + name: kubeAdmScheduler + repository: file://./charts/kubeAdmScheduler + - condition: prometheus-adapter.enabled + name: prometheus-adapter + repository: file://./charts/prometheus-adapter + - condition: nodeExporter.enabled + name: prometheus-node-exporter + repository: file://./charts/prometheus-node-exporter + - condition: rke2ControllerManager.enabled + name: rke2ControllerManager + repository: file://./charts/rke2ControllerManager + - condition: rke2Etcd.enabled + name: rke2Etcd + repository: file://./charts/rke2Etcd + - condition: rke2Proxy.enabled + name: rke2Proxy + repository: file://./charts/rke2Proxy + - condition: rke2Scheduler.enabled + name: rke2Scheduler + repository: file://./charts/rke2Scheduler + - condition: rkeControllerManager.enabled + name: rkeControllerManager + repository: file://./charts/rkeControllerManager + - condition: rkeEtcd.enabled + name: rkeEtcd + repository: file://./charts/rkeEtcd + - condition: rkeProxy.enabled + name: rkeProxy + repository: file://./charts/rkeProxy + - condition: rkeScheduler.enabled + name: rkeScheduler + repository: file://./charts/rkeScheduler + - condition: global.cattle.windows.enabled + name: windowsExporter + repository: file://./charts/windowsExporter + description: Collects several related Helm charts, Grafana dashboards, and Prometheus + rules combined with documentation and scripts to provide easy to operate end-to-end + Kubernetes cluster monitoring with Prometheus using the Prometheus Operator. + digest: b0801f8c9d58ac77b3bfb90b71656f0dfaa19c367e9a1c9938f1cc4d3d63eb8e + home: https://github.com/prometheus-operator/kube-prometheus + icon: https://raw.githubusercontent.com/prometheus/prometheus.github.io/master/assets/prometheus_logo-cb55bb5c346.png + keywords: + - operator + - prometheus + - kube-prometheus + - monitoring + kubeVersion: '>=1.16.0-0' + maintainers: + - name: vsliouniaev + - name: bismarck + - email: gianrubio@gmail.com + name: gianrubio + - email: github.gkarthiks@gmail.com + name: gkarthiks + - email: scott@r6by.com + name: scottrigby + - email: miroslav.hadzhiev@gmail.com + name: Xtigyro + - email: arvind.iyengar@suse.com + name: Arvind + name: rancher-monitoring + sources: + - https://github.com/prometheus-community/helm-charts + - https://github.com/prometheus-operator/kube-prometheus + type: application + urls: + - assets/rancher-monitoring/rancher-monitoring-14.5.100-rc07.tgz + version: 14.5.100-rc07 + - annotations: + artifacthub.io/links: | + - name: Chart Source + url: https://github.com/prometheus-community/helm-charts + - name: Upstream Project + url: https://github.com/prometheus-operator/kube-prometheus + artifacthub.io/operator: "true" + catalog.cattle.io/auto-install: rancher-monitoring-crd=match + catalog.cattle.io/certified: rancher + catalog.cattle.io/display-name: Monitoring + catalog.cattle.io/namespace: cattle-monitoring-system + catalog.cattle.io/provides-gvr: monitoring.coreos.com.prometheus/v1 + catalog.cattle.io/release-name: rancher-monitoring + catalog.cattle.io/requests-cpu: 4500m + catalog.cattle.io/requests-memory: 4000Mi + catalog.cattle.io/ui-component: monitoring + apiVersion: v2 + appVersion: 0.46.0 + created: "2021-04-30T19:59:52.530466127Z" + dependencies: + - condition: grafana.enabled + name: grafana + repository: file://./charts/grafana + - condition: k3sServer.enabled + name: k3sServer + repository: file://./charts/k3sServer + - condition: kubeStateMetrics.enabled + name: kube-state-metrics + repository: file://./charts/kube-state-metrics + - condition: kubeAdmControllerManager.enabled + name: kubeAdmControllerManager + repository: file://./charts/kubeAdmControllerManager + - condition: kubeAdmEtcd.enabled + name: kubeAdmEtcd + repository: file://./charts/kubeAdmEtcd + - condition: kubeAdmProxy.enabled + name: kubeAdmProxy + repository: file://./charts/kubeAdmProxy + - condition: kubeAdmScheduler.enabled + name: kubeAdmScheduler + repository: file://./charts/kubeAdmScheduler + - condition: prometheus-adapter.enabled + name: prometheus-adapter + repository: file://./charts/prometheus-adapter + - condition: nodeExporter.enabled + name: prometheus-node-exporter + repository: file://./charts/prometheus-node-exporter + - condition: rke2ControllerManager.enabled + name: rke2ControllerManager + repository: file://./charts/rke2ControllerManager + - condition: rke2Etcd.enabled + name: rke2Etcd + repository: file://./charts/rke2Etcd + - condition: rke2Proxy.enabled + name: rke2Proxy + repository: file://./charts/rke2Proxy + - condition: rke2Scheduler.enabled + name: rke2Scheduler + repository: file://./charts/rke2Scheduler + - condition: rkeControllerManager.enabled + name: rkeControllerManager + repository: file://./charts/rkeControllerManager + - condition: rkeEtcd.enabled + name: rkeEtcd + repository: file://./charts/rkeEtcd + - condition: rkeProxy.enabled + name: rkeProxy + repository: file://./charts/rkeProxy + - condition: rkeScheduler.enabled + name: rkeScheduler + repository: file://./charts/rkeScheduler + - condition: global.cattle.windows.enabled + name: windowsExporter + repository: file://./charts/windowsExporter + description: Collects several related Helm charts, Grafana dashboards, and Prometheus + rules combined with documentation and scripts to provide easy to operate end-to-end + Kubernetes cluster monitoring with Prometheus using the Prometheus Operator. + digest: e971c28f14a5a6e33260669b7a0673b387fdf27890cf31810bd846f53a6300aa + home: https://github.com/prometheus-operator/kube-prometheus + icon: https://raw.githubusercontent.com/prometheus/prometheus.github.io/master/assets/prometheus_logo-cb55bb5c346.png + keywords: + - operator + - prometheus + - kube-prometheus + - monitoring + kubeVersion: '>=1.16.0-0' + maintainers: + - name: vsliouniaev + - name: bismarck + - email: gianrubio@gmail.com + name: gianrubio + - email: github.gkarthiks@gmail.com + name: gkarthiks + - email: scott@r6by.com + name: scottrigby + - email: miroslav.hadzhiev@gmail.com + name: Xtigyro + - email: arvind.iyengar@suse.com + name: Arvind + name: rancher-monitoring + sources: + - https://github.com/prometheus-community/helm-charts + - https://github.com/prometheus-operator/kube-prometheus + type: application + urls: + - assets/rancher-monitoring/rancher-monitoring-14.5.100-rc06.tgz + version: 14.5.100-rc06 + - annotations: + artifacthub.io/links: | + - name: Chart Source + url: https://github.com/prometheus-community/helm-charts + - name: Upstream Project + url: https://github.com/prometheus-operator/kube-prometheus + artifacthub.io/operator: "true" + catalog.cattle.io/auto-install: rancher-monitoring-crd=match + catalog.cattle.io/certified: rancher + catalog.cattle.io/display-name: Monitoring + catalog.cattle.io/namespace: cattle-monitoring-system + catalog.cattle.io/provides-gvr: monitoring.coreos.com.prometheus/v1 + catalog.cattle.io/release-name: rancher-monitoring + catalog.cattle.io/requests-cpu: 4500m + catalog.cattle.io/requests-memory: 4000Mi + catalog.cattle.io/ui-component: monitoring + apiVersion: v2 + appVersion: 0.46.0 + created: "2021-04-30T19:59:52.502245663Z" + dependencies: + - condition: grafana.enabled + name: grafana + repository: file://./charts/grafana + - condition: k3sServer.enabled + name: k3sServer + repository: file://./charts/k3sServer + - condition: kubeStateMetrics.enabled + name: kube-state-metrics + repository: file://./charts/kube-state-metrics + - condition: kubeAdmControllerManager.enabled + name: kubeAdmControllerManager + repository: file://./charts/kubeAdmControllerManager + - condition: kubeAdmEtcd.enabled + name: kubeAdmEtcd + repository: file://./charts/kubeAdmEtcd + - condition: kubeAdmProxy.enabled + name: kubeAdmProxy + repository: file://./charts/kubeAdmProxy + - condition: kubeAdmScheduler.enabled + name: kubeAdmScheduler + repository: file://./charts/kubeAdmScheduler + - condition: prometheus-adapter.enabled + name: prometheus-adapter + repository: file://./charts/prometheus-adapter + - condition: nodeExporter.enabled + name: prometheus-node-exporter + repository: file://./charts/prometheus-node-exporter + - condition: rke2ControllerManager.enabled + name: rke2ControllerManager + repository: file://./charts/rke2ControllerManager + - condition: rke2Etcd.enabled + name: rke2Etcd + repository: file://./charts/rke2Etcd + - condition: rke2Proxy.enabled + name: rke2Proxy + repository: file://./charts/rke2Proxy + - condition: rke2Scheduler.enabled + name: rke2Scheduler + repository: file://./charts/rke2Scheduler + - condition: rkeControllerManager.enabled + name: rkeControllerManager + repository: file://./charts/rkeControllerManager + - condition: rkeEtcd.enabled + name: rkeEtcd + repository: file://./charts/rkeEtcd + - condition: rkeProxy.enabled + name: rkeProxy + repository: file://./charts/rkeProxy + - condition: rkeScheduler.enabled + name: rkeScheduler + repository: file://./charts/rkeScheduler + - condition: global.cattle.windows.enabled + name: windowsExporter + repository: file://./charts/windowsExporter + description: Collects several related Helm charts, Grafana dashboards, and Prometheus + rules combined with documentation and scripts to provide easy to operate end-to-end + Kubernetes cluster monitoring with Prometheus using the Prometheus Operator. + digest: c0ce083a3b63e006dbbac752f843104bff7a451c3f302ff0eb9b9c7d632612d5 + home: https://github.com/prometheus-operator/kube-prometheus + icon: https://raw.githubusercontent.com/prometheus/prometheus.github.io/master/assets/prometheus_logo-cb55bb5c346.png + keywords: + - operator + - prometheus + - kube-prometheus + - monitoring + kubeVersion: '>=1.16.0-0' + maintainers: + - name: vsliouniaev + - name: bismarck + - email: gianrubio@gmail.com + name: gianrubio + - email: github.gkarthiks@gmail.com + name: gkarthiks + - email: scott@r6by.com + name: scottrigby + - email: miroslav.hadzhiev@gmail.com + name: Xtigyro + - email: arvind.iyengar@suse.com + name: Arvind + name: rancher-monitoring + sources: + - https://github.com/prometheus-community/helm-charts + - https://github.com/prometheus-operator/kube-prometheus + type: application + urls: + - assets/rancher-monitoring/rancher-monitoring-14.5.100-rc05.tgz + version: 14.5.100-rc05 + - annotations: + artifacthub.io/links: | + - name: Chart Source + url: https://github.com/prometheus-community/helm-charts + - name: Upstream Project + url: https://github.com/prometheus-operator/kube-prometheus + artifacthub.io/operator: "true" + catalog.cattle.io/auto-install: rancher-monitoring-crd=match + catalog.cattle.io/certified: rancher + catalog.cattle.io/display-name: Monitoring + catalog.cattle.io/namespace: cattle-monitoring-system + catalog.cattle.io/provides-gvr: monitoring.coreos.com.prometheus/v1 + catalog.cattle.io/release-name: rancher-monitoring + catalog.cattle.io/requests-cpu: 4500m + catalog.cattle.io/requests-memory: 4000Mi + catalog.cattle.io/ui-component: monitoring + apiVersion: v2 + appVersion: 0.46.0 + created: "2021-04-30T19:59:52.473448994Z" + dependencies: + - condition: grafana.enabled + name: grafana + repository: file://./charts/grafana + - condition: k3sServer.enabled + name: k3sServer + repository: file://./charts/k3sServer + - condition: kubeStateMetrics.enabled + name: kube-state-metrics + repository: file://./charts/kube-state-metrics + - condition: kubeAdmControllerManager.enabled + name: kubeAdmControllerManager + repository: file://./charts/kubeAdmControllerManager + - condition: kubeAdmEtcd.enabled + name: kubeAdmEtcd + repository: file://./charts/kubeAdmEtcd + - condition: kubeAdmProxy.enabled + name: kubeAdmProxy + repository: file://./charts/kubeAdmProxy + - condition: kubeAdmScheduler.enabled + name: kubeAdmScheduler + repository: file://./charts/kubeAdmScheduler + - condition: prometheus-adapter.enabled + name: prometheus-adapter + repository: file://./charts/prometheus-adapter + - condition: nodeExporter.enabled + name: prometheus-node-exporter + repository: file://./charts/prometheus-node-exporter + - condition: rke2ControllerManager.enabled + name: rke2ControllerManager + repository: file://./charts/rke2ControllerManager + - condition: rke2Etcd.enabled + name: rke2Etcd + repository: file://./charts/rke2Etcd + - condition: rke2Proxy.enabled + name: rke2Proxy + repository: file://./charts/rke2Proxy + - condition: rke2Scheduler.enabled + name: rke2Scheduler + repository: file://./charts/rke2Scheduler + - condition: rkeControllerManager.enabled + name: rkeControllerManager + repository: file://./charts/rkeControllerManager + - condition: rkeEtcd.enabled + name: rkeEtcd + repository: file://./charts/rkeEtcd + - condition: rkeProxy.enabled + name: rkeProxy + repository: file://./charts/rkeProxy + - condition: rkeScheduler.enabled + name: rkeScheduler + repository: file://./charts/rkeScheduler + - condition: windowsExporter.enabled + name: windowsExporter + repository: file://./charts/windowsExporter + description: Collects several related Helm charts, Grafana dashboards, and Prometheus + rules combined with documentation and scripts to provide easy to operate end-to-end + Kubernetes cluster monitoring with Prometheus using the Prometheus Operator. + digest: 32c3367d34a525a88143aec794f8369182748a7b18c4ad1999b13ef9c3d1b6f0 + home: https://github.com/prometheus-operator/kube-prometheus + icon: https://raw.githubusercontent.com/prometheus/prometheus.github.io/master/assets/prometheus_logo-cb55bb5c346.png + keywords: + - operator + - prometheus + - kube-prometheus + - monitoring + kubeVersion: '>=1.16.0-0' + maintainers: + - name: vsliouniaev + - name: bismarck + - email: gianrubio@gmail.com + name: gianrubio + - email: github.gkarthiks@gmail.com + name: gkarthiks + - email: scott@r6by.com + name: scottrigby + - email: miroslav.hadzhiev@gmail.com + name: Xtigyro + - email: arvind.iyengar@suse.com + name: Arvind + name: rancher-monitoring + sources: + - https://github.com/prometheus-community/helm-charts + - https://github.com/prometheus-operator/kube-prometheus + type: application + urls: + - assets/rancher-monitoring/rancher-monitoring-14.5.100-rc04.tgz + version: 14.5.100-rc04 + - annotations: + artifacthub.io/links: | + - name: Chart Source + url: https://github.com/prometheus-community/helm-charts + - name: Upstream Project + url: https://github.com/prometheus-operator/kube-prometheus + artifacthub.io/operator: "true" + catalog.cattle.io/auto-install: rancher-monitoring-crd=match + catalog.cattle.io/certified: rancher + catalog.cattle.io/display-name: Monitoring + catalog.cattle.io/namespace: cattle-monitoring-system + catalog.cattle.io/provides-gvr: monitoring.coreos.com.prometheus/v1 + catalog.cattle.io/release-name: rancher-monitoring + catalog.cattle.io/requests-cpu: 4500m + catalog.cattle.io/requests-memory: 4000Mi + catalog.cattle.io/ui-component: monitoring + apiVersion: v2 + appVersion: 0.46.0 + created: "2021-04-30T19:59:52.440897589Z" + dependencies: + - condition: grafana.enabled + name: grafana + repository: file://./charts/grafana + - condition: k3sServer.enabled + name: k3sServer + repository: file://./charts/k3sServer + - condition: kubeStateMetrics.enabled + name: kube-state-metrics + repository: file://./charts/kube-state-metrics + - condition: kubeAdmControllerManager.enabled + name: kubeAdmControllerManager + repository: file://./charts/kubeAdmControllerManager + - condition: kubeAdmEtcd.enabled + name: kubeAdmEtcd + repository: file://./charts/kubeAdmEtcd + - condition: kubeAdmProxy.enabled + name: kubeAdmProxy + repository: file://./charts/kubeAdmProxy + - condition: kubeAdmScheduler.enabled + name: kubeAdmScheduler + repository: file://./charts/kubeAdmScheduler + - condition: prometheus-adapter.enabled + name: prometheus-adapter + repository: file://./charts/prometheus-adapter + - condition: nodeExporter.enabled + name: prometheus-node-exporter + repository: file://./charts/prometheus-node-exporter + - condition: rke2ControllerManager.enabled + name: rke2ControllerManager + repository: file://./charts/rke2ControllerManager + - condition: rke2Etcd.enabled + name: rke2Etcd + repository: file://./charts/rke2Etcd + - condition: rke2Proxy.enabled + name: rke2Proxy + repository: file://./charts/rke2Proxy + - condition: rke2Scheduler.enabled + name: rke2Scheduler + repository: file://./charts/rke2Scheduler + - condition: rkeControllerManager.enabled + name: rkeControllerManager + repository: file://./charts/rkeControllerManager + - condition: rkeEtcd.enabled + name: rkeEtcd + repository: file://./charts/rkeEtcd + - condition: rkeProxy.enabled + name: rkeProxy + repository: file://./charts/rkeProxy + - condition: rkeScheduler.enabled + name: rkeScheduler + repository: file://./charts/rkeScheduler + - condition: windowsExporter.enabled + name: windowsExporter + repository: file://./charts/windowsExporter + description: Collects several related Helm charts, Grafana dashboards, and Prometheus + rules combined with documentation and scripts to provide easy to operate end-to-end + Kubernetes cluster monitoring with Prometheus using the Prometheus Operator. + digest: 57e6fb49bcb105dc471a257b4f705d09bf3da3cc5a233e1b4f534fcbf453ab1d + home: https://github.com/prometheus-operator/kube-prometheus + icon: https://raw.githubusercontent.com/prometheus/prometheus.github.io/master/assets/prometheus_logo-cb55bb5c346.png + keywords: + - operator + - prometheus + - kube-prometheus + - monitoring + kubeVersion: '>=1.16.0-0' + maintainers: + - name: vsliouniaev + - name: bismarck + - email: gianrubio@gmail.com + name: gianrubio + - email: github.gkarthiks@gmail.com + name: gkarthiks + - email: scott@r6by.com + name: scottrigby + - email: miroslav.hadzhiev@gmail.com + name: Xtigyro + - email: arvind.iyengar@suse.com + name: Arvind + name: rancher-monitoring + sources: + - https://github.com/prometheus-community/helm-charts + - https://github.com/prometheus-operator/kube-prometheus + type: application + urls: + - assets/rancher-monitoring/rancher-monitoring-14.5.100-rc03.tgz + version: 14.5.100-rc03 + - annotations: + artifacthub.io/links: | + - name: Chart Source + url: https://github.com/prometheus-community/helm-charts + - name: Upstream Project + url: https://github.com/prometheus-operator/kube-prometheus + artifacthub.io/operator: "true" + catalog.cattle.io/auto-install: rancher-monitoring-crd=match + catalog.cattle.io/certified: rancher + catalog.cattle.io/display-name: Monitoring + catalog.cattle.io/namespace: cattle-monitoring-system + catalog.cattle.io/provides-gvr: monitoring.coreos.com.prometheus/v1 + catalog.cattle.io/release-name: rancher-monitoring + catalog.cattle.io/requests-cpu: 4500m + catalog.cattle.io/requests-memory: 4000Mi + catalog.cattle.io/ui-component: monitoring + apiVersion: v2 + appVersion: 0.46.0 + created: "2021-04-30T19:59:52.40887279Z" + dependencies: + - condition: grafana.enabled + name: grafana + repository: file://./charts/grafana + - condition: k3sServer.enabled + name: k3sServer + repository: file://./charts/k3sServer + - condition: kubeStateMetrics.enabled + name: kube-state-metrics + repository: file://./charts/kube-state-metrics + - condition: kubeAdmControllerManager.enabled + name: kubeAdmControllerManager + repository: file://./charts/kubeAdmControllerManager + - condition: kubeAdmEtcd.enabled + name: kubeAdmEtcd + repository: file://./charts/kubeAdmEtcd + - condition: kubeAdmProxy.enabled + name: kubeAdmProxy + repository: file://./charts/kubeAdmProxy + - condition: kubeAdmScheduler.enabled + name: kubeAdmScheduler + repository: file://./charts/kubeAdmScheduler + - condition: prometheus-adapter.enabled + name: prometheus-adapter + repository: file://./charts/prometheus-adapter + - condition: nodeExporter.enabled + name: prometheus-node-exporter + repository: file://./charts/prometheus-node-exporter + - condition: rke2ControllerManager.enabled + name: rke2ControllerManager + repository: file://./charts/rke2ControllerManager + - condition: rke2Etcd.enabled + name: rke2Etcd + repository: file://./charts/rke2Etcd + - condition: rke2Proxy.enabled + name: rke2Proxy + repository: file://./charts/rke2Proxy + - condition: rke2Scheduler.enabled + name: rke2Scheduler + repository: file://./charts/rke2Scheduler + - condition: rkeControllerManager.enabled + name: rkeControllerManager + repository: file://./charts/rkeControllerManager + - condition: rkeEtcd.enabled + name: rkeEtcd + repository: file://./charts/rkeEtcd + - condition: rkeProxy.enabled + name: rkeProxy + repository: file://./charts/rkeProxy + - condition: rkeScheduler.enabled + name: rkeScheduler + repository: file://./charts/rkeScheduler + - condition: windowsExporter.enabled + name: windowsExporter + repository: file://./charts/windowsExporter + description: Collects several related Helm charts, Grafana dashboards, and Prometheus + rules combined with documentation and scripts to provide easy to operate end-to-end + Kubernetes cluster monitoring with Prometheus using the Prometheus Operator. + digest: 3ac1670290f670403639587c1b24ded9bf90755b7f4e5f02ebb0899f69df69a0 + home: https://github.com/prometheus-operator/kube-prometheus + icon: https://raw.githubusercontent.com/prometheus/prometheus.github.io/master/assets/prometheus_logo-cb55bb5c346.png + keywords: + - operator + - prometheus + - kube-prometheus + - monitoring + kubeVersion: '>=1.16.0-0' + maintainers: + - name: vsliouniaev + - name: bismarck + - email: gianrubio@gmail.com + name: gianrubio + - email: github.gkarthiks@gmail.com + name: gkarthiks + - email: scott@r6by.com + name: scottrigby + - email: miroslav.hadzhiev@gmail.com + name: Xtigyro + - email: arvind.iyengar@suse.com + name: Arvind + name: rancher-monitoring + sources: + - https://github.com/prometheus-community/helm-charts + - https://github.com/prometheus-operator/kube-prometheus + type: application + urls: + - assets/rancher-monitoring/rancher-monitoring-14.5.100-rc02.tgz + version: 14.5.100-rc02 + - annotations: + artifacthub.io/links: | + - name: Chart Source + url: https://github.com/prometheus-community/helm-charts + - name: Upstream Project + url: https://github.com/prometheus-operator/kube-prometheus + artifacthub.io/operator: "true" + catalog.cattle.io/auto-install: rancher-monitoring-crd=match + catalog.cattle.io/certified: rancher + catalog.cattle.io/display-name: Monitoring + catalog.cattle.io/namespace: cattle-monitoring-system + catalog.cattle.io/provides-gvr: monitoring.coreos.com.prometheus/v1 + catalog.cattle.io/release-name: rancher-monitoring + catalog.cattle.io/requests-cpu: 4500m + catalog.cattle.io/requests-memory: 4000Mi + catalog.cattle.io/ui-component: monitoring + apiVersion: v2 + appVersion: 0.46.0 + created: "2021-04-30T19:59:52.380762427Z" + dependencies: + - condition: grafana.enabled + name: grafana + repository: file://./charts/grafana + - condition: k3sServer.enabled + name: k3sServer + repository: file://./charts/k3sServer + - condition: kubeStateMetrics.enabled + name: kube-state-metrics + repository: file://./charts/kube-state-metrics + - condition: kubeAdmControllerManager.enabled + name: kubeAdmControllerManager + repository: file://./charts/kubeAdmControllerManager + - condition: kubeAdmEtcd.enabled + name: kubeAdmEtcd + repository: file://./charts/kubeAdmEtcd + - condition: kubeAdmProxy.enabled + name: kubeAdmProxy + repository: file://./charts/kubeAdmProxy + - condition: kubeAdmScheduler.enabled + name: kubeAdmScheduler + repository: file://./charts/kubeAdmScheduler + - condition: prometheus-adapter.enabled + name: prometheus-adapter + repository: file://./charts/prometheus-adapter + - condition: nodeExporter.enabled + name: prometheus-node-exporter + repository: file://./charts/prometheus-node-exporter + - condition: rke2ControllerManager.enabled + name: rke2ControllerManager + repository: file://./charts/rke2ControllerManager + - condition: rke2Etcd.enabled + name: rke2Etcd + repository: file://./charts/rke2Etcd + - condition: rke2Proxy.enabled + name: rke2Proxy + repository: file://./charts/rke2Proxy + - condition: rke2Scheduler.enabled + name: rke2Scheduler + repository: file://./charts/rke2Scheduler + - condition: rkeControllerManager.enabled + name: rkeControllerManager + repository: file://./charts/rkeControllerManager + - condition: rkeEtcd.enabled + name: rkeEtcd + repository: file://./charts/rkeEtcd + - condition: rkeProxy.enabled + name: rkeProxy + repository: file://./charts/rkeProxy + - condition: rkeScheduler.enabled + name: rkeScheduler + repository: file://./charts/rkeScheduler + - condition: windowsExporter.enabled + name: windowsExporter + repository: file://./charts/windowsExporter + description: Collects several related Helm charts, Grafana dashboards, and Prometheus + rules combined with documentation and scripts to provide easy to operate end-to-end + Kubernetes cluster monitoring with Prometheus using the Prometheus Operator. + digest: 035f469942eb4252cc59de618e49f27d82245fe68d79ef3a61fb4b7e5f4409b6 + home: https://github.com/prometheus-operator/kube-prometheus + icon: https://raw.githubusercontent.com/prometheus/prometheus.github.io/master/assets/prometheus_logo-cb55bb5c346.png + keywords: + - operator + - prometheus + - kube-prometheus + - monitoring + kubeVersion: '>=1.16.0-0' + maintainers: + - name: vsliouniaev + - name: bismarck + - email: gianrubio@gmail.com + name: gianrubio + - email: github.gkarthiks@gmail.com + name: gkarthiks + - email: scott@r6by.com + name: scottrigby + - email: miroslav.hadzhiev@gmail.com + name: Xtigyro + - email: arvind.iyengar@suse.com + name: Arvind + name: rancher-monitoring + sources: + - https://github.com/prometheus-community/helm-charts + - https://github.com/prometheus-operator/kube-prometheus + type: application + urls: + - assets/rancher-monitoring/rancher-monitoring-14.5.100-rc01.tgz + version: 14.5.100-rc01 + - annotations: + artifacthub.io/links: | + - name: Chart Source + url: https://github.com/prometheus-community/helm-charts + - name: Upstream Project + url: https://github.com/prometheus-operator/kube-prometheus + artifacthub.io/operator: "true" + catalog.cattle.io/auto-install: rancher-monitoring-crd=match + catalog.cattle.io/certified: rancher + catalog.cattle.io/display-name: Monitoring + catalog.cattle.io/namespace: cattle-monitoring-system + catalog.cattle.io/provides-gvr: monitoring.coreos.com.prometheus/v1 + catalog.cattle.io/release-name: rancher-monitoring + catalog.cattle.io/requests-cpu: 4500m + catalog.cattle.io/requests-memory: 4000Mi + catalog.cattle.io/ui-component: monitoring + apiVersion: v2 + appVersion: 0.46.0 + created: "2021-04-30T19:59:52.347344414Z" + dependencies: + - condition: grafana.enabled + name: grafana + repository: file://./charts/grafana + - condition: k3sServer.enabled + name: k3sServer + repository: file://./charts/k3sServer + - condition: kubeStateMetrics.enabled + name: kube-state-metrics + repository: file://./charts/kube-state-metrics + - condition: kubeAdmControllerManager.enabled + name: kubeAdmControllerManager + repository: file://./charts/kubeAdmControllerManager + - condition: kubeAdmEtcd.enabled + name: kubeAdmEtcd + repository: file://./charts/kubeAdmEtcd + - condition: kubeAdmProxy.enabled + name: kubeAdmProxy + repository: file://./charts/kubeAdmProxy + - condition: kubeAdmScheduler.enabled + name: kubeAdmScheduler + repository: file://./charts/kubeAdmScheduler + - condition: prometheus-adapter.enabled + name: prometheus-adapter + repository: file://./charts/prometheus-adapter + - condition: nodeExporter.enabled + name: prometheus-node-exporter + repository: file://./charts/prometheus-node-exporter + - condition: rke2ControllerManager.enabled + name: rke2ControllerManager + repository: file://./charts/rke2ControllerManager + - condition: rke2Etcd.enabled + name: rke2Etcd + repository: file://./charts/rke2Etcd + - condition: rke2Proxy.enabled + name: rke2Proxy + repository: file://./charts/rke2Proxy + - condition: rke2Scheduler.enabled + name: rke2Scheduler + repository: file://./charts/rke2Scheduler + - condition: rkeControllerManager.enabled + name: rkeControllerManager + repository: file://./charts/rkeControllerManager + - condition: rkeEtcd.enabled + name: rkeEtcd + repository: file://./charts/rkeEtcd + - condition: rkeProxy.enabled + name: rkeProxy + repository: file://./charts/rkeProxy + - condition: rkeScheduler.enabled + name: rkeScheduler + repository: file://./charts/rkeScheduler + - condition: windowsExporter.enabled + name: windowsExporter + repository: file://./charts/windowsExporter + description: Collects several related Helm charts, Grafana dashboards, and Prometheus + rules combined with documentation and scripts to provide easy to operate end-to-end + Kubernetes cluster monitoring with Prometheus using the Prometheus Operator. + digest: 28257f79dd38ab74c939689626d6aacd2ce54a2a88ea9412d0ef200ba6c815d2 + home: https://github.com/prometheus-operator/kube-prometheus + icon: https://raw.githubusercontent.com/prometheus/prometheus.github.io/master/assets/prometheus_logo-cb55bb5c346.png + keywords: + - operator + - prometheus + - kube-prometheus + - monitoring + kubeVersion: '>=1.16.0-0' + maintainers: + - name: vsliouniaev + - name: bismarck + - email: gianrubio@gmail.com + name: gianrubio + - email: github.gkarthiks@gmail.com + name: gkarthiks + - email: scott@r6by.com + name: scottrigby + - email: miroslav.hadzhiev@gmail.com + name: Xtigyro + - email: arvind.iyengar@suse.com + name: Arvind + name: rancher-monitoring + sources: + - https://github.com/prometheus-community/helm-charts + - https://github.com/prometheus-operator/kube-prometheus + type: application + urls: + - assets/rancher-monitoring/rancher-monitoring-14.5.100-rc00.tgz + version: 14.5.100-rc00 - annotations: artifacthub.io/links: | - name: Chart Source @@ -2369,7 +5990,9 @@ entries: - condition: windowsExporter.enabled name: windowsExporter repository: file://./charts/windowsExporter - description: Collects several related Helm charts, Grafana dashboards, and Prometheus rules combined with documentation and scripts to provide easy to operate end-to-end Kubernetes cluster monitoring with Prometheus using the Prometheus Operator. + description: Collects several related Helm charts, Grafana dashboards, and Prometheus + rules combined with documentation and scripts to provide easy to operate end-to-end + Kubernetes cluster monitoring with Prometheus using the Prometheus Operator. digest: 51db21d97d1fdfa9e2758ed0a972ecfc29e0cd3e72dfba22ed58ac46fd0fdd02 home: https://github.com/prometheus-operator/kube-prometheus icon: https://raw.githubusercontent.com/prometheus/prometheus.github.io/master/assets/prometheus_logo-cb55bb5c346.png @@ -2398,6 +6021,1048 @@ entries: urls: - released/assets/rancher-monitoring/rancher-monitoring-9.4.204.tgz version: 9.4.204 + - annotations: + artifacthub.io/links: | + - name: Chart Source + url: https://github.com/prometheus-community/helm-charts + - name: Upstream Project + url: https://github.com/prometheus-operator/kube-prometheus + artifacthub.io/operator: "true" + catalog.cattle.io/auto-install: rancher-monitoring-crd=match + catalog.cattle.io/certified: rancher + catalog.cattle.io/display-name: Monitoring + catalog.cattle.io/namespace: cattle-monitoring-system + catalog.cattle.io/provides-gvr: monitoring.coreos.com.prometheus/v1 + catalog.cattle.io/release-name: rancher-monitoring + catalog.cattle.io/requests-cpu: 4500m + catalog.cattle.io/requests-memory: 4000Mi + catalog.cattle.io/ui-component: monitoring + apiVersion: v1 + appVersion: 0.38.1 + created: "2021-04-30T19:59:52.971499452Z" + dependencies: + - condition: grafana.enabled + name: grafana + repository: file://./charts/grafana + - condition: k3sServer.enabled + name: k3sServer + repository: file://./charts/k3sServer + - condition: kubeStateMetrics.enabled + name: kube-state-metrics + repository: file://./charts/kube-state-metrics + - condition: kubeAdmControllerManager.enabled + name: kubeAdmControllerManager + repository: file://./charts/kubeAdmControllerManager + - condition: kubeAdmEtcd.enabled + name: kubeAdmEtcd + repository: file://./charts/kubeAdmEtcd + - condition: kubeAdmProxy.enabled + name: kubeAdmProxy + repository: file://./charts/kubeAdmProxy + - condition: kubeAdmScheduler.enabled + name: kubeAdmScheduler + repository: file://./charts/kubeAdmScheduler + - condition: prometheus-adapter.enabled + name: prometheus-adapter + repository: file://./charts/prometheus-adapter + - condition: nodeExporter.enabled + name: prometheus-node-exporter + repository: file://./charts/prometheus-node-exporter + - condition: rke2ControllerManager.enabled + name: rke2ControllerManager + repository: file://./charts/rke2ControllerManager + - condition: rke2Etcd.enabled + name: rke2Etcd + repository: file://./charts/rke2Etcd + - condition: rke2Proxy.enabled + name: rke2Proxy + repository: file://./charts/rke2Proxy + - condition: rke2Scheduler.enabled + name: rke2Scheduler + repository: file://./charts/rke2Scheduler + - condition: rkeControllerManager.enabled + name: rkeControllerManager + repository: file://./charts/rkeControllerManager + - condition: rkeEtcd.enabled + name: rkeEtcd + repository: file://./charts/rkeEtcd + - condition: rkeProxy.enabled + name: rkeProxy + repository: file://./charts/rkeProxy + - condition: rkeScheduler.enabled + name: rkeScheduler + repository: file://./charts/rkeScheduler + - condition: windowsExporter.enabled + name: windowsExporter + repository: file://./charts/windowsExporter + description: Collects several related Helm charts, Grafana dashboards, and Prometheus + rules combined with documentation and scripts to provide easy to operate end-to-end + Kubernetes cluster monitoring with Prometheus using the Prometheus Operator. + digest: 50c6a15d3ad180773c4d8a68455bb23a1b43b4d867b20e986ce50aa73849d44c + home: https://github.com/prometheus-operator/kube-prometheus + icon: https://raw.githubusercontent.com/prometheus/prometheus.github.io/master/assets/prometheus_logo-cb55bb5c346.png + keywords: + - operator + - prometheus + - kube-prometheus + - monitoring + maintainers: + - name: vsliouniaev + - name: bismarck + - email: gianrubio@gmail.com + name: gianrubio + - email: github.gkarthiks@gmail.com + name: gkarthiks + - email: scott@r6by.com + name: scottrigby + - email: miroslav.hadzhiev@gmail.com + name: Xtigyro + - email: arvind.iyengar@suse.com + name: Arvind + name: rancher-monitoring + sources: + - https://github.com/prometheus-community/helm-charts + - https://github.com/prometheus-operator/kube-prometheus + urls: + - assets/rancher-monitoring/rancher-monitoring-9.4.204-rc09.tgz + version: 9.4.204-rc09 + - annotations: + artifacthub.io/links: | + - name: Chart Source + url: https://github.com/prometheus-community/helm-charts + - name: Upstream Project + url: https://github.com/prometheus-operator/kube-prometheus + artifacthub.io/operator: "true" + catalog.cattle.io/auto-install: rancher-monitoring-crd=match + catalog.cattle.io/certified: rancher + catalog.cattle.io/display-name: Monitoring + catalog.cattle.io/namespace: cattle-monitoring-system + catalog.cattle.io/provides-gvr: monitoring.coreos.com.prometheus/v1 + catalog.cattle.io/release-name: rancher-monitoring + catalog.cattle.io/requests-cpu: 4500m + catalog.cattle.io/requests-memory: 4000Mi + catalog.cattle.io/ui-component: monitoring + apiVersion: v1 + appVersion: 0.38.1 + created: "2021-04-30T19:59:52.928320548Z" + dependencies: + - condition: grafana.enabled + name: grafana + repository: file://./charts/grafana + - condition: k3sServer.enabled + name: k3sServer + repository: file://./charts/k3sServer + - condition: kubeStateMetrics.enabled + name: kube-state-metrics + repository: file://./charts/kube-state-metrics + - condition: kubeAdmControllerManager.enabled + name: kubeAdmControllerManager + repository: file://./charts/kubeAdmControllerManager + - condition: kubeAdmEtcd.enabled + name: kubeAdmEtcd + repository: file://./charts/kubeAdmEtcd + - condition: kubeAdmProxy.enabled + name: kubeAdmProxy + repository: file://./charts/kubeAdmProxy + - condition: kubeAdmScheduler.enabled + name: kubeAdmScheduler + repository: file://./charts/kubeAdmScheduler + - condition: prometheus-adapter.enabled + name: prometheus-adapter + repository: file://./charts/prometheus-adapter + - condition: nodeExporter.enabled + name: prometheus-node-exporter + repository: file://./charts/prometheus-node-exporter + - condition: rke2ControllerManager.enabled + name: rke2ControllerManager + repository: file://./charts/rke2ControllerManager + - condition: rke2Etcd.enabled + name: rke2Etcd + repository: file://./charts/rke2Etcd + - condition: rke2Proxy.enabled + name: rke2Proxy + repository: file://./charts/rke2Proxy + - condition: rke2Scheduler.enabled + name: rke2Scheduler + repository: file://./charts/rke2Scheduler + - condition: rkeControllerManager.enabled + name: rkeControllerManager + repository: file://./charts/rkeControllerManager + - condition: rkeEtcd.enabled + name: rkeEtcd + repository: file://./charts/rkeEtcd + - condition: rkeProxy.enabled + name: rkeProxy + repository: file://./charts/rkeProxy + - condition: rkeScheduler.enabled + name: rkeScheduler + repository: file://./charts/rkeScheduler + - condition: windowsExporter.enabled + name: windowsExporter + repository: file://./charts/windowsExporter + description: Collects several related Helm charts, Grafana dashboards, and Prometheus + rules combined with documentation and scripts to provide easy to operate end-to-end + Kubernetes cluster monitoring with Prometheus using the Prometheus Operator. + digest: 02380345279917bfa9a62614381826e65bb29c97228362d3da8c7cefd734fdb9 + home: https://github.com/prometheus-operator/kube-prometheus + icon: https://raw.githubusercontent.com/prometheus/prometheus.github.io/master/assets/prometheus_logo-cb55bb5c346.png + keywords: + - operator + - prometheus + - kube-prometheus + - monitoring + maintainers: + - name: vsliouniaev + - name: bismarck + - email: gianrubio@gmail.com + name: gianrubio + - email: github.gkarthiks@gmail.com + name: gkarthiks + - email: scott@r6by.com + name: scottrigby + - email: miroslav.hadzhiev@gmail.com + name: Xtigyro + - email: arvind.iyengar@suse.com + name: Arvind + name: rancher-monitoring + sources: + - https://github.com/prometheus-community/helm-charts + - https://github.com/prometheus-operator/kube-prometheus + urls: + - assets/rancher-monitoring/rancher-monitoring-9.4.204-rc08.tgz + version: 9.4.204-rc08 + - annotations: + artifacthub.io/links: | + - name: Chart Source + url: https://github.com/prometheus-community/helm-charts + - name: Upstream Project + url: https://github.com/prometheus-operator/kube-prometheus + artifacthub.io/operator: "true" + catalog.cattle.io/auto-install: rancher-monitoring-crd=match + catalog.cattle.io/certified: rancher + catalog.cattle.io/display-name: Monitoring + catalog.cattle.io/namespace: cattle-monitoring-system + catalog.cattle.io/provides-gvr: monitoring.coreos.com.prometheus/v1 + catalog.cattle.io/release-name: rancher-monitoring + catalog.cattle.io/requests-cpu: 4500m + catalog.cattle.io/requests-memory: 4000Mi + catalog.cattle.io/ui-component: monitoring + apiVersion: v1 + appVersion: 0.38.1 + created: "2021-04-30T19:59:52.898802372Z" + dependencies: + - condition: grafana.enabled + name: grafana + repository: file://./charts/grafana + - condition: k3sServer.enabled + name: k3sServer + repository: file://./charts/k3sServer + - condition: kubeStateMetrics.enabled + name: kube-state-metrics + repository: file://./charts/kube-state-metrics + - condition: kubeAdmControllerManager.enabled + name: kubeAdmControllerManager + repository: file://./charts/kubeAdmControllerManager + - condition: kubeAdmEtcd.enabled + name: kubeAdmEtcd + repository: file://./charts/kubeAdmEtcd + - condition: kubeAdmProxy.enabled + name: kubeAdmProxy + repository: file://./charts/kubeAdmProxy + - condition: kubeAdmScheduler.enabled + name: kubeAdmScheduler + repository: file://./charts/kubeAdmScheduler + - condition: prometheus-adapter.enabled + name: prometheus-adapter + repository: file://./charts/prometheus-adapter + - condition: nodeExporter.enabled + name: prometheus-node-exporter + repository: file://./charts/prometheus-node-exporter + - condition: rke2ControllerManager.enabled + name: rke2ControllerManager + repository: file://./charts/rke2ControllerManager + - condition: rke2Etcd.enabled + name: rke2Etcd + repository: file://./charts/rke2Etcd + - condition: rke2Proxy.enabled + name: rke2Proxy + repository: file://./charts/rke2Proxy + - condition: rke2Scheduler.enabled + name: rke2Scheduler + repository: file://./charts/rke2Scheduler + - condition: rkeControllerManager.enabled + name: rkeControllerManager + repository: file://./charts/rkeControllerManager + - condition: rkeEtcd.enabled + name: rkeEtcd + repository: file://./charts/rkeEtcd + - condition: rkeProxy.enabled + name: rkeProxy + repository: file://./charts/rkeProxy + - condition: rkeScheduler.enabled + name: rkeScheduler + repository: file://./charts/rkeScheduler + - condition: windowsExporter.enabled + name: windowsExporter + repository: file://./charts/windowsExporter + description: Collects several related Helm charts, Grafana dashboards, and Prometheus + rules combined with documentation and scripts to provide easy to operate end-to-end + Kubernetes cluster monitoring with Prometheus using the Prometheus Operator. + digest: e7d64d5bd68fe224dc59187410ff5ac4adb99788c1dbf256ef3249f6c37a0734 + home: https://github.com/prometheus-operator/kube-prometheus + icon: https://raw.githubusercontent.com/prometheus/prometheus.github.io/master/assets/prometheus_logo-cb55bb5c346.png + keywords: + - operator + - prometheus + - kube-prometheus + - monitoring + maintainers: + - name: vsliouniaev + - name: bismarck + - email: gianrubio@gmail.com + name: gianrubio + - email: github.gkarthiks@gmail.com + name: gkarthiks + - email: scott@r6by.com + name: scottrigby + - email: miroslav.hadzhiev@gmail.com + name: Xtigyro + - email: arvind.iyengar@suse.com + name: Arvind + name: rancher-monitoring + sources: + - https://github.com/prometheus-community/helm-charts + - https://github.com/prometheus-operator/kube-prometheus + urls: + - assets/rancher-monitoring/rancher-monitoring-9.4.204-rc07.tgz + version: 9.4.204-rc07 + - annotations: + artifacthub.io/links: | + - name: Chart Source + url: https://github.com/prometheus-community/helm-charts + - name: Upstream Project + url: https://github.com/prometheus-operator/kube-prometheus + artifacthub.io/operator: "true" + catalog.cattle.io/auto-install: rancher-monitoring-crd=match + catalog.cattle.io/certified: rancher + catalog.cattle.io/display-name: Monitoring + catalog.cattle.io/namespace: cattle-monitoring-system + catalog.cattle.io/provides-gvr: monitoring.coreos.com.prometheus/v1 + catalog.cattle.io/release-name: rancher-monitoring + catalog.cattle.io/requests-cpu: 4500m + catalog.cattle.io/requests-memory: 4000Mi + catalog.cattle.io/ui-component: monitoring + apiVersion: v1 + appVersion: 0.38.1 + created: "2021-04-30T19:59:52.871575817Z" + dependencies: + - condition: grafana.enabled + name: grafana + repository: file://./charts/grafana + - condition: k3sServer.enabled + name: k3sServer + repository: file://./charts/k3sServer + - condition: kubeStateMetrics.enabled + name: kube-state-metrics + repository: file://./charts/kube-state-metrics + - condition: kubeAdmControllerManager.enabled + name: kubeAdmControllerManager + repository: file://./charts/kubeAdmControllerManager + - condition: kubeAdmEtcd.enabled + name: kubeAdmEtcd + repository: file://./charts/kubeAdmEtcd + - condition: kubeAdmProxy.enabled + name: kubeAdmProxy + repository: file://./charts/kubeAdmProxy + - condition: kubeAdmScheduler.enabled + name: kubeAdmScheduler + repository: file://./charts/kubeAdmScheduler + - condition: prometheus-adapter.enabled + name: prometheus-adapter + repository: file://./charts/prometheus-adapter + - condition: nodeExporter.enabled + name: prometheus-node-exporter + repository: file://./charts/prometheus-node-exporter + - condition: rke2ControllerManager.enabled + name: rke2ControllerManager + repository: file://./charts/rke2ControllerManager + - condition: rke2Etcd.enabled + name: rke2Etcd + repository: file://./charts/rke2Etcd + - condition: rke2Proxy.enabled + name: rke2Proxy + repository: file://./charts/rke2Proxy + - condition: rke2Scheduler.enabled + name: rke2Scheduler + repository: file://./charts/rke2Scheduler + - condition: rkeControllerManager.enabled + name: rkeControllerManager + repository: file://./charts/rkeControllerManager + - condition: rkeEtcd.enabled + name: rkeEtcd + repository: file://./charts/rkeEtcd + - condition: rkeProxy.enabled + name: rkeProxy + repository: file://./charts/rkeProxy + - condition: rkeScheduler.enabled + name: rkeScheduler + repository: file://./charts/rkeScheduler + - condition: windowsExporter.enabled + name: windowsExporter + repository: file://./charts/windowsExporter + description: Collects several related Helm charts, Grafana dashboards, and Prometheus + rules combined with documentation and scripts to provide easy to operate end-to-end + Kubernetes cluster monitoring with Prometheus using the Prometheus Operator. + digest: 3b24326ffabbf3d4203981deb693b499d6231b71f5a6b73734fe83ce33c2269b + home: https://github.com/prometheus-operator/kube-prometheus + icon: https://raw.githubusercontent.com/prometheus/prometheus.github.io/master/assets/prometheus_logo-cb55bb5c346.png + keywords: + - operator + - prometheus + - kube-prometheus + - monitoring + maintainers: + - name: vsliouniaev + - name: bismarck + - email: gianrubio@gmail.com + name: gianrubio + - email: github.gkarthiks@gmail.com + name: gkarthiks + - email: scott@r6by.com + name: scottrigby + - email: miroslav.hadzhiev@gmail.com + name: Xtigyro + - email: arvind.iyengar@suse.com + name: Arvind + name: rancher-monitoring + sources: + - https://github.com/prometheus-community/helm-charts + - https://github.com/prometheus-operator/kube-prometheus + urls: + - assets/rancher-monitoring/rancher-monitoring-9.4.204-rc06.tgz + version: 9.4.204-rc06 + - annotations: + artifacthub.io/links: | + - name: Chart Source + url: https://github.com/prometheus-community/helm-charts + - name: Upstream Project + url: https://github.com/prometheus-operator/kube-prometheus + artifacthub.io/operator: "true" + catalog.cattle.io/auto-install: rancher-monitoring-crd=match + catalog.cattle.io/certified: rancher + catalog.cattle.io/display-name: Monitoring + catalog.cattle.io/namespace: cattle-monitoring-system + catalog.cattle.io/provides-gvr: monitoring.coreos.com.prometheus/v1 + catalog.cattle.io/release-name: rancher-monitoring + catalog.cattle.io/requests-cpu: 4500m + catalog.cattle.io/requests-memory: 4000Mi + catalog.cattle.io/ui-component: monitoring + apiVersion: v1 + appVersion: 0.38.1 + created: "2021-04-30T19:59:52.843860458Z" + dependencies: + - condition: grafana.enabled + name: grafana + repository: file://./charts/grafana + - condition: k3sServer.enabled + name: k3sServer + repository: file://./charts/k3sServer + - condition: kubeStateMetrics.enabled + name: kube-state-metrics + repository: file://./charts/kube-state-metrics + - condition: kubeAdmControllerManager.enabled + name: kubeAdmControllerManager + repository: file://./charts/kubeAdmControllerManager + - condition: kubeAdmEtcd.enabled + name: kubeAdmEtcd + repository: file://./charts/kubeAdmEtcd + - condition: kubeAdmProxy.enabled + name: kubeAdmProxy + repository: file://./charts/kubeAdmProxy + - condition: kubeAdmScheduler.enabled + name: kubeAdmScheduler + repository: file://./charts/kubeAdmScheduler + - condition: prometheus-adapter.enabled + name: prometheus-adapter + repository: file://./charts/prometheus-adapter + - condition: nodeExporter.enabled + name: prometheus-node-exporter + repository: file://./charts/prometheus-node-exporter + - condition: rke2ControllerManager.enabled + name: rke2ControllerManager + repository: file://./charts/rke2ControllerManager + - condition: rke2Etcd.enabled + name: rke2Etcd + repository: file://./charts/rke2Etcd + - condition: rke2Proxy.enabled + name: rke2Proxy + repository: file://./charts/rke2Proxy + - condition: rke2Scheduler.enabled + name: rke2Scheduler + repository: file://./charts/rke2Scheduler + - condition: rkeControllerManager.enabled + name: rkeControllerManager + repository: file://./charts/rkeControllerManager + - condition: rkeEtcd.enabled + name: rkeEtcd + repository: file://./charts/rkeEtcd + - condition: rkeProxy.enabled + name: rkeProxy + repository: file://./charts/rkeProxy + - condition: rkeScheduler.enabled + name: rkeScheduler + repository: file://./charts/rkeScheduler + - condition: windowsExporter.enabled + name: windowsExporter + repository: file://./charts/windowsExporter + description: Collects several related Helm charts, Grafana dashboards, and Prometheus + rules combined with documentation and scripts to provide easy to operate end-to-end + Kubernetes cluster monitoring with Prometheus using the Prometheus Operator. + digest: de33b0e74170ca8b9eabdac17c44becff154d274dcf09b947994be1c3d5e28bb + home: https://github.com/prometheus-operator/kube-prometheus + icon: https://raw.githubusercontent.com/prometheus/prometheus.github.io/master/assets/prometheus_logo-cb55bb5c346.png + keywords: + - operator + - prometheus + - kube-prometheus + - monitoring + maintainers: + - name: vsliouniaev + - name: bismarck + - email: gianrubio@gmail.com + name: gianrubio + - email: github.gkarthiks@gmail.com + name: gkarthiks + - email: scott@r6by.com + name: scottrigby + - email: miroslav.hadzhiev@gmail.com + name: Xtigyro + - email: arvind.iyengar@suse.com + name: Arvind + name: rancher-monitoring + sources: + - https://github.com/prometheus-community/helm-charts + - https://github.com/prometheus-operator/kube-prometheus + urls: + - assets/rancher-monitoring/rancher-monitoring-9.4.204-rc05.tgz + version: 9.4.204-rc05 + - annotations: + artifacthub.io/links: | + - name: Chart Source + url: https://github.com/prometheus-community/helm-charts + - name: Upstream Project + url: https://github.com/prometheus-operator/kube-prometheus + artifacthub.io/operator: "true" + catalog.cattle.io/auto-install: rancher-monitoring-crd=match + catalog.cattle.io/certified: rancher + catalog.cattle.io/display-name: Monitoring + catalog.cattle.io/namespace: cattle-monitoring-system + catalog.cattle.io/provides-gvr: monitoring.coreos.com.prometheus/v1 + catalog.cattle.io/release-name: rancher-monitoring + catalog.cattle.io/requests-cpu: 4500m + catalog.cattle.io/requests-memory: 4000Mi + catalog.cattle.io/ui-component: monitoring + apiVersion: v1 + appVersion: 0.38.1 + created: "2021-04-30T19:59:52.817884215Z" + dependencies: + - condition: grafana.enabled + name: grafana + repository: file://./charts/grafana + - condition: k3sServer.enabled + name: k3sServer + repository: file://./charts/k3sServer + - condition: kubeStateMetrics.enabled + name: kube-state-metrics + repository: file://./charts/kube-state-metrics + - condition: kubeAdmControllerManager.enabled + name: kubeAdmControllerManager + repository: file://./charts/kubeAdmControllerManager + - condition: kubeAdmEtcd.enabled + name: kubeAdmEtcd + repository: file://./charts/kubeAdmEtcd + - condition: kubeAdmProxy.enabled + name: kubeAdmProxy + repository: file://./charts/kubeAdmProxy + - condition: kubeAdmScheduler.enabled + name: kubeAdmScheduler + repository: file://./charts/kubeAdmScheduler + - condition: prometheus-adapter.enabled + name: prometheus-adapter + repository: file://./charts/prometheus-adapter + - condition: nodeExporter.enabled + name: prometheus-node-exporter + repository: file://./charts/prometheus-node-exporter + - condition: rke2ControllerManager.enabled + name: rke2ControllerManager + repository: file://./charts/rke2ControllerManager + - condition: rke2Etcd.enabled + name: rke2Etcd + repository: file://./charts/rke2Etcd + - condition: rke2Proxy.enabled + name: rke2Proxy + repository: file://./charts/rke2Proxy + - condition: rke2Scheduler.enabled + name: rke2Scheduler + repository: file://./charts/rke2Scheduler + - condition: rkeControllerManager.enabled + name: rkeControllerManager + repository: file://./charts/rkeControllerManager + - condition: rkeEtcd.enabled + name: rkeEtcd + repository: file://./charts/rkeEtcd + - condition: rkeProxy.enabled + name: rkeProxy + repository: file://./charts/rkeProxy + - condition: rkeScheduler.enabled + name: rkeScheduler + repository: file://./charts/rkeScheduler + - condition: windowsExporter.enabled + name: windowsExporter + repository: file://./charts/windowsExporter + description: Collects several related Helm charts, Grafana dashboards, and Prometheus + rules combined with documentation and scripts to provide easy to operate end-to-end + Kubernetes cluster monitoring with Prometheus using the Prometheus Operator. + digest: d8fec718599037d90c5a63c9ca9dedfcf3cae69e0a9aae90f75bdf14cebf97f5 + home: https://github.com/prometheus-operator/kube-prometheus + icon: https://raw.githubusercontent.com/prometheus/prometheus.github.io/master/assets/prometheus_logo-cb55bb5c346.png + keywords: + - operator + - prometheus + - kube-prometheus + - monitoring + maintainers: + - name: vsliouniaev + - name: bismarck + - email: gianrubio@gmail.com + name: gianrubio + - email: github.gkarthiks@gmail.com + name: gkarthiks + - email: scott@r6by.com + name: scottrigby + - email: miroslav.hadzhiev@gmail.com + name: Xtigyro + - email: arvind.iyengar@suse.com + name: Arvind + name: rancher-monitoring + sources: + - https://github.com/prometheus-community/helm-charts + - https://github.com/prometheus-operator/kube-prometheus + urls: + - assets/rancher-monitoring/rancher-monitoring-9.4.204-rc04.tgz + version: 9.4.204-rc04 + - annotations: + artifacthub.io/links: | + - name: Chart Source + url: https://github.com/prometheus-community/helm-charts + - name: Upstream Project + url: https://github.com/prometheus-operator/kube-prometheus + artifacthub.io/operator: "true" + catalog.cattle.io/auto-install: rancher-monitoring-crd=match + catalog.cattle.io/certified: rancher + catalog.cattle.io/display-name: Monitoring + catalog.cattle.io/namespace: cattle-monitoring-system + catalog.cattle.io/os: linux + catalog.cattle.io/provides-gvr: monitoring.coreos.com.prometheus/v1 + catalog.cattle.io/release-name: rancher-monitoring + catalog.cattle.io/requests-cpu: 4500m + catalog.cattle.io/requests-memory: 4000Mi + catalog.cattle.io/ui-component: monitoring + apiVersion: v1 + appVersion: 0.38.1 + created: "2021-04-30T19:59:52.792174475Z" + dependencies: + - condition: grafana.enabled + name: grafana + repository: file://./charts/grafana + - condition: k3sServer.enabled + name: k3sServer + repository: file://./charts/k3sServer + - condition: kubeStateMetrics.enabled + name: kube-state-metrics + repository: file://./charts/kube-state-metrics + - condition: kubeAdmControllerManager.enabled + name: kubeAdmControllerManager + repository: file://./charts/kubeAdmControllerManager + - condition: kubeAdmEtcd.enabled + name: kubeAdmEtcd + repository: file://./charts/kubeAdmEtcd + - condition: kubeAdmProxy.enabled + name: kubeAdmProxy + repository: file://./charts/kubeAdmProxy + - condition: kubeAdmScheduler.enabled + name: kubeAdmScheduler + repository: file://./charts/kubeAdmScheduler + - condition: prometheus-adapter.enabled + name: prometheus-adapter + repository: file://./charts/prometheus-adapter + - condition: nodeExporter.enabled + name: prometheus-node-exporter + repository: file://./charts/prometheus-node-exporter + - condition: rke2ControllerManager.enabled + name: rke2ControllerManager + repository: file://./charts/rke2ControllerManager + - condition: rke2Etcd.enabled + name: rke2Etcd + repository: file://./charts/rke2Etcd + - condition: rke2Proxy.enabled + name: rke2Proxy + repository: file://./charts/rke2Proxy + - condition: rke2Scheduler.enabled + name: rke2Scheduler + repository: file://./charts/rke2Scheduler + - condition: rkeControllerManager.enabled + name: rkeControllerManager + repository: file://./charts/rkeControllerManager + - condition: rkeEtcd.enabled + name: rkeEtcd + repository: file://./charts/rkeEtcd + - condition: rkeProxy.enabled + name: rkeProxy + repository: file://./charts/rkeProxy + - condition: rkeScheduler.enabled + name: rkeScheduler + repository: file://./charts/rkeScheduler + description: Collects several related Helm charts, Grafana dashboards, and Prometheus + rules combined with documentation and scripts to provide easy to operate end-to-end + Kubernetes cluster monitoring with Prometheus using the Prometheus Operator. + digest: 3e14ffafc25dd769c3b80db1102db1f1fa0deb64025bfae0323759e54209d52e + home: https://github.com/prometheus-operator/kube-prometheus + icon: https://raw.githubusercontent.com/prometheus/prometheus.github.io/master/assets/prometheus_logo-cb55bb5c346.png + keywords: + - operator + - prometheus + - kube-prometheus + - monitoring + maintainers: + - name: vsliouniaev + - name: bismarck + - email: gianrubio@gmail.com + name: gianrubio + - email: github.gkarthiks@gmail.com + name: gkarthiks + - email: scott@r6by.com + name: scottrigby + - email: miroslav.hadzhiev@gmail.com + name: Xtigyro + - email: arvind.iyengar@suse.com + name: Arvind + name: rancher-monitoring + sources: + - https://github.com/prometheus-community/helm-charts + - https://github.com/prometheus-operator/kube-prometheus + urls: + - assets/rancher-monitoring/rancher-monitoring-9.4.204-rc03.tgz + version: 9.4.204-rc03 + - annotations: + artifacthub.io/links: | + - name: Chart Source + url: https://github.com/prometheus-community/helm-charts + - name: Upstream Project + url: https://github.com/prometheus-operator/kube-prometheus + artifacthub.io/operator: "true" + catalog.cattle.io/auto-install: rancher-monitoring-crd=match + catalog.cattle.io/certified: rancher + catalog.cattle.io/display-name: Monitoring + catalog.cattle.io/namespace: cattle-monitoring-system + catalog.cattle.io/os: linux + catalog.cattle.io/provides-gvr: monitoring.coreos.com.prometheus/v1 + catalog.cattle.io/release-name: rancher-monitoring + catalog.cattle.io/requests-cpu: 4500m + catalog.cattle.io/requests-memory: 4000Mi + catalog.cattle.io/ui-component: monitoring + apiVersion: v1 + appVersion: 0.38.1 + created: "2021-04-30T19:59:52.764556216Z" + dependencies: + - condition: grafana.enabled + name: grafana + repository: file://./charts/grafana + - condition: k3sServer.enabled + name: k3sServer + repository: file://./charts/k3sServer + - condition: kubeStateMetrics.enabled + name: kube-state-metrics + repository: file://./charts/kube-state-metrics + - condition: kubeAdmControllerManager.enabled + name: kubeAdmControllerManager + repository: file://./charts/kubeAdmControllerManager + - condition: kubeAdmEtcd.enabled + name: kubeAdmEtcd + repository: file://./charts/kubeAdmEtcd + - condition: kubeAdmProxy.enabled + name: kubeAdmProxy + repository: file://./charts/kubeAdmProxy + - condition: kubeAdmScheduler.enabled + name: kubeAdmScheduler + repository: file://./charts/kubeAdmScheduler + - condition: prometheus-adapter.enabled + name: prometheus-adapter + repository: file://./charts/prometheus-adapter + - condition: nodeExporter.enabled + name: prometheus-node-exporter + repository: file://./charts/prometheus-node-exporter + - condition: rke2ControllerManager.enabled + name: rke2ControllerManager + repository: file://./charts/rke2ControllerManager + - condition: rke2Etcd.enabled + name: rke2Etcd + repository: file://./charts/rke2Etcd + - condition: rke2Proxy.enabled + name: rke2Proxy + repository: file://./charts/rke2Proxy + - condition: rke2Scheduler.enabled + name: rke2Scheduler + repository: file://./charts/rke2Scheduler + - condition: rkeControllerManager.enabled + name: rkeControllerManager + repository: file://./charts/rkeControllerManager + - condition: rkeEtcd.enabled + name: rkeEtcd + repository: file://./charts/rkeEtcd + - condition: rkeProxy.enabled + name: rkeProxy + repository: file://./charts/rkeProxy + - condition: rkeScheduler.enabled + name: rkeScheduler + repository: file://./charts/rkeScheduler + description: Collects several related Helm charts, Grafana dashboards, and Prometheus + rules combined with documentation and scripts to provide easy to operate end-to-end + Kubernetes cluster monitoring with Prometheus using the Prometheus Operator. + digest: f68e46357300451b582354dd838f80a68cbda4c4f3d2c0adc812096f563f8e4f + home: https://github.com/prometheus-operator/kube-prometheus + icon: https://raw.githubusercontent.com/prometheus/prometheus.github.io/master/assets/prometheus_logo-cb55bb5c346.png + keywords: + - operator + - prometheus + - kube-prometheus + - monitoring + maintainers: + - name: vsliouniaev + - name: bismarck + - email: gianrubio@gmail.com + name: gianrubio + - email: github.gkarthiks@gmail.com + name: gkarthiks + - email: scott@r6by.com + name: scottrigby + - email: miroslav.hadzhiev@gmail.com + name: Xtigyro + - email: arvind.iyengar@suse.com + name: Arvind + name: rancher-monitoring + sources: + - https://github.com/prometheus-community/helm-charts + - https://github.com/prometheus-operator/kube-prometheus + urls: + - assets/rancher-monitoring/rancher-monitoring-9.4.204-rc02.tgz + version: 9.4.204-rc02 + - annotations: + artifacthub.io/links: | + - name: Chart Source + url: https://github.com/prometheus-community/helm-charts + - name: Upstream Project + url: https://github.com/prometheus-operator/kube-prometheus + artifacthub.io/operator: "true" + catalog.cattle.io/auto-install: rancher-monitoring-crd=match + catalog.cattle.io/certified: rancher + catalog.cattle.io/display-name: Monitoring + catalog.cattle.io/namespace: cattle-monitoring-system + catalog.cattle.io/os: linux + catalog.cattle.io/provides-gvr: monitoring.coreos.com.prometheus/v1 + catalog.cattle.io/release-name: rancher-monitoring + catalog.cattle.io/requests-cpu: 4500m + catalog.cattle.io/requests-memory: 4000Mi + catalog.cattle.io/ui-component: monitoring + apiVersion: v1 + appVersion: 0.38.1 + created: "2021-04-30T19:59:52.734627136Z" + dependencies: + - condition: grafana.enabled + name: grafana + repository: file://./charts/grafana + - condition: k3sServer.enabled + name: k3sServer + repository: file://./charts/k3sServer + - condition: kubeStateMetrics.enabled + name: kube-state-metrics + repository: file://./charts/kube-state-metrics + - condition: kubeAdmControllerManager.enabled + name: kubeAdmControllerManager + repository: file://./charts/kubeAdmControllerManager + - condition: kubeAdmEtcd.enabled + name: kubeAdmEtcd + repository: file://./charts/kubeAdmEtcd + - condition: kubeAdmProxy.enabled + name: kubeAdmProxy + repository: file://./charts/kubeAdmProxy + - condition: kubeAdmScheduler.enabled + name: kubeAdmScheduler + repository: file://./charts/kubeAdmScheduler + - condition: prometheus-adapter.enabled + name: prometheus-adapter + repository: file://./charts/prometheus-adapter + - condition: nodeExporter.enabled + name: prometheus-node-exporter + repository: file://./charts/prometheus-node-exporter + - condition: rke2ControllerManager.enabled + name: rke2ControllerManager + repository: file://./charts/rke2ControllerManager + - condition: rke2Etcd.enabled + name: rke2Etcd + repository: file://./charts/rke2Etcd + - condition: rke2Proxy.enabled + name: rke2Proxy + repository: file://./charts/rke2Proxy + - condition: rke2Scheduler.enabled + name: rke2Scheduler + repository: file://./charts/rke2Scheduler + - condition: rkeControllerManager.enabled + name: rkeControllerManager + repository: file://./charts/rkeControllerManager + - condition: rkeEtcd.enabled + name: rkeEtcd + repository: file://./charts/rkeEtcd + - condition: rkeProxy.enabled + name: rkeProxy + repository: file://./charts/rkeProxy + - condition: rkeScheduler.enabled + name: rkeScheduler + repository: file://./charts/rkeScheduler + description: Collects several related Helm charts, Grafana dashboards, and Prometheus + rules combined with documentation and scripts to provide easy to operate end-to-end + Kubernetes cluster monitoring with Prometheus using the Prometheus Operator. + digest: 66b54a77c5fc817d9f0fba7918160a709debba453f3a5705a16a62324ed09235 + home: https://github.com/prometheus-operator/kube-prometheus + icon: https://raw.githubusercontent.com/prometheus/prometheus.github.io/master/assets/prometheus_logo-cb55bb5c346.png + keywords: + - operator + - prometheus + - kube-prometheus + - monitoring + maintainers: + - name: vsliouniaev + - name: bismarck + - email: gianrubio@gmail.com + name: gianrubio + - email: github.gkarthiks@gmail.com + name: gkarthiks + - email: scott@r6by.com + name: scottrigby + - email: miroslav.hadzhiev@gmail.com + name: Xtigyro + - email: arvind.iyengar@suse.com + name: Arvind + name: rancher-monitoring + sources: + - https://github.com/prometheus-community/helm-charts + - https://github.com/prometheus-operator/kube-prometheus + urls: + - assets/rancher-monitoring/rancher-monitoring-9.4.204-rc01.tgz + version: 9.4.204-rc01 + - annotations: + artifacthub.io/links: | + - name: Chart Source + url: https://github.com/prometheus-community/helm-charts + - name: Upstream Project + url: https://github.com/prometheus-operator/kube-prometheus + artifacthub.io/operator: "true" + catalog.cattle.io/auto-install: rancher-monitoring-crd=match + catalog.cattle.io/certified: rancher + catalog.cattle.io/display-name: Monitoring + catalog.cattle.io/namespace: cattle-monitoring-system + catalog.cattle.io/os: linux + catalog.cattle.io/provides-gvr: monitoring.coreos.com.prometheus/v1 + catalog.cattle.io/release-name: rancher-monitoring + catalog.cattle.io/requests-cpu: 4500m + catalog.cattle.io/requests-memory: 4000Mi + catalog.cattle.io/ui-component: monitoring + apiVersion: v1 + appVersion: 0.38.1 + created: "2021-04-30T19:59:52.708713994Z" + dependencies: + - condition: grafana.enabled + name: grafana + repository: file://./charts/grafana + - condition: k3sServer.enabled + name: k3sServer + repository: file://./charts/k3sServer + - condition: kubeStateMetrics.enabled + name: kube-state-metrics + repository: file://./charts/kube-state-metrics + - condition: kubeAdmControllerManager.enabled + name: kubeAdmControllerManager + repository: file://./charts/kubeAdmControllerManager + - condition: kubeAdmEtcd.enabled + name: kubeAdmEtcd + repository: file://./charts/kubeAdmEtcd + - condition: kubeAdmProxy.enabled + name: kubeAdmProxy + repository: file://./charts/kubeAdmProxy + - condition: kubeAdmScheduler.enabled + name: kubeAdmScheduler + repository: file://./charts/kubeAdmScheduler + - condition: prometheus-adapter.enabled + name: prometheus-adapter + repository: file://./charts/prometheus-adapter + - condition: nodeExporter.enabled + name: prometheus-node-exporter + repository: file://./charts/prometheus-node-exporter + - condition: rke2ControllerManager.enabled + name: rke2ControllerManager + repository: file://./charts/rke2ControllerManager + - condition: rke2Etcd.enabled + name: rke2Etcd + repository: file://./charts/rke2Etcd + - condition: rke2Proxy.enabled + name: rke2Proxy + repository: file://./charts/rke2Proxy + - condition: rke2Scheduler.enabled + name: rke2Scheduler + repository: file://./charts/rke2Scheduler + - condition: rkeControllerManager.enabled + name: rkeControllerManager + repository: file://./charts/rkeControllerManager + - condition: rkeEtcd.enabled + name: rkeEtcd + repository: file://./charts/rkeEtcd + - condition: rkeProxy.enabled + name: rkeProxy + repository: file://./charts/rkeProxy + - condition: rkeScheduler.enabled + name: rkeScheduler + repository: file://./charts/rkeScheduler + description: Collects several related Helm charts, Grafana dashboards, and Prometheus + rules combined with documentation and scripts to provide easy to operate end-to-end + Kubernetes cluster monitoring with Prometheus using the Prometheus Operator. + digest: aba45df29197c56e35ff1f0045261cb39efece2c91ce47ffc3e6b2ae70aa3f94 + home: https://github.com/prometheus-operator/kube-prometheus + icon: https://raw.githubusercontent.com/prometheus/prometheus.github.io/master/assets/prometheus_logo-cb55bb5c346.png + keywords: + - operator + - prometheus + - kube-prometheus + - monitoring + maintainers: + - name: vsliouniaev + - name: bismarck + - email: gianrubio@gmail.com + name: gianrubio + - email: github.gkarthiks@gmail.com + name: gkarthiks + - email: scott@r6by.com + name: scottrigby + - email: miroslav.hadzhiev@gmail.com + name: Xtigyro + - email: arvind.iyengar@suse.com + name: Arvind + name: rancher-monitoring + sources: + - https://github.com/prometheus-community/helm-charts + - https://github.com/prometheus-operator/kube-prometheus + urls: + - assets/rancher-monitoring/rancher-monitoring-9.4.204-rc00.tgz + version: 9.4.204-rc00 - annotations: artifacthub.io/links: | - name: Chart Source @@ -2470,7 +7135,9 @@ entries: - condition: rkeScheduler.enabled name: rkeScheduler repository: file://./charts/rkeScheduler - description: Collects several related Helm charts, Grafana dashboards, and Prometheus rules combined with documentation and scripts to provide easy to operate end-to-end Kubernetes cluster monitoring with Prometheus using the Prometheus Operator. + description: Collects several related Helm charts, Grafana dashboards, and Prometheus + rules combined with documentation and scripts to provide easy to operate end-to-end + Kubernetes cluster monitoring with Prometheus using the Prometheus Operator. digest: 64604ea0359b468c9a768ec484ebfdf3f776da5524571c85dd42bc6e600aeead home: https://github.com/prometheus-operator/kube-prometheus icon: https://raw.githubusercontent.com/prometheus/prometheus.github.io/master/assets/prometheus_logo-cb55bb5c346.png @@ -2599,7 +7266,9 @@ entries: name: rancher-pushprox repository: file://../../rancher-pushprox/charts version: 0.1.2 - description: Collects several related Helm charts, Grafana dashboards, and Prometheus rules combined with documentation and scripts to provide easy to operate end-to-end Kubernetes cluster monitoring with Prometheus using the Prometheus Operator. + description: Collects several related Helm charts, Grafana dashboards, and Prometheus + rules combined with documentation and scripts to provide easy to operate end-to-end + Kubernetes cluster monitoring with Prometheus using the Prometheus Operator. digest: 0e032ffa7397d564f3d00aa7719b62314e25f6e32e723de5db0f312f4a0034de home: https://github.com/prometheus-operator/kube-prometheus icon: https://raw.githubusercontent.com/prometheus/prometheus.github.io/master/assets/prometheus_logo-cb55bb5c346.png @@ -2726,7 +7395,9 @@ entries: name: rancher-pushprox repository: file://../../rancher-pushprox/charts version: 0.1.1 - description: Collects several related Helm charts, Grafana dashboards, and Prometheus rules combined with documentation and scripts to provide easy to operate end-to-end Kubernetes cluster monitoring with Prometheus using the Prometheus Operator. + description: Collects several related Helm charts, Grafana dashboards, and Prometheus + rules combined with documentation and scripts to provide easy to operate end-to-end + Kubernetes cluster monitoring with Prometheus using the Prometheus Operator. digest: 36890f0d8ae2f9c4990e61122d727a5df31dbe017f49d6334e7e13fb9c257cd8 home: https://github.com/prometheus-operator/kube-prometheus icon: https://raw.githubusercontent.com/prometheus/prometheus.github.io/master/assets/prometheus_logo-cb55bb5c346.png @@ -2862,7 +7533,9 @@ entries: name: rancher-pushprox repository: file://../../rancher-pushprox/charts version: 0.1.0 - description: Collects several related Helm charts, Grafana dashboards, and Prometheus rules combined with documentation and scripts to provide easy to operate end-to-end Kubernetes cluster monitoring with Prometheus using the Prometheus Operator. + description: Collects several related Helm charts, Grafana dashboards, and Prometheus + rules combined with documentation and scripts to provide easy to operate end-to-end + Kubernetes cluster monitoring with Prometheus using the Prometheus Operator. digest: 4c5845c1ca7c109052ce9cae5deea7dd0bc697cb334ba9d929f4c04f14835957 home: https://github.com/prometheus-operator/kube-prometheus icon: https://raw.githubusercontent.com/prometheus/prometheus.github.io/master/assets/prometheus_logo-cb55bb5c346.png @@ -2904,6 +7577,174 @@ entries: urls: - released/assets/rancher-monitoring/rancher-monitoring-crd-14.5.100.tgz version: 14.5.100 + - annotations: + catalog.cattle.io/certified: rancher + catalog.cattle.io/hidden: "true" + catalog.cattle.io/namespace: cattle-monitoring-system + catalog.cattle.io/release-name: rancher-monitoring-crd + apiVersion: v1 + created: "2021-04-30T19:59:53.039331186Z" + description: Installs the CRDs for rancher-monitoring. + digest: 2d8d99b035b1e36356f797bb53ad46a6c86a3b64a2b998dcbec89a208efe3979 + name: rancher-monitoring-crd + type: application + urls: + - assets/rancher-monitoring/rancher-monitoring-crd-14.5.100-rc11.tgz + version: 14.5.100-rc11 + - annotations: + catalog.cattle.io/certified: rancher + catalog.cattle.io/hidden: "true" + catalog.cattle.io/namespace: cattle-monitoring-system + catalog.cattle.io/release-name: rancher-monitoring-crd + apiVersion: v1 + created: "2021-04-30T19:59:53.033853835Z" + description: Installs the CRDs for rancher-monitoring. + digest: 6ba5645dd5291efb0cf21ca42863ad33417e24b98ccfb11f2e917ba9527dd267 + name: rancher-monitoring-crd + type: application + urls: + - assets/rancher-monitoring/rancher-monitoring-crd-14.5.100-rc10.tgz + version: 14.5.100-rc10 + - annotations: + catalog.cattle.io/certified: rancher + catalog.cattle.io/hidden: "true" + catalog.cattle.io/namespace: cattle-monitoring-system + catalog.cattle.io/release-name: rancher-monitoring-crd + apiVersion: v1 + created: "2021-04-30T19:59:53.028354584Z" + description: Installs the CRDs for rancher-monitoring. + digest: 982e0868ddf5d7ca35ccf8a24bbbbf8a21b2af961097ac9e2898729ae5c871e4 + name: rancher-monitoring-crd + type: application + urls: + - assets/rancher-monitoring/rancher-monitoring-crd-14.5.100-rc09.tgz + version: 14.5.100-rc09 + - annotations: + catalog.cattle.io/certified: rancher + catalog.cattle.io/hidden: "true" + catalog.cattle.io/namespace: cattle-monitoring-system + catalog.cattle.io/release-name: rancher-monitoring-crd + apiVersion: v1 + created: "2021-04-30T19:59:53.023349637Z" + description: Installs the CRDs for rancher-monitoring. + digest: 7315f1a859308d583512f7f8a1906f9ba29385dbf47bf80b906a77e34dd190a4 + name: rancher-monitoring-crd + type: application + urls: + - assets/rancher-monitoring/rancher-monitoring-crd-14.5.100-rc08.tgz + version: 14.5.100-rc08 + - annotations: + catalog.cattle.io/certified: rancher + catalog.cattle.io/hidden: "true" + catalog.cattle.io/namespace: cattle-monitoring-system + catalog.cattle.io/release-name: rancher-monitoring-crd + apiVersion: v1 + created: "2021-04-30T19:59:53.018001487Z" + description: Installs the CRDs for rancher-monitoring. + digest: 5dc6de22a86175245dbc517032624bd97134a29cf0fe8f6a4ebd30fdfd20ad56 + name: rancher-monitoring-crd + type: application + urls: + - assets/rancher-monitoring/rancher-monitoring-crd-14.5.100-rc07.tgz + version: 14.5.100-rc07 + - annotations: + catalog.cattle.io/certified: rancher + catalog.cattle.io/hidden: "true" + catalog.cattle.io/namespace: cattle-monitoring-system + catalog.cattle.io/release-name: rancher-monitoring-crd + apiVersion: v1 + created: "2021-04-30T19:59:53.012236033Z" + description: Installs the CRDs for rancher-monitoring. + digest: 6d7aa5749e90abea435b4bb6fa88d85032ef438a881097ebae976befee443e44 + name: rancher-monitoring-crd + type: application + urls: + - assets/rancher-monitoring/rancher-monitoring-crd-14.5.100-rc06.tgz + version: 14.5.100-rc06 + - annotations: + catalog.cattle.io/certified: rancher + catalog.cattle.io/hidden: "true" + catalog.cattle.io/namespace: cattle-monitoring-system + catalog.cattle.io/release-name: rancher-monitoring-crd + apiVersion: v1 + created: "2021-04-30T19:59:53.007288387Z" + description: Installs the CRDs for rancher-monitoring. + digest: cca37d775aaf8c2ef62bc6848d35912809c1f545d4b6092fe22ce0b8feec41f9 + name: rancher-monitoring-crd + type: application + urls: + - assets/rancher-monitoring/rancher-monitoring-crd-14.5.100-rc05.tgz + version: 14.5.100-rc05 + - annotations: + catalog.cattle.io/certified: rancher + catalog.cattle.io/hidden: "true" + catalog.cattle.io/namespace: cattle-monitoring-system + catalog.cattle.io/release-name: rancher-monitoring-crd + apiVersion: v1 + created: "2021-04-30T19:59:53.001350231Z" + description: Installs the CRDs for rancher-monitoring. + digest: cd53c50b7e078e24ea377bf91387d7a7d3db6ee9fc9be6429c42f3c0ec032966 + name: rancher-monitoring-crd + type: application + urls: + - assets/rancher-monitoring/rancher-monitoring-crd-14.5.100-rc04.tgz + version: 14.5.100-rc04 + - annotations: + catalog.cattle.io/certified: rancher + catalog.cattle.io/hidden: "true" + catalog.cattle.io/namespace: cattle-monitoring-system + catalog.cattle.io/release-name: rancher-monitoring-crd + apiVersion: v1 + created: "2021-04-30T19:59:52.995651678Z" + description: Installs the CRDs for rancher-monitoring. + digest: fbe1fbf8da1e944faccbf7e38930d2fc862cdc5fd32ca1d00c4633b2c2ba3e92 + name: rancher-monitoring-crd + type: application + urls: + - assets/rancher-monitoring/rancher-monitoring-crd-14.5.100-rc03.tgz + version: 14.5.100-rc03 + - annotations: + catalog.cattle.io/certified: rancher + catalog.cattle.io/hidden: "true" + catalog.cattle.io/namespace: cattle-monitoring-system + catalog.cattle.io/release-name: rancher-monitoring-crd + apiVersion: v1 + created: "2021-04-30T19:59:52.990211827Z" + description: Installs the CRDs for rancher-monitoring. + digest: a97f54b1b7da85e0f95a6523af617e197b8f8d1bc1cd1d1002e5f17b51f8ad47 + name: rancher-monitoring-crd + type: application + urls: + - assets/rancher-monitoring/rancher-monitoring-crd-14.5.100-rc02.tgz + version: 14.5.100-rc02 + - annotations: + catalog.cattle.io/certified: rancher + catalog.cattle.io/hidden: "true" + catalog.cattle.io/namespace: cattle-monitoring-system + catalog.cattle.io/release-name: rancher-monitoring-crd + apiVersion: v1 + created: "2021-04-30T19:59:52.982992259Z" + description: Installs the CRDs for rancher-monitoring. + digest: eca0f74ffa14f6d316336b54dd09b62fa9dc4dce8fbcf0c9a36c3f48ec6fae3b + name: rancher-monitoring-crd + type: application + urls: + - assets/rancher-monitoring/rancher-monitoring-crd-14.5.100-rc01.tgz + version: 14.5.100-rc01 + - annotations: + catalog.cattle.io/certified: rancher + catalog.cattle.io/hidden: "true" + catalog.cattle.io/namespace: cattle-monitoring-system + catalog.cattle.io/release-name: rancher-monitoring-crd + apiVersion: v1 + created: "2021-04-30T19:59:52.977586009Z" + description: Installs the CRDs for rancher-monitoring. + digest: 5c7fdb80e57f423182ec4f3b5a927f1c5ca766b563009238cc59043a0ec42353 + name: rancher-monitoring-crd + type: application + urls: + - assets/rancher-monitoring/rancher-monitoring-crd-14.5.100-rc00.tgz + version: 14.5.100-rc00 - annotations: catalog.cattle.io/certified: rancher catalog.cattle.io/hidden: "true" @@ -2918,6 +7759,146 @@ entries: urls: - released/assets/rancher-monitoring/rancher-monitoring-crd-9.4.204.tgz version: 9.4.204 + - annotations: + catalog.cattle.io/certified: rancher + catalog.cattle.io/hidden: "true" + catalog.cattle.io/namespace: cattle-monitoring-system + catalog.cattle.io/release-name: rancher-monitoring-crd + apiVersion: v1 + created: "2021-04-30T19:59:53.096766223Z" + description: Installs the CRDs for rancher-monitoring. + digest: d8eb62ecc727f911e99b4b5d37260bde6ff040975f84ee9d10878cd54b730c5f + name: rancher-monitoring-crd + type: application + urls: + - assets/rancher-monitoring/rancher-monitoring-crd-9.4.204-rc09.tgz + version: 9.4.204-rc09 + - annotations: + catalog.cattle.io/certified: rancher + catalog.cattle.io/hidden: "true" + catalog.cattle.io/namespace: cattle-monitoring-system + catalog.cattle.io/release-name: rancher-monitoring-crd + apiVersion: v1 + created: "2021-04-30T19:59:53.090978469Z" + description: Installs the CRDs for rancher-monitoring. + digest: d89537c435671a67ef3ed1c6361bdda05c617f1be38e2a8821ab6e7b1841f199 + name: rancher-monitoring-crd + type: application + urls: + - assets/rancher-monitoring/rancher-monitoring-crd-9.4.204-rc08.tgz + version: 9.4.204-rc08 + - annotations: + catalog.cattle.io/certified: rancher + catalog.cattle.io/hidden: "true" + catalog.cattle.io/namespace: cattle-monitoring-system + catalog.cattle.io/release-name: rancher-monitoring-crd + apiVersion: v1 + created: "2021-04-30T19:59:53.085575719Z" + description: Installs the CRDs for rancher-monitoring. + digest: 82344e6f4b9bbae466037b995d076a068a35a43314f00dc0616e767b7a1b887c + name: rancher-monitoring-crd + type: application + urls: + - assets/rancher-monitoring/rancher-monitoring-crd-9.4.204-rc07.tgz + version: 9.4.204-rc07 + - annotations: + catalog.cattle.io/certified: rancher + catalog.cattle.io/hidden: "true" + catalog.cattle.io/namespace: cattle-monitoring-system + catalog.cattle.io/release-name: rancher-monitoring-crd + apiVersion: v1 + created: "2021-04-30T19:59:53.077619244Z" + description: Installs the CRDs for rancher-monitoring. + digest: 65ec05d07de3dbc8d0993db237f805f665e33792f5462e34c548ba5a2b49b964 + name: rancher-monitoring-crd + type: application + urls: + - assets/rancher-monitoring/rancher-monitoring-crd-9.4.204-rc06.tgz + version: 9.4.204-rc06 + - annotations: + catalog.cattle.io/certified: rancher + catalog.cattle.io/hidden: "true" + catalog.cattle.io/namespace: cattle-monitoring-system + catalog.cattle.io/release-name: rancher-monitoring-crd + apiVersion: v1 + created: "2021-04-30T19:59:53.072586997Z" + description: Installs the CRDs for rancher-monitoring. + digest: 0b11edae6bf47779275c19e845732f26972c2ef075f5cc36a17b136627c14cef + name: rancher-monitoring-crd + type: application + urls: + - assets/rancher-monitoring/rancher-monitoring-crd-9.4.204-rc05.tgz + version: 9.4.204-rc05 + - annotations: + catalog.cattle.io/certified: rancher + catalog.cattle.io/hidden: "true" + catalog.cattle.io/namespace: cattle-monitoring-system + catalog.cattle.io/release-name: rancher-monitoring-crd + apiVersion: v1 + created: "2021-04-30T19:59:53.066811443Z" + description: Installs the CRDs for rancher-monitoring. + digest: f6112dca3c4d7144a9ed6e9ab241985efce5d15df7f1f4587abd9f00d834fc07 + name: rancher-monitoring-crd + type: application + urls: + - assets/rancher-monitoring/rancher-monitoring-crd-9.4.204-rc04.tgz + version: 9.4.204-rc04 + - annotations: + catalog.cattle.io/certified: rancher + catalog.cattle.io/hidden: "true" + catalog.cattle.io/namespace: cattle-monitoring-system + catalog.cattle.io/release-name: rancher-monitoring-crd + apiVersion: v1 + created: "2021-04-30T19:59:53.061800396Z" + description: Installs the CRDs for rancher-monitoring. + digest: b4f526e853fe683f60c1835e90b2872c7e7b1d02a4e64495a654ef59eec4755f + name: rancher-monitoring-crd + type: application + urls: + - assets/rancher-monitoring/rancher-monitoring-crd-9.4.204-rc03.tgz + version: 9.4.204-rc03 + - annotations: + catalog.cattle.io/certified: rancher + catalog.cattle.io/hidden: "true" + catalog.cattle.io/namespace: cattle-monitoring-system + catalog.cattle.io/release-name: rancher-monitoring-crd + apiVersion: v1 + created: "2021-04-30T19:59:53.055645539Z" + description: Installs the CRDs for rancher-monitoring. + digest: 3a23783b0d8768bc11317fa90a709407c07e49f34b7a6bbfe55f1c67d82b83f8 + name: rancher-monitoring-crd + type: application + urls: + - assets/rancher-monitoring/rancher-monitoring-crd-9.4.204-rc02.tgz + version: 9.4.204-rc02 + - annotations: + catalog.cattle.io/certified: rancher + catalog.cattle.io/hidden: "true" + catalog.cattle.io/namespace: cattle-monitoring-system + catalog.cattle.io/release-name: rancher-monitoring-crd + apiVersion: v1 + created: "2021-04-30T19:59:53.050548291Z" + description: Installs the CRDs for rancher-monitoring. + digest: 6c652db827bfcc5a874f9bd8676547ba6c3e845dc04fcb2e8fe3e3ea6f6ded7d + name: rancher-monitoring-crd + type: application + urls: + - assets/rancher-monitoring/rancher-monitoring-crd-9.4.204-rc01.tgz + version: 9.4.204-rc01 + - annotations: + catalog.cattle.io/certified: rancher + catalog.cattle.io/hidden: "true" + catalog.cattle.io/namespace: cattle-monitoring-system + catalog.cattle.io/release-name: rancher-monitoring-crd + apiVersion: v1 + created: "2021-04-30T19:59:53.044117631Z" + description: Installs the CRDs for rancher-monitoring. + digest: f5eccbacc35a9935dc03dc32f929a1ed2c85bdcf7930c493270b1694e715d49a + name: rancher-monitoring-crd + type: application + urls: + - assets/rancher-monitoring/rancher-monitoring-crd-9.4.204-rc00.tgz + version: 9.4.204-rc00 - annotations: catalog.cattle.io/certified: rancher catalog.cattle.io/hidden: "true" @@ -3002,6 +7983,33 @@ entries: urls: - released/assets/rancher-node-exporter/rancher-node-exporter-1.16.201.tgz version: 1.16.201 + - annotations: + catalog.cattle.io/hidden: "true" + catalog.cattle.io/os: linux + catalog.rancher.io/certified: rancher + catalog.rancher.io/namespace: cattle-monitoring-system + catalog.rancher.io/release-name: rancher-node-exporter + apiVersion: v1 + appVersion: 1.1.2 + created: "2021-04-30T19:59:53.098454839Z" + description: A Helm chart for prometheus node-exporter + digest: 90dd6cfea1830303b4fea5813df167d5fd4fef4c67f2ebddc093318a8b6f1e04 + home: https://github.com/prometheus/node_exporter/ + keywords: + - node-exporter + - prometheus + - exporter + maintainers: + - email: gianrubio@gmail.com + name: gianrubio + - name: vsliouniaev + - name: bismarck + name: rancher-node-exporter + sources: + - https://github.com/prometheus/node_exporter/ + urls: + - assets/rancher-node-exporter/rancher-node-exporter-1.16.201-rc00.tgz + version: 1.16.201-rc00 rancher-operator: - annotations: catalog.cattle.io/auto-install: rancher-operator-crd=match @@ -3021,6 +8029,24 @@ entries: urls: - released/assets/rancher-operator/rancher-operator-0.1.400.tgz version: 0.1.400 + - annotations: + catalog.cattle.io/auto-install: rancher-operator-crd=match + catalog.cattle.io/certified: rancher + catalog.cattle.io/experimental: "true" + catalog.cattle.io/hidden: "true" + catalog.cattle.io/namespace: rancher-operator-system + catalog.cattle.io/os: linux + catalog.cattle.io/provides-gvr: clusters.rancher.cattle.io/v1 + catalog.cattle.io/release-name: rancher-operator + apiVersion: v2 + appVersion: 0.1.4 + created: "2021-04-30T19:59:53.098800942Z" + description: Control Rancher using GitOps + digest: 2b596760a4060b81989fa4aa0ae9ece6bcc73c8993ca80b079516af8544b2c39 + name: rancher-operator + urls: + - assets/rancher-operator/rancher-operator-0.1.400-rc04.tgz + version: 0.1.400-rc04 - annotations: catalog.cattle.io/auto-install: rancher-operator-crd=match catalog.cattle.io/certified: rancher @@ -3109,6 +8135,21 @@ entries: urls: - released/assets/rancher-operator-crd/rancher-operator-crd-0.1.400.tgz version: 0.1.400 + - annotations: + catalog.cattle.io/certified: rancher + catalog.cattle.io/hidden: "true" + catalog.cattle.io/namespace: rancher-operator-system + catalog.cattle.io/os: linux + catalog.cattle.io/release-name: rancher-operator-crd + apiVersion: v2 + appVersion: 0.1.4 + created: "2021-04-30T19:59:53.099392748Z" + description: Rancher Operator CustomResourceDefinitions + digest: 3f8dd58adfbe37cee883543c64f1205682825d6e5c06589f0b01d07c05992186 + name: rancher-operator-crd + urls: + - assets/rancher-operator-crd/rancher-operator-crd-0.1.400-rc04.tgz + version: 0.1.400-rc04 - annotations: catalog.cattle.io/certified: rancher catalog.cattle.io/hidden: "true" @@ -3182,6 +8223,48 @@ entries: urls: - released/assets/rancher-prom2teams/rancher-prom2teams-0.2.000.tgz version: 0.2.000 + - annotations: + catalog.cattle.io/certified: rancher + catalog.cattle.io/hidden: "true" + catalog.cattle.io/os: linux + catalog.cattle.io/release-name: rancher-prom2teams + apiVersion: v1 + appVersion: 3.2.1 + created: "2021-04-30T19:59:53.101193265Z" + description: A Helm chart for Prom2Teams based on the upstream https://github.com/idealista/prom2teams + digest: b726ec05a37254e2b82774d8a6946d77fe0a701815978bc8082d241ebc682c72 + name: rancher-prom2teams + urls: + - assets/rancher-prom2teams/rancher-prom2teams-0.2.000-rc03.tgz + version: 0.2.000-rc03 + - annotations: + catalog.cattle.io/certified: rancher + catalog.cattle.io/hidden: "true" + catalog.cattle.io/os: linux + catalog.cattle.io/release-name: rancher-prom2teams + apiVersion: v1 + appVersion: 3.2.1 + created: "2021-04-30T19:59:53.100597959Z" + description: A Helm chart for Prom2Teams based on the upstream https://github.com/idealista/prom2teams + digest: 05b0ce5fb51fd3f620211c816c43a227b5e41a13a20a62402bcc149c39733947 + name: rancher-prom2teams + urls: + - assets/rancher-prom2teams/rancher-prom2teams-0.2.000-rc02.tgz + version: 0.2.000-rc02 + - annotations: + catalog.cattle.io/certified: rancher + catalog.cattle.io/hidden: "true" + catalog.cattle.io/os: linux + catalog.cattle.io/release-name: rancher-prom2teams + apiVersion: v1 + appVersion: 3.2.1 + created: "2021-04-30T19:59:53.099968753Z" + description: A Helm chart for Prom2Teams based on the upstream https://github.com/idealista/prom2teams + digest: ad1cdd6d7b64df9805c7c97f445f2b97c5acbfc6a56174723170d6b5c89d306d + name: rancher-prom2teams + urls: + - assets/rancher-prom2teams/rancher-prom2teams-0.2.000-rc01.tgz + version: 0.2.000-rc01 rancher-prometheus-adapter: - annotations: catalog.cattle.io/hidden: "true" @@ -3213,6 +8296,66 @@ entries: urls: - released/assets/rancher-prometheus-adapter/rancher-prometheus-adapter-2.12.101.tgz version: 2.12.101 + - annotations: + catalog.cattle.io/hidden: "true" + catalog.cattle.io/os: linux + catalog.rancher.io/certified: rancher + catalog.rancher.io/namespace: cattle-monitoring-system + catalog.rancher.io/release-name: rancher-prometheus-adapter + apiVersion: v1 + appVersion: v0.8.3 + created: "2021-04-30T19:59:53.103319985Z" + description: A Helm chart for k8s prometheus adapter + digest: 43149ffadec9ba6e7fe9527f5b248de3b990a86f557db7e165e02215e6c15849 + home: https://github.com/DirectXMan12/k8s-prometheus-adapter + keywords: + - hpa + - metrics + - prometheus + - adapter + maintainers: + - email: mattias.gees@jetstack.io + name: mattiasgees + - name: steven-sheehy + - email: hfernandez@mesosphere.com + name: hectorj2f + name: rancher-prometheus-adapter + sources: + - https://github.com/kubernetes/charts + - https://github.com/DirectXMan12/k8s-prometheus-adapter + urls: + - assets/rancher-prometheus-adapter/rancher-prometheus-adapter-2.12.101-rc01.tgz + version: 2.12.101-rc01 + - annotations: + catalog.cattle.io/hidden: "true" + catalog.cattle.io/os: linux + catalog.rancher.io/certified: rancher + catalog.rancher.io/namespace: cattle-monitoring-system + catalog.rancher.io/release-name: rancher-prometheus-adapter + apiVersion: v1 + appVersion: v0.8.3 + created: "2021-04-30T19:59:53.102239475Z" + description: A Helm chart for k8s prometheus adapter + digest: a8f633651c1720087128b19d0543ead0eff8561d97b8f4de59d4497b6c8588a4 + home: https://github.com/DirectXMan12/k8s-prometheus-adapter + keywords: + - hpa + - metrics + - prometheus + - adapter + maintainers: + - email: mattias.gees@jetstack.io + name: mattiasgees + - name: steven-sheehy + - email: hfernandez@mesosphere.com + name: hectorj2f + name: rancher-prometheus-adapter + sources: + - https://github.com/kubernetes/charts + - https://github.com/DirectXMan12/k8s-prometheus-adapter + urls: + - assets/rancher-prometheus-adapter/rancher-prometheus-adapter-2.12.101-rc00.tgz + version: 2.12.101-rc00 rancher-pushprox: - annotations: catalog.cattle.io/hidden: "true" @@ -3223,13 +8366,31 @@ entries: apiVersion: v1 appVersion: 0.1.0 created: "2021-04-29T21:41:01.601786838Z" - description: Sets up a deployment of the PushProx proxy and a DaemonSet of PushProx clients. + description: Sets up a deployment of the PushProx proxy and a DaemonSet of PushProx + clients. digest: 9e072ec9678f2033b0a6c90fc127ae11bb310e91f844612fde592fcc4c34403c name: rancher-pushprox type: application urls: - released/assets/rancher-pushprox/rancher-pushprox-0.1.300.tgz version: 0.1.300 + - annotations: + catalog.cattle.io/hidden: "true" + catalog.cattle.io/os: linux + catalog.rancher.io/certified: rancher + catalog.rancher.io/namespace: cattle-monitoring-system + catalog.rancher.io/release-name: rancher-pushprox + apiVersion: v1 + appVersion: 0.1.0 + created: "2021-04-30T19:59:53.104061992Z" + description: Sets up a deployment of the PushProx proxy and a DaemonSet of PushProx + clients. + digest: 6ec2982d7ea75f763859c0d6e04c5ea537e21e450894c5e31d1e9fd3efd613dc + name: rancher-pushprox + type: application + urls: + - assets/rancher-pushprox/rancher-pushprox-0.1.300-rc00.tgz + version: 0.1.300-rc00 - annotations: catalog.cattle.io/hidden: "true" catalog.rancher.io/certified: rancher @@ -3238,7 +8399,8 @@ entries: apiVersion: v1 appVersion: 0.1.0 created: "2021-04-29T21:41:01.601102187Z" - description: Sets up a deployment of the PushProx proxy and a DaemonSet of PushProx clients. + description: Sets up a deployment of the PushProx proxy and a DaemonSet of PushProx + clients. digest: cb9552eb4ee8899ef1af5583c8080c27227dd3b10d919748f2caf79cb8197198 name: rancher-pushprox type: application @@ -3253,7 +8415,8 @@ entries: apiVersion: v1 appVersion: 0.1.0 created: "2021-04-29T21:41:01.60046864Z" - description: Sets up a deployment of the PushProx proxy and a DaemonSet of PushProx clients. + description: Sets up a deployment of the PushProx proxy and a DaemonSet of PushProx + clients. digest: a4b3506a74ea6cc4e8c6610cb92451d3072f4f7bac7b503e2dea9423697eaf68 name: rancher-pushprox type: application @@ -3269,7 +8432,8 @@ entries: apiVersion: v1 appVersion: 0.1.0 created: "2021-04-29T21:41:01.59979139Z" - description: Sets up a deployment of the PushProx proxy and a DaemonSet of PushProx clients. + description: Sets up a deployment of the PushProx proxy and a DaemonSet of PushProx + clients. digest: 4b53e4de2aede1f3d63c815ca36bd61f31d38c59769d9982b14aca3bbf575724 name: rancher-pushprox type: application @@ -3285,7 +8449,8 @@ entries: apiVersion: v1 appVersion: 0.1.0 created: "2021-04-29T21:41:01.599134641Z" - description: Sets up a deployment of the PushProx proxy and a DaemonSet of PushProx clients. + description: Sets up a deployment of the PushProx proxy and a DaemonSet of PushProx + clients. digest: 73b11a51246c216a7587628fee346541d6b5e82246e11d586b4926254f7999fa name: rancher-pushprox type: application @@ -3308,6 +8473,66 @@ entries: urls: - released/assets/rancher-sachet/rancher-sachet-1.0.100.tgz version: 1.0.100 + - annotations: + catalog.cattle.io/certified: rancher + catalog.cattle.io/hidden: "true" + catalog.cattle.io/os: linux + catalog.cattle.io/release-name: rancher-sachet + apiVersion: v2 + appVersion: 0.2.3 + created: "2021-04-30T19:59:53.106174211Z" + description: A Helm chart for Sachet based on the upstream https://github.com/messagebird/sachet + digest: 8d79dfe8930a299c2c74d83ef6d0010837034e225be6a910907eb7b6ea291686 + name: rancher-sachet + type: application + urls: + - assets/rancher-sachet/rancher-sachet-1.0.100-rc04.tgz + version: 1.0.100-rc04 + - annotations: + catalog.cattle.io/certified: rancher + catalog.cattle.io/hidden: "true" + catalog.cattle.io/os: linux + catalog.cattle.io/release-name: rancher-sachet + apiVersion: v2 + appVersion: 0.2.3 + created: "2021-04-30T19:59:53.105660907Z" + description: A Helm chart for Sachet based on the upstream https://github.com/messagebird/sachet + digest: 4ec33ae6d4c144606cc913d950decf38cbf15d17edddbe733ad5fb30b7035ca9 + name: rancher-sachet + type: application + urls: + - assets/rancher-sachet/rancher-sachet-1.0.100-rc03.tgz + version: 1.0.100-rc03 + - annotations: + catalog.cattle.io/certified: rancher + catalog.cattle.io/hidden: "true" + catalog.cattle.io/os: linux + catalog.cattle.io/release-name: rancher-sachet + apiVersion: v2 + appVersion: 0.2.3 + created: "2021-04-30T19:59:53.105094401Z" + description: A Helm chart for Sachet based on the upstream https://github.com/messagebird/sachet + digest: 74196eda6a9cc9798af4afe7c56ee7ec0cb834ace80725002be6d06944a0a93c + name: rancher-sachet + type: application + urls: + - assets/rancher-sachet/rancher-sachet-1.0.100-rc02.tgz + version: 1.0.100-rc02 + - annotations: + catalog.cattle.io/certified: rancher + catalog.cattle.io/hidden: "true" + catalog.cattle.io/os: linux + catalog.cattle.io/release-name: rancher-sachet + apiVersion: v2 + appVersion: 0.2.3 + created: "2021-04-30T19:59:53.104578396Z" + description: A Helm chart for Sachet based on the upstream https://github.com/messagebird/sachet + digest: 99cd90346300c4ce75f2220100729bbfe410d46a5eaf7c1ebe6566a02a8d4aa7 + name: rancher-sachet + type: application + urls: + - assets/rancher-sachet/rancher-sachet-1.0.100-rc01.tgz + version: 1.0.100-rc01 rancher-tracing: - annotations: catalog.cattle.io/hidden: "true" @@ -3318,12 +8543,48 @@ entries: apiVersion: v1 appVersion: 1.20.0 created: "2021-04-29T21:41:01.604119211Z" - description: A quick start Jaeger Tracing installation using the all-in-one demo. This is not production qualified. Refer to https://www.jaegertracing.io/ for details. + description: A quick start Jaeger Tracing installation using the all-in-one demo. + This is not production qualified. Refer to https://www.jaegertracing.io/ for + details. digest: 61e6583a77e391c8cd432d7a2e3faed57a35868de95a7cc1ab127154f179403c name: rancher-tracing urls: - released/assets/rancher-tracing/rancher-tracing-1.20.100.tgz version: 1.20.100 + - annotations: + catalog.cattle.io/hidden: "true" + catalog.cattle.io/os: linux + catalog.rancher.io/certified: rancher + catalog.rancher.io/namespace: istio-system + catalog.rancher.io/release-name: rancher-tracing + apiVersion: v1 + appVersion: 1.20.0 + created: "2021-04-30T19:59:53.108012829Z" + description: A quick start Jaeger Tracing installation using the all-in-one demo. + This is not production qualified. Refer to https://www.jaegertracing.io/ for + details. + digest: 61b3d284ec933f00c11a42c1dbdfe38d3e379927ebd0c73e24bd1d7390cee8fc + name: rancher-tracing + urls: + - assets/rancher-tracing/rancher-tracing-1.20.100-rc01.tgz + version: 1.20.100-rc01 + - annotations: + catalog.cattle.io/hidden: "true" + catalog.cattle.io/os: linux + catalog.rancher.io/certified: rancher + catalog.rancher.io/namespace: istio-system + catalog.rancher.io/release-name: rancher-tracing + apiVersion: v1 + appVersion: 1.20.0 + created: "2021-04-30T19:59:53.107367823Z" + description: A quick start Jaeger Tracing installation using the all-in-one demo. + This is not production qualified. Refer to https://www.jaegertracing.io/ for + details. + digest: 7e19a5cfbfeeb9b82d2711c313c9e412dfeba1e68a423f86340336bbcfc1d925 + name: rancher-tracing + urls: + - assets/rancher-tracing/rancher-tracing-1.20.100-rc00.tgz + version: 1.20.100-rc00 - annotations: catalog.cattle.io/hidden: "true" catalog.cattle.io/os: linux @@ -3333,12 +8594,31 @@ entries: apiVersion: v1 appVersion: 1.20.0 created: "2021-04-29T21:41:01.60356677Z" - description: A quick start Jaeger Tracing installation using the all-in-one demo. This is not production qualified. Refer to https://www.jaegertracing.io/ for details. + description: A quick start Jaeger Tracing installation using the all-in-one demo. + This is not production qualified. Refer to https://www.jaegertracing.io/ for + details. digest: 509c4d245fb245157d16b643f55aa9437cbfe19e087326b0f609cae58d0b5499 name: rancher-tracing urls: - released/assets/rancher-tracing/rancher-tracing-1.20.002.tgz version: 1.20.002 + - annotations: + catalog.cattle.io/hidden: "true" + catalog.cattle.io/os: linux + catalog.rancher.io/certified: rancher + catalog.rancher.io/namespace: istio-system + catalog.rancher.io/release-name: rancher-tracing + apiVersion: v1 + appVersion: 1.20.0 + created: "2021-04-30T19:59:53.106750017Z" + description: A quick start Jaeger Tracing installation using the all-in-one demo. + This is not production qualified. Refer to https://www.jaegertracing.io/ for + details. + digest: 8fbbcfc0bf2754114245db70a8ba16b8e306c33d0b9208cdf3a69e9a9f8db3de + name: rancher-tracing + urls: + - assets/rancher-tracing/rancher-tracing-1.20.002-rc00.tgz + version: 1.20.002-rc00 - annotations: catalog.cattle.io/hidden: "true" catalog.cattle.io/os: linux @@ -3348,7 +8628,9 @@ entries: apiVersion: v1 appVersion: 1.20.0 created: "2021-04-29T21:41:01.60289112Z" - description: A quick start Jaeger Tracing installation using the all-in-one demo. This is not production qualified. Refer to https://www.jaegertracing.io/ for details. + description: A quick start Jaeger Tracing installation using the all-in-one demo. + This is not production qualified. Refer to https://www.jaegertracing.io/ for + details. digest: 1a64b24b3b320407191918acef460ceceebb462b01b7a820568e81a81f89e8b9 name: rancher-tracing urls: @@ -3378,6 +8660,29 @@ entries: urls: - released/assets/rancher-vsphere-cpi/rancher-vsphere-cpi-1.0.000.tgz version: 1.0.000 + - annotations: + catalog.cattle.io/certified: rancher + catalog.cattle.io/display-name: vSphere CPI + catalog.cattle.io/namespace: kube-system + catalog.cattle.io/os: linux + catalog.cattle.io/release-name: vsphere-cpi + apiVersion: v1 + appVersion: 1.0.0 + created: "2021-04-30T19:59:53.108477033Z" + description: vSphere Cloud Provider Interface (CPI) + digest: 0b8e2dfc8e7a4fbe6e77b57377085f51ecd98cfbbaa1fa3cabecd1ca20bdddf3 + icon: https://charts.rancher.io/assets/logos/vsphere-cpi.svg + keywords: + - infrastructure + maintainers: + - email: caleb@rancher.com + name: Rancher + name: rancher-vsphere-cpi + sources: + - https://github.com/kubernetes/cloud-provider-vsphere + urls: + - assets/rancher-vsphere-cpi/rancher-vsphere-cpi-1.0.000-rc01.tgz + version: 1.0.000-rc01 rancher-vsphere-csi: - annotations: catalog.cattle.io/certified: rancher @@ -3402,7 +8707,49 @@ entries: urls: - released/assets/rancher-vsphere-csi/rancher-vsphere-csi-2.1.000.tgz version: 2.1.000 + - annotations: + catalog.cattle.io/certified: rancher + catalog.cattle.io/display-name: vSphere CSI + catalog.cattle.io/namespace: kube-system + catalog.cattle.io/os: linux + catalog.cattle.io/release-name: vsphere-csi + apiVersion: v1 + appVersion: 2.1.0 + created: "2021-04-30T19:59:53.10927614Z" + description: vSphere Cloud Storage Interface (CSI) + digest: cbfdb71894414d8fcad2afee370f5a254516342002dec62cfd2fabd0e505439f + icon: https://charts.rancher.io/assets/logos/vsphere-csi.svg + keywords: + - infrastructure + maintainers: + - email: caleb@rancher.com + name: Rancher + name: rancher-vsphere-csi + sources: + - https://github.com/kubernetes-sigs/vsphere-csi-driver + urls: + - assets/rancher-vsphere-csi/rancher-vsphere-csi-2.1.000-rc01.tgz + version: 2.1.000-rc01 rancher-webhook: + - annotations: + catalog.cattle.io/certified: rancher + catalog.cattle.io/hidden: "true" + catalog.cattle.io/namespace: cattle-system + catalog.cattle.io/os: linux + catalog.cattle.io/release-name: rancher-webhook + apiVersion: v2 + appVersion: 0.2.0-alpha + created: "2021-04-30T19:59:53.110526052Z" + dependencies: + - condition: capi.enabled + name: capi + repository: "" + description: ValidatingAdmissionWebhook for Rancher types + digest: 47bca0f659abf7fc263a6d2670c8abba30ee84640200d1254eee1cb9d7ac1044 + name: rancher-webhook + urls: + - assets/rancher-webhook/rancher-webhook-0.2.0-alpha01-rc01.tgz + version: 0.2.0-alpha01-rc01 - annotations: catalog.cattle.io/certified: rancher catalog.cattle.io/hidden: "true" @@ -3437,6 +8784,51 @@ entries: urls: - released/assets/rancher-webhook/rancher-webhook-0.1.000.tgz version: 0.1.000 + - annotations: + catalog.cattle.io/certified: rancher + catalog.cattle.io/hidden: "true" + catalog.cattle.io/namespace: cattle-system + catalog.cattle.io/os: linux + catalog.cattle.io/release-name: rancher-webhook + apiVersion: v2 + appVersion: 0.1.0 + created: "2021-04-30T19:59:53.110182749Z" + description: ValidatingAdmissionWebhook for Rancher types + digest: afc6419154facc66d3fce4dd0073c48202a92516d4802b8af08c279da57a4f44 + name: rancher-webhook + urls: + - assets/rancher-webhook/rancher-webhook-0.1.000-rc02.tgz + version: 0.1.000-rc02 + - annotations: + catalog.cattle.io/certified: rancher + catalog.cattle.io/hidden: "true" + catalog.cattle.io/namespace: cattle-system + catalog.cattle.io/os: linux + catalog.cattle.io/release-name: rancher-webhook + apiVersion: v2 + appVersion: 0.1.0 + created: "2021-04-30T19:59:53.109857946Z" + description: ValidatingAdmissionWebhook for Rancher types + digest: 7143e87ba2f5f63266d1994f40d826f96a42491b73ae6551c212035ea0ef0e89 + name: rancher-webhook + urls: + - assets/rancher-webhook/rancher-webhook-0.1.000-rc01.tgz + version: 0.1.000-rc01 + - annotations: + catalog.cattle.io/certified: rancher + catalog.cattle.io/hidden: "true" + catalog.cattle.io/namespace: cattle-system + catalog.cattle.io/os: linux + catalog.cattle.io/release-name: rancher-webhook + apiVersion: v2 + appVersion: 0.1.0-beta9 + created: "2021-04-30T19:59:53.109551743Z" + description: ValidatingAdmissionWebhook for Rancher types + digest: bcc2ab96dfeb47d3536d6db28d95ff1c15dc48e67787fc91e01ed49d9a4850a9 + name: rancher-webhook + urls: + - assets/rancher-webhook/rancher-webhook-0.1.0-beta901-rc00.tgz + version: 0.1.0-beta901-rc00 - annotations: catalog.cattle.io/certified: rancher catalog.cattle.io/hidden: "true" @@ -3517,6 +8909,119 @@ entries: urls: - released/assets/rancher-windows-exporter/rancher-windows-exporter-0.1.000.tgz version: 0.1.000 + - annotations: + catalog.cattle.io/hidden: "true" + catalog.cattle.io/os: windows + catalog.rancher.io/certified: rancher + catalog.rancher.io/namespace: cattle-monitoring-system + catalog.rancher.io/release-name: rancher-windows-exporter + apiVersion: v1 + appVersion: 0.0.4 + created: "2021-04-30T19:59:53.113936284Z" + description: Sets up monitoring metrics from Windows nodes via Prometheus windows-exporter + digest: 1191ed3ce2de19d0aaa9b165d16914e5b86c62764ed508d426950e34aa1cd43c + maintainers: + - email: arvind.iyengar@rancher.com + name: aiyengar2 + name: rancher-windows-exporter + type: application + urls: + - assets/rancher-windows-exporter/rancher-windows-exporter-0.1.000-rc05.tgz + version: 0.1.000-rc05 + - annotations: + catalog.cattle.io/hidden: "true" + catalog.cattle.io/os: windows + catalog.rancher.io/certified: rancher + catalog.rancher.io/namespace: cattle-monitoring-system + catalog.rancher.io/release-name: rancher-windows-exporter + apiVersion: v1 + appVersion: 0.0.4 + created: "2021-04-30T19:59:53.113385279Z" + description: Sets up monitoring metrics from Windows nodes via Prometheus windows-exporter + digest: bab5d531f83a9c295bd60aa9d1765115c611c690a260a8e4836e98596985b7e5 + maintainers: + - email: arvind.iyengar@rancher.com + name: aiyengar2 + name: rancher-windows-exporter + type: application + urls: + - assets/rancher-windows-exporter/rancher-windows-exporter-0.1.000-rc04.tgz + version: 0.1.000-rc04 + - annotations: + catalog.cattle.io/hidden: "true" + catalog.cattle.io/os: windows + catalog.rancher.io/certified: rancher + catalog.rancher.io/namespace: cattle-monitoring-system + catalog.rancher.io/release-name: rancher-windows-exporter + apiVersion: v1 + appVersion: 0.0.4 + created: "2021-04-30T19:59:53.112800973Z" + description: Sets up monitoring metrics from Windows nodes via Prometheus windows-exporter + digest: 684f92b3640ed32b9aafd8e3a8adcb5af9b1d636273cd5a9a44b8eac06508f50 + maintainers: + - email: arvind.iyengar@rancher.com + name: aiyengar2 + name: rancher-windows-exporter + type: application + urls: + - assets/rancher-windows-exporter/rancher-windows-exporter-0.1.000-rc03.tgz + version: 0.1.000-rc03 + - annotations: + catalog.cattle.io/hidden: "true" + catalog.cattle.io/os: windows + catalog.rancher.io/certified: rancher + catalog.rancher.io/namespace: cattle-monitoring-system + catalog.rancher.io/release-name: rancher-windows-exporter + apiVersion: v1 + appVersion: 0.0.4 + created: "2021-04-30T19:59:53.112288269Z" + description: Sets up monitoring metrics from Windows nodes via Prometheus windows-exporter + digest: 90b74dc45fc84c1080235f20849f7e45bfa7c32469e257f53740a5d208b4dbea + maintainers: + - email: arvind.iyengar@rancher.com + name: aiyengar2 + name: rancher-windows-exporter + type: application + urls: + - assets/rancher-windows-exporter/rancher-windows-exporter-0.1.000-rc02.tgz + version: 0.1.000-rc02 + - annotations: + catalog.cattle.io/hidden: "true" + catalog.cattle.io/os: windows + catalog.rancher.io/certified: rancher + catalog.rancher.io/namespace: cattle-monitoring-system + catalog.rancher.io/release-name: rancher-windows-exporter + apiVersion: v1 + appVersion: 0.0.4 + created: "2021-04-30T19:59:53.111706163Z" + description: Sets up monitoring metrics from Windows nodes via Prometheus windows-exporter + digest: f00af930f333b1458152ac6befb0a68f33112a54d5cb8aca6777436f342f50aa + maintainers: + - email: arvind.iyengar@rancher.com + name: aiyengar2 + name: rancher-windows-exporter + type: application + urls: + - assets/rancher-windows-exporter/rancher-windows-exporter-0.1.000-rc01.tgz + version: 0.1.000-rc01 + - annotations: + catalog.cattle.io/os: windows + catalog.rancher.io/certified: rancher + catalog.rancher.io/namespace: cattle-monitoring-system + catalog.rancher.io/release-name: rancher-windows-exporter + apiVersion: v1 + appVersion: 0.0.4 + created: "2021-04-30T19:59:53.111091057Z" + description: Sets up monitoring metrics from Windows nodes via Prometheus windows-exporter + digest: b90e452266b18882787703a371ff4ac135b51439d022e9e75370f17c7076fc69 + maintainers: + - email: arvind.iyengar@rancher.com + name: aiyengar2 + name: rancher-windows-exporter + type: application + urls: + - assets/rancher-windows-exporter/rancher-windows-exporter-0.1.000-rc00.tgz + version: 0.1.000-rc00 rancher-wins-upgrader: - annotations: catalog.cattle.io/certified: rancher @@ -3526,7 +9031,8 @@ entries: apiVersion: v2 appVersion: 0.1.0 created: "2021-04-29T21:41:01.607850989Z" - description: Manages upgrading the wins server version and configuration across all of your Windows nodes + description: Manages upgrading the wins server version and configuration across + all of your Windows nodes digest: d342f662fe34fa73941a21c23936301280575151557e92507f0c928c8973b5d9 maintainers: - email: arvind.iyengar@suse.com @@ -3536,6 +9042,82 @@ entries: urls: - released/assets/rancher-wins-upgrader/rancher-wins-upgrader-0.0.100.tgz version: 0.0.100 + - annotations: + catalog.cattle.io/certified: rancher + catalog.cattle.io/namespace: cattle-wins-system + catalog.cattle.io/os: windows + catalog.cattle.io/release-name: rancher-wins-upgrader + apiVersion: v2 + appVersion: 0.1.0 + created: "2021-04-30T19:59:53.116981912Z" + description: Manages upgrading the wins server version and configuration across + all of your Windows nodes + digest: 21c7e3d91197aeb05a924a03c89f96d41e33f1328fbc309f4e04e2664ec07417 + maintainers: + - email: arvind.iyengar@suse.com + name: aiyengar2 + name: rancher-wins-upgrader + type: application + urls: + - assets/rancher-wins-upgrader/rancher-wins-upgrader-0.0.100-rc03.tgz + version: 0.0.100-rc03 + - annotations: + catalog.cattle.io/certified: rancher + catalog.cattle.io/namespace: cattle-wins-system + catalog.cattle.io/os: windows + catalog.cattle.io/release-name: rancher-wins-upgrader + apiVersion: v2 + appVersion: 0.1.0 + created: "2021-04-30T19:59:53.116130104Z" + description: Manages upgrading the wins server version and configuration across + all of your Windows nodes + digest: 7df2dc9a38c73fadcaffa61d77490fa48f6ab5dbb98ea8ece5b704ceab400ba6 + maintainers: + - email: arvind.iyengar@suse.com + name: aiyengar2 + name: rancher-wins-upgrader + type: application + urls: + - assets/rancher-wins-upgrader/rancher-wins-upgrader-0.0.100-rc02.tgz + version: 0.0.100-rc02 + - annotations: + catalog.cattle.io/certified: rancher + catalog.cattle.io/namespace: cattle-wins-system + catalog.cattle.io/os: windows + catalog.cattle.io/release-name: rancher-wins-upgrader + apiVersion: v2 + appVersion: 0.1.0 + created: "2021-04-30T19:59:53.115090695Z" + description: Manages upgrading the wins server version and configuration across + all of your Windows nodes + digest: 1dcb86486c0d88b3eb74638cd6aa9c2d2652c3a5e148b77697c0a4c0354a7e03 + maintainers: + - email: arvind.iyengar@suse.com + name: aiyengar2 + name: rancher-wins-upgrader + type: application + urls: + - assets/rancher-wins-upgrader/rancher-wins-upgrader-0.0.100-rc01.tgz + version: 0.0.100-rc01 + - annotations: + catalog.cattle.io/os: windows + catalog.rancher.io/certified: rancher + catalog.rancher.io/namespace: cattle-wins-system + catalog.rancher.io/release-name: rancher-wins-upgrader + apiVersion: v2 + appVersion: 0.1.0 + created: "2021-04-30T19:59:53.11452999Z" + description: Manages upgrading the wins server version and configuration across + all of your Windows nodes + digest: 02c0c5e64d4bb535220c4a0027c30519663c94ac3b0c02062628073df8b8457f + maintainers: + - email: arvind.iyengar@suse.com + name: aiyengar2 + name: rancher-wins-upgrader + type: application + urls: + - assets/rancher-wins-upgrader/rancher-wins-upgrader-0.0.100-rc00.tgz + version: 0.0.100-rc00 rio: - annotations: catalog.cattle.io/certified: rancher @@ -3556,6 +9138,25 @@ entries: urls: - released/assets/rio/rio-0.8.001.tgz version: 0.8.001 + - annotations: + catalog.cattle.io/certified: rancher + catalog.cattle.io/display-name: Rio + catalog.cattle.io/experimental: "true" + catalog.cattle.io/hidden: "true" + catalog.cattle.io/namespace: rio-system + catalog.cattle.io/release-name: rio + catalog.cattle.io/requires-gvr: networking.istio.io.virtualservice/v1beta1 + apiVersion: v1 + appVersion: 0.8.0 + created: "2021-04-30T19:59:53.117674219Z" + description: The application deployment engine for Kubernetes + digest: 5936209cbf90fa116da0907fbcf6fef4a4f392f1d1ff9b04a21cd83bb66dfc69 + home: https://rio.io + icon: https://charts.rancher.io/assets/logos/rio.svg + name: rio + urls: + - assets/rio/rio-0.8.001-rc00.tgz + version: 0.8.001-rc00 - annotations: catalog.cattle.io/certified: rancher catalog.cattle.io/display-name: Rio @@ -3595,4 +9196,22 @@ entries: urls: - released/assets/system-upgrade-controller/system-upgrade-controller-0.7.001.tgz version: 0.7.001 + - annotations: + catalog.cattle.io/certified: rancher + catalog.cattle.io/hidden: "true" + catalog.cattle.io/namespace: cattle-system + catalog.cattle.io/os: linux + catalog.cattle.io/release-name: system-upgrade-controller + apiVersion: v1 + appVersion: v0.7.0 + created: "2021-04-30T19:59:53.118182024Z" + description: General purpose controller to make system level updates to nodes + digest: 4db3c4de021cb1e5cd27b8efd218d6e1d3edaa404d2148057b118893a98d1122 + home: https://github.com/rancher/system-charts/charts/system-upgrade-controller + name: system-upgrade-controller + sources: + - https://github.com/rancher/system-charts/charts/system-upgrade-controller + urls: + - assets/system-upgrade-controller/system-upgrade-controller-0.7.001-rc01.tgz + version: 0.7.001-rc01 generated: "2021-04-29T21:41:01.295118025Z"