From 58efd6d482442e2e8fd9c5d70dd9aaafbe8ccba6 Mon Sep 17 00:00:00 2001 From: actions Date: Tue, 4 May 2021 04:20:33 +0000 Subject: [PATCH] Merge pull request #1177 from prachidamle/tag_cis Updating CIS chart image tags to use non-rc tags to release 1.0.400 --- .../rancher-cis-benchmark-1.0.400-rc07.tgz | Bin 0 -> 5082 bytes ...rancher-cis-benchmark-crd-1.0.400-rc07.tgz | Bin 0 -> 1454 bytes .../1.0.400-rc07/Chart.yaml | 10 + .../1.0.400-rc07/README.md | 2 + .../1.0.400-rc07/templates/clusterscan.yaml | 149 + .../templates/clusterscanbenchmark.yaml | 55 + .../templates/clusterscanprofile.yaml | 37 + .../templates/clusterscanreport.yaml | 40 + .../1.0.400-rc07/Chart.yaml | 18 + .../1.0.400-rc07/README.md | 9 + .../1.0.400-rc07/app-readme.md | 15 + .../1.0.400-rc07/templates/_helpers.tpl | 23 + .../1.0.400-rc07/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-rc07/templates/cis-roles.yaml | 49 + .../1.0.400-rc07/templates/configmap.yaml | 17 + .../1.0.400-rc07/templates/deployment.yaml | 57 + .../templates/network_policy_allow_all.yaml | 15 + .../patch_default_serviceaccount.yaml | 20 + .../1.0.400-rc07/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-rc07/templates/scanprofileeks.yml | 9 + .../1.0.400-rc07/templates/scanprofilegke.yml | 9 + .../templates/serviceaccount.yaml | 14 + .../templates/validate-install-crd.yaml | 17 + .../1.0.400-rc07/values.yaml | 45 + index.yaml | 4635 ++++++++++++++++- 51 files changed, 5476 insertions(+), 46 deletions(-) create mode 100755 assets/rancher-cis-benchmark/rancher-cis-benchmark-1.0.400-rc07.tgz create mode 100755 assets/rancher-cis-benchmark/rancher-cis-benchmark-crd-1.0.400-rc07.tgz create mode 100755 charts/rancher-cis-benchmark/rancher-cis-benchmark-crd/1.0.400-rc07/Chart.yaml create mode 100755 charts/rancher-cis-benchmark/rancher-cis-benchmark-crd/1.0.400-rc07/README.md create mode 100755 charts/rancher-cis-benchmark/rancher-cis-benchmark-crd/1.0.400-rc07/templates/clusterscan.yaml create mode 100755 charts/rancher-cis-benchmark/rancher-cis-benchmark-crd/1.0.400-rc07/templates/clusterscanbenchmark.yaml create mode 100755 charts/rancher-cis-benchmark/rancher-cis-benchmark-crd/1.0.400-rc07/templates/clusterscanprofile.yaml create mode 100755 charts/rancher-cis-benchmark/rancher-cis-benchmark-crd/1.0.400-rc07/templates/clusterscanreport.yaml create mode 100755 charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc07/Chart.yaml create mode 100755 charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc07/README.md create mode 100755 charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc07/app-readme.md create mode 100755 charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc07/templates/_helpers.tpl create mode 100755 charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc07/templates/alertingrule.yaml create mode 100755 charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc07/templates/benchmark-cis-1.5.yaml create mode 100755 charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc07/templates/benchmark-cis-1.6.yaml create mode 100755 charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc07/templates/benchmark-eks-1.0.yaml create mode 100755 charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc07/templates/benchmark-gke-1.0.yaml create mode 100755 charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc07/templates/benchmark-k3s-cis-1.6-hardened.yaml create mode 100755 charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc07/templates/benchmark-k3s-cis-1.6-permissive.yaml create mode 100755 charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc07/templates/benchmark-rke-cis-1.5-hardened.yaml create mode 100755 charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc07/templates/benchmark-rke-cis-1.5-permissive.yaml create mode 100755 charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc07/templates/benchmark-rke-cis-1.6-hardened.yaml create mode 100755 charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc07/templates/benchmark-rke-cis-1.6-permissive.yaml create mode 100755 charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc07/templates/benchmark-rke2-cis-1.5-hardened.yaml create mode 100755 charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc07/templates/benchmark-rke2-cis-1.5-permissive.yaml create mode 100755 charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc07/templates/benchmark-rke2-cis-1.6-hardened.yaml create mode 100755 charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc07/templates/benchmark-rke2-cis-1.6-permissive.yaml create mode 100755 charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc07/templates/cis-roles.yaml create mode 100755 charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc07/templates/configmap.yaml create mode 100755 charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc07/templates/deployment.yaml create mode 100755 charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc07/templates/network_policy_allow_all.yaml create mode 100755 charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc07/templates/patch_default_serviceaccount.yaml create mode 100755 charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc07/templates/rbac.yaml create mode 100755 charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc07/templates/scanprofile-cis-1.5.yml create mode 100755 charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc07/templates/scanprofile-cis-1.6.yaml create mode 100755 charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc07/templates/scanprofile-k3s-cis-1.6-hardened.yml create mode 100755 charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc07/templates/scanprofile-k3s-cis-1.6-permissive.yml create mode 100755 charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc07/templates/scanprofile-rke-1.5-hardened.yml create mode 100755 charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc07/templates/scanprofile-rke-1.5-permissive.yml create mode 100755 charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc07/templates/scanprofile-rke-1.6-hardened.yaml create mode 100755 charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc07/templates/scanprofile-rke-1.6-permissive.yaml create mode 100755 charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc07/templates/scanprofile-rke2-cis-1.5-hardened.yml create mode 100755 charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc07/templates/scanprofile-rke2-cis-1.5-permissive.yml create mode 100755 charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc07/templates/scanprofile-rke2-cis-1.6-hardened.yml create mode 100755 charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc07/templates/scanprofile-rke2-cis-1.6-permissive.yml create mode 100755 charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc07/templates/scanprofileeks.yml create mode 100755 charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc07/templates/scanprofilegke.yml create mode 100755 charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc07/templates/serviceaccount.yaml create mode 100755 charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc07/templates/validate-install-crd.yaml create mode 100755 charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc07/values.yaml mode change 100644 => 100755 index.yaml diff --git a/assets/rancher-cis-benchmark/rancher-cis-benchmark-1.0.400-rc07.tgz b/assets/rancher-cis-benchmark/rancher-cis-benchmark-1.0.400-rc07.tgz new file mode 100755 index 0000000000000000000000000000000000000000..bb259eeca9ea26abb967118ff73c27e2034d7365 GIT binary patch literal 5082 zcmV<06D8~)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>$Q8w$L-FGR{OZy>Ary0 zV^qG0BB_XY(fa1P@}2umh%m+#QIs<|r~$Y{5ucA8mnh|{eiunEj3a3lM z72cl%qTER#2N#8+BZ^*HyfB+bW$2T6gOLCSaCUJGKPD9v=GXaTNL(C%ZVeAn5XD79 z&ZWYjun3m}@F|OaEldpszoj0^#`snko{Kcc^&_cJNS83#yloej7w99A7#0G0Mh9 zyeW5(=thF7Ihg(dXFy;Y4N)*uD0QQ4_iNPE+$Tzfa?otLT1!YLZn2pxQlgSgpO3k0 z>IP^owi}MT9oMEfpK;;IL9LNiT6;)dw@EKeCtIzCa9by}rv}aMh>G?9E%76ik7WQh z=>JZu-^=U&j#IOD^J&)0JZs1RJB*GRIa z7fbBgeWzQi36wk%F3JJi-PZtK!aooq84=%~gFu%D0WuF5S6W^&M3;`{;Kd`8mIlH+ zoxw+Pi=gyi5Iqju|Ne^@d3|*9xi20G}zrcW--Xpk?@aHfT#K>l(P{6B&s9!lT z(|{`D+`I$;H;e|*Znc8=cYuKz)^_LZC5^lIHA1;=u8bSTvWwX8)1N0@PKkBQ!$n~iC zL+u}wd3+`ly$&<#`#?M|6^|m6DPzLTdKI*lkw-P1Wr#kX#kVu2Mw{Ci7gL`TPlC%M zUuOmBPSA^dG=77caEV!twUyB{i8ng&Cd1tJsR2{eHYvNH*0#uaj)Sx8&$9>m>8}xsxchX+g|DD#!akc+f z3gz^s^$nfaF|?>}G?uoX0?xFnN!i$Oxj-%*mj}(;c5OL<5^ z47qn{o!oQgg`6_$9XB8}KCeq<>;tFz>i46rHsL?B$xCIU?Huo+1UBKn)9L2$-|qBV z75>YhJi3=5lcM^}Ix5#LVT)b)ReZ;DBt>ZK-+Z(?>mpve29*6Z-Ca&=uD6}`vD2#m zUXb;D(60FJmxcd!h5s_>5cu!!jsJdy|B`8Y{Nq%QZR;TT?^X8yiRf|hAJ38X_{XWN z9DwIU+v9&c#S-z~>s9zKgB}Ox6I62@xJL^tMw58}Z-E z@Bej=JJs_arO@Nzzi5uER|eDWgU&#w*NtZvQ)-%Kn!^ zhr|Ci_P^2qPfh#azl8OFzg_MBmqLfa|2FIYP3W&q0}oI8;lBj?Up@a_3LOsrk755S z4RC1M3ICn_HUM_Vf46^9J^xz@Jv#nZ=g5Qb?>vbAw-x>mOnc&gCkJ3N{*UwazuT^! z|0{(Ki2p4efJy^ACGCa(9X9~>vj5fdKc&#Y@W15-z=P0bno!t~AD#DT`7=!AI1` z!nDGh0z)p8O}a%flmqx&cLfrK^&_Z9p%-6y=%c*~iE=0Pqxu+?{yDQhq3%c6b* zXFlFvuCMU9PQp+c28;V9WQI;F#Alp2ZTD_1iem~DiJP+#9S0=L$|X&G^~0-`m%$%p zy4+HneTTE<4>k|h^M7g`R?+^n(f%h>;c)if1pCO@|4ye`|Cd6sjy9uwNy2=f*;R!d zM<{9(tJ7V=cqDumAt*DejE^x-2vMYAlHv%x0@OUj8tB!-0Dfy2CG{WnxX_+K#x2S$ zK}=Wzo$o*YyfI_nvhHMg>xD>ue{-d5TER;0esOM`$^q1IDwAZblE=DN_3@&0Cf;9H z=UjTedWE6R7Z1e2H}3O7q?ukNp_L$|R0uZYXr>);bgE25Qahn6 zA-i3z;rjgSZ&w$ee!jUrJNeKbj<@u+pi?i#Sk3U^~ zTIKv|(>!_g5bx{rzn|-|d9cMX+ayTthUT7sIQ{Yc`MYg6CgIjH;W14_-a7mSUn8!t zu&VceyZ&^3b@So$vUs?QLs@1*31_*ktO7ON-8De*pGn}S%oeeze*;FDhfG1cv*5H8 z4moAD_?STcGYm;JCeU5c)TeauWaOfuu0a!Kd>@1b435YXIRIOdrJY;0Vo>_l=1GMxr6x|c7A@Ehsh@5 zg)L*Q&+X+?%lbLeCj6UC@6=IPc3QX90UPk&?ykgt>9s5TmqU5{5A}F2F#q3tSb%gh zDH@X00CL}t0;o^W4;(pZPB@>|2M}_plJ7?y*qXbsugg}8=CWj+LYD^t(bM2_J+2^g4hHpQsoBFa(=C132=)JW|E!Zp@jz#| zUK)i@e2VO!_4wNp_wiAN@yNv3oHjIA{b-}r(8Y$to$}G>Jq@TDK)cfOJJ2TmZw~mr z@jFnP^#956N&fo}?UU;L-%@DX!`vY%vgt%OyKzRs&{0xG|9vA|9 zFMix+t07&%|0eyPIp14EfZx#?Y+V1hI{EmIy_4$w?^0;@=Rf0<+4a%ilM~0H)xqki zv9ny`FrvPqYyfp7BCMy*eL6R@Ej5R_Pc6akn|8XrQ*L| z;s2Xx7yK7Tfc^IOzq;L({r{8d`HynwG4WsYbW-{f*kP4HVc^-PmhJaI`{F2b%hG(e`(r;u)w9EqR1J|yysg3dm*Sic+E2mia+{ulfC|NVaD|Cd6C!vD&f7iDRH%J%O> zyW@Y?=&#%0Kkxr{d)4><%b^nNf4?;JS8M;BX&?OW7X5V}``>F-@n6fKQtW@38lbZO zJJF8#FNy&B&GDbR-Tun+zg7JAa_EuqzxsA`Ne2MMk!PP;y3e2X#{UkR02}e&%b)-E zjyqNSr&8$P_%H1MU|sClrb*Q_5GJ}C>QUw@b%U_(zlQFxcRl%y#9IoHax+**SS7E^%y@yoA7^2eCiQ}$?MP! zS8V;+`01mncxDz5&9PTN}s?*ejN}K4IX}7U^nIBILwP#7i z`v2@6j|$??tbm#j1ukJQ zMDX~G`J8y@IknnLxUjmwMt-Y(`SPVUK|e^fN#S$`rwI)kFU~q^#zBMz%Xy|IG@If1 z)T2@!72}_TVM8GC0(=Y|umS(QcK-dZ_VG!#!hb2W2LDn+KQXl_=$GJa;Lk_afXBd& zw26n$n$_zwWct>K3%Jl%3>93*4BjkshWzFAM5#~?n$6j4=D0Me#NlGR`21vZp+=f- zoLcR_xPZVq2O};5qYt#cneZ7X4v|FDun`g!2|NOUBNRG?M*=>3+|AS*W598F(9|i( zjpl8~`L&76d<4&EG=1mT)Sr<~tb3%bko!KLX(?#E#u+jt2en!QK4*2!qV6$OlW1tF zPHN3&d;<+w(ZLhKJUtvfiI_W~Z2W)!tE>L3MPxx-$e()_swNKgEJ0udl%+{PTaG+?86Bywv4O3s# z18^g$c(4e!XQP=jTTh6dtvG47ky{X;M~OmzuE#vm!=QLPzZc`BMY`}%7E2~LUG4T7 zF{j0g1ikFbB#ac-u!vRL0yaP-%+UAsUtQR2l;p-LB!UE}P{?@LzD2%^rmsj?3+B{E zp>z|kQn@!0-Tq4EygL$xK6Py)eNw~VLE@2$MV<`HspnD6hxq<{S+Eine6g7aX5-+CRR{<+ wSTOv2dih=>)?ZqVa{)G(b8c<^2Xde*s;HuhzEk@D00030|E^XX`T)!T05a2jLI3~& literal 0 HcmV?d00001 diff --git a/assets/rancher-cis-benchmark/rancher-cis-benchmark-crd-1.0.400-rc07.tgz b/assets/rancher-cis-benchmark/rancher-cis-benchmark-crd-1.0.400-rc07.tgz new file mode 100755 index 0000000000000000000000000000000000000000..7f10879f14d1cdd595cfe4329d2933e2886c5d78 GIT binary patch literal 1454 zcmV;f1yTARiwG0|00000|0w_~VMtOiV@ORlOnEsqVl!4SWK%V1T2nbTPgYhoO;>Dc zVQyr3R8em|NM&qo0PI>pliIivo-@Bfm3PLm84vS{+l1u3%I;<|#mr{Ujobs;u_c$( zWb$>*s1T$uh8C7(y2U;11JZ^v`cvJK*P0&DQ$n0h9C?LqdBti z^h!y(UAnjB&&ujzhuIRqHKQc0I>+eAn%3?%wvk^|l@?_5M#7#UT)yw>(S? zp*9@kQSqR`|8Iu_f7|~D-u3X}|7Ve+=Rhp*E1|S4j1z*PNg^LP$Oo;SMTqwhVUMwu&2eV4Fd$WCUTa7TIjey-Nfd!z zI;04~0^-xU-2x;AV+t4#t7Z#`XAs55_}{A80>ZqAxB&6EYPNv*3$!di{IP1bfRKvr zvT!*Ki(7TCh?NuvpymvC5)m4LsQ7-rRjKwu#>gGR=NKd*29`5pC7;F2;abVZyuV1U za(4-Qrd1NBxvfC;Y;wwI#&RFpkTmU$!$d>4?JzyY3|H}n(zYX+>fG^iylhcM?C*bi zj4dD(L7I~?rHWDBJ$(FfZJ#-Utdp@=+r&#^g^}Xq{k|k z5KvN<7OM!lvjeSw>mJrhaVK}R4ZwS!+KNU(X%~E~5=m9~*>oG)X6Y7gi(SsU5H(GX zeY}0|ZUrp*XE|0;93oZP*gWP`sStBc)&SWsl<1>zGQFDqiJU6wQK2$iX|#by$Q@pw zOrmmMpRJ>Bv2z_yH*ySJD<3m=!vh@X9>0>M`P~j%j`N+z6@!GFSrT>Um0ZazH}5b@ z5JnYr+fPLsx1TgflVaK!UCp6J#y7ZRX6g4h0K(U_5}`3Ldo_5CU{-Owd-Pqtc8Q*< zUj=(l_&9*%pfxPFG=VU22+Pj04Qj1)eHy5Xi+i|qT7I(o{0gwN_T!3>-1NG&dsuz8 z?+eCZBspm!PY(Vp@ z^j_9}n!UiZomE58itbX^qELcbxAMzuc7;e4jAgtjY_cJxZ3xJE&UycDS^wFT%32hH z8tOlT;mu8{{&PLJzP{9d&LL;1|EyVadLhW(*>mIvtrjB4-FK`0v!!V)0YpOnnoLnk zBsBSA6fi&4shfe}>t5hGbt5oOcj4V?RkKU;Cx}bcu*P908A?m}2U^>VJ-ueKwoq3* z*|6>VtfG|Y+tGb(&+5Ovh3s#gPRvv}O-INTj@$+E4}CCbng8SLXx{E`poaYK`M1MT z{vX`>m;ZmxB4^3}IcvJf{%e-*X4H38s?#%0@vo$ce6xDH?=#z!m#d?q{fmg7(9ogP z!G?;%o_fO(m7O0tAfH)U#(#~mYW-DEQ~VzeuFLU%=ngOO{~U6b_@A++oABTHKfveD zCzEtJ>e5NRSU*!Xd7b)fwvcwafBI8?z0}A5$%ni5pFTKIaI%f2?>{|%Q2PG!#`pY7 z{6B~MXV1rucWjdB7@vbCMspx0c0Q*}3=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-rc07/templates/deployment.yaml b/charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc07/templates/deployment.yaml new file mode 100755 index 000000000..0d3c75e39 --- /dev/null +++ b/charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc07/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-rc07/templates/network_policy_allow_all.yaml b/charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc07/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-rc07/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-rc07/templates/patch_default_serviceaccount.yaml b/charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc07/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-rc07/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-rc07/templates/rbac.yaml b/charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc07/templates/rbac.yaml new file mode 100755 index 000000000..816991f23 --- /dev/null +++ b/charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc07/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-rc07/templates/scanprofile-cis-1.5.yml b/charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc07/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-rc07/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-rc07/templates/scanprofile-cis-1.6.yaml b/charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc07/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-rc07/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-rc07/templates/scanprofile-k3s-cis-1.6-hardened.yml b/charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc07/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-rc07/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-rc07/templates/scanprofile-k3s-cis-1.6-permissive.yml b/charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc07/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-rc07/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-rc07/templates/scanprofile-rke-1.5-hardened.yml b/charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc07/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-rc07/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-rc07/templates/scanprofile-rke-1.5-permissive.yml b/charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc07/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-rc07/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-rc07/templates/scanprofile-rke-1.6-hardened.yaml b/charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc07/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-rc07/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-rc07/templates/scanprofile-rke-1.6-permissive.yaml b/charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc07/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-rc07/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-rc07/templates/scanprofile-rke2-cis-1.5-hardened.yml b/charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc07/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-rc07/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-rc07/templates/scanprofile-rke2-cis-1.5-permissive.yml b/charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc07/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-rc07/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-rc07/templates/scanprofile-rke2-cis-1.6-hardened.yml b/charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc07/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-rc07/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-rc07/templates/scanprofile-rke2-cis-1.6-permissive.yml b/charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc07/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-rc07/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-rc07/templates/scanprofileeks.yml b/charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc07/templates/scanprofileeks.yml new file mode 100755 index 000000000..49c7e0246 --- /dev/null +++ b/charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc07/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-rc07/templates/scanprofilegke.yml b/charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc07/templates/scanprofilegke.yml new file mode 100755 index 000000000..2ddd0686f --- /dev/null +++ b/charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc07/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-rc07/templates/serviceaccount.yaml b/charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc07/templates/serviceaccount.yaml new file mode 100755 index 000000000..ec48ec622 --- /dev/null +++ b/charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc07/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-rc07/templates/validate-install-crd.yaml b/charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc07/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-rc07/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-rc07/values.yaml b/charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc07/values.yaml new file mode 100755 index 000000000..05bcdac4f --- /dev/null +++ b/charts/rancher-cis-benchmark/rancher-cis-benchmark/1.0.400-rc07/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 + securityScan: + repository: rancher/security-scan + tag: v0.2.3 + 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 33c6902fe..eb134f4b2 --- 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-05-04T04:20:32.158611557Z" + description: Fleet Manager - GitOps at Scale + digest: 3464770480912a04348531f86f493080827c4607f7ab8e6b902c970dcbfd4c14 + 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-05-04T04:20:32.157989556Z" + description: Fleet Manager - GitOps at Scale + digest: 6688a524c74915ede2f4d1ae331cadec6b515853672c24be9c9332cf582b5636 + 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-05-04T04:20:32.157245055Z" + description: Fleet Manager - GitOps at Scale + digest: 439cde1bc789c5def58f1d786eb76c38e6cdb8bd51a6feca95fd1b0542f7e59c + 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-05-04T04:20:32.156544554Z" + description: Fleet Manager - GitOps at Scale + digest: aa0a53184dd0236e76447579d33713c724ec26c070ca8637fd0b691955771486 + 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-05-04T04:20:32.155841153Z" + description: Fleet Manager - GitOps at Scale + digest: 0ef37b499661d5c3998c571bf3e25972b0bbd27b8249c384af313bef36ba6d61 + 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-05-04T04:20:32.155107552Z" + description: Fleet Manager - GitOps at Scale + digest: 56fdbfb76993a43c7e7efbc6e480a271b6bf88596163a629a785d6cb8ad37b20 + 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-05-04T04:20:32.154370551Z" + description: Fleet Manager - GitOps at Scale + digest: a583464aed3ed3c6bd5a6d565decbd6e052a2a1176ae54208dc37660bf288010 + 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-05-04T04:20:32.152969649Z" + description: Fleet Manager - GitOps at Scale + digest: 7d0614eaeaf5f1029a245ad6881f97719bf3caa44075901d9290810bb17a207c + 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-05-04T04:20:32.152005448Z" + 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 @@ -132,6 +303,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-05-04T04:20:32.163567864Z" + description: Fleet Manager Agent - GitOps at Scale + digest: 320232378f52dc7efbc6047eafc959fa1c83bef5803d50ddd8b1344daa5efc46 + 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-05-04T04:20:32.163007763Z" + description: Fleet Manager Agent - GitOps at Scale + digest: 14a4f446c094e95bd8da8dabdd3f1a479ee093d323c143c05671d5f728828d62 + 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-05-04T04:20:32.162505562Z" + description: Fleet Manager Agent - GitOps at Scale + digest: 9ce60b215b4136e64f2b60043d6ee3633db93c74682b14e2a38a56e420f2239a + 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-05-04T04:20:32.161918261Z" + description: Fleet Manager Agent - GitOps at Scale + digest: a60695a236c31c0be8afbdf9441aeab34506376063ed4e3fbf09f9284e659553 + 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-05-04T04:20:32.161377261Z" + description: Fleet Manager Agent - GitOps at Scale + digest: 79834f24e406e61945647546053a87191c05b677ad989cd99e6780bc1e066a93 + 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-05-04T04:20:32.16085566Z" + description: Fleet Manager Agent - GitOps at Scale + digest: b1b7573def4cf7549c16d4b35cd0224f9c318e2c4628b45ee229cbf1dcab2f8c + 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-05-04T04:20:32.160200759Z" + description: Fleet Manager Agent - GitOps at Scale + digest: f04117333c5f3ca7b41fa36a089fc2ee6ffba62a41c828677454dab9ca2495f3 + 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-05-04T04:20:32.159694158Z" + description: Fleet Manager Agent - GitOps at Scale + digest: 1432bc0719b848dc41794610f905b82a53e485fcc74c7e7778088da60c269dfb + 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-05-04T04:20:32.159188658Z" + 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" @@ -229,6 +544,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-05-04T04:20:32.171937075Z" + description: Fleet Manager CustomResourceDefinitions + digest: 266393cc5c4715c836d0703e9ddf608f55e99613c7aef492e9ae8031855dbcf0 + 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-05-04T04:20:32.171230174Z" + description: Fleet Manager CustomResourceDefinitions + digest: 058f6de476650cf5af0f34900a3ceb7d843d06dd54eb7911faf9046fb27f79b4 + 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-05-04T04:20:32.170566273Z" + description: Fleet Manager CustomResourceDefinitions + digest: d6d4869e28f09050884e5b517e2961826ba96244b34669fcc23a71d26953ed4d + 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-05-04T04:20:32.169885372Z" + description: Fleet Manager CustomResourceDefinitions + digest: 699c441014d200a646683e3a7955f7751b7176cef0b56d088241c37cd42bf359 + 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-05-04T04:20:32.169173271Z" + description: Fleet Manager CustomResourceDefinitions + digest: 1ebf500a7032134e13e35ed17e88a1025efce673cd8b4f433b2459b0f38f2807 + 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-05-04T04:20:32.16833017Z" + description: Fleet Manager CustomResourceDefinitions + digest: 97b10b9c6943cdc972a5a69fd96db4a75d4a0543f4588dd733ad4c9824dc5698 + 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-05-04T04:20:32.166711168Z" + description: Fleet Manager CustomResourceDefinitions + digest: 92663c8f47355f313050b9043dd528905df6716c5e90bdaade7abe7fe1c15a99 + 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-05-04T04:20:32.165008366Z" + description: Fleet Manager CustomResourceDefinitions + digest: ee5ae9f179dac626c18ca795b47a9b67ba4317f284c60c5e188d23f02cf5b2a6 + 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-05-04T04:20:32.164316665Z" + 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" @@ -349,6 +808,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-05-04T04:20:32.174790679Z" + description: Longhorn is a distributed block storage system for Kubernetes. + digest: 06bf17996b37f4830d6136dfd5922bc99f08ed1af20737b83e75ea63a5cf43bc + 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 @@ -525,6 +1025,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-05-04T04:20:32.175118379Z" + description: Installs the CRDs for longhorn. + digest: d0569ad35496eac2590de8e0ded0fb19b46f975831b2f6392e214c6b17a04026 + 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" @@ -597,7 +1111,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: 44a9ef08e4d79f85381ed467634744dbb0ed7abc645dd43a389625f62eacd34f keywords: - monitoring @@ -607,6 +1122,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-05-04T04:20:32.180664086Z" + 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: cba5338ae63c367b2f4e463f09d83089b00a5bd08edc4b7f6fcb6a853c317aee + 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-05-04T04:20:32.179433885Z" + 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: 4e6ae29c5ace7253df6d3ab03f365586dee5886983840252760dd1f4f745c36b + 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-05-04T04:20:32.178002983Z" + 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: c9433565bc0a26dda6db36eea1ea2d6e854577c87e8c7a10c3c68c4fbd9da9d0 + 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-05-04T04:20:32.176726481Z" + 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: 17792f352254ecec55f48a1e77ea2f1f73d534b7a56541286c52fb41b7f026b5 + 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 +1239,8 @@ entries: apiVersion: v2 appVersion: 1.0.4 created: "2021-05-04T00:10:38.125966833Z" - 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: 311d6e06690470e942b4c23efdf29e0dca6c4f51c36c2ac8c7a2278d112d49e5 icon: https://charts.rancher.io/assets/logos/backup-restore.svg keywords: @@ -631,6 +1250,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-05-04T04:20:32.182754289Z" + description: Provides ability to back up and restore the Rancher application running + on any Kubernetes cluster + digest: c20467344baca03b46bd3e8e210d83c8aac67a14a9db9652238d983ba43cc1b2 + 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-05-04T04:20:32.181924388Z" + description: Provides ability to back up and restore the Rancher application running + on any Kubernetes cluster + digest: af2c73d66f7808f710d47df3f0e0053a2e500a1c7fe02fd7805bb2b1457d47e6 + 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-05-04T04:20:32.181278387Z" + 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 +1335,8 @@ entries: apiVersion: v1 appVersion: v1.0.3 created: "2021-05-04T00:10:38.124928347Z" - 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: @@ -667,7 +1359,8 @@ entries: apiVersion: v1 appVersion: v1.0.3 created: "2021-05-04T00:10:38.124004159Z" - 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 +1383,8 @@ entries: apiVersion: v1 appVersion: v1.0.2 created: "2021-05-04T00:10:38.12315987Z" - 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 +1406,8 @@ entries: apiVersion: v1 appVersion: v1.0.2 created: "2021-05-04T00:10:38.122342681Z" - 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 +1433,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-05-04T04:20:32.18352449Z" + description: Installs the CRDs for rancher-backup. + digest: 70987ef10c86033fe8c44ff4157e5e35d0f2e134e7ec4f53d387c604f087278c + 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-05-04T04:20:32.18325869Z" + description: Installs the CRDs for rancher-backup. + digest: 0c8a620d826dce7c5ef2edffda3b51caf8dbce3f15f412c25e7abc31988b234c + 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-05-04T04:20:32.18299859Z" + 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" @@ -807,7 +1547,8 @@ entries: apiVersion: v1 appVersion: v1.0.4 created: "2021-05-04T00:10:38.131968254Z" - 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: 6bd5b2e8bf76ebb91758d337fd1d6e82c1018bd22efa22a82c52e968783a77ee icon: https://charts.rancher.io/assets/logos/cis-kube-bench.svg keywords: @@ -816,6 +1557,182 @@ 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-05-04T04:20:32.189848299Z" + description: The cis-operator enables running CIS benchmark security scans on + a kubernetes cluster + digest: b1f4ce0444ba127695be851a13e89e871ff1d365a1a44d355bf58b01bea1cb50 + 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-rc07.tgz + version: 1.0.400-rc07 + - 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-05-04T04:20:32.188903197Z" + description: The cis-operator enables running CIS benchmark security scans on + a kubernetes cluster + digest: 3482627b9eb19685eca66d1092c8524e8e00910d057be889d6f56653c1b92173 + 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-05-04T04:20:32.188160196Z" + description: The cis-operator enables running CIS benchmark security scans on + a kubernetes cluster + digest: 8c6d2a5b4bac4d0979399e437eedc5acc09ba485eb21aaea1c0aeb3282705340 + 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-05-04T04:20:32.187370095Z" + description: The cis-operator enables running CIS benchmark security scans on + a kubernetes cluster + digest: 0f186a3f300fadecedcc6cd5112e53f3b60cb5c66b97d6e62a3858497f556b34 + 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-05-04T04:20:32.186620294Z" + description: The cis-operator enables running CIS benchmark security scans on + a kubernetes cluster + digest: c244a44f87f1da19aa659da94e4280bac53925594c7f915b39d9ec5a7ca864a2 + 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-05-04T04:20:32.185893193Z" + description: The cis-operator enables running CIS benchmark security scans on + a kubernetes cluster + digest: ef5a38f090505b3a993d9e399f7e132b13878c1a987c3d407553d96ad9b71f10 + 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-05-04T04:20:32.185096492Z" + description: The cis-operator enables running CIS benchmark security scans on + a kubernetes cluster + digest: 6cf3883441691b96775bf5ef7a0a8983b4ce147651125ad5351f6d3373ebe236 + 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-05-04T04:20:32.184363191Z" + 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 @@ -828,7 +1745,8 @@ entries: apiVersion: v1 appVersion: v1.0.3 created: "2021-05-04T00:10:38.131102765Z" - 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: @@ -849,7 +1767,8 @@ entries: apiVersion: v1 appVersion: v1.0.3 created: "2021-05-04T00:10:38.130078279Z" - 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: @@ -870,7 +1789,8 @@ entries: apiVersion: v1 appVersion: v1.0.2 created: "2021-05-04T00:10:38.129153091Z" - 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: @@ -890,7 +1810,8 @@ entries: apiVersion: v1 appVersion: v1.0.1 created: "2021-05-04T00:10:38.128275703Z" - 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: @@ -914,6 +1835,118 @@ 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-05-04T04:20:32.192327402Z" + description: Installs the CRDs for rancher-cis-benchmark. + digest: 3d39acc881038a47ac997f4ff74ac48a4cdeb765ca1cf4b8dc54421213928444 + name: rancher-cis-benchmark-crd + type: application + urls: + - assets/rancher-cis-benchmark/rancher-cis-benchmark-crd-1.0.400-rc07.tgz + version: 1.0.400-rc07 + - 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-05-04T04:20:32.192006402Z" + description: Installs the CRDs for rancher-cis-benchmark. + digest: c5457fd0ca72f4af60da9088cdfa67f8333747f3519f09a6a856991a652a96d0 + 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-05-04T04:20:32.191646401Z" + description: Installs the CRDs for rancher-cis-benchmark. + digest: 847af4f1adf7533fb98ec528adf478bd29a1e503aec0f9d6f8ca01a84890725e + 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-05-04T04:20:32.1910826Z" + description: Installs the CRDs for rancher-cis-benchmark. + digest: 4185ee2b5bbc50fa7e369f81be00cdf7ecae588051651449cdec35348d11749d + 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-05-04T04:20:32.1908296Z" + description: Installs the CRDs for rancher-cis-benchmark. + digest: a59c001dfa8b2f6cf30bc02ee90b3cd7d8e514cf9828b1d16226f66a0c4f0451 + 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-05-04T04:20:32.1905998Z" + description: Installs the CRDs for rancher-cis-benchmark. + digest: 8c5e8bd0587f16309a9a586914117f613e0e451fc462cee7a1761d16656666ef + 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-05-04T04:20:32.190354999Z" + description: Installs the CRDs for rancher-cis-benchmark. + digest: c45c3c7e9a5500376c75f2c5b96f24c25abc1e0ca98524913a69ba8c0445f776 + 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-05-04T04:20:32.190089299Z" + description: Installs the CRDs for rancher-cis-benchmark. + digest: f60d4f0e1c3d1c0824eb920b825f3d9ccd1b0738953c695acfa215974ac0d334 + 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" @@ -998,6 +2031,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-05-04T04:20:32.193519004Z" + 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 @@ -1065,7 +2126,8 @@ entries: apiVersion: v1 appVersion: v3.3.0 created: "2021-05-04T00:10:38.142510515Z" - 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: 77f83b0fde901f960e8e4aee7d81d8847ce860aceb6d73e4968da7d39314c75c home: https://github.com/open-policy-agent/gatekeeper icon: https://charts.rancher.io/assets/logos/gatekeeper.svg @@ -1078,6 +2140,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-05-04T04:20:32.195071206Z" + 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 @@ -1090,7 +2178,8 @@ entries: apiVersion: v1 appVersion: v3.3.0 created: "2021-05-04T00:10:38.141127933Z" - 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 @@ -1116,7 +2205,8 @@ entries: apiVersion: v1 appVersion: v3.2.1 created: "2021-05-04T00:10:38.139439956Z" - 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 @@ -1141,7 +2231,8 @@ entries: apiVersion: v1 appVersion: v3.1.1 created: "2021-05-04T00:10:38.138556767Z" - 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 @@ -1165,7 +2256,8 @@ entries: apiVersion: v1 appVersion: v3.1.1 created: "2021-05-04T00:10:38.137662379Z" - 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 @@ -1193,6 +2285,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-05-04T04:20:32.195475506Z" + 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" @@ -1285,6 +2391,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-05-04T04:20:32.19835491Z" + description: The leading tool for querying and visualizing time series and metrics. + digest: 69f23123ec3971f85b620c12778dd63a092daf95feeba3ada0a616b77e0e2ab1 + 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 @@ -1307,7 +2445,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: cdc6fe49698a50569eb094255eac645fa80083af488fd405494fdd5a8f07bf72 icon: https://charts.rancher.io/assets/logos/istio.svg keywords: @@ -1317,6 +2456,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-05-04T04:20:32.209808325Z" + 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: d075e77b4d847fa27e04e278cc21e8de914fd81b476d53dcbaa3a9d6648a9f43 + 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-05-04T04:20:32.206984822Z" + 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: 3059579374a09651dcd2d5ad98c40543fbd0fe840daa8cced51044445508cfa7 + 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 @@ -1338,7 +2541,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: 19243007814c79ac8cf795d4b42f57016c56a0e4958ea1d1d6265821a35e7fa2 icon: https://charts.rancher.io/assets/logos/istio.svg keywords: @@ -1348,6 +2552,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-05-04T04:20:32.204087418Z" + 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: 4677863a458d67f8f8797c452ef0a0c8f0d261735488bf66f41973f6c9d7fa5e + 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-05-04T04:20:32.201582614Z" + 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: dc5046c45f15be0cfcd219d4d87bc73bd9e50f575260c4918a719c93e5f69c7d + 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.29.000 catalog.cattle.io/certified: rancher @@ -1369,7 +2637,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: @@ -1402,7 +2671,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: @@ -1430,7 +2700,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: @@ -1458,7 +2729,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: @@ -1480,7 +2752,9 @@ entries: apiVersion: v2 appVersion: v1.32.0 created: "2021-05-04T00:10:38.173346009Z" - 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: a89b19ada8b417639f340b34053fe22f808e363aaee068cb2492579f388adec2 home: https://github.com/kiali/kiali icon: https://raw.githubusercontent.com/kiali/kiali.io/master/themes/kiali/static/img/kiali_logo_masthead.png @@ -1502,6 +2776,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-05-04T04:20:32.211248627Z" + 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: 5c936508b33a984898c6c3d791625b4bb8cbab94326cae669c815965be8ee74c + 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" @@ -1513,7 +2822,9 @@ entries: apiVersion: v2 appVersion: v1.29.0 created: "2021-05-04T00:10:38.171970627Z" - 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 @@ -1546,7 +2857,9 @@ entries: apiVersion: v2 appVersion: v1.24.0 created: "2021-05-04T00:10:38.170594545Z" - 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 @@ -1579,7 +2892,9 @@ entries: apiVersion: v2 appVersion: v1.24.0 created: "2021-05-04T00:10:38.169307262Z" - 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 @@ -1612,7 +2927,9 @@ entries: apiVersion: v2 appVersion: v1.23.0 created: "2021-05-04T00:10:38.168006079Z" - 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 @@ -1646,6 +2963,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-05-04T04:20:32.211417027Z" + description: Installs the CRDs for rancher-kiali-server. + digest: 79fc00840cdd10b61ae09a3e964d915b10366f1f016fd02919a875469e3e6d0e + 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 @@ -1719,6 +3047,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-05-04T04:20:32.21339003Z" + description: Install kube-state-metrics to generate and expose cluster-level metrics + digest: d52d15d957bd8add7a1637511b74ebbac7d30104b903f655ba996d703eb6fc37 + 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 @@ -1731,7 +3087,8 @@ entries: apiVersion: v1 appVersion: 3.9.4 created: "2021-05-04T00:10:38.183936569Z" - 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: ee07bc80e1f9bccfc18f1e6c3c4f7f44c9fda96a88e3edb0775ef27bd42dea7a icon: https://charts.rancher.io/assets/logos/logging.svg keywords: @@ -1742,6 +3099,213 @@ 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-05-04T04:20:32.226423747Z" + description: Collects and filter logs using highly configurable CRDs. Powered + by Banzai Cloud Logging Operator. + digest: 6d69be6c1b81bff5e3a2346cd3887aaf9ea8debd603ac0c0e05557c11d194dbf + 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-05-04T04:20:32.224975246Z" + description: Collects and filter logs using highly configurable CRDs. Powered + by Banzai Cloud Logging Operator. + digest: 0d02d623c3a7462c7986d19c1a3b89d55c2544e27e1def52c1d9528984e72932 + 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-05-04T04:20:32.223702544Z" + description: Collects and filter logs using highly configurable CRDs. Powered + by Banzai Cloud Logging Operator. + digest: 69971b88c80c253a78d7697acd86cff0baa4c3f56d0d1fde4cab2e219ceb329c + 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-05-04T04:20:32.222457842Z" + description: Collects and filter logs using highly configurable CRDs. Powered + by Banzai Cloud Logging Operator. + digest: 6ca0562c09f2113d2db319bf92a7c7dfb01eb9627ff8ba23ae9790221f483c96 + 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-05-04T04:20:32.22118224Z" + description: Collects and filter logs using highly configurable CRDs. Powered + by Banzai Cloud Logging Operator. + digest: ab0fecb24b3b53694f21ddc81f52e7eb7b6ed8d7a12dda99969ce93b847a4115 + 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-05-04T04:20:32.219847839Z" + description: Collects and filter logs using highly configurable CRDs. Powered + by Banzai Cloud Logging Operator. + digest: e2149c7fa4a8612e80840aed76e33cfebd0170316b7c050a0cc7cf1ab18acff7 + 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-05-04T04:20:32.218350937Z" + description: Collects and filter logs using highly configurable CRDs. Powered + by Banzai Cloud Logging Operator. + digest: f4714a3b0503729d9b5e4cda0ebe9efd48dd2d8e23afd1b6cb2365e65dc9c3dd + 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 + 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-05-04T04:20:32.216993135Z" + description: Collects and filter logs using highly configurable CRDs. Powered + by Banzai Cloud Logging Operator. + digest: 30d4923f39a8aa6ace97de46f493bccd7eec8237d6dbdb7aec8068040d8c92e3 + 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-rc01.tgz + version: 3.9.400-rc01 + - 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-05-04T04:20:32.215708133Z" + description: Collects and filter logs using highly configurable CRDs. Powered + by Banzai Cloud Logging Operator. + digest: 4ea5580c3e30c9a1243ebcf5461ea1e7ea8d75967539d5f26d46a5b65eaffb0c + 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-rc00.tgz + version: 3.9.400-rc00 - annotations: catalog.cattle.io/auto-install: rancher-logging-crd=match catalog.cattle.io/certified: rancher @@ -1754,7 +3318,8 @@ entries: apiVersion: v1 appVersion: 3.9.0 created: "2021-05-04T00:10:38.182537387Z" - 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: @@ -1777,7 +3342,8 @@ entries: apiVersion: v1 appVersion: 3.8.2 created: "2021-05-04T00:10:38.180482415Z" - 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: @@ -1800,7 +3366,8 @@ entries: apiVersion: v1 appVersion: 3.6.0 created: "2021-05-04T00:10:38.178772237Z" - 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: @@ -1822,7 +3389,8 @@ entries: apiVersion: v1 appVersion: 3.6.0 created: "2021-05-04T00:10:38.176898662Z" - 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: @@ -1848,6 +3416,132 @@ 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-05-04T04:20:32.248686777Z" + description: Installs the CRDs for rancher-logging. + digest: ace69e2388630601298c0e1d800d51bbf09bce621232e036d0dd507c112600e4 + 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-05-04T04:20:32.246030774Z" + description: Installs the CRDs for rancher-logging. + digest: 06fca51af0e3012ce69228125e0cfe45a02ed66db2feedc87ab4e179cb6eba75 + 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-05-04T04:20:32.243944471Z" + description: Installs the CRDs for rancher-logging. + digest: c7f98a25424982983b4fb9a8c23ab8a44fac51934b6d5fdede6a65bf6813f9a4 + 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-05-04T04:20:32.241851268Z" + description: Installs the CRDs for rancher-logging. + digest: d21fc9a95704f392812b58c907a9bad507ab002c1baa00864e653650a563a231 + 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-05-04T04:20:32.239087564Z" + description: Installs the CRDs for rancher-logging. + digest: 2394c454671389d697576f38532cde477f1f2409c3000245da02a68616d45c84 + 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-05-04T04:20:32.236483761Z" + description: Installs the CRDs for rancher-logging. + digest: b184b7cd339799440349dec93f8068fb54af108b386c462032ea2a23f3ea6eb6 + 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-05-04T04:20:32.234432558Z" + description: Installs the CRDs for rancher-logging. + digest: 51b7a28f0e9b297141bba104d0ca6c9766908e8d11bbcd6b829b894057bff970 + 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" + catalog.cattle.io/namespace: cattle-logging-system + catalog.cattle.io/release-name: rancher-logging-crd + apiVersion: v1 + created: "2021-05-04T04:20:32.232281655Z" + description: Installs the CRDs for rancher-logging. + digest: 05bcc4fdcf49baf692f5cda021e0482c11392c88adff434087142a14f2af780d + name: rancher-logging-crd + type: application + urls: + - assets/rancher-logging/rancher-logging-crd-3.9.400-rc01.tgz + version: 3.9.400-rc01 + - 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-05-04T04:20:32.229527052Z" + description: Installs the CRDs for rancher-logging. + digest: c05caeebb83f8b92a359a4824a5d0b4432060db03f3aef065536d527cac0963d + name: rancher-logging-crd + type: application + urls: + - assets/rancher-logging/rancher-logging-crd-3.9.400-rc00.tgz + version: 3.9.400-rc00 - annotations: catalog.cattle.io/certified: rancher catalog.cattle.io/hidden: "true" @@ -1979,7 +3673,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: 57fb911bc26c49c523352fb9f19a79852c722c404f929090b3eb6207dbce5efe home: https://github.com/prometheus-operator/kube-prometheus icon: https://raw.githubusercontent.com/prometheus/prometheus.github.io/master/assets/prometheus_logo-cb55bb5c346.png @@ -2010,6 +3706,1825 @@ 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-05-04T04:20:32.783636091Z" + 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: 9b3808bbe4a9e5f6a0ab242e6b397c67c70ebb40de3068dbc7c2875a7cff4777 + 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-rc16.tgz + version: 14.5.100-rc16 + - 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-05-04T04:20:32.754401152Z" + 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: 3902852819cf59f6e4c90558ffdaacc49a353df94ebeae5beb03fdc16c0cc510 + 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-rc15.tgz + version: 14.5.100-rc15 + - 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-05-04T04:20:32.722143009Z" + 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: 9297eddfb40ece0f06981db2b0386e7d69b24f1e59da1b0b12bdc41a625df18e + 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-rc14.tgz + version: 14.5.100-rc14 + - 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-05-04T04:20:32.69251247Z" + 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: bfd89fd63a8201ed4541dfd59651efb28d405da35b9f32fe81b78f61c6c0ebfd + 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-rc13.tgz + version: 14.5.100-rc13 + - 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-05-04T04:20:32.661018628Z" + 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: 2e5f94efb5b157ae097a46f378bf859f8c9d68dc5980c7df0d56ec6396a8a49d + 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-rc12.tgz + version: 14.5.100-rc12 + - 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-05-04T04:20:32.630943887Z" + 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: e299263c520bedcd3820b3f5c9a09ffe2c528e2d891f64e912c033778d7ce268 + 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-05-04T04:20:32.601299848Z" + 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: cd0ea5f5849fb6ad6160c3b560b629908856376c17cfdeb52863459dc0785a4f + 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-05-04T04:20:32.566215001Z" + 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: 2426448c863488043fd92d86fa08714cbf58c3ec8b1de05bb8346f88a50c05ee + 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-05-04T04:20:32.53555586Z" + 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: 00c5a9ad1ace7750417ed21deb6ba1dca497987d7818ad749414831da9b4420b + 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-05-04T04:20:32.500839714Z" + 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: c582850ebf328511230bb5e54e67637b1a67d8f26b60e72c68798cc789ce8742 + 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-05-04T04:20:32.470917274Z" + 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: d83eace264cab91cb4c126a2ce523e683655a536be09e7eba1cce15dd3403b43 + 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-05-04T04:20:32.43819203Z" + 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: a2a9228357a52b8fedbb6e229547be80e4d25b500c0eb75f2f6b138ee8bf08bf + 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-05-04T04:20:32.405902187Z" + 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: c312a0114ff600d20cc3ff277246a31fd03645db7185f08760555d99ac7231c2 + 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-05-04T04:20:32.373084043Z" + 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: b13ae71d6e417ff96529789ea798c6c4e4cdf95111f9d21955f5cca0ba278d16 + 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-05-04T04:20:32.342580903Z" + 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: 4e6ec47c084a984ae656a10fc51bbb75cb75e29544a4ff9a73bd1fe1c69b8357 + 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-05-04T04:20:32.311646061Z" + 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: 0c8c9c9bfaabce4a98ddd1bdf2b5061ffa03836b6596e3412c5a790bd28be209 + 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-05-04T04:20:32.279315118Z" + 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: 240add26835de08eec696d8d8a02f8ad0a6e3816abe84981ac4c4118b95503fb + 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 @@ -2082,7 +5597,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 @@ -2211,7 +5728,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 @@ -2338,7 +5857,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 @@ -2474,7 +5995,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 @@ -2516,6 +6039,244 @@ 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-05-04T04:20:32.886771129Z" + description: Installs the CRDs for rancher-monitoring. + digest: 6154f728f93ba730dea3fa665b135eba157379c69dac8a704033c1dba3451967 + name: rancher-monitoring-crd + type: application + urls: + - assets/rancher-monitoring/rancher-monitoring-crd-14.5.100-rc16.tgz + version: 14.5.100-rc16 + - 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-05-04T04:20:32.88025352Z" + description: Installs the CRDs for rancher-monitoring. + digest: 33bec390f8cae11c0156a82c6e38fd07d6da6f9513da27da903807966e658a62 + name: rancher-monitoring-crd + type: application + urls: + - assets/rancher-monitoring/rancher-monitoring-crd-14.5.100-rc15.tgz + version: 14.5.100-rc15 + - 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-05-04T04:20:32.874538613Z" + description: Installs the CRDs for rancher-monitoring. + digest: 0def5ae11ae3f972602ce2a310b0802eb470d7c1ba6e721d25c05fef0f18d174 + name: rancher-monitoring-crd + type: application + urls: + - assets/rancher-monitoring/rancher-monitoring-crd-14.5.100-rc14.tgz + version: 14.5.100-rc14 + - 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-05-04T04:20:32.867267103Z" + description: Installs the CRDs for rancher-monitoring. + digest: 5cf198c544737bd0f756888f2367549c169ea75c541098e4d54c17eaf311af18 + name: rancher-monitoring-crd + type: application + urls: + - assets/rancher-monitoring/rancher-monitoring-crd-14.5.100-rc13.tgz + version: 14.5.100-rc13 + - 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-05-04T04:20:32.861747695Z" + description: Installs the CRDs for rancher-monitoring. + digest: 5df3d8c86ded71ab431b2111145f5f5a7ba37101d018158b6ab26a22dab52377 + name: rancher-monitoring-crd + type: application + urls: + - assets/rancher-monitoring/rancher-monitoring-crd-14.5.100-rc12.tgz + version: 14.5.100-rc12 + - 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-05-04T04:20:32.856083988Z" + description: Installs the CRDs for rancher-monitoring. + digest: 62534b4d7cc8a1b4b40135e3a80cc142e11de356231d6be52b0bf533ec89249e + 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-05-04T04:20:32.848953978Z" + description: Installs the CRDs for rancher-monitoring. + digest: c509cb62faa615f2929f1bfa3d104ed9048aec3d4e3bb5bce4a60eeabe24be50 + 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-05-04T04:20:32.843480771Z" + 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-05-04T04:20:32.837818364Z" + description: Installs the CRDs for rancher-monitoring. + digest: d8b89b435b7435e2b07c61f60e0fbe456d9a87abf10761ec09f30f39d8da5e0d + 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-05-04T04:20:32.831747955Z" + description: Installs the CRDs for rancher-monitoring. + digest: 364443857caa7fe5650f994304a7e6ff1e58ea41bafea99e9003e0bfdacab0d5 + 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-05-04T04:20:32.826281348Z" + description: Installs the CRDs for rancher-monitoring. + digest: ec7cb3a9f1b51ec866885c09962aef7793ba7b47f88f84ab16e32143c8c7dba6 + 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-05-04T04:20:32.819160539Z" + description: Installs the CRDs for rancher-monitoring. + digest: f04ebf5d7eb8fd7eb8220cbe56c03ece901b92d37b0ac77b240bebb709ce2d82 + 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-05-04T04:20:32.813705931Z" + description: Installs the CRDs for rancher-monitoring. + digest: fb0a9d0a2f0d89323efc158bfec517dc496bac733cd5509b79f4280a564d2ac6 + 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-05-04T04:20:32.808374924Z" + description: Installs the CRDs for rancher-monitoring. + digest: 3d60d1156d5a23c991dffdf237ba4c4aa25b4af516804dd1b563411ea9bcfb7b + 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-05-04T04:20:32.802137116Z" + description: Installs the CRDs for rancher-monitoring. + digest: 0cd2c6315cbc1d9852bd48d5fb52ec4784c01cb05fae20f0da8ecd12afd01c71 + 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-05-04T04:20:32.796443608Z" + description: Installs the CRDs for rancher-monitoring. + digest: 138559f78af79f702a0f726dec6030b8ed90804d554157b5a63c4a67cc59d527 + 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-05-04T04:20:32.7904364Z" + description: Installs the CRDs for rancher-monitoring. + digest: f5c71f94ad841368b3b88b138efe73c3d5349ec5249dd535606b0fa0b2cbd258 + 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" @@ -2600,6 +6361,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-05-04T04:20:32.888442031Z" + description: A Helm chart for prometheus node-exporter + digest: 92884824f6b27ec8193c12ca9fc044b73d90a4fa2a77828cffe4a1f70eeab038 + 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 @@ -2619,6 +6407,78 @@ 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-05-04T04:20:32.889754133Z" + description: Control Rancher using GitOps + digest: 11f8951b4213501166fb7e7a92bf88a7b9bc42bee07ab1a7cce3c81c6ce3719f + 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 + 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-05-04T04:20:32.889373532Z" + description: Control Rancher using GitOps + digest: ed678ca8a35ed9972ace87b69bc83deb7cf9c0b56e2f35625d571d03f4db7681 + name: rancher-operator + urls: + - assets/rancher-operator/rancher-operator-0.1.400-rc03.tgz + version: 0.1.400-rc03 + - 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-05-04T04:20:32.889080832Z" + description: Control Rancher using GitOps + digest: 26cd58e62c13a3475145b196a7c15b7556ef9a99815b5b3458ef6dc0080f5b80 + name: rancher-operator + urls: + - assets/rancher-operator/rancher-operator-0.1.400-rc02.tgz + version: 0.1.400-rc02 + - 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-05-04T04:20:32.888779732Z" + description: Control Rancher using GitOps + digest: cb979672008ecb7decf5bc4b818b17762296a9bcf3b22ce29b10aec0f34b605e + name: rancher-operator + urls: + - assets/rancher-operator/rancher-operator-0.1.400-rc01.tgz + version: 0.1.400-rc01 - annotations: catalog.cattle.io/auto-install: rancher-operator-crd=match catalog.cattle.io/certified: rancher @@ -2707,6 +6567,66 @@ 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-05-04T04:20:32.892400136Z" + description: Rancher Operator CustomResourceDefinitions + digest: 66565c595f9acf9968f4ec7144efeb8e1cb4ed5a6a38c2150e28dc919a80d953 + 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" + 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-05-04T04:20:32.891777836Z" + description: Rancher Operator CustomResourceDefinitions + digest: 3a758f1d00e4f891165774a6510a4ec2f7d8c99f11480193b666d2c65d4670c5 + name: rancher-operator-crd + urls: + - assets/rancher-operator-crd/rancher-operator-crd-0.1.400-rc03.tgz + version: 0.1.400-rc03 + - 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-05-04T04:20:32.891131535Z" + description: Rancher Operator CustomResourceDefinitions + digest: cadf7abfc4f5e12efcc66ece8e2290345789f3e2c192f18d16e532d93cb2a7ee + name: rancher-operator-crd + urls: + - assets/rancher-operator-crd/rancher-operator-crd-0.1.400-rc02.tgz + version: 0.1.400-rc02 + - 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-05-04T04:20:32.890431834Z" + description: Rancher Operator CustomResourceDefinitions + digest: ccb9e8dfd344a6113e8406ea686f0d47825f8427f0c71651c5c319f89ad7e730 + name: rancher-operator-crd + urls: + - assets/rancher-operator-crd/rancher-operator-crd-0.1.400-rc01.tgz + version: 0.1.400-rc01 - annotations: catalog.cattle.io/certified: rancher catalog.cattle.io/hidden: "true" @@ -2780,6 +6700,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-05-04T04:20:32.894394739Z" + description: A Helm chart for Prom2Teams based on the upstream https://github.com/idealista/prom2teams + digest: 95e6b362dc67dc83e0359845ccad06a0d38cfbecf45203e6a4d361eea79f1d8e + 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-05-04T04:20:32.893708438Z" + description: A Helm chart for Prom2Teams based on the upstream https://github.com/idealista/prom2teams + digest: caa8a550e34b092781d1bd23a81bbf01b6104a2be02d0c7e054692fbbe8c634f + 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-05-04T04:20:32.892991137Z" + description: A Helm chart for Prom2Teams based on the upstream https://github.com/idealista/prom2teams + digest: 8fb5e52c0680129fb8b4c4074567c909b6d8d38c2bff79d5183edf459cea5af3 + 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" @@ -2811,6 +6773,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-05-04T04:20:32.896866242Z" + description: A Helm chart for k8s prometheus adapter + digest: 504c418856052bc1798476b6a9ad3d2efcc5c3591502af296406a732ad2077a8 + 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-05-04T04:20:32.895516041Z" + description: A Helm chart for k8s prometheus adapter + digest: 85bd2042f013a1ac3773084faf6ed72c55cd7b444eff19778cd4c16e507bf2b5 + 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" @@ -2821,13 +6843,31 @@ entries: apiVersion: v1 appVersion: 0.1.0 created: "2021-05-04T00:10:38.37808101Z" - 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: d7e23575b8a429f055fe7eb13d6f023e3ecb9c93d8058a9a0dcb31ca26c5445c 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-05-04T04:20:32.897626343Z" + 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 @@ -2836,7 +6876,8 @@ entries: apiVersion: v1 appVersion: 0.1.0 created: "2021-05-04T00:10:38.37730052Z" - 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 @@ -2851,7 +6892,8 @@ entries: apiVersion: v1 appVersion: 0.1.0 created: "2021-05-04T00:10:38.37581414Z" - 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 @@ -2867,7 +6909,8 @@ entries: apiVersion: v1 appVersion: 0.1.0 created: "2021-05-04T00:10:38.374885052Z" - 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 @@ -2883,7 +6926,8 @@ entries: apiVersion: v1 appVersion: 0.1.0 created: "2021-05-04T00:10:38.373860165Z" - 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 @@ -2906,6 +6950,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-05-04T04:20:32.900045947Z" + description: A Helm chart for Sachet based on the upstream https://github.com/messagebird/sachet + digest: deaf2d96b9f5f2ee84a1167149bd4bf6108528ce83009f38e64c2a483f484d4e + 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-05-04T04:20:32.899421246Z" + description: A Helm chart for Sachet based on the upstream https://github.com/messagebird/sachet + digest: 9bf4bcf83bf17d0972fbca2c45284b1e010358c841d86bc04300c73bc5fe87eb + 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-05-04T04:20:32.898838645Z" + description: A Helm chart for Sachet based on the upstream https://github.com/messagebird/sachet + digest: a861bcec2a0e88f9be44575db013807ca32dbed0c32e2c0f088e3bbd07819f33 + 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-05-04T04:20:32.898220344Z" + description: A Helm chart for Sachet based on the upstream https://github.com/messagebird/sachet + digest: ed8e6d13d9fb29db5b477bc1876e0f2501d9aacaeb62d333e9033eda40211f65 + 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" @@ -2916,12 +7020,48 @@ entries: apiVersion: v1 appVersion: 1.20.0 created: "2021-05-04T00:10:38.380801174Z" - 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: 8887bef2b9313a4260b9666ee52768337314e527f9c063c2517bdb2ea9239c0a 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-05-04T04:20:32.901265848Z" + 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: 13b38c2242fa109a77d00cadb23347feac25ada3de37ec54f49bf0421d379b7b + 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-05-04T04:20:32.900650547Z" + 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: f571aec5860233bd1d2e163d37b3cf8a54b19aaf29774a921e53f2559dab022e + 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 @@ -2931,7 +7071,9 @@ entries: apiVersion: v1 appVersion: 1.20.0 created: "2021-05-04T00:10:38.380016284Z" - 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: @@ -2946,7 +7088,9 @@ entries: apiVersion: v1 appVersion: 1.20.0 created: "2021-05-04T00:10:38.379403192Z" - 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: @@ -2976,6 +7120,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-05-04T04:20:32.90224875Z" + 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 @@ -3000,6 +7167,29 @@ 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-05-04T04:20:32.903519051Z" + 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 @@ -3016,6 +7206,36 @@ 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-05-04T04:20:32.904393152Z" + description: ValidatingAdmissionWebhook for Rancher types + digest: 3fb6016b78780b67ebb7a0eb1d9b3a269cbc97c7d079f3b918bc399e299e6392 + 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-05-04T04:20:32.903944352Z" + description: ValidatingAdmissionWebhook for Rancher types + digest: 83431cb23bac72a8513a5bc10c5d864eb1ba93e7ebf93e38fdac4a108dd3a1c9 + 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" @@ -3096,6 +7316,195 @@ 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-05-04T04:20:32.912105863Z" + description: Sets up monitoring metrics from Windows nodes via Prometheus windows-exporter + digest: c80978d5c8737baab4256bf919dab97c806c538f9e216bb412e42df24a6e6585 + 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-rc09.tgz + version: 0.1.000-rc09 + - 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-05-04T04:20:32.911504462Z" + description: Sets up monitoring metrics from Windows nodes via Prometheus windows-exporter + digest: d92acf7d8ee1fedd9baca5d267f03b4a3d5dcddb209796e131eeedb4fdd06ef0 + 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-rc08.tgz + version: 0.1.000-rc08 + - 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-05-04T04:20:32.910877161Z" + description: Sets up monitoring metrics from Windows nodes via Prometheus windows-exporter + digest: 2f186b153daedd36dae889b87b9f92cb7bb2b4f0c6140b73fe41b30ad28cc249 + 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-rc07.tgz + version: 0.1.000-rc07 + - 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-05-04T04:20:32.91026196Z" + description: Sets up monitoring metrics from Windows nodes via Prometheus windows-exporter + digest: 62e73129c5952dd4becefe838b3352ea9584ee5bddf1ee18b0ae99f054f878c6 + 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-rc06.tgz + version: 0.1.000-rc06 + - 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-05-04T04:20:32.909573259Z" + description: Sets up monitoring metrics from Windows nodes via Prometheus windows-exporter + digest: 4ba38a15a4c8c42140340b81c545e0336bbe881bcf8a6a757b1fd552e2cee4c0 + 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-05-04T04:20:32.908966058Z" + description: Sets up monitoring metrics from Windows nodes via Prometheus windows-exporter + digest: 1bf9bd8fb9e8171ea24f5b6321cc16c538f8dc94fa161c9044a033c6452d3089 + 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-05-04T04:20:32.908339958Z" + description: Sets up monitoring metrics from Windows nodes via Prometheus windows-exporter + digest: 22e1e05ee50870cc705e4e31d763994188d97219d50ebebab60de4d97a9d393d + 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-05-04T04:20:32.907694457Z" + description: Sets up monitoring metrics from Windows nodes via Prometheus windows-exporter + digest: 64b9687f927aa8b2dfae478f739536e86319a50462a59a9aa4975803564b3163 + 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-05-04T04:20:32.906914156Z" + 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-05-04T04:20:32.905250754Z" + 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 @@ -3105,7 +7514,8 @@ entries: apiVersion: v2 appVersion: 0.1.0 created: "2021-05-04T00:10:38.385423213Z" - 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: a845b680192633b11e47b0a5757f1ba93a5088eddebe5412e4f4f4e65ef88c4f maintainers: - email: arvind.iyengar@suse.com @@ -3115,6 +7525,120 @@ 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-05-04T04:20:32.915988268Z" + description: Manages upgrading the wins server version and configuration across + all of your Windows nodes + digest: f1ebd87409fb0b5c8810b836a1afe7282718e8063e4a9633e444196dd9b5b903 + 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-rc05.tgz + version: 0.0.100-rc05 + - 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-05-04T04:20:32.915302867Z" + description: Manages upgrading the wins server version and configuration across + all of your Windows nodes + digest: cea99764423fdaf5419b9c4f3cfd0dcb350271805216ffa8ce30a9818288c399 + 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-rc04.tgz + version: 0.0.100-rc04 + - 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-05-04T04:20:32.914676366Z" + description: Manages upgrading the wins server version and configuration across + all of your Windows nodes + digest: 763cb655b0e88432fc49aa550a3d2796df492f4b8f8bcbcee4f42c843751dd79 + 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-05-04T04:20:32.914070065Z" + description: Manages upgrading the wins server version and configuration across + all of your Windows nodes + digest: 03b9d7204b607ddf69b07aece5b946af338e406f6198dcf36b6ef635db541ba2 + 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-05-04T04:20:32.913353764Z" + description: Manages upgrading the wins server version and configuration across + all of your Windows nodes + digest: daba3847de46b2af85db462d2f01f43a5d02cdf19ad8377c3966ea8afc1199d6 + 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-05-04T04:20:32.912694963Z" + 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 @@ -3135,6 +7659,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-05-04T04:20:32.916616069Z" + 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