From 602b6c56835e7a5bfc5ccda3609b5e04afff7693 Mon Sep 17 00:00:00 2001 From: gitea Date: Thu, 21 Mar 2024 23:55:26 +0100 Subject: [PATCH] first commit --- .bash_history | 252 + .bashrc | 22 + .cache/helm/repository/gitlab-7.9.2.tgz | Bin 0 -> 608398 bytes .cache/helm/repository/gitlab-charts.txt | 12 + .cache/helm/repository/gitlab-index.yaml | 27973 ++++++++++++++++ .cache/helm/repository/sshd-0.1.1.tgz | Bin 0 -> 2292 bytes .cache/helm/repository/wiremind-charts.txt | 52 + .cache/helm/repository/wiremind-index.yaml | 11339 +++++++ .cache/nix/binary-cache-v6.sqlite | Bin 0 -> 81920 bytes .cache/nix/binary-cache-v6.sqlite-journal | 0 .cache/nix/fetcher-cache-v1.sqlite | Bin 0 -> 12288 bytes .cache/nix/fetcher-cache-v1.sqlite-journal | 0 .config/helm/repositories.lock | 0 .config/helm/repositories.yaml | 21 + .gitconfig | 5 + .gitignore | 1 + .../v1/serverresources.json | 1 + .../v1/serverresources.json | 1 + .../v1/serverresources.json | 1 + .../apps/v1/serverresources.json | 1 + .../v1/serverresources.json | 1 + .../v1/serverresources.json | 1 + .../autoscaling/v1/serverresources.json | 1 + .../autoscaling/v2/serverresources.json | 1 + .../batch/v1/serverresources.json | 1 + .../v1/serverresources.json | 1 + .../v1/serverresources.json | 1 + .../discovery.k8s.io/v1/serverresources.json | 1 + .../events.k8s.io/v1/serverresources.json | 1 + .../v1beta2/serverresources.json | 1 + .../v1beta3/serverresources.json | 1 + .../helm.cattle.io/v1/serverresources.json | 1 + .../k3s.cattle.io/v1/serverresources.json | 1 + .../networking.k8s.io/v1/serverresources.json | 1 + .../node.k8s.io/v1/serverresources.json | 1 + .../policy/v1/serverresources.json | 1 + .../v1/serverresources.json | 1 + .../scheduling.k8s.io/v1/serverresources.json | 1 + .../127.0.0.1_6443/servergroups.json | 1 + .../storage.k8s.io/v1/serverresources.json | 1 + .../127.0.0.1_6443/v1/serverresources.json | 1 + ...5af28b6091ca0d22e961fc6ff1f63d75a3e9257830 | 16 + ...ab57ec8943fee55b15bb02106d77271c11f24f93a7 | 16 + ...6ee81a16c3224a52d3c2961e2038393ce277763b08 | 12 + ...854788e45f43c924d79e18500554270c42afc2ec46 | 16 + ...b2a70d1f806e7be480e690bb8cfe5956155bc818a7 | Bin 0 -> 634 bytes ...e689e53c4499fb52097a4291779131865a314a01a8 | Bin 0 -> 7657 bytes .kube/config | 19 + .nix-channels | 1 + .nix-defexpr/channels | 1 + .nix-profile | 1 + .profile | 9 + .ssh/config | 4 + .ssh/id_rsa.pub | 1 + .ssh/known_hosts | 2 + .viminfo | 439 + nextcloud_config.php.ori | 67 + 57 files changed, 40306 insertions(+) create mode 100644 .bash_history create mode 100644 .bashrc create mode 100644 .cache/helm/repository/gitlab-7.9.2.tgz create mode 100644 .cache/helm/repository/gitlab-charts.txt create mode 100644 .cache/helm/repository/gitlab-index.yaml create mode 100644 .cache/helm/repository/sshd-0.1.1.tgz create mode 100644 .cache/helm/repository/wiremind-charts.txt create mode 100644 .cache/helm/repository/wiremind-index.yaml create mode 100644 .cache/nix/binary-cache-v6.sqlite create mode 100644 .cache/nix/binary-cache-v6.sqlite-journal create mode 100644 .cache/nix/fetcher-cache-v1.sqlite create mode 100644 .cache/nix/fetcher-cache-v1.sqlite-journal create mode 100644 .config/helm/repositories.lock create mode 100644 .config/helm/repositories.yaml create mode 100644 .gitconfig create mode 100644 .gitignore create mode 100644 .kube/cache/discovery/127.0.0.1_6443/admissionregistration.k8s.io/v1/serverresources.json create mode 100644 .kube/cache/discovery/127.0.0.1_6443/apiextensions.k8s.io/v1/serverresources.json create mode 100644 .kube/cache/discovery/127.0.0.1_6443/apiregistration.k8s.io/v1/serverresources.json create mode 100644 .kube/cache/discovery/127.0.0.1_6443/apps/v1/serverresources.json create mode 100644 .kube/cache/discovery/127.0.0.1_6443/authentication.k8s.io/v1/serverresources.json create mode 100644 .kube/cache/discovery/127.0.0.1_6443/authorization.k8s.io/v1/serverresources.json create mode 100644 .kube/cache/discovery/127.0.0.1_6443/autoscaling/v1/serverresources.json create mode 100644 .kube/cache/discovery/127.0.0.1_6443/autoscaling/v2/serverresources.json create mode 100644 .kube/cache/discovery/127.0.0.1_6443/batch/v1/serverresources.json create mode 100644 .kube/cache/discovery/127.0.0.1_6443/certificates.k8s.io/v1/serverresources.json create mode 100644 .kube/cache/discovery/127.0.0.1_6443/coordination.k8s.io/v1/serverresources.json create mode 100644 .kube/cache/discovery/127.0.0.1_6443/discovery.k8s.io/v1/serverresources.json create mode 100644 .kube/cache/discovery/127.0.0.1_6443/events.k8s.io/v1/serverresources.json create mode 100644 .kube/cache/discovery/127.0.0.1_6443/flowcontrol.apiserver.k8s.io/v1beta2/serverresources.json create mode 100644 .kube/cache/discovery/127.0.0.1_6443/flowcontrol.apiserver.k8s.io/v1beta3/serverresources.json create mode 100644 .kube/cache/discovery/127.0.0.1_6443/helm.cattle.io/v1/serverresources.json create mode 100644 .kube/cache/discovery/127.0.0.1_6443/k3s.cattle.io/v1/serverresources.json create mode 100644 .kube/cache/discovery/127.0.0.1_6443/networking.k8s.io/v1/serverresources.json create mode 100644 .kube/cache/discovery/127.0.0.1_6443/node.k8s.io/v1/serverresources.json create mode 100644 .kube/cache/discovery/127.0.0.1_6443/policy/v1/serverresources.json create mode 100644 .kube/cache/discovery/127.0.0.1_6443/rbac.authorization.k8s.io/v1/serverresources.json create mode 100644 .kube/cache/discovery/127.0.0.1_6443/scheduling.k8s.io/v1/serverresources.json create mode 100644 .kube/cache/discovery/127.0.0.1_6443/servergroups.json create mode 100644 .kube/cache/discovery/127.0.0.1_6443/storage.k8s.io/v1/serverresources.json create mode 100644 .kube/cache/discovery/127.0.0.1_6443/v1/serverresources.json create mode 100644 .kube/cache/http/3ec79f8697b9ae9b8119ea5af28b6091ca0d22e961fc6ff1f63d75a3e9257830 create mode 100644 .kube/cache/http/40bc5d70cc753d3595e51aab57ec8943fee55b15bb02106d77271c11f24f93a7 create mode 100644 .kube/cache/http/5c8d030ffded04e363cfa76ee81a16c3224a52d3c2961e2038393ce277763b08 create mode 100644 .kube/cache/http/6e0a83a71913c099b13818854788e45f43c924d79e18500554270c42afc2ec46 create mode 100644 .kube/cache/http/aaf6be5b0d8112eec08436b2a70d1f806e7be480e690bb8cfe5956155bc818a7 create mode 100644 .kube/cache/http/b4752430e41333ef78276ae689e53c4499fb52097a4291779131865a314a01a8 create mode 100644 .kube/config create mode 100644 .nix-channels create mode 120000 .nix-defexpr/channels create mode 120000 .nix-profile create mode 100644 .profile create mode 100644 .ssh/config create mode 100644 .ssh/id_rsa.pub create mode 100644 .ssh/known_hosts create mode 100644 .viminfo create mode 100644 nextcloud_config.php.ori diff --git a/.bash_history b/.bash_history new file mode 100644 index 0000000..412634d --- /dev/null +++ b/.bash_history @@ -0,0 +1,252 @@ +cd /DOCKER/nextcloud/data/greggy/files +ls +cd InstantUpload/ +ls +cd Camera/ +#rm -fr '*\(2\)*.*' +ls +ls -altrh +rm -fr '*\(2\)*.*' +ls -altrh +rm -fr *\(2\)*.* +ls -altrh +cd .. +cd Messages/ +ls -altrh +cd .. +ls +cd Messenger/ +ls -altrh +cd .. +ls +cd Screenshots/ +ls +ls -altrh +rm -fr *\(2\)*.* +rm -fr *\(3\)*.* +cd .. +ls +cd Video/ +ls -altrh +rm -fr *\(2\)*.* +ls -altrh +rm -fr *\(3\)*.* +rm -fr *\(4\)*.* +cd .. +ls +cd Whatsapp/ +ls +rm -fr *\(2\)*.* +rm -fr *\(3\)*.* +rm -fr *\(4\)*.* +apt-get install libdbd-pg-perl libsnmp-perl libssl-dev libio-socket-ssl-perl curl postgresql build-essential +df -h +useradd -m -p x -s /bin/bash netdisco +su - postgres +su - netdisco +cd /DOCKER/caddy/ +ls +vi Caddyfile +docker pull nextcloud; docker rm $(docker stop nextcloud); docker run -d --name nextcloud --restart always -p 83:80/tcp -v /DOCKER/nextcloud:/var/www/html nextcloud; sudo chown -R www-data: /DOCKER/nextcloud/ +df -h +cd /srv/ +ls +cd +ls -akltrh +ls -altrh +cd . +cd / +ls -altrh +cd /DOCKER/nextcloud/ +ls +cd data/ +ls +cd greggy/ +ls +cd files +ls +cd InstantUpload/ +ls +find . ! -empty -type f -exec md5sum {} + | sort | uniq -w32 -dD +cd Video/ +find . ! -empty -type f -exec md5sum {} + | sort | uniq -w32 -dD +sudo apt-get install fdupes +fdupes -r . +fdupes -rd . +fdupes -rdN . +cd /DOCKER/nextcloud/data/greggy/files +fdupes -rdN . +ls /DOCKER/qbittorrent/telechargement/ +ls /DOCKER/qbittorrent/telechargement/gaming/ +ls /DOCKER/qbittorrent/telechargement/gaming/ +cd /DOCKER/qbittorrent/telechargement/gaming/Hollow\ Knight\ by\ xatab/ +ls +cd .. +cd Stray\ \[FitGirl\ Repack\]/ +ls +cd .. +cd /DOCKER/qbittorrent/telechargement/gaming +ls +rm -fr Hello\ Neighbor\ 2\ \[FitGirl\ Repack\]/ Hollow\ Knight\ by\ xatab/ +rm -fr Stray\ \[FitGirl\ Repack\]/ +kubectl config view --raw >~/.kube/config +cd telechargement/ +ls +rm -fr UFC.299.Prelims.1080p.WEB-DL.H264.Fight-BB.mkv +ls +helm install my-sshd wiremind/sshd --version 0.1.1 +kubectl port-forward -n wiremind-cayzn-cm-production deployment/sshd 2222:22 +git init +git add . +git commit -m "Init Backup /etc/ Hulk congratulations file" +git config --global user.email "you@example.com" +git config --global user.email "guegrer@gmail.com" +git config --global user.name "gitea" +git commit -m "Init Backup /etc/ Hulk congratulations file" +git remote add origin https://tag.nsupdate.info/gitea/etc_ +git push -u origin main +git remote add origin https://tag.nsupdate.info/gitea/etc_hulk.git +vi .git/config +git push -u origin main +vi .git/config +git push -u origin main +git remote add origin git@tag.nsupdate.info:gitea/etc_hulk.git +vi .git/config +rm -fr .git/ +git init +git checkout -b main +git add . +git commit -m "Init Backup /etc/ Hulk congratulations file" +git remote add origin git@tag.nsupdate.info:gitea/etc_hulk.git +git push -u origin main +ssh tag.nsupdate.info 22 +rm -fr .git/ +git init +git checkout -b main +git add . +git commit -m "Init Backup /etc/ Hulk congratulations file" +git remote add origin https://tag.nsupdate.info/gitea/etc_hulk.git +git push -u origin main +cd +ssh-keygen +cat .ssh/id_rsa.pub +cd /etc/ +ls +touch yo +git add -A +touch yoe +git status +git add -A +git status +git commit -m "Backup /etc/ Hulk congratulations file" +git push -u origin main +ssh-add -L +ssh-add -l +vi /root/.bashrc +source /root/.bashrc +git push -u origin main +ssh-add -l +git push -u origin main +git push -u origin main +history +git status +git push +ssh-add -L +cat .git/config +cd +echo -n '926e0c497ab91062294ee4465269e9a36b1f70a2c43c65297e1e95ce1d362442' | ssh-keygen -Y sign -n gitea -f /path_to_PrivateKey_or_RelatedPublicKey +echo -n '926e0c497ab91062294ee4465269e9a36b1f70a2c43c65297e1e95ce1d362442' | ssh-keygen -Y sign -n gitea -f .ssh/ +echo -n '926e0c497ab91062294ee4465269e9a36b1f70a2c43c65297e1e95ce1d362442' | ssh-keygen -Y sign -n gitea -f .ssh/id_rsa.pub +echo -n '39e2e37d04da3c4b36cb86bb9eeb55d1e1d477a677ab20ee7bb5c84cc9245c6e' | ssh-keygen -Y sign -n gitea -f +echo -n '39e2e37d04da3c4b36cb86bb9eeb55d1e1d477a677ab20ee7bb5c84cc9245c6e' | ssh-keygen -Y sign -n gitea -f .ssh/id_rsa.pub +git status +cd /etc/ +git status +git push +ssh-add -L +cat /root/.bashrc +git status +git push +cat .git/config +vi .git/config +git push +vi .git/config +id git +git push +ssh tag.nsupdate.info +ss -ltpa +vi .git/config +git push +git push +vi .git/config +ssh git@localhost +cd +vi .ssh/config +git push +cd et +cd /etc/ +git push +vi .git/config +id gitea +id git +apt install git +git +id git +cat /etc/hosts +ssh -T -p 443 git@tag.nsupdate.info +cat /root/.ssh/config +vi /root/.ssh/config +vi .git/config +git push +vi /root/.ssh/config +git push +cat .git/config +docker ps -a +cat /root/.ssh/id_rsa.pub +docker ps -a +vi /root/.ssh/config +ssh -p 2222 localhost +ssh -p 2222 git@localhost +git push +cd +cd /root/ +ls +ls +git init +git checkout -b main +git add README.md +git commit -m "first commit" +git add -A +git status +git remote add origin git@tag.nsupdate.info:gitea/root_hulk.git +git push -u origin main +git status +git add -A +git commit -m "first commit" +git add -A +git push -u origin main +vi .gitignore +git status +git add -A +git commit -m "update /root/ on hulk" +git push -u origin main +git pull +git push -u origin main +git push -u origin main +git pull +git config pull.rebase false +git pull +git status +ls .ssh/ +ls -altrh .ssh/ +ls -altrh .ssh/ +git checkout .ssh/id_rsa +git checkout .ssh/id_rsa +vi .ssh/id_rsa +cd /root/ +chmod 600 .ssh/id_rsa +ls .ssh/ +ls -altrh .ssh/ +vi .ssh/id_rsa.pub +ssh-add -L +cd diff --git a/.bashrc b/.bashrc new file mode 100644 index 0000000..cf57b64 --- /dev/null +++ b/.bashrc @@ -0,0 +1,22 @@ +# ~/.bashrc: executed by bash(1) for non-login shells. + +# Note: PS1 and umask are already set in /etc/profile. You should not +# need this unless you want different defaults for root. +# PS1='${debian_chroot:+($debian_chroot)}\h:\w\$ ' +# umask 022 + +# You may uncomment the following lines if you want `ls' to be colorized: +# export LS_OPTIONS='--color=auto' +# eval "$(dircolors)" +# alias ls='ls $LS_OPTIONS' +# alias ll='ls $LS_OPTIONS -l' +# alias l='ls $LS_OPTIONS -lA' +# +# Some more alias to avoid making mistakes: +# alias rm='rm -i' +# alias cp='cp -i' +# alias mv='mv -i' +if [ -z "$SSH_AUTH_SOCK" ] ; then + eval `ssh-agent -s` + ssh-add ~/.ssh/id_rsa +fi diff --git a/.cache/helm/repository/gitlab-7.9.2.tgz b/.cache/helm/repository/gitlab-7.9.2.tgz new file mode 100644 index 0000000000000000000000000000000000000000..dd85eaa6201dc21b2a9b58dec8d6ba01229daea3 GIT binary patch literal 608398 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
    gv zD?w;9N{GZGZyj6|%)^bUn-N2^&05%n1VOo_-Crst*qC>!ds*cZCo}TVh5r7xqN9H+ zQ$-6|W-PiVL1rx4-O|+2l(A@3TvJBIX)9#OsCG5k9$OVc{j4KYTeNM2CQy9yAayRI z|2(LC)f`C=bbv;thtcTE%qPQgzTIr9<2CnHfK(ZEG44tBA*%>&11wAt3&3?Eks^9@Ja}}n2ElI96%5)TLB#~O zY>j5D=*_)$S(?boG1P~UO%uGWN1`U8TJLBe7Th`(Yt1a0PVff`0BgAJJs2Tcx6y(X zhv0_%x@DC2VTPY~u!^zXkNa*mr|Ne4yz@~E_x`+j(>d*grEP$QW-j+|B(aL5`}z5+ z9a}4pU5)sAkW4cRy$8?T`N({6dYi$0?r{OHXVI1eW6`FEgU{6cO*laPjI)W~WrjIU zD#O+`MQ9i7VIUn^U1;7q_Lg^1l)v+&-_uuQCK!k&!NK zR3EJ49Tko^iE+3n0=>15(C>KlAWJc(3y`0UWj#PF{0xGh&sDbS4m5`6RTZJh34dS1 z6ux2emSomC*rEpF+|R3u#v-Z?`ACJN>1$QSAfM+_9-dwa|9beH}6)fIw()84NN`bg#Xr zuYQ5JhKjO#-ph-~CmKLw4RBwq*#mfymW*FJjLtS5pzd*Z_4Y*#@qU`@4mL6jXfzA> z_W1YDiz-`LFRZj(&~WW8eP`^W<0aDXcnC)k)n(Re&7i?H;bb~!daS?YEGHr*v11P- zVqRbN6wq`Qq~ta*(1II^18knYAhh{l2i~99!0t=#6#_|K0sX)HsS{oC))L@3rlbVZ+Arywv}#5epb!0g-&YX;ORIo zON8NZ-kxvP0o_1F=Bl^3@qW9Tg7Ht#-U?sBJt1S!Yu`b>=GeZ0Xl2-bDa^)p!d0p1 zR`1~^bDI7Zt5dHMXmLoSWf_tooFdF8RC3IhI{G4-kPs_DO37v#n(-;)B-NHPbAn0( z>{)om-%AHIq*FwtTA!3jM3PJ{jrazB6d6_%?i;ez9Tbj#stX4VoGet=P>e&FgNHkG zsYtEo2}%RhO<4-PnLT0*xqmfO_vb$w4E?3J&)A|~afvBDYOlo?sGCpnROW+|lirbM zp7-ffpk`VzB7vN>J+raU-Ceya2zljSsjin9bR(YlMtw^9P^Be&`xS=z5O`6&nU_22 zi6`ajn-1G^X53g_pt@jY*B06bGK+iSNvV~VQcF;E)(!Aoe1WfrMC_;+6O`Bh^g#yMW1$JPCq z`t_}xt+<4eN)O!3=oI>Y4EKTN&JGaN^^kCP*SUrOCpHkGk+_r)WyYaBRfxJTnKZ{a zS5lk~=ibxm>027d(EWti5GOk3j=A#;by-J&@-TGE_yUqF_P`-eSm#`@?d= zY2*c8(-LCQx`)1J93lxJnob!{^zd$|pt7@#PRPqnl?wt%S8eQ668MTQ(F06#oX!Y( zq^@IX`I^`D?yeIk$z4}7Yh=WD?^jE0Uf_InpGxw?-jCIisQwHcxqV=k&epbBA6zpw z^??F)-lF3ty{db6gO;d#=m%vVZx)uZXWj{Vi6#_S4-@de=Wix;pFMYRaNZj|6-tQ2 z5ti76)xY27qEkdZxSOfdf?1&Mda4d;y9+G4FqqtEaC0osgpkw@v4^f=qCUV#Ay6{Lhj0qnpkg#7SdkETdL_A#cDL9-j~-n&(Z}Vq8l#j78@~GxB{=o;1fV5>?WK0* zgxHh|KC*yS0O4Dtp>DZ@?ty=&uM-}2y4gY-3vX>^d=67)lu-|w>15Y)md6nysQ{EH z-a$el1f(c8?cpBR6a}`FV(So@m$iaV=xI+eja6-ysj;amA?GBN@v>Lli5j~)pn}tf zs!nss0y8%fl|o(|!ZKp3VFU#0&`%`s=(mJ%#tX%X-gU)2%3-=jz|{|JIv3RmatrJC zr5iZUCF?c`Ogn&|B70=#pE)-6+jTr_~8X=eUO2mL7ZmF1qeN11@FN_J(7c zRCrNuW6lbak=?S4FO2_cN&9X^DMG>V*d`|_RZ@2fqw2NEscdtDju)Uhf;f(5nCJ%b zZTZ71gn+=K>89WN-G|&f z2npmd-`eBY{GNA+;+h06DH z)b@LMn$mO@7>gd7+TV(J>4Cy;P(p%ex# zH;+6+w@M7t7cP@Ka%^QR-6RN#A$V>3pFW}9djjOxd#iN@fkji(f+}`D*dRq)ofmCz z_d{KCe02{Fbc4zXx1z(QD*{{?ZMIo7t{ByrzQ$nSpxL*&`a2tw6`hTXvj{q=T#_}H zs$E6({cR)gs;$1Nlho^LC@}~ALsRs$cYNIY=*SZKG!`31q=pOsM4g*p&vS?-xvUP= zSE2DdRRmcapH%ibS5}5?XD8dI->Tn*Gfq=!&kZDUenXZhrs=}dWa2C{7C&h40)-66 zM1-VDBPG)y)C0v>@2qGVlihrfUa z(c>WFk9!|-9D|Xb4xl(C{VC%~fB5t0+2ZF9|M%?e_57zl z98do5R)jT9%p zQsS}NO(DxUo{^~MGnsY5w$@cVBI%9cK7$u1qM`J@jZ~SsMtQZmwR=k!J$Awagw0$4Y+LYQlom?uFUyzVVbFqOXos^6kxmPZip<`vNG~& z-y06u=-!=r<`6y7mRwp9Z+mz3kr8i9trqpK5m_`@dqH-LL>y7E0G)~2CpQ#>PNx_H zy1Uy5^W$FUC(tsES5@+}Poo>mDM*zK+s`T=jc%NikR=I8;aYaB4<9Wet6xo?1F%m9 zl{3gGTImU@Y7=XygbB}`#G%tWEYOPgjF%+i#K>mm;shCg4OK+uGl46y64tRKXBqYN zC}TH)il_>USkLQDF7@p7oYd_U#%m#JsUTrDp8j9a$=JL8m#Qo7POwQBU_$a1 z+D)VHESm>HB{|0_`tfXta4eYbR8poKx`bM>DkoGIH;^5dS+j=uLMz@%!I#CZo2@#;j0mB1ujl%-nk~sG4)Dn*I04d;96hEZ#vMtL?v!o;*1@sn~y?K0iA7YXAKuem;Hb ze}islG5{^(l*U9ZGx8!)XbItE{-A8zq%E0X2f?1#ed$LL``%ZSSS9|iHs}xP{;rFuywP~|kwe&uswAm$UW(Z9f?N!lKLRllu%ynjCoUNR*8s;W53U)Q6h8cw{Nm%O7 z2cF9OVkMF$gwF_ioW*&#KwaCLQ;t85XebZdRCMbD^edWDF1!zBj{3V9v}cc0>b0so zUyx-<)cqBu z>h_XKbkgGU;7FtMp2(c1^<;)15ni!KBYQ|EMhjBvUE2!vFFtw< z;Jdp{LncPJ0ftRyhyVNE`$YZc`l-u*CJE_|WWV36m;a8RJ~^t&e@Dkpzsi4K;s^Le zfG($K4EYq`s%DI7&|^^GGp-+&{|(NVl*R{#=A^;0*9r9d$}JV-P;FszpY!3gR)=RC z!$HQqPUk`=CLPrHyroGPVpkvK#ml{Wr81H3P}kHe3QQ+mc#=5ibkyY%(urbFv~bNZ z$2y|JSbH9*x$B1(W7O0&U$h6cd4tg!g@oW#Xj9x<0uMb4LNd@R#8eWFW0Tk#?JKzZ z`jJ@udf1ud#`{7)-)p!ChZ13-%a-V|4X5JJ1&>Gq;R(x4Tof~+gI-5l0=k;hJhe`N z>Atj?iL^x(7M=r-&Z>@v8K<+uj>)GgY}A#ugQBuHL0vzjYIKpV;Asc#+0m_iBPNq; z1%OdeG()I-1Q5+N?eD7$l>grQ@=N{H`G3indnbp$8vg(M>9gYs|9^IL`j!8Gksr89 z*bMvH54hxPK-0gP9GI<&fD*wdvC_GF`j<6`(|3L*E{y4j|At_0Ts|CE-->#VY`BD1 z5Mku{_0WS<^%BuhNb0649+)c=VPiEQ8;7G2l$WFWrFHHYyl{SkRah$>1=}jiSR52% zPwBcz*=}d!{j&zn7v3Ff_eREB>24uFm9Xg&uv%AyO_=3WTenlwUPkfrb|P)W*(8N4~QHd4b`kfqj8RwEJW6cF_< zCC<@Uyf`=8tog~tA`rhr!7Av zO%2>T!;M(UjBhBHIgW?gu3l`i?`{BJg=6{(GBV`Rg%B1xLU5Tpy83tt4BXVZ-1+q@ zM(;%tY?^zlns=nx@b`~a?u8Z8s7}N#XVVnc()6km^&ayqow&Q3sRg@YuIpc=HW7M2 z3htI}9MvjrF;?lkCSK5PM=iu|Idz}ebxVb zi67AaTm6q#|ETrXVQ@UNF0E5GmTvRHiMZ*QckTe?9S+>WN-0CU!Itcv^ovUAkh6-`u)y0rT1kqH@C!c_g z%pn^4`(*U-<43hu#u|nW$;JtyBHfn`knRyn-5pvId5E$cqMBjt?xA>$^>v1H6D4Sv z6KxO&UMj~142)E$BNlo&M243k2@w=RJs-0kDY@++0PO|p(Sa)14J?0xWe>fCcY-P7 zGaYWH07;M}LJA}q>vaNnW1uM+YtW7=4pGL*lzt?Uvpx2?%D59~JOfG=DZ2&#?@3G& zcz-Ano_>3YsCl7axl}lFH1SvvQW$8$_|b&K?Dn7&ptC4aORi2N$(n`&5iG2($5Mlx zMbALcGxq2uUb^sU9_3uSYGI9r)Y8FHr)VrP686<8YXVC5p}I-%*8lkN<4D!$@yWOX zR{H=YRD>jsaY|S&Y*!n@FJO1xl#n*)biVoK?YrxXZ@w9TQRkRW$B>&Hk_@N?4P7KQ zG>KWbuvXKfl*tj2oFf73Z>lFh8FCpb5sB#y;mbEf&RMkkIjroZfdpoR z?P&ECBpZ@*NApr31qoRiVJ~jz4uQKUBPRR{n1h*&VrLnJsM;%VXD*JrL7xU@JlgA_ zgdYr9#ybY6{nLAp>1el*XW48>XNn{52(G*Oeg^b9*hW?Qz96OVu{I2BCn2YC+7ScR z&~OYlaV5&`YL-rq7Goh+%_yDG^y7}^qhWfTX-5;)K#kT-O<1s)MoLa}ULL!cZn+z|%*fFAg@49wLJBXg1hP}E!mO9K za5q@>02VGp#)yAco4@EHWquyc9l`-FcAxCg2P3giTXjP zuQw(saqFDCpklkB+9Fz>u;dHtjC2VI{1@JN!qXkWO#kRCnLOH4L z13*VPgKTnTxA}vT_kPAn2C=pDD?#JVu<^BuvTj`?iv};yUl~nN_m{NmRV{Z$Q(5bZ zP75G~`+*H*`b&EL?(O%NuYP)ec76HoEjs_<;{3}2nues^4R8gUaLVegk(^Dea6H`i}JCsV>ZNb{z|w|I;mBb+WB1Sc=1=&g}vEcbj?UKT3{TzS?tKQ`h>^x&x4#paF{6cCD`^?=uy74wt zgrggEI7EFr7)?HXFHFHUgi~9mHpt_(`jhV>EIJ6O9b|DRYSG`L_Min-y(YZ%^qeW!2$Rl8ZTH#FUT{5+bA7 z$*N7DejoJvhbGyMT<62uDgb3bn!mhnNH<=aCgOqdZPdCXg&^ZopqZCpMMa{CITlx7 zXQM;p5BmKsGSv>6s|cuLssO=xT{lsk_qmbu6eNvgYH~5ais%WC&8Re6vi*;H-uy~2 zuUCh_UPod+5?kmDTUTcjniozWop%CF8Shw*+IHC*Z$?1vceP@1ADQnz!{;|F@{B;b zDNB`Hn-RjhsH^$Jh^3(_R5ybWosLpAQs2Q{w?d{BI%^wFiPWs|z1n`8wr`k&W@3pn z-VEJOpEibech|K6*RjbfrB_LZuw1(`s=uF$W?&QrCe->KcZj-;NWZ(=ECTyl4%arX z7Fsl^xJna~u`oxtR|p$QUCnVW8Aweg2_8fbfP5#A+l0ya7UWsn^=qP1(}KyknJh|! z15m}{SKBMt?QOxjF_$^S(I+3nI2ZJW*rQCJZ8}n8q9zaGVGj-8TwmEe%mvCtZsYKy zjB$ycK05{axqdx_{-N;n_s^klczyQ%8e(^^CV(}IZc*8Ky6M0KHmLyCnh+ak)udz9 zd}+f2s!_4Bb{$Lg+tQy_YL&t-IZm;<)#Zg1cdb_3IB=%I+3rHJIJNJH7u zi=K+jVF$^AA-Auy=0q5kaoRyhzhoeq>M-smoQO$UlVBOn!O#&Wq_-nUscCUFWqlU= z@0IrdBdc?Jm>=!DtaWsG+JBA=tENgF}P zO204HkhBU*u8H+F-T+TUqkCfLhGO)ijgM;bYky8ut@-`$&49lC{9S)mpZ~_L{DFO} zIscy?Kdt)zJ$w4(tN-5@`SEWn7+L!|#kD-`o0rk-6=5BnX#n0b;9|AWou%YgV0loJ zG~qwUxEw;NxfLWzX8;@lnfMTc6agA7!Uia1#at}=g{$PHgr{cAg_;Vw#ifbr%XHCH zeJ(O`s|FJ?$2XL5VUL7DQEyv`9x@2EHxV~Jd&^Omh5A*YG#wl4-wT9MpP9|Bu=x}Z zYjbo!b~)L~=qvNy;&`gvm3%^KxN&bt!^kuEWQ$)JEVt`o_QXhY3$$D5&P{@ZVhjS;cy-QqB^ddEC?%haj0OI9j2zt4s9L``2DhOcHIV&)U$3tMXD`&oEb@l-OWNk8RC{ zN@}$sf1%lPO-bv#+D#+0{Twt_8+AB)- z&4xN|%PjQ2HI(W<<t6||MBtB$ou&x9MX6+*dRd({kLU!*KTTLlG!JHJyi|W3IEYjL&$CHV+ zy;*8!eq)PLyl0b-7-CR7MIyuDhTi_oF2T;;lyJ`Y8!@Xy0D$x+pizay;kB$64HHr# zqiZZ|=r0SlWLEiDWHFVm;jJ0$TXkQRLrkZ}e}iQ>N8SHX2hyMa2mPgsdS$~$ud~98 z*A+d6xDY+`D+Gub=2Ngm7<3ORPbA)%QJnHKi5|x!Ex;Y?n#VqKP^7y5K*1B4!K z9fGj(f=oUXp#h7%5J27+4MB^*4zq>WtL5DBMq@Xxy*+f9>ZnR0Bq`>U9Rl=CD8rmC zAx_oG7hA~+(g};`bXiI~*@gt2f>fs;#R(a2V|cRJ##uo`^}W*;=|JIn1~1|e@hC+{ z`h<*$5IXjhraIG5>|vjXnIjJOV5d*snLwiUk9+p)UG`|4<(6^yr<6I z3pul1V7=dNZHPp^(&ToboejPUnLHpv47B2 z#A?sXgUW!nFr)nvG9QA(z_fBTv>ZU>8MqKfy@v>gGWN}UO+3L`CUCPmoFW!3Ok2=? zIXY7LdQ@{OX{7jrm37Rx4p0g4u!eTXW(qI_loApNW2R70h`K5@?ly~YBJXRBR!2h} z>mW@`n4F_mSFenH1n`0dS%OF{h};6_e%z>}Du;&<4RwaDBxE zF~YOIt`+pyOPnBZnOQq*{VK34Tf=HMpV83p>(4*r&szO&DR{&E`dDNC@#N^VlK=bU z=*jVuulnCF@w1UHR70qZ1~uhl$Qxo$It#9Ae+ht!x(6m6jAKrnKN2IlqATcuGs!|0 zqY06>gro?|E<#~QGVnx8b$&X5 z1WiMm|JpfMsBU5!S`9u9=Q?qwYHLzTe?x7kVyzqAqRlP2q zrHqsA2J-Ayd#pX<-nwu##XA6CZS&1p?8-M97VHmDEIY9s-ipiZ^i{O$ZI^C`3aux_ z`q5@M`~gLnBoNVC7ro0!S`?#*5iPEo3vTCz!n%a|?FW80GxW&3kPL;7gR;gG$X$OI zV*XP1R~qiY#uQ)efC|qOtEoZJqetMy>UiISyE`CxANQpjlZ!&Wx_yPP&4?{Y7xmRZ zd?Zv}^wHO6{Qu{FR?B~0VA}`uu}1zoetukg|9|r2`B(YxOZ==kU7BMN*Q0Cb)8&yn zUP>}s_n>}1pJO=cT!0k?(o|QB_lGkOs}#q?v0zS^yP+73D{WsW_B-}mC@kN5`|9%T zf9oct@z~MW*P%B5lKag}a!jUl(KfSd{keH&mA0Q_W@J^mruIaGw~>So0%AJ8_nb)C-iFm@28fy zKaW|%|DQj3a#H30r$=A?KfcIM?NwNk6sPi1KO^bT6Y3A{RFrRQdJP2mHOhYMAo0@_ zmC|Kw^e((Q?Z`^Q`obQn1O(Nz^~I%td_X;#PS{7CTLX1nhoc$vcyNH~3gVta4(xHS zFE4hAAF|EXK?DW_qp#ra5VXI5e&(!lb)qHJ7rK18KAaCBeegV_Itdm_`?li|bgW$j z-4p|uVhdv_ChHde3rtq`^~EQhV{D0bmsy;siA8X zgc*GoNj%$V+vbAszR678Hv=C;i_bC$G2eW94?nJv~pUoTAql;{@5@OVNjuG~Q2 z)xpBs^eFVhj`l;ABsh(Nn5HDquUaOOMCFJqXMugVpj5$1YXs2psrMNuXl=T^t%+z2 z#LekwEub4pt#k}C~6&kzFM(t{IgpBcqxxrmo=C73vC5gR1Xcw_^c+&2NpL~n_cSf>u}Ab2UBV{5T6AtXgbYCDu? zOhd}E8OIUGj#}Y=)O&i|J3){0Oh`^}qB}u1IvE~%(mOux9Upl5Wlj=yqs>&tE9SKz z%X@_{+=OB_G-GJZ;kX@@@d*xf%Vq-DFDmSNC!&ca`qm;RLYKPDd5nc10!2(mk^V>p zxGwkytNDLDP3C?2Si}EM zpB_D{+W$R!_SOIUi~RVKx0kUL^dEAWk-%7)hc*?L$UHLM>{!z9dYRRdt(RO!G_-QHF6NR>aVSL>b>pe}f1bq*N9wl>hYLJ|>@(J4 z|0SJ5CACfQl<~yosfkEN(ukzt@~U_$EP0)@q^T+5YxXK_kR9?BXPI$D^Eu=u5S%ZA zY3c*)+6-?8`u^kjj5Jm+?D4t>2L~&wPV#U;q^ef+W@%ov!o{ZcsXnKwhNoWAq64xH zG1Wfw7_A1#5v#u|OiTl3`8Z`<8yr$e5;WHH9Tyh=&V2*+nmVEj>=o5?;sWPsLC}=N zF}tPdtlD>JPd*k0e(>{d1J+uRvF&wi-Co{I0$88cxNe-$^fHmql(LHV&35eL;4A;w zl7DQ%J~rhV|6I(V^^7cYgZlo?ILio^OPBlUpK-6(cjT9h~W zmb;+aI%emGy)nISbVx!ErB2m#=FB9@SVbKr7c+Gxm7p9dI#V}edps$GHxVi|K@du$ z+Ck`i#c5a?hp72~BJ08+X`;qZ8{Dp9>aQTT|LwZMHTOR+x$XV?SgZegQjP!n{Pg(b z>;3Ob{FGl_irAs3E-6(r6BkL8Xo|?kjD*HRA;EH^_yVoDj_VOS6l*+$b4_Lr^0w2}cl>5KC>(uc&(DxhHr%|YZ zyO1>%(T`2~NlN|T1GKMu+Sg%aJeRut1zGMNBF0_q$pP9|<7lX>CS;1oFv+oNb%sI{ zz00M4*nmoOKoB^D@9zFm1O&_AZ0kAb4-3@qx+|S+E2A~6IM|wZ&=!Z0p4_xmJ{ww3?_=%SK5xUZ_hJSdC zj!%Gx5X@src!SR!P3@b`@v|Pfo)e_*9!Z{9G(_$NhKds8C#yr`u80$~0$t{Y)ffwJ zTn;6j3oE=4}kj8c8dXt+S- z$Qr0SBP@v7EX=uJyzp5iA7O=5i3$D3QqlG78oH9Pc)~t*!Mwp(4HRQC!i73t4q+G& z;-(l*K~IkyCY$1MP8f>`PJ1y6aok0ZbxL#lR~F~t0vv~j=B&3jJ=J4Ztr+NmG}gKY z=vOqQT*w0(IjC+O+Oo=CBt6M*^J+1|Z!4SC5)Fkxe3f&)ItH!n<8ZB#YV7hNahT{_xc6 zWieQZB>kYdW~xoWNt@z971RAkjS1DtfLe2t*O$59Syyn=lfZ$|8ZGhKBNBs_~htGE&uQ7$=CQFU*xAI8QUe_S5jOm`4TKuF?u*vd& z)2+Ny9U*C$y-1{O7G8elA;zVSxCxCm@J?-S9Enslv=uy$E@BhJ>YCo2vhY5|62$}y zozLXu@a?vo-FCa@#`H_>KbtCplC zU!i_>kC!0lILjYul2jx_Znr@79EB~rt~lW9yX_HJ8w`i9->}FxaI(?xKnhc>x~Ple znB8_!H{)aqD!QW54dHaU3_@J|KF#B}W<}w$rK}jG5OKmHQW@GoeXC!l+EijVe2t(* z_tPh|9`7J@>P2BpcR4MP2Z}$eN;B~ z@32_Xjzj3YRqAvb?T%OX%I8Avy?6VHq>65%zb6rd>kQ|gd9QQTQ4cy=6+yeHeoLa5 zR_@TS(OkZDwQ~NPT@H0vb0V<InQjNdKL3z}Eg zTN&H!@J;Z3vbAPq*T~-nfmWR{FSV?8}5TztIgNUJ#@O&+TWy${V%X=JHR4j z9M}$p(Bw1XZ$Xw{0(tj7xxGQJI=ru656wl`ByhNOSI2Fyz@>aTEmF9j52t~RJtiND z98q0`%K9TQ=uiuYnF(xtpzDk7x>YyNAHOTM~`eE?=GjwM6;(Bb}l*S^2! z#aszwysL0PKC+uL$&*PwgPDsWH;` zRX37)GL%NbZ2nq+J!saq6gOXoGCzBjcOh>Y>)6ktLPc?DfDH*wx^_wY#YkBi=>A;y zB#kmgQ(1XBGOJtcbYsZ~xnTjOpO4Gtamg^{_a<<#xX|W-6;cnTj0bW~^w@)pak;S@ zOY45vXfOP|6_a0ozR1sN{lBrK`n>VKpPwEb)#862e~tg~MSfN#PaB%RN&$*ky00JG z<0bl#6VQRB5lYDnOY#R@uu;$@Lr@w<4;;ozHZYZ>TDE@1B2jk>$XHbJ1X$Uo_Gk>v zyLu$ugG#YKGc76^umkPoZm>`_Y*?~<|AuHxQ4;Aui(_5a_*VIl$L@SmodVvd#s2uy zCm4%Pl6!YI?p50w8;D%T1gF!YBTql8~j*W+w0M?9||! zyqXRj!Bvw9wo=?997=jauFaUM`GVWv*g3*dm_N$iMh5PxX>Z({HeXFhDtjyOXoj<@ zO4Va&CaWmeXyj$uEzHD-MB|nHkI`dA!JGAQfMS-;Y{ufT!E+ge8MUgcc)wczI;Y>r zH)zvcVAp=lHsCCmG@ZTAW71%LNmFfEO|6IDR(rsQ?fC=%y!U>;gBM`B?y9VddfNcM z6#ll+hVG#Lrdb-q3vCJPAzuB}5bc5IF@fU(Rd3LZ#(Pk|9AJ0T5%?S(77H5yCnMgTZE+J4sl7zOMwGe}_SNZYl$ zASpVcr5h;YD9z(|<$xJ422J(bW@XgJ2M25Bb=(xZX5;m|$L$>?8uGz_Yv`%zkTyGf zU)Vj4IMjv5d$-6bVmu<8LIsip`W6q|8QM8?v{P)fe_Yi!9M(u_7R zLknPNWxLt?9{(k-(8B#}ZZtKuIl-}t5uHv67+hwIZ|L%7N1*|Y zprOb6Ove{S?bR-HR`bmj&TAHUKRUR0H&@I>HZH>uMZmB|y1_M}VLj ztW3ZkPL&8t11KILY~zD<6}@%AD9wI;)K+@w=`K)~6CwfuiWO}1M9WBlhnum0!c z^!c-z{^!}(_zz#?r^XQRs*p0C-reaJTA86Go(T>Yc_!*%!gMHS?Gssg>!|Q13#cW8 zEaPnrR`qN|G{12}V4)RJCYl0=>A>DwjYgF!7Sx@EqI*yiBq1-s_Or7|>J_R?ea(tj zMhx3lOEiJ-;WriA()l_(fT5ug1 zbCSh0#A1y8105qe?PP=tDkMomQp)qTZf96PKKVbgg-v0oj6ZbY)?7eSBytt+ z3DfJ8qGQ{=_P_!6L8yY!mF-sk%;G#D=P{;<@hPnNj9F?n*9T6bJTz&-?erv5Gh$wr z=we>mc=uPA{2xVnSbhE%Uh|(Z{>SN)hWH;RPrsi3U*c!;_)iJ`_?~>oiI6XiC~XyA zE)JAPa2y*(&?#tVUqB9f^}$y~t+_vK(6fJ?!XNF&vOab5X%zRH5;WU`o`R=%t@hz< zmU7(!Fo+znEO$_b?ByXJp!UHQJ`q0B(I4B9?&23+drr0O@sZlQ25n{;LkG2EfN_0` zQw($+egI$Z}r#qOWh`OZ4eYz>VT;zsemUj4i_w! z+q@fiXqpurlthHpV;H<}DG8n&RfR_n`o>!Ns%Y`3GOY&Xh1ZRk=Q3iqX|LL<4A!_J zta&e}!nnKZl$81ZKYM@P)kuykjKlBW{uH`y=2X$(6)?;5*4)R~2Fz-(S*PbISlsYf0z|>O&SvU}p>^5D*jLrC-y8PO*8|*^fOu zgLH}ED#zRmn%!4)S8IAwO9POQo=Lp;qnXc=qj$*1j6AT@gMZYmMnntj#lXrc{ zL*X7p+C38J4O%gx-J$*m#spcGBBO9qMW@O9gk2%gOF5W0$?uWQ)+AGoAc0%&F$Hj;sk9DJA(LBeOL zg>1)CNH$-49hmgW17+ElfTSrrVr*1JQyc&#iM)*)0pDO_KoeVI)Vv4&I0<@>3x0+T z>hE%^`p@|+xc?c}cw|`io34Kg^Z#yaZiel@+vU&r{}1_yT877Mpc%U2800CHC)xXA zQ{QK5C{%1}N6e;8cv8fHiEiWp&DLw$Q^lvT$W_aiOEvm32Ed9xfu3q#@FQ>U8(^vK zys^VBETKyZ9mIzgm;ul9=K&+HvR(?j7-JkhRN_&i3HxZ&WegEQM~ROcK2%6b$|%PO zzi2e64OmGr4Jx|8XO&p8ki`<+^iI22xex>CV<}C}1^VxRlRbg%!89z-D!dF;y+LvS z55w(lfpMafO|!-Q>NWOv{>1G6sv?a?hWo}%U-&H8|I3?|@czH`ng8X3K5<*OF93K! zheIL#{W`QMFX#vU1kbMFpvdx!JwB3Pk<9EIf@DAy*%DfW$r#Or9Hxng{AynOicfU? z^Mu2shVQ%V0O{+0YrD1)uK!vqZ-3hVKjcI7zaHa0IbcUnmsv!kCkQ}8whf2K&gF=* z!TthVY-BJ(Sb^VMu0ja`2nLpGI~Jt*eH?`Ug}a)jWk6|E%;gH; zk!~}O00JFNJ@nUsX`ulLSl}9qmv+1Om@BZ@1&p0gr-czowUI|UUM8cDRAaiDD}cHzlZ1;pNrVx`f+jB_8C7ZOX%f;X%%GUdodqE8 z<#NCOetyww{r>wN_0(4ekHB`IL$bEx2}?-kvA%uPkjC83{#`em@4&GXEmVU_M^l2} z*GGKK$ExaM;pflC)pe>4k~;()o$x?*sV^oWLot_oe0xH$WeC^0fpierHSShk9}T+<~492$;E6GJKba2-q$kf8p>0U8{$NSFb5 zBxbC~bzmE~!3a)BSBN=5tR;jUcJed6h@bEjC5T8c*Lmr80^Hkc>7wzViyi&6(ZZKs z!->azA+?~Q+Ww0MadM7BXj!<#8Rp%f@hDT~l=1Fxj~vJ3N!H&PwBW1p-jHd5kuKi4 z&~W~4@P#`UFB9@tz*c3J4f&nnPEo&0ye*5au1JQZzuO>@r%pVDqOTsl(=gm;RI&{H z*yz8X;Bdfyk=%%(M}PGgteW*-gZp~}Cj}jfW4Diw_xF=V`o&OjpgQ+$V($c9(G{mb z^A{kit-WE><@tVp3Gj}qsvSdBr1uj+nowp0-<{+%q0DEHQMN^q7s*&wZ{xd!EJuSn93rboFGmg6b`0$b z+2mdBz40e08vlaTFs@ z8i`@|(Fjfy!#Y!J6RGbm??Vd?pbkB-1a9efFhyT11S|yQIkBhne!wxz0!{8@`6+Q6 zOF{G=?!OY?I~F@xslzSJvNJF&lJk8|9ICyklzx97wb(JtQ;Z#%5QEPLFfC+43-K#< z!WD`?fQ#Se10h)S#=Q59C35{k&j%U@hg5VYG9YmlWMKT~9$w(*553vyT(uhYUi;#_ zyZ49w4?FL-|C8KVQ-j>;rSXgxx5Bqpa?=C$2wF%6>cB2})x}G!syMyP+rH;ra%zs0 z3nWK{`FhauLte&Tv7A<1y{*90SG>nL0~zC2qO5}zYLW29qh-^@Lh4=#^@#rlOLmap z=uU@SxZi^jO!_{8@B(7wC0v&;JDsg+G zFm=Rg*)oz;$O~Q*lafGfZo?u2dlaYVypUOt*8D;=%*H{wlbyUiDm=*M4MdK9_qvef z;BM9w%*y;oq$dvZVT+`QIa74S$gqboW0l}h`ZZiri!>3|B6(LQUsC2aFslpXrUxFq z*KV&?f9BN_2qMe6WI~--j{0aGdcpP5J1yzN0^4q6@}b5dDg-n2iG)aC$N)jdwUC{i zDnSI^lRT;M^2sh9S*VuOD@49Xv%ipz2`K$4f_ic0*{K=q5>LuN2>D-0#{e=PMntMw zB!}UJcC#Qkzh>>enn2t@Q0QMtTpsxLfy9kCkcN&3F)LX>xAszlKC-yjM?gHhgi||< zDjk01NZYr00IuM>HfGi7L%K^s&xj(EC+3b5@=puV*T|3oK1s;}<^w|}DKctl7# z|K3BNVS|KYg0txo3EUfb??3|X#Ibrw7K#r_X_iK+bUe8-H9*VVZ?7 zrQI0KQ;OfD5?)jED=#>jj6*`J_&1IL9!DlD{{FZG4`QOEY0&@I1oejOeSAN29P3nLS<;QA;BgL^AyBzed;p)=YOG$c$Wapag&>}4l zyhx;QEC!!f^6a!(?<~hJ`lP%Rulz1c@rmH}8Xl1+^f(1nrIr72QEIhu7XFL8w@D^4kT2#(Wdovg1Xwt}$c2nT2T~Uyby~4B^qW zpxCxc$`#TVmI9UQa50YfCkF3rA+Kn{#V>3?PGx*xrpsCD`6#UJ-tydMWBdI>_w8UD z6CEy0Ctux;Cl060D#)9zs&>6@KY!Bj*a0cOsv|!X_EBi~$U{zTqz($UGSn%hytr1^ z#!Df9QxUhtP1(c(;Djl@!lE4xQB4rQSIYh&dGO94?Fl|aaUvVqsc09$MpW>#k1Q5e zhTyAhLqUYI8im5WGFgR^_!I=TfKhG&qXNE4e3LQ;Y&2lI{Q^x=nSqyaPE~Q+m$!Qj zkx@{Mq2yY&fj2HXqdW&);1P2EH};6QALKQtsFq=9#9GMi^LG4uZs5T;sETEKZq4I) zMPE3VdT&jD0lYMTUt`rmzTqV5grvdhYP6>VS>F4^$H0bPu7_>eSU>_iv{`Uv3=G0- zIy{l`#3l|L#%Xqe+79XPNkME|aSWEmcR_1BAPvTVfhhj$kA<(_I-@J#otGu|HUvqF zGNZ3!>at|^_dGX!Fl(&M|63TrY%A$)OX%0Hoi{C-wAJ#uWs-4y{0$aHCMkTsr2(*B z1We)w_%5qNbSqqPsr+5mMa04&OlhHL`;DXW&3B_DDHr;_R-i+}{|yAz7l=&yaM(jT z)0;uqsXOJ`#wEeuk5@yAF#kb#4G53$7|$PCGWDoVbNx(#qM0fQyhAeR&&8^$m~*dF zUE}GKiK@$zG~1nmG>s!+n0^b0CkQudk5zoAsw@PO{9B+QH-^5RiV+enzHBY_#E+Oh zLuQAtqR!Ovkfk%T^W-whcu1R1RByw^be23ae42cT(p2GbS-&7q0oDoe?PTt1eHx1R&lCXqO#f4kMT9Xs5 z@sW;+a5M2U+AW@yfqQwNwPS#RG6PTt#IQyWWy#Q4j%FSUtLVdwJbV?0qL?l5W+DWr zq_cv0FXnOk$SRI+OkjgN1@6BAcq4Kqok87&syYWkby%_R1Jc*5e2K9{J)MJ^IX zLzBF|l4kf+qDD_zus#gIR$dmC2~6GIvb%`?b^BbD7rtglY+8+smWOyi0oID}1eV5Z zbALnrX4eMac?%6m{HxwF1Myv1UNVIaUBy9d8N@xnMOtxob?{d_6B==&@*TY`q(hDF zi{im$p}qxa$t1@BXV5V;L)h_1?!-r7DC#Stk#_8xR6pP}kS z@Sm?R5T(r|-nWk!mLG$`%oGtZQ>ga?)|35=ui(V(BTGjPUP*HkE#tcsj-O6*A`7;S z_sNSK)sG3?scOyk24A7hiN)1pW}f|}FYBDMtmveO_UsR>aXlk-&=U2W`0>BQlQ7aN zhLB(0LdbY*mZ4*8=zhoqL(aSPB`e+v#~mpp8y>@_I_dc@6753{)}KHBO><`pbuL$z zU`-UpxB}#4W_SRbDaw) zI;dhsP{;Z@reh8JItSP!e({~wq3E%nXb7TpFAZ7em`Yne9s(O4EL?H9_=p_bO z!jVVpvi!lqx_=Q$S$K*&ufNMIg;1TsIjOhHIswg)(Ob?D4rkc|BtoY5JUKkzA9`fG z6Cd8~I7nvA;zSV1!YlLz`Q*+*voxwM!sLs18723F;QlW5XSUnMRnuNZ*Ib0cEB$Mj z#U_*kBa6RHLh_8{i&=OK|2`J_B~8_j@3H7$4Zj8@5I+1zDk+8Z9{hsm7=YK!TTH+} zdXT^-kr37T=1jfa2Jo zLERz6!iwtzoCfEf*PF)eL8SOFkH~oR(COSXcqInYLiCw8IAZ4}ZKqmji;mB;vW!0& zzLC=ke0IdtXQ3gQ(MrMj0{9)%fA3%a?+^XozYi6s@ZSh!&hIjRws*^XhFNG2IkxDG^zd;|kUMYbmjxFygGS9ikgCTx7BZ_y$c zL&Yh24Y=y0=%mgjMNIU$Uc!8q&aT+BH5uNXRM;<=aESR6b_^TCpc|NNLX9N!4>^LR zIprsqWD~qYBbM8d3G-ne{j7FhOcK0jU{cg4$bv&e+NHmBrS2U8`z@w;6ngSLoB%>H z-B>UYuiMv{To=nsBpp#;dB^h7zZ+8aBsQQN;65l;J|@Ay0&A9lp=%|QHmJj>u z1tIuL{)ev(pEK{cBo?!4LC+}XUM>5n+RGu$l$BY}^D=7*`W^R&)1a9TIh1%WfxMqk z)tO5|2!gl78hgukY$IR!`WBskcew@rb%uJ0q+`!~=f>vVmyT zDsqNGeGbrIKw?U1L90Lss}XdFPUG7jm=1$1hQb8vOWZKeu{(u*8^8%vR8sK+I-bRV zCw>~a{i0%&Oel@jl9Gumk|$f25Xbs^P&*hon)>#;W=N_s z7yx3juVwK+5JNEoUVK^h{HP6z_gZwd@!PR|BX+}2M%y#*ycTDEnSW1&(T7%}pc4`6 zKMaxaUWH%SXF>g!joS8hsQ$xdrB?f_|L_qXvU&W*KA`8NrneBS>);sR5E)?L>SR-d zs^ZMW0;N~TaV=U~3b$+SgOOo7_)3?UHXjQZdGNfVhDo2ej72iHaDu-XOG8QV&()r zGQx7RWnte$3Yru*n^>HZ$KhNv)8gJ{SMAAdaXUsJ!yA3ttNQ%hZ0Efn6Qfy+OirvH7`c8`F|P!7D6 zM}dl6oI&|G@-L=7CP@13)_|(y(jyGhr>)~b?1l<$+aoRe64|7xtx2qVjs*t;MWWXP zvUJJPuoWk*0u07bq0ovF9-|oCqhcnch#37DE3x`e(Pss+TLlDnH9F@vpZ_uXAGNc- zqYAh{|Jy2W)WZ5-?X&*Z$9w|%-*4Pd?rDFXJ{Z4QF>}9oZgea(Ko)rjQEZyNVV%9S ztqYz3?2&<`4OvZIVN@ES>x_EF80nEMKk+b(?-*EU0VE=eEwdUGq{0}@vl79&!@ ziw`>qsw$G1c}S-_zwP$PakvgpaaaT$3!(v%9HQkZL*200=|W4uOG1hS^6ryzUeL*K zY&rq8ZbkeW?0o~}0a|P~pv7nWVEM>ykPnA=O zz&l7tL@sRNx`$!MSI`GDihg+L+qa<8|24yaS&UkN&{&Tslq`hSRA;j zO4V3a-<+fwo#6u#LRA?kNRH$BI`!-$iE4>PZrl9HfVCbW zD69Bu-VN!pX^?sx0|0?($i*Di{M9{LWs=Z6G&eSX50kFQ$C!zdC!IW4QRw7^DwRo+ z5f9oE5uM3K0%E}uOAHg%JJM$%qj>*#eu1Aq3qO8_j6MO$t zVgI{dlK;&Y!A14oH>z9V`p;Y2mCyU%M|>joK>D)TV%%Rw{}+=@#a;wJ(p5n0nR+M4 zcnkQ|MEwu?MA!casV1`Csq{Pfq_6+Yt&Q!l{b#FOD}S#4kN6P#&qUGoNQ%9Iq9SK* zqHh`|i!?%ez%R|+nwgNhqY6f9mcb;lF$684eB~EOLcwA{L&YsGnC1`u1diqE5~yvE ze=1tn9SoEi$QP2{ZW=smEgu8xMRP&tgr-R_F6M3#g-+T#cnpla4f;reu8n|gXh;nA zB=a07NR@2>Ed*3WQ`oC0$xiT<<#K7BcX3-q9|GG%(rOGjd}S@75oV?h@0t3#LBTFh z#w%ABv4rGKq&Q#-NfZRXUr~0`^8JcUGCOD{vhW=XAk9_Dm5`PRlvKk;#axcJMVK}U zacp*NG;me=+%Pv>;M>at6qrhEmq;whbficl;wEia)LYtcKpz1F?KzD|mJH^-v-ma; zQJ_KkRR^~!7=r@oN0T{XJ$lj2AUur6`Udwtq{DKppO5G_WUM8DHViq=Zod(^$)1an zviA*uucqosV~RWfAi@$Vh~6dNYb5R{molIp9?HM#MkgJI zo(G9d&Lepc*Wf^T3Mik1uy?oTQWd$0HK>FzKIa+7@;*QF6k?tumT-j@O!G&~uOiJT zPmN#P1Ea`auK5>$BujGea^@aM_$SXF3b%P&r_YS!#hS!NVZcaU&-oA90hqiYv~8r3 zUQpxGWR0<%{tu|d%cYNm>clA%3fP6b&)91BUzWh|@M&x%ca zLy2|EwUJHz5k=<%{6&#$hc+!RBhsG!CrEjgEl%LDiDj6b_O7KaWQ}X7;aV-REFrk2 za*MWzdhc+rOMLo8m>Cfeq0VlCHxOgY^57Qu1yMPmMW>cum9+ZR`z}fX^WE1Z#dO&v z>CbP;70DAuF1sKpBYY7~p2|CjFr&$9BsfgYw+V0>v_$WD|J=ED6yo$3d+Y#E2lT=i z+&>umh!2S`l~e{XCy2X|Y-mu?iN;J7^~egKEgo|K^xzoT0D{LeXqK9ays=-kuFtII?uQ6xjR2YgP74Iag_#CJxc zPJwf4>aF2hM zXpZ6QgCscjkpmwSa4p~;g9s<>Jwd`pE?0Da@xJDUaY3K3dbHibeN94^Q{Z9p(akL)XF?GAcc|-z!}H|}V!|&%JYWDd{7$}m8*>4R z#E7%6{l}ab7z3!h)u@; zQ^Oj6ggoF$$$el;mSQ?K%VK^8%~uNu1<2s#;|-T_p4npX1xd|bko!pn%ZmU>Fr&RW zbr@MNQxrXB7BN?uRN;9yQ4c)xFDdbaU@OTKOOoXvp}eq&Y;?-iRRs#wY=W^Bsbq}C zZ20PO958&3%QAyNkj!6BtiBO0U=KMlWK%rxT8t8BqS34uaymP8+97BTdrjl@W! zg?p#m|FF2C#lb`gfkbbnqz`flN@gQo#`q&F_1y7|d$buA_q3y5{6#TJG4V;u5|ryf zWIRq(3X*|}&6~}^U~O2@Gx#&UZ+KJY&?a9&SU|+2sHSDsVYi3tto z;(bcc>CZW(in%UAUZ#hkLefx3hE_U*Hr1|WyJVY|GNe~;yR@}I6#0=c#d^4mm2Z9M zDmF3W*{B%Uesm?}NrjMEn8Nv+j;Bp@nbO4s=K%9a|6;a?9$^15zSVm>5kKEJ!v$*Mt9hD)WRbUpfJm# zISTDPC#XBfn(!OMt0&2zyyHYYi0?RA$#C^otwA3~1A}1MMiueID)#YA{%JP8Zsk2BEBr#0xtARqyTGMk9+i4fvPI} zfGL5;5)OazoU44*hl@pUqU1UFL|_fS(Kzb@9h5~=1_O2|Yw zzxiK7J0E^J`Gf)w87WwJBMAk`RAC>f*@RLz^n#64Bsqq~`Xw(*Lp~)fg7l={C6kg< z#_Jv-mTAaEhI5EOr@?Q%RGMQnUk5AnKDGBvY)V%>ZUBD%+#{t*X)}HY2q;UhmrI5( zR%yA@@S@fH7UBg!Brev!ClP^-)Pb!GbtID~a6&X<)S&*|hDk*nT1fxm_!h<_a!wUh zmY^kL!5tJR-~xFXjt>A3%}ZY240!znhv1kxLgqfeMIUDQv=C5x!sVU_Zd$?ZVZ41&19>Bh@t0aAPZGcIxefQN(NkK zp#Wq6p%OH6xTbkpeI3A`b3U?!!e%4^lhvrXLdYwb06#esr3g9-*-K@dhnvmx=n8|pR53?FS&KTNWrN3+h9z#1Fbz6g$gI9GBB>%Si zR_2v{2VLX<1f>yB9He3W)t6x|u!aTxizTnku|lVcP2SV}XrD)7m+@Q#ZDRJf>C#*W zwgIN-i(nmO21C46J~GgI2>OPh zBB-zXJz{i&w2sutP-% zVyl!<=}pPT?4>DR1z)*wwNEPFrYLV*z*a*>gcK~Zptl@e=?Gy}-NVV#u2cGYTDNKw z6;dEP@4lEK0U+L}L?9O4j8Y_jq13-h;@2;VG# z?;w0$+@$wvZXsE*{j5!jK8&)Jv?+=JfaGJahxq$hunpuobZ=-#r(@X-;ooPq41zR6|xkGxm;H=OvFtMk%A)RcE#Zpa~F8apvkFiU@I@^RM8ZN*Adi^thidDqC|_+ z6*)9PG$x)nn2Iz8MUeMk=Rux=&4;~vcrW}lhq(uSgjgf|^22*IneazI9gCmtfNEyy zVtR5%K4kIG8VR4`uBABh28-R}M^uX1NXzn3K;2+>kK01=iPR3HTy5~Hy&M)w@2Myo zm;{mp{~2}`c{44RA;a4#@Q#y*pkv5kF#f75=5p6I93qNHB-x7@>6;gxaw4-!d2x$? z@y$ZEL}E$>N|Nv5sP!Y@mPB6yaO0xo>UI0tMi!|U27vcBef0@6iGB4+hI(ijt|@{g zUxeV2@3I3P1fUMWAP296*BC*4h-k6eAZ+oM$T;GUiBDpoE$3Hf-}?2RnEY=h{LuPO zl}fc5t^c%D{mlRN5g%&dH8jo8g%De;#T*%y@`AT;wPVP2*D-7fszR;uP;L!qnwDW& z3b{9#$_+2@#~?X|{t|*z%;nk+Kr<6bj*ahH3N0~Z&3VQH3n74X$5N1uxAp?JLOrr% zV4kBtGcX@@>cB>hqv%7M<$n$bu$zzqB9@g19O{RZ0)`iS^WbtYv=pbhenaaz%brAf7vAWy+cspNtd?wWru9Qw$CZ$X6gk6@FjTP2^#Gnl-! zkj#5zO$ERJ4LOz~*+c;()?C*lIaB4&g_N+67=`Sc>KUb7*F;jlMO_f|nB3gq#aIk3 zN5dl3Sw$dW(Oq5Cg346riR;xO!VBGg%E&8ZWS0k_Pw`-vsexgcq-((1MyxZ=?82)?!aI>M&J7a&5=Z*xpF5TDTD*DQ{xB z{tqj(UVU$F1`^liNsh1=NQ1(QLL<_%0Gzpr_P`ag4cC$ovEy0n4_ajx&|FbKGF|pJ zLpGAlEM;3~GiP^35|KkN;X?q12fjFlaSRNK*P+lLI6a{`q;>m+pZ7##Xt27!(28Tq zNSxR#gc*OE3k^@iEoETxd)kn+L3l8FTTUK*DOx2>@dN1(v0j=zZC?JlSkqwNE3I1$H}ZXFTOnb z^d>;60uX{Wfg&5^$`%Fou_vy)gox&qk4*ht@sQXQ&}2t4~yit&oCSP zusNRrd*6hF-@^BKjpRuQ977fwqS+bAwUhsUfBYe@{qaXp_|MmZCE@?B{`c2{X`$8s zUdacB3RqasGbnQE&~&2#o2=*cGa(K?u}~t0+@yBmSta&~Yo2UT5z=M{eC#AcRgvV- z#6oz@*~oHuqDjJ~j;pF&?r4?+AYJvD8lvKpLG_`MkgoiYHXK}<0+b4jLP_-6Acv6Y zPgb;V_}_}xqpzxBJFDIchS*AwJEp$G{R)Dhu`ufrbb{Ze^cUGpp8th5KY!-J?Bjj_ zEdG-?Xsv@4%&$3#01fpou*)01RFOsjAE`wz-RW}Y3z~-|eMtY`A!Br|ArWJq1c6P> zXFmH?ls5KNSOk2Jgb;0+2ZP@v6wjNyebiOen0iiREE3v*x(qFur(id960JkVBn6y^ zZ|MSJIB-Zk9AoR(`bBG)M|2$1d>CP$bRP^aufxG)=>PL)E}vgOmIkl?WOE^>(!okU z9}r`7f{zgGKv9UV2TOm+|NkjW_R~M}t7$GnL8yMf0{K-qHiPwo1zGFFvzE4DI;P@~r8z|w^755?!JOpx2KVG-uxM`? zIZ#pUBDlr>HZ6oXO5zwaeBKP;#2|&@{Q<>g2z8l5^MA(|A#h|&(F9}4f#RLQ%ZD%` z#Yb!a2ace{Fi;lKWke1{g#=5WBIp|A5=G)v9RrL=3K8mr4Q=9||L7y|$m28^Jf33G z0B~X`av(`0ZP~YsG138agt2W0lSgr|3>87!VZdYq+4>g;kQY%4Oj(w8>N4Vxx-~p9 z-OwczoeYN)CJRksIaZ``fyC3v0QL>b5wR_T9v)7}d8r#5FP0#%$o}kIG%xnB0N9F* zDeP^O7{hg7D;T#aCZ;jQcU8kBDOgyomYf*-%Ol=2X!4yHL{?(>m=I)y?-&8e78~Tf zpl{E^S!3nZ3WhZ-Nvh$>1syud1eG+!vJ9(4HKG!O>A60qom%mD;9v5@Xy!Xm2hJb9 z<|*t#NSzUz3#;G%XEeklb%*pX@|4SDDf3!x{(APjvWvMu3NV%%avv`We|HFGK&C}2 zypZT>Ze>0! z^dK_D&>_Mm=+(oF1IkbN@c9;qB=y%jNv(7-LDtk#9Fk)RnGM5?#h5K?ER-C4a2ttE zV8L-rgeC1r&c4ioK|EZh9z8BTCayI>_Q-nU%OmT8V+q}tU2%)$j{YkWT1|XO5;y|h zBBRN288dP~G-FI1K~d!Z^5o8r#nab&{^T!IDX)iAMtR&X_EJXrVug#cJekdGGCepntYZ+dh=qPN!v!+>AWT^%9QrZ=foWpsLSi0c!0CfzKPrgw%$_QoX+jD^!jG2j zAj`BA8-W(>=jE(g#a$bQrn$P}%yaB#Vxtd^^i4wR%(PE&_Bwem!?Vb-il0o5RM_YI zn?p?%D>I02qsZpMfMfU{R+|FG2J{T_QuLC>X2wl4q3aS~WO<2Cv`rR4K2XCvFAf!AH#UU9{^M$V#<|p_cwKIG7iGbHJf6|JxK=aow_P81FRW?(6m6tLFMqXI` z?VBUFn!;i6=0t360%{*_)-Kwww`;%NqWyYXwjk=v+M*1R%@YSK5+&L=K6r=$ibSmp zK>q&{i)li$luIbB2Ycbf-+mlkd`Ws%LGcze9nz5tJGuXa8Ne=X7 z>`Ls&B_b4@FoL$1(gNWdQOq7pKJ1x2{*{39jVKa@q3u0i2ZKG9^jTUIcO}2%KlNd)+V}=?@p<|HU(ty_*MEy8l;s zyIL)W{J*x!pYgvR^9g4w=ZVV}mD^1T_ht2h-#@&U$cfVNufpSu8D0M4uZb8{_f z7Y8nPkt=`|2D&jAdbP%V6I(*gI&Q`YCzumnn(#(3cKgWE5qVlON_;J|EZ(dpbmY<> zZk7+A`15CeVN$;T84=4ma#)_*;&_J;a8fBTagGfSj_dG-XyrI?BzSmfB%&e536aWv z>EYO3nPLLDEOPN#+O+?7T=t73-d`&Pzafnz;yyvFg@0*df5%faSmTxrQ_zQsKJ!;B zDNr~@z;-RfD%lq75#ptfN%6wC+6Mt}MMp9VUR7)V(jsOE{P~l%E%2U>WX4_DWLd~0 zDyh)6ABEB&fELtbcDhicXV!D#uNRm1i@pd@LMS#8+7)T$n`b{eem?Js4e7ed71>}- zvIUXIal3Ib2!KF84`<&Cq8+Zq?A-u3+JPYD*gbGHqyW~b|7vf%lJtN_2O80Tzfh!`h*AX${+uip9jPs{C7DDnB`>QR!%yFIk^{bkBC1$Vz%_pz`wuSCu;v0!}qlP{Qnl) zf2!s3)@S~=U-Su?f7q2`3~gW`mHKloumlNRsQaw<=oxj6hIXX5eOz5IA7sHx_MTcC z%r9g@yMFgaN-Ibni(sH4ySFKiq5YjY34ixc%7DWd&9hfT7bt03$^_r{@DZ7Xs;qt8 zR3ZdkVRVRu8KCFjyZRUg?F+o)H@|3Lc$A>CS8CrhWMds2;{*ds1nXUZrV$?u#1 zcER~yE7vx{=l@2f{CWO=#3wob>q)Cw7ms{e222^y9~9dw1V#c5^f~BCP(|`Z{|QMB za4cmwBsG0>(5H1a-}hRVdYz*HMkb8(UM49EUI`HZWcCXn;Ev2`o#kJ$AHi2zSrw|Q z!D}UNlHgCQK}AUZo*Z|ES1n1EBO8PR(K<;0tVpKYV~k;ii%9wx$#g-{L$zq3XP5YC z;O~XrG;LHI0G7cj4hH+F5V699&E;eUT&4nlt%9$H#lB*4We4UG#OxKB4Pj7tZ4*iB z{7hv5KqNO&r|#z=3bJcTj5yFVRYk%`lMF=*g??bTR!Hjq212VT`V}G*NfBF3(G|_r zi1&sfK|t%8FoOnjZY7gpFySl%OgLKx<}X}ab|6LQiYF9%-jve)868?knI>2>KPZ7GE{V^2Eh4L{`oTphrjo7c8LXB1gYhTyK3=()(P^;v!Abiu`3&Qu# zf=EKT;LmY@{gOf)WXk!+r%w~0@e{KU$e8!Gq>Vi9Db3Z|OUa(7AqUFPfqTL9joGpe zPQ0Xm^dguc(cq6rn!$7+q5Ohz;utSQshkkBh$u5+eta7@g#4KQiy4yi?_Ygo`TV@& zCwl+alp!lx_Fh(i1^53-bt|0zZ)>aedH?^APssky0%x+?{z?5UsL~K@UI>*}T8*!= z%2aAW${3IvzzNvCqG8>*Umj)fldmwOy~&mJ_VMZ zh!9<oUxJfH_}o$AKQZgy&=tq9 z6n*$n`d_&mqyK&Se|*S?MSeR-B8Jv8kNMzhUXTRIu#jPs(0Ah9>p%Y#JtO)T$8ymZ za`&a4af$<`&;}aRX@EU9?oSlx1$GK!u%91uhQ+H})jMsHjCleTl~~nr*CV8AUu+Nv zrAXd!BJcwbA{@6CLv8O{WJ8Gn5c@+@se8!b&glUji4+aKj~G@Iv*1voBOfMvnhPh1 z5&v|%`~1XxqWiyYIOu&n02l55ThaXgTN|~{{r@9AME{#8+8%jd8z?Gr<|g{4VX{ag zw8zsnkvx)orx#Oaz`o%+BqxJz=mpa*w6UJY&#fDX6dCM zu8^$QiM=iSYkbE;#ewQPv8R8>h3ecpI06tl7DNLiIg4PJtX({mGevJ-ECNB5Vxj+! zaGiCZw-7+ff^%RD2vd2dbmnH{BS!&i?zW$K5zmCAa%U;r`S%ny`C(ug8hP4@l&=X1 zN^y0y$oerbEWdj2OB$ORq6qQAqsV*%B+aPI|IUzW9XQ6ZZRos5@aJE>%o9J+{ojDD zGy2H=zgn(TBl~~lQ~&>vkGNzh=b2g6ghLd*p2yzKNw0#~E9t8Kl_vZOhf5Ivd_7YL zBmpylu^N*qC>3L9nr->SH$eJtf6z1)Ilmkh9<eC=4P#GAtAowg`^} z5n)M4;KMeKV2kNR)U)M?79K41d{4r29H;mAuhR>M#)SGjqWFO;KQ{iivKh($ zwprQy-2Xr1lN|rkG32IVTP|^|-*@F9a-#dcy(k%643zgz4A*JyFG%lT%KgQep;Ex` zAPEo7yBBQ6%Pu~P+6u)^aAPIuM`%{5;3efNW)f?k7oY`GNBqsQu9>9zU1?G&#RyAm z#xt)+mJDZJ<4oDje)W3%=ugc4&+X0cb_guk|7%;-$oqe_{AvIDkdLU#^B0LPHjw*W zBq7Vmz<5T6txw)^r3LkE%~Mclfx z7+uqTR*5lau_I=*PmGDn2UlDLsdZE0@HUN<9PPpJanogS#(ffSrr?TkCdzb_T^m_T zkQz6S5ewcZSunibOJleMc5?qbkRoka{AmA$<#KqZz^>7;&;VITmq-RVqI#?|#ckc+ z7#_Xtfc8z(lsIbmve+}mNRR9{3&kefHGXGG*q1UpR)^_Sq5h0V;b$maN zC*v*QGww}I(H*={)QoGKH}3?N`HJ{8)^y9_lK?NXzzfCrLK{$igU!4l@!o7rlyFx0 z;E>-U-HNPN0OJM9V}S6%0g~8|I?7_|_fEUZa==mTzYiCZJ8;T?yrbITssfpr7oKbY z&f;uzZ(wNR$cveZW=k=YHxDsW{Q85IRA9&yt_0dG!+}7@MI4A7CEJo(k^`96|9M;p zWBu20B5|Z_+*s-k;=}|MfbJ$&$iw8j6iW`yYd-y%hwKQ#VlqZal5+5Ei! zf5a!d|ECxwigaWt5+I_o@OhB7Vx`rKb4^_oB}6*#TI`u@31W{$OPRFo27v$PFXLB# zV%9%#di}ulzg69cy#IX0|9#LWw6cjmbo#^pzN@G*d$s|_01$Zz=2yz)3P90E$WmC5 zRj482CL3#nnZ02*z?FRGc{u@nB0{o;*CI^l6Ns%@ON*sbj-IL@bM2_!Xbh znf(8~rgAXR0fQQAbi{AqE6;dON|bz+m0=7N!Ji->bt#BPW_2||(FNR9d5`S#efH zsT>l+C1xWKp1e7xO(laktO@{EV_p)2vao2tMezTkc`iS#uhDtMLl(fSz5)A%z|)>n zGY=In1jP4t!NOzNmd9vrXM^HbP~hb|qNo+U)EpT8YS@yLHmhLQbRj30MMub5!ba4W z30IcNrb1CLld`9TUq)h1!(zIAjXNaj*U5BSI;Tqf+|wTDLQ@YI!Cy6R|0yqJUYTF< zAkYW^?pOl)$eALf2UH>-E{jN7&jo(|m+kh)XkLn(;arZx3z4pWWKQ=cb{@+{Gt?keI-$#5R_diy;IIHis zSL;|pmZJ<52|6g_k;TMJ=$Osc!#ZX)_au+A%(28~nbjQaFQOQ8bmVO|WK>R?L8w_Q zQQ~abOHcEQ4MvV*F5v>?;mG=BbprD6Ch=0sF*GvNJ54lQ+lUUnltWMgfLEce8%&@{ z&HQD!B=&p_x5WOL`IR{6yG=e5=VH)!9S7q9y?rv8;p!>I@s#07PdbwVqsd+{WppHJ zFpEg6@a(aQgEX7xxh-IFFAtQ^dd1I23xElo(Vj<*QnXJD8E;2O2ZzW2YoNi?xBG{e zJ=Z0yYkN8|lx6CmJup<&nBw2)FtJJBS?&g8_!Gep&smQ^xGE`u5K8)h{9Fq$KY1`& zmU}$UKx!eR%ch~|!CV(ZWPC>xq|1Gzd!Rxaj1ZJbhHlE!y6ccE=VW$! z9;=y5zFiXW=Z)g`Lk#ovX%7DN@5rpj?iun)%mN@FNERl12u|uT=8<-vu523G(2d{{$r&O-c^3G({(C zte_gh+|OKYXd&nz>pLs%`gJvjK{?2FKz@ZQ6kq;f|Dk^Y`IY~h2Y&*axP{z+KY;@k z6^~L`&4X`b=>LOZD)x69X%l2IXg-uLq!IWN3@v1WLhBji|KGpLh24MusH|`N{G%BE z?>s34K@Q{m%75qa5Wj%~Ru{z2ECgJ0Xh9jRgSp}I#CAGDGA*FY9;w%XVFBIn9=UVB z0a`lQLI7Gw_-P$X5iNl%5hCG68i|ye8?N7vH^;s8FQo7Z8`~hi+X&bWUatfmv~5>I z1VcO;MHwG*$n}n+cyTy%kh#OfYgabI;l19;2uz& z!a3<>7d;q`0iZ-HwG0d^_ZwjOl4wp~V7QL0$cW($jKM&W6sUp`Qc0l~qnKlJ{Vprk zw|ogXQi*+2^3ylvbIJhx3lwCKU-=<)_?ZX){y(JpbdDH<{{{XF%b03|LLCHKmWo9g zIoBEfUUBKMcz`hx~hWwANf4^`7?+b zpsLCo~94lXo7%fWE8CSkn+hoTNs|hX(6;!fP8E zVo4lhoQP*hB04Gc>|G8R^fhvhIT4IA1M~4qU7h3g zNf$679Njg6Mek@fUPu20yxkP!SAu}@p6C%0l<~B4=dIiCXZ7QYD}Vg2O zQ1pROqQb|cB>k1mCAIC4MQwZAH*~NzMji{G4qV-KP1CR(Bzvm^--2^XhLPLS{2-c|ej@Y~8)2|CGBUXAVZBl;y4 zVf<}?>Wc;;%f%Zh_Z#Sr6_ZK7GQbC)x7eo8#z!fY`{*)=A{4t6aI<)^ivmcKJpw0I z>axS}M9(K%GHP*TU4&rT;#d}@zfOJwq?RNWaK<^zjj!OpKuB?9TnUVy2l*9Yzs-YH zd;}+Vj+p`m5!tx&V0H1*^p9M;#@J?lgf$r=hjfppvK>d7pWrL&6DR*aSMh=N83f360$fVM*vI`r%+7Co1}k&`e8m*R02;J7X+b;iU(l~(NO$NdYSuQ?EPOy z)_XdDF1Y_!H#Q^w-`kZ>|IZKkB;<0ULcoo(bUly|!A$QA0U$*YNPM_vN)96mBkNmV z`hW{e^PYPeG0sy0u&lAdqU7a`=wH{C8W0PQ zOZ->CCocK7kPBkO&d>hi;=zis@oN8r4fpT#iJt%V2&w9a=6|kKqWS;JpZ-4|@<}-V zi4XuUN5C?tK9!&3+zcs)J?Wb9tdAci`|Er9MAJM866TpH{X$G9-_hW8xRZn}#ASME zCgH9pXr3*`F2Ez)vw#Q9#-`9fOQe}FEQh>8%uK_k<$v1x5TAUd>#I{cmpi}cwe~<= zRRvEq_N?>Wb}U67+TYhnL=mKq(=mD$#gPVhfEDm3P-uDYBpQnC;|@7-=4LRknkJGi zlT$kqH!buCI+1fOMB44q_b-KbkN~KYTo6NK6(e3N0_;D*fIP7+i1zk`pju4<_Ic3$ zXMbYOe|I=Uwu9vF7Mdt%inZ~#X#9f?)6z#s~c!H+M0utiH{uMc+cg~df zJ#px?_4%vWAG7{n3^abn% z=|`o^q4pkHK>GQ=xv^aizyEJ-SIeL0|3`e{mysw0%ugN5q+jh}4?xo_j(6;$V(`)m zxv`?ld!X+3&1uMiGIZcxPKZGZ9-d^ikdmn;lwul?uW2i&>jw4BVR1%dw~s6xImj*` zeW>WDD5-`k7l(#1R1xviQ6!A)KMTyQmms5PaEMB#KKws@XrtQZx^lCBaWyTU91e|o zyUXNPW!+O2mZrAJeMx#-`$NxR4&zifq!TzDV-@9(r>!*jEMrk(Mzr;W9KXng| z&+GO5+VQYnAGR;+^$v#DsMqTCy4lY@5TGQ(F`oTs+a@E!jhS#{;Z{OaX)$4T| zw>oW2TXoHx;z9RsZ`JGDqpSPg^|W?h-E~g2gK@ulte)y4N2=3L=V(|%hm~pn_NIK_ z-QVor&Rprm-0XCZM-PX)%0th@e>)F%SEJK;dx)CmX8&%#3}4F1ZL4zGZk=F4W`JmEysiKOElgwzW}NKC0JF=ery7hUCgGXKsJvSU-Jf zZC&)nle1=fa`x1AaR1Z0^R2#qHA0PwE6vY1Y#;vkN|mbTbBOV|-F4eX$K!`5b9Arm zR^(<`Y5VQj|2$mE@b*FLbdL@B=xTbQ>`eOlnR|bGHM!TWT|%pkEAv6SpPY3!r>FDw zT0;@wG-ss$#dvoPZ*N@r@PLfpd1~#jezo4lvH5VjRldKwGW*p{zkhQ&iNl@K?R108 zp?lT3Uu!%~Cyd^N{+*$DHdW+@dcCf0j@8!X&DCZdRb;ePmu7d`KsR+6t?A{?@SssU z(rOp;Uj49hbf}$O+>ds*=I;Gwss40-*m%%4TN1k1+#MYs-^}de+3oYD+S?l4Y1_?4 z*S*vayJzDqWj5V$o96Z9e&xo#FCUIu)05_%JF1thjft!wZKpJ;^iFoG+ok)8y?voq zkXC!vW&L5ps_hK!?l#s+mbG1S&+q3CXRV9%IKpB&cbo$<}iwDjoxtD3X3yVh2253a{`WpY-&+Z|u;x;HQ8Xv?hL9*?&l)Q{s+&f&bW^dmrfX=ov$ZkN z%9CAqS?)bOUECg3pC+e0b!}s^abui49CWtMtkzVWY`YD0w_091o9>*Q9UVK(Nmt!C zJ=}68x3|j9?%Kxv+P16PPQx(oU!F_P)$z;4#b|BRdYQ_$@zA;4gs0=-xMmLyXI=TG zT9V7NUafv#y>88<>gB$Is;3V-mf0W8%IyR9q&=(MoNryAyQk;F(eCiF^gLWU86Lje z&CZPRzTVs1?KV!Xb;qdIDkl}SH7Zqx(=8XRo!o9rZXNmd^zPI|Wqoor-|xxF!)5pB zxja$NUyg5gcefr?U3G8A#$Ekvf4eeNp0~&P6}o+CR`s*vqr29IS#QJ2+1%>7-KVYH zk|bXoJinZ*xku{ZS-UkXNxSo#GevLJ6nN#f%p12gxjOH|+HA*e&y=m3Gim3=*|o0g zcC&eTT|TI~M`zCS#>10-&;!IaoU>I$7plf8kQ>7P4(cpSAXem-4AEw(aCf;-cjeXr@pLh zHV#kE&W_YcX;6M{x0<)-)sx}%*~NUnU)mZyjZZFWuDP+H&CE@7T&|giBl`&+jHdg} zhIMFMZB6?_y$VOYwaZDhz~0b#s1r-I|Wu8#8-++}qdGIpp= z+h<4PCtX4J5028jnKW-Io1;5p`$`{fR&EZrcJHm7d8yM1 zHS6|SrC+M|H(mRBeChVDl-=js{ZZxVVWL-$?wccH-rUk|PWRi#j%$zSO{AP_yHDkd zi`M9142R0W3EXbT{o1^F)gS52c?+pKYnM)^J~`i!kCl^|J3ra2o9L)o-QSts9yDI+ z4_4!*ReRaFd@!GPmD}^?-4q?ayo_t`W#^_ls-15Qoul*00s(=hdZT>r@Q&n_+{r}zjyvHbkI?yUmeNK&c<*8?|ZYcA+Jph`40A9w#yx(vR!$Y z%%+zebZJ;s_h##;)GzN2)cehSwf}rRR$BXTK6^0NUdprW^7t0+l;P3X-Mu-Vo@wQw zelgQ_&Kqm$Y^V01&9`3853e2$udUiz`?@UOYOZ>+b#py$ygc7rE1QG%?ZMnUnHsIj z>+=KM*k5zaDmMP)AKj1pm-gmevpuWaUBZi9X}=3kugvc0!R~3VTOD;b8qc?vW$X5;^;~hL zPvznB)9h(d8{XWWUZ3h0_jmQ?NNruMP4sEKRog6`J!$8+&dsoTQXkFR2kKaRsqa4w z*PPMW(-l0|o}Zka{nFk#?{=@tGktobbvCvdFLLR=KHajO>l;#et-tkPKIwz0G(Bn8 z)ceV9U8=8LNd3F9>E0Y&olg5t*H)`>ywM+;=WE9JWZ&2vp0}Sjt7gk;T&nj+rzhQe zXMCV=A}{%KJ+H@(P;l=2FFfcf4H7p8~c~;^OLr})hL~htV-?vWanzQxqbJ% zrH(hz_HZ<8-;FN&=%w7hyuF9!Wn=VEKB}BO$km7b&G@)2y;LUF(|l?@pR7G~X7i>p z-yGI&r^nN_b$jqohZaKD<&C>*=Xs(VC%3zUcDXC}9?H)r?fprmb~3wiP8|JNe$mhC zFZW$D!IY$}ygOLk{BEwyy+PM*3~hf=G3etz53b}clLw@T;L*1myWb{h5F=hpSz zNp-DvA>WTTt=rz#p=w&Y+t$@!e5zcmIsJ!e$Ldeb)6V8}Yaf>Cm73e>Yg>c*oq2Nj z3>D|8Ggr3V%1P_Fe>iQOs`V>%dVk`c96SwHgp4Y0CE2fcTY?5ORaWlHBjs1=Bc6%YMY(?{ey9<)`#_n zX1jUOYFxie&b8AM?e2JITOM3q@3yAy!^;T5*0^sRH5)hX=<4wKerr@m%GuNA&C}+| zusx7Q{mo15`bHVG_M7U>=wjPwZddki_qWT3*OPiz*AJD>wf>~o=E(uvf^lxkRzC1f@mrwUE zNBv6g_T=g8>{8u5GH-XQ7t^tJr`~N{+?_SrX6tU-fEVYLt~8fwZFr~{@aFk&-k9a@%{-Uf}a=_<(xuaC_FeA72edjdr^=t2)m9`ABI$UmfcY-GPRtHBGNgwaU!g zzUuUkd%b?gdU>wzmM0h0`=NP$peW_;0h(`Jjauzysa8L$xhMKTYqr+Bd^)M`LU{{r zY#S$~yR}MlIyss4kH_YvJ#IC|XN?QJ_Ec}m?efOeZMW$h-mUff-LuxjP##+DXajCs z-S4!t{nE+oYGcRTtnW%zt+9E(f3?*(o1X0Soa^l;4NdmvFV{x*`0D=pVB^^|4u^1O zvRS#h-gtO9+&S4F-46~&W$279s!vUK=(KP5kDjJmwPEM9q?z`>o_Fe(!>faudic=1 zzP{Xj+ImJc>%};l8EDkj%#+iLhnGq7@=$IbOWSj&+3OkygTCB2IJqsUr&Hso-G$Ct zyLF{Jcdgy6lku(5d+xQb?`-I7T-&|r+VRaxzj+~R<=N#)_r*Ypxj8+4sVPdwy4@X2AD(YdPny<~HZd-mhw$jm zRW=*S{pQ)YB@H)6=ao);7u`)ULlY&7pZO9ZW8FZl}hDeLt;t zZmS2C)9Lkvs?3MA&5Bjq&^Ly|llDfxJ(|{T&R*tc%FF0pciK<$OXc|K_~h>CvNjv` z%Co!LUGKgO4~Co0(cR6yyfqzL&CC6hT3e}|-?V0iGoL+QZA{Kj2c?&j-P?nM+gj_e z;_UBMuGj3BorC^`Ub|5*?$vR9bZyU1`lEiQf939!8f$jPnlx*gd2zgJ>7~;7$?;k9 z(!QM^8~bHv(m7I3?P|5#Kqrk6tnW_D>$B$3y}Dbf?ZeTvV`!JX=PT&iJ?FSQu%bz%JyY;)X%Z-<(>(OZQ!AVITtkt(I=S&;6?;ftlt<&3+&GCj--5yNj z_V(IbI~mp8%Nw^gElWG9fets%8f|4wIcPi$o%5GlW#j7TeB(-L9^bjPek`wzkMC}@ zvNbzwHYR54@bqxa+TC%asRsAyWAp65IygV*w5w;E^`qzMq1(`&&j&rLepwj| zAJBAbHoljdQhop6^n6XdK0kGCcU$)tj`ZS`yPdKzuaB=!kGj*@q`I@;+MV5_rgN)2 zoSqC?)92^jO|{?Y4^Osj<@EXF`c{6qKCU|#mr|=%n?1O_;X&i3bqF8KXT=%aDc8rx z{bqF+Z5$}>{l@3De${Ht&QGjyUAwtz8VBm2`GVYI>1b_! zd|I(idS}q8S*EjLtVw76o61^y8*Sa4jCa+|qv6fG((5;@gUQ2*THdP6^|_)xZNrE0 zsCQ}KH%~X}S3^g=I21O)rtPU(+fmEsSK|h(&Hg|3-n_eQ zV@VYM-=6|c@p-W?LlOJp8P6GP1VIwqH!!(B50=J4ti(b9^!0cD9fG7pNt9$cncVwk zf^!m!KzDU@b#--hS67v?#M!pq-ll!Gh{S*`fLUO6gdwd=hC5=}cQjc<5}}B52D6Y6 zVeNqLx>zIZbZ7iR*mhZay>|DFWdJu2)!g8d@m%+|vEr7Iv~@B^7aB=y6}B67I#E>F z8O5qLLJsJPk5sv{()f;>G&WnL&kbn14P<^~yJim9fnJWi5w>m{`E(mi*lMTwn+Rou ziIe&$lebj`Ou&H6nPerjVI3!}QrdAsF{c(2#$%UsrR$~5W|roFY}_tJ2x#l6#G*lC z6f}q+W_H`b7U$!tXN0!AgnP_-)1%S>=QTE%6m8us9L#r_)Dg{HuPTN@YmDu=Y^<&3 zc-wBkl0d{5w`a$0iPCz}o+X=j4(D0Mjl$61&*8x8C0ji1VGM6h`%KCAW?H27HL~2` ziOX(=12!I({7#+n=>lfg^GI;eM%J3_ZCP89h-jJ9mA4>7d>WdY3MEog^yp#0BJ_;HtPG`#&n6MT>c!O0dQ6(!8eZ#9bv76ap74gCVM+;@> zBZN||xd}HRTcBrAodCpCXW~y0YdD_!wnrJm!A^yvYMWPNz?8j!>UsTMdr79!Y$&a* z?yN*KtVPT=JtwI4!hR6Uwp)Jzrc-{^Rp;uI*V|bbIijyHUfbz!_(7Ps^C^q#g08Mc z4cy!@mN1FC{Ax%`M8ztz(lvJ4s@IwL4Ro~`u5#bD%BU9)C#!wgD7C=dOggiEyD}Nq zSt?s}##5pr?ediwV|KDqxV+fR1G8VMWmLJlbZMC6BHs6vOec4gwClC76>w&GEJeE* zRo5%Bo62ct(I~6X>P)l-(pK4Cs+ZBuF8tvbHlm=n!*(6fknq_ImEHZ?5?xXgM76~- zDd-TEV^WiSYXe$A-eq7xWHtr9?sjK5+jZTuhMB(O(jq4 zFpIL~!^w!)Z?jfPG`g(}?DE_Iq`e`DI347CS6kbvvru$YG~%+mijq~JZl~j{AftV2 zFjy=%$)3qsZ{qVVj%h|KLz#i=r9jIk6R$Cj2*bwl1;?&}eUT_zPQ-*pux1wOg2z*G zx)?79WB^QO6DQq`y)tL^NHkn;g+1X=}F5Rs?mfsxy{haW{Y*&H7L-N&E+f% z8{3Na!JxNOVy`HAyw3}3c_fPR5N46q61YN}XY*8P?D_+*?5cuqAZRJAx?&7lGbx?5 zhte>cZpf;!7$D3fZ3|sn+;ulYzU{z)+7rPB6PGO0<@N>_c0hMKk+pc;QKy5b<0^(c zm*HZeTIkZ*Wg-SRR?DW2QgAWc-w3+}G0}GFgk858uCt9t-pGo^DpY->l>uPP9xEj!LlgYgxjLV z?%v+!tu-YGv@Ha~s!cBGWX~F-p<0b?b=g^N8?cD>21AmJEH@e`q#g~&R%wajZMPfp zMjQ2`q2we<2gTL4qQQfz=WkeMJ!9Ej&RQ#xQ|+DG?Hj8Iu$-2s3mk92i8t@*+`c+>t+1+RJo25mnqJ)>VsVg;0^wo=fwstv#vmb~``#}Vf=+}j94B6kFd_pzWV+vs32 znFuY#aGa@tCxMKs4VG&UlznHQ5!*;&3Y^%D+f}z3(Cw-i(@~ePMW65Zjdo;G+RO)SXnHMF5g)ieJz;y zA_?~pDw%C3`>M~(RH0GnJ5f@-5ZOvT7+A}JFA?2tLoKKM#cDeft=%Y>EVweJjH~VE zCY<+oleOF)DHEiUhU}^r;c{o%RjCAV1+Elfrz6^s6pP2WX6VYd#rh`#yJieZniqSHe`FO#+?Rkb*_*Z~dtkKf2Ftay%o_m3+Gd*}aM$QUj}%z8WoNIW#b#2hcD`8|$s{2i*mF}n z%lt)A#$#MnMzUb1L$Df@UEX&@a=3JDRh6U!-J&Z-(qM69ZU!w!li9Y?E9HS7460eO zYbV7(p(d@tb~NH;NiKx`uInxWwUdoqBVkl&+l!e%?v+x)bM0-`>nwSPkR2}SZ9T$s zgJ{4Fdh0PUmPYf$GF*|HP7P^RZW>(dnyoBQx|>C(JCy;s+z48qn(~FxNA)n7W_>kd zr{&bm7t+dQi|xja7O}WT3Ef@pcs9@YWsimDoq0;nsi-8!J57%iZ>9-!Fh|9}=%|ye zI$8?j9ctlZ1MSZj07*<1W__0((Xdpo{gySGRN{O)G`iC&-6`YkemcWtr>}OmOIaxA z3cszY$%qIXnKc1Rx-5bxasZs3_4pPc*h?D=bg|s)$a zv0b2mSRxBfowl8IQPJ$sj3q5B1z{^JR?)V*6*y|TPDQRO3hBmUeR*7N2Rs|nvq`)X z6KCXFp<0YJb>|RDw-h`Zg%fP5Z`P{aZw2(mMLJkxT257#n6G7gL)k%2PZps(XwOu9 zUFrg}M5fzBpRX3MR}tI691*kSl$WNWTS~D_&-ZC>;uo8a>Q7Ax!(=MhwF+c8=q;_; zb~9QnllEpf8%?`aggeDRP&2ky@@cdg;zHpGl}XDSI^Q>g~^57RxLxC*83Wx-GF_ zXMG-Dq z^*S~?3RmiE%)=Sm_w-?}<@S4oR5_h+VK?+P*X{R@X+1|<+2 z;Bldm59F>Saq(D9D^6I-n{lt)O5GG^;}J*6qMLjD0p|oFFWLIKDthg_zZ7P(!M4M# zHgpgxK|gX^+ga6c`|F4XWrSd}F0ow5NLen67|ET^gsl3bP1vp|pDV_SJXvk*wnX*V z{Wk3-96Ryd!BWIpa}n?LMl^%dGb2Z6OHmdb0dKJz5K^3P81XtGN|+fbwz9U_Y&I>0 z4eS85Pq|tYhCO`T@#&b}@*+x_=NmFr7m7XMEye4JC#;g|tXDPN~ZlIP- zvCF4RqtyUbK&ijs3P)?tv1sX)++LeTm>SDYy0)oymmasbLCR?s-!CLlA0p$1*BNZ5 zEH@|!r`Pw=jpXsF(H|Nc&)4WS#@HCCW#~dPO{Q<^Itf}_uTP7Z67E}Lor1F@6g$|^ zVg)g1vHpCVZ3}*>(&OMIE)R*PB3&?(E*8MQwW`{q3E^5ID58mz2OrO}L^ zkF|i|yY2DHE2(gZ_Spgp@daAZ+r8FOs+i@p`J`uW+Z%7}dKJ8sk>0|Uc#a5SsUp+D z+pTAYKkBT@(VAJIqJ~+<8rMdKpTvd3E#S(UZjv<;z~R0ZN^oYVrXf44j z%PH0&B)06N3r^e$>VC6F9Z#rea|P2L!lv`6S9pCFS&z45TBNLjV}oc+F2~ahAz5Ow z$@M-Lplg-FhkI<2j?Kz!nM{%O*!3h(6*rj#6FGLrywviIm_Tt8YmJIgXI?JJ7QIJh zagrvYx9{{)b%u7FYNVTTnx+K`U&f#$M*JgfZ79!=k;?8~lPpQ`ypx z2&c?~Ay-tVk*}hz8g)B9xsusI)b)gJ!<O_M{JI&y}#}Iva)W<56bqvQ( zW!PvfCv@Lkm+P6>&;ZW|^HMhKj^Cmh<{X#;V;LsdUX5G(9y($dW1H*l$G%iWL_?$( zRT%4Q*_>=qfLQvXA?<0QoriR9&4XDu5s7@hBFEC)9jo}J<-nVTKQejFg%>lYC^wpf zjoEP77v;u8P21Vjo~?;iD6K|AdIdZ3MiGc9>=)y{*ceUu!3b}4b~JFX?Xa>z3R-I> z%(1S&6XQSRq|bF~)woZO3hCF103N;VinWLv=E$MT?}qMGz;cELI-EJ5S)+8+1Hmrv_j01ShW7 zBGK=4y51aR%KcWvx9SQnxdQH2(MD{Eqvc$ihhoEJBC5l(7G8P?H`bXXw@2m($)z$| z_Ni9b*tBJS-X28hT#n}II&-Je)+i>V%nS#aRqXdL(vUep*JC#qc^j`%civ?d{bDwS zJ*U6#7RtaWlwlbRMb78tbigW0!qYfz(bK$$kz^+759O(=a04*M+xi#@>=oML8;sr?pi5T zawbkwe70jPD{D+NZ?Mw_X;0;~wb=87bf4bUY1IfITVpa0}{qM)NXDK zb1VcC-co6s91in9)Omg{_IQ8p^5aSB?c}yM8saF1sSZ`j+@ve*)lRsZt~c$1U9QG0 z-06s-pmh6_<*>8w4RD=QaaJ14`&^N1W<`45c=_i-fXkQ|qqD z*yebRQ&Ep$+AXUWIP+qqi{t6E>#bpjv8TN*jZCNpMRX#aGsp8eQ`sD-ZrYVxIoi)CZ&)n%69k*>5Ob)P3(O;|i?V$(A1~a#tp1q9U5& zR^xZQg7A{=ayeQ#(^(%8dT3{%E)lo8Tx^Lk4(4miEIkip*fzV^+KAkV#&ew=sG_kR z`dnwnf?Zw++Bnu{iPK%sB^}9$?0`M!A#`iA70NBz=<5qz(5RxE=2PFucW_a$)GEo! zwl$vaXH#XiB0B=I_c}94@P~mDQ=Nmvgz1QwE#K zfF0$^x}sXBR2r?u$lx2Da#xs>%3bZ~GxJ_oj*6lMT!)g!QfIF^SeJ3rakQ5>7S@7bW^)eN4)-%+ z(_edbBEf9DHq7O4xpkKNS-jhcSkL%`m6nTnJPt zZaAH;z^~K^j(Cc)8&8*_VU?H^&w3u;>6vZG#+MPlD7`g4jSW~%q+!gvivkmL#KCaE zbkz2YFY;YpnDf@IOYnnnW2HBSPR=owl54RubsR3MSiKkTJIkCd#azYG1ult4FNt*O4v8)$P9xfO%WklC=Dt_KtcoL<@&`$2E%;4@fi zvFac%?UA)d*f10~JkE>=`(1=3|-_dN8Mzs^Ht|9G@(Cw%r?tQIs_%t5q`57-q+g zB0)&^4KG|^6hW8fY&~!j!gN$~)^ntaY%qFP$QOFVBQ#B`;|9Lm^V$%m;2t@5G;mcX>vgMjKOtmxSbY9W~2A!(YiT1?UT&LiOAn(fe@*&t{WR5{YliNy$6kH?z4 zL{m2y;#@!9rW17HZAUsDa_oFW4cKDRGTeRv_svbmv;jfrw$WM5 z(R9W%C`QueEE(C00zuMp>Ge6o#u#hWZAUrlx((F?@@@#Webm{jJgA~U$ysA`64JF^ zJ1AP47QWeVL)DGfNM3M@p#&QW3hGY;UaX1*x}mi9y%%bQDG7DVT!Dx5s^_Wk;uXz(x(=SBZGms3WK>nPI}fv zo0Vp~uIxZH^yNqfwkU1q3o%>IW>d=^?)%CvHj&0srS+Ym1Zov_SK{278hNCe#8y-7 zF)G*tRbm^v6oXAUVTrx057co%nL_0c5jGie^N1Zg1;TIfp|Y4%I}*s8UzC`w^SPpi zZLK%67o0fX3eGN^E;}~Y+WDTkAw5YnTGV(352WrIX^X*p-_3BXg$kW`CrlH)P{5>A z(52OJlXcpSkx8eTk2|90Zzt^m+L<&e3N#oc#CUXEX&xI{>y@~ib_{+P@l!jHG!^cI z>8!t0W<6`hMq9tt=*2S%RYs~eX$UwKqVtLGs(W^xjkbHZt@=!MM(F9IPy} zlM11&Qv%0vvwmQEQG1~}>lDixs;v}bxL6K|2|`s1v0}xFXNi~;iitrLbjjeP$*mVH zKN2<@OQG83a^Okh9FMDBC}`H!Av;5@iU>pJiFr0^Ow!@P;#ZEm4vL}AZc?42@WxDb zrKyrIN@p=r=Yw?bDeOERXW2{$`_(w@vSz?FR=(~#$l7SNVw@*tmYutDHVPIQ)-ngX zxW}Z5Zmr=6m&<@F6|@}A_8Lf*tG3u!?-yzkDLqWVx-D)UI`UBFCUOY}5!@A8nA#F# zw%;%ez_S~c(*xTMw01Eq#vQ-AQ`x;UQpVMIB2Q9Jn2x6{)-wE1FpD*Vb(kHY_4GB~ z>nHti4WgZt1UO#$Tw5Nq`&FMvcpCFj&Ehr1P&)h z>L{Tttt)q=!6IeX94~9UstQtrpA8#chqEPIu-FbctfYo!Hd@rk>W;E#=4zMX>2b=SJIWtcZWMnByB65>;`*Ebn(U3;Do{xv{L4y z4YO~w)uJu9%tAId^kh6I?fFV}NzpOc`7S_gWR%S`*xLDszcihY9!)SllN8akw~RHK zR{CyRGTE*$tI4Ry_3=11@Wv!Ym(E^T7QIuUQ+_>^S>ye*M^bHhfNy7fI}vt)IB z+(-Nz9}NR!-NX1!j#-A~vjUAarctBFl3*zX+-#zB1%7RJG09u+)YJlguok9+Lg?O{crmfKCy-A-q24le;iO0Ksw{u5 zou&dU@jw>)nsLRw$^@|=Rdqo2Ptea_V=c)-kbH5?Pj`VK<6QS$OC4V({q{#<_m6J3GUD{R-V46F0DTIUCLhoT1bO|8aIi zI|YNTqh_aWX!`)VaJs7_iDq>S(IECg1|R|KhH(n{t_6(B@WCXuJfuH8T9KZ z|3Hn?5$(T!I0weo^eE3RBV(Tmw?5vUn8!UO8#|5TIiJ}D6(6NDdknHJ9<%{xfojVJRo6|f%IZ1zJ5Jt5q|{DiP9{+Jx4#4M|ZBhHL*_lobwnG z2GcVUCm>5)usg=wl}C_v4AXi!+&j(nHT^K&*)KINkefk)RzaEO0Z4-^P(Xnj<{3!u z*x&+E7C~_o=f0MKPv=(u>%ac%^p}_Gz{q^a1{w6*U8b~V^UlHYS^vt5;)iZs@zZP; zKuYx08TG`XuVVJ@c|JP_?6r?!ozq)4 zbTe1;CsCA*9_3JP-b1?QrZ|aq?m^lB6Dr)yfix)5LNf~d3bH{6k~(;gW(IC}3?3aN zcX1DHp;>fC6Ufb8VW$%s*BIj@=}*WvlPJpWawI{`=#oE7Ez|BYAbtB8`UiCM!G)Sl z6VxK>-|9SLPnqOmlrH4JIsZQtC69;U#CErLjKzZ_I|{^S%RWl6`|$x&@FzgEpoMmt z@0xW&;ET+{k4C7_(tEx>CS}N6-`xW!1-{ixUHdR_7xmM6P|k&_bA;)O5-*I>$y56@ zP??`zpT(|k8d_pD4+Wad1L)8Hei)us7B#Kh_nU^Jx#6vmWd8v*n;xj{KHqwvI=nNJ zs+r{BdG161xI^I}fGenJLCxuGb16TpP-$X(y7UxJcXp!;{Ij?CNMLY%S=eT< zs0`HK=^NNprg$N{oUaFi-CFYV^&WN?i;2{q+3skM_ePxox~@1(TTWn2fL&!H7DmT* zWy$fir5TxrcQX&J-*wi$5e{M<#Tj`c=E_vI&A|6fxVr;~ay(nef?O&*TMlPqSME5O zE)n}nPiPY}v3_Xm`vFs}E4oqyw&-IA9OTAGGVFEWr@8>UdcfrCseJs+BbB)<{n51R zo53R2(TOK-aN3aCu*P%VXxhz`8H@BcEGi2kp;S0JaM}Hk$I$@~m&(k}hqG?fpBY$x zBjdWD;QfsX%Ys-Ad7Mzf$d#patV;zWyMwl}8Sj;i=l1unv@wORv@wVK8xc{^f>2x> z8_pD4nTdFR<5j?w@A@ahYhmDxtAQ);Mw_xwSCdGV#*7@mrQ+h%U}M{Z{Wu@&6}UeW z%l^iI6_?!)T)b5F{-!?@b44&pSx|Ci;gk09oQ zjbab>NrUV{^dqa%^Pber%M@p+80?3r5-BsMTQg{JiO-Mq|V?dowT^y#4v}omzI> zt2~fj@1Vn~1B|=iI zbHpLAeQDRB`F>RJex7C^IaE%eEXhygdQ;06Fn&kXOWY5O??XKF0|Q)C>_+;F)UP8t zUKBWNjlw!V;YG1ieC`(jjSd^+Gy`F_i2OVNysx>zWqB=*FChx`A;V#DzZioLbyTMF zP(U}K?S^IZq{rPrH%1g@N#y$=xq)sDaBeC@K1n z$NzZ}|LH!%-X9hI={w@T5>Mj4;`m?jpZ<*JGNjY)9Kz{dT3-#|bRX61uwA%MFyFlA zohLD!-ai-A>7RATckb1LT$P`oo3CG=P2TV@ljpSqzneRNmw73VP*3GA3;(kR|JwXN zY~oG5dEB)ITKoq{f!E@{BIx7z?<9%*760u|c^<`oyU%ugdrFb~B=FnYrNm|O>mz#| zPsGzxwyp1t|Mt%o6$jkwxa$W(+@{Va=pT0=-yc3sPT!zUpAV%k^pi`%#)%tfNp%}X zCVL;z4!XH0a+;L~n9Xy8H|HL>7WC^~%JI=~I+G^iblm^4820Ci_(hN>trLJR2f_OQ zv2WkLoM`{$bXw=`fq4V{{qN9&l;cV8BKSN7$yGq7>RFT<&L4)|eHQLxVz)2%dgsL` z{Q4`@456F%U(bzxx&MQmPM5=p@TD#H#ZS#|b$|cw|An3}dCE8ZDzI-K>$XSIeZ?25 ze1i^i0BV}g&yTx2>Co-BZ%}g%ow)*P8qm-DL}X_oB(7%Spw3Axx1qss28kf-A_;-XuDH}|2pY=^O)P;cS8V~pf;D(nr37{x*r+d z`FK6nk`yGj|5^df|9al^JX!ybQSDFh_0!guvlZbK=l(F`-WnYK<@FyWa2S8M{-Y>L z{FVRVPkDZVc5d(qN}e0*2u&laNa=j@!HEX@5=>GUE?cKzbp4fKCLLpO&KcR8$Uv)Dz6e>*IR7f2t8 zS_hB6L$ubIPBZrs$K#v&&c)~V$h&7P;LpSXK6GUQf@t^f(!x z^CPvaBnm#CrcpD5-hb5+`y2ER$jGyUF8cH5pP{C86jA5>1=QRhKp$%U^wZybHv@_0 z|Lsvi{reU?P`%m!`teaE6Qphe%*9DwzFZq?KCW*0nw@^Wd1hFe&H5z18MtZchIaF; z;M7SgKiAo)Z{FSCczMV@?`zo4a?8byhMUukhWB4RP<{J$^CBl5pW}dgpgN3pUG29U z$c(@-hhsg^w}x10AKsD8Wo^xI=(e!DrIrrovw;14qj z53}cp*5xAiV4#iyNj~l*p(Kj3ySp#%o)tq^w`SjUL+5y!0X3V4S<^htna@7}?wD=^ z`u6Sf`w#az4)n9u+_TL!++==+Nc`g|tv{r_3n&J0!;UONk##Q4Q>wmyOWM`POM*-xw|-Y%CG+JbmPdD$P<<__zTKAOnd62aO@FDG&wLk!5D4O|es|b%*4gW8Y=8+JQ@Y;1dspvJ zQzy!O6VeX_G_%g|`tIhaek9=MQ&QAZh7t22YIW9JEi|D5{JaCu8Oi$NJ(nCh@XJyA zIy20Pv1=k9Ip*e^DE9E`0P@2XP3peYkI;vs`Rd_Pe4WHM(EE?jO_t=~=5!h9pm{yO z@ok*^sF}BN?xX78$*K36)AOokefm+4%CVQD^SQ?lcC?1~z5RSV7!NCdUoRhny+6)t zp8veN6!+ca`U#SbNptFyJZ~hyYZ;WjbIe~%3iP^^s=J{1)j1>JoBN>o)$hapA%O3f zu2&MH1a9a?_ad$4RORsQ$9i`JXC%M`;b9p_U+kV{7$8lLy4Lse;Su6%wXQNnN#3^ZUn==}`J^%n!2o<59$aIIL6EGv#Yh|M5W2H_ENLwidg`>lSb3_s8|WgWWOo zPV;-p2lw=<(*d5;ti#gnXlbpY8d2oA07|nc0Z?&RE04D|kL(JaE@E7+kKaq=XUiQy z^GC?1(mzV+Jac{@sqX=NmuPvcWj{~wA$w2pe)#6w-dq1?q zeh293eRjSd&{G~!&(qRJvi~S3o1T{bn3Oy~d@I`>>b!MUKSVW7+}#1&%+9x3Q zNeAE7gNy3FS46#%Zv1UsdnpI`_xA7EB;aouv8x<-p9$OzjVN$KTMRVUzs{A1FG&;y z(1Ws20dyydydNXaa|ryng7!MZ-@zZR5b@;BB!JZW9y&fQ{zsAW2^xO{HD3VwyC&S^ zsFhU@+*aNNp6Mn~Gp^sJ@1hulY3f4>*h0+^6!rf+P(ewmeX8v<%{13H&`paUe7<(& z>ZJQsx3&5vr)drn2>M{UHgt3Tb_3m9e7(8zICW3I9}YWoSmSP>W*C_ug_k5 zRg`B(q+4gWO;Bnx%x7;p{lCQY_Zi2KARp383Zaw?H{RebM=lZ_>*;e$$1J##9;m_|sJTX3A)`4!`e+A+0+wG%z zH^ax-aj;X&L%tf6uHZcfY^NSIMAuzHp>Cxx%%Wx?*G~eIDI=cUVu@zV!8izoDtIb+|dM5t!Tpr0VH&9$BDpWMY$VB`sy)P-*yP<}Y91&^5M=Ka^p z-+xRCm+W=({_DlhKd1-KGv1*;&wf3$eqPyZ5GJVxp)h`E`Q24cyLtch>Dw29yu?~H z>pc7UkDyG=aP!zau-g@xd+4N=LI3{mkT`5Z{{cM|<_C#&^`7X-Z{+DE(FX$a-O*!d z7;D=cygQ!r3#Z~2P2BnIAC{i8*V1D)zq10J-<--l;8f`S<W~ z(z9RB7(CBg&_CXtY;!O2V7+c=g$Moowa#7+-JFeNH_&_d+s|jS-4(`r(8AO2uR|7x z?FV-sY8PlN14n!6b4%o%Pw-QId2GCUzz~*u&_AXQ@O>yv9jG=Ac%Vw(rKxk!+-wj+ zP4-^(JQVm+7cgR|1u~n}{MxJSR$0 z@MD{WyXtS=5!~1OfkT5kW#7rN_#BDghdOYl<{lvZ;DOsU7%z0{EdL&#xV`)77~I4S zL2}>2Fgj`9ZWMm`eOr7CzaDQF zT(i!d%Re#GojyPU_rsRDGi+1;(Sz705MF2XUk(I1cKLp9d)J%#th?S^{%B`@d<%aC z#E;rpA3I5&2hJOdLwn} zhHp>J-rhBO5pv^1rpI(Tc?{$!Na{;p$KTJCdaIT7pM3}SpZUCY|ND>d1AE2)3qeux z(fw~2CI7nr{ii&&@6vJ1kD^mNEeM}Jf5+wR(;b!L;!!)2U4`}gUC17`ef!Yw^k3eA z41%$mmYRW}OnoncSX{7mRe54UrlKO8p)?{8

    BFhe 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%0AY$m6Nt?9xuVu|P)t>s< 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ᓃZNPYT?a8Fyu$|L3o@y*(#( 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

    xwX z_yw`X$5d;5CGS$r6x!aCf(`%94v(%byq_~83JKgXUF$+2)+v>ZZSb-SmAclD|kxY@I56W{RPENJI8D=^!?yNYIu@TW!LE z%$(er^A}en*oNfp>Vy^A)^!Cdr)LwC+L|6WFTPllsNY~}zkDJ8)Be*znJ_;`p6~9o z_BDo_sCU#Uh$vgQ=#)!)%(?lh{cjp{l$(dQ^q6S?w~4Qeelh-R9A+ByZ53CU24L+@ zGDFQtrU8(xd(39tV;W4!U)M3F!QecEOU&ovv60UworM??&gh+;osM3D1sWOUoD@9*Yl_JsuMqc)t(_p6Ua{bAJ-M3H8@8VK8rtFGuLYjwtK>AIq?AX>=a(#2 z(~NDvpk`%X;M++1P7mQY8G%I%o;?G7CaD}zzh;j6?}ZlObawWfFm#uq6Ovb zcJr7n=5v@VM_^YD2q{M#mna>Z(qIuFJ69s^6u4J@bk&5cP}4_8U*bi=m+fN^^Q?Z1EET3$&buxLyFeaJ{Cin-2?K2`yWA^%-L13h zmS#F~!HTY%5hmpwK15d&NpSg+)}vC|!4}I|N1k=@J4C5UdW!{_feF&PE!oxt&G8NL zWpvtrs1us|DFPJD{XG8h+ z6}@(ixs)iy*GNPQ77J5`+cgbES+Hj>UBFOmYz=C*4(yveGlx*b!7!(#`&I*IQY7gy zk`@2&Z0K0J*IS&yWg4L*qD-O&QA~=6sm`PHSa>rAq zEkGcMCJ7{IvhdPHVqz$%qOd$;Z_@9hmla5b?fTk?SD7VgU7&mh|EK`ikxAmDU8SsS}N#5Q_Pb)R1+P4zM)L zlmIbu&S`)Kl^waz_fbzESoavU^RZ(po-JYPQAIp^-5}B ze!aSyqZD3g+fo@ZJqE>(qA^y;_FZCrMMs5|`psb3INLDNPg{xf6n#(^?|)<<|6!2% zvcrs7G3{>8qU~9-dn~D=eU#ly8FX?*aqBtD-D52xeVrkHC zEbA_%aDtl7kbVM~)V1FacT<_w`aQsvdwsvjpo~bc-p65BlUwV*Dx?uFZ0PTZXHE_m<(>GF)4RYsGGB43}{vl=+TJFl)KT z%Z_i1m@^mFc4WK|#EBlUFS&EN$*xF;+A(G86gwt4zVAZlU61hx@KQuu`4Xg!Y`i3+ z$wT0`;4^D@jD}Jn{RH5-!^hc*W;DoHCv)sC=-T>~9%om>400ib%`UjBp3yZ^wc%SS z#pcVqk+OT?9j=5jd0D#_;~6A&laF)6B1HVj(kLMx`G0;7gAn_fS<*=v^nl4N9_jm>eumrNE5TPR>v1 z0muXFio;nPdD*ai-prOwcTmT1Z5gG{ic$KkMDiPEvo<4$-?BJc7H7-iY+0O5usA!y zdo)Xwkqc2_q;z93Lv~cOJ1DZ(0D{@kD%};J?*j<_1aLz67#6mlA5YIEW!{mj5N}?S z_e&98#s?V)b!^ahAV|CZpa5?-%Y$Q+?CuzHT^={bBGu)eim^v_#H4DGN3u9X(vn;B zUF2@qu^(MKrOU$*tnOIXSV62>4lOSXwFA^dp=KBDbZW;&JE~@7^mH&dqRa7wt_SY_ zqLxyKlJqJ!MC{`Y4t(G*SXAy*gcc&q??Q`8*4dHlcMyRednbDIEM}*ZnN-LqtunsJ zc)^)IZsEft)v$jqI5Nfxw4x~&XMWs$?>9B|>KyyG|92UD)fijf>vSTXiZcsbpQUMI zK_}^W;R!g?i)E3r-9i#25s8%Lobj|A6cmX1;b#y!6I$*}ei^aQezZQ%1fmjpWns^m zNmK-2lE5Y3wy$NO^`z_)gPF@?rL8j7sQ7HAyyD5O*gKUG;%{HsGY!%Zj(gq=CaDn> zOXeOUy|XuOUtYTDhji68`u%?Y`0$YZ+wb>t{|=6h4i5h|I6QhX92^Xv93B0wKX`I{ z@Z@ixzuvCep9M)_^0)q-+sb$D3wc03V%q7q9lnK7a|L zI6EL=u3#n5SsEVj=~G9sBAxme7<%^!r zVdN8;M~IzLWQM|!qZUkLTy_GwXCjqmw`>m6Wz3LZ;SlLWp1pbT^6LD}#oK3(_9!#z zr6HK26gWkfglbg19P(JbfpAeCjd;ycw2(v>ypHMvv5}WixBc!z(SgdxN>46nX?s zQ!s~1kiu)qbWhN&4DP6c%IILh>A4KtFJszguA##36x@pV;Y{|JE(ksMwH3Cjk0!bC z8jj^{yLn_@?qVV@Utaut`rI;?jazTkv@!3yALVrGvG?URrZXSJpLPqAo}oNyN*ha7 zg^JqW1&#OT`I{G4XD6>;=7x)jQ=83J2)ZzipVenPeXQK_pA|dG2>Yi`-O`;T`8HOP z?;VM7BRpwuoe55EVd8^FvfDf_e4di>KRfobuPnBEo(}J<`w%Z6*Wm4)86U2{67POir%%gm~0Wp&@%n-}CEm8#sL}dd;z6+`z9pXBB zT{=1X+!z6*wF${FCq{VcCM=2pcLR)y(caqF6$5H}ro|YwYSzWt(uxesNv_$o^DfrO z{Y*KSiiPpj@i8^?^3`xN6?3{7o~8nU`{QgHkkl6ZO|w1x;9QP@<^%FN2Mu{01K+Qo z<6%e5YjM;x=6iIA>+E&2DWX(e8R8eRl0N7hSu(Y%ECW3Fdx`-R`8`0K;20(8(k-8( z1<6>9@~$#De2jgE=Y1~Bk)goS@@=+z${_9`cj`8s9j*EOO{}9FL#XGfD(9BZ7i9K> z%+uF^S=OO$fLGR=TN|sa18vVK>nVb&8D(2Ls|xzGX}S+K**2}8DVJQnB)&Q(xq4Q< z8XmcPMmNJEm$!d^9CAG!ZNVTn+Px3XAM02?AbUJ0;l1>e^m~~hDTpRGnG2sv;{qL}UG&tJoe>d@b{Mh>j z+ywIxvt6D9A)>_N*_;lGH$x-vO^@x5-Z!0>A7U6W8)?qb3HxBSbli?8=ZH*^7V6++ z1(-px`<&He2{RR24d>{Mv}yhmq{$-k!0`e5Gnikpgxa9%WWeaIbvOgu`=;}pWme@V zaU?0mGCC&|;fKe|3~_EBQjI<g}@uF2_KOKSN=Lk|2fC91fSl>%1WvhV&!U5TSR4$O{*KMR{ZN1pjWWW$CQD z5{8BOQqw&u)n%~7|0no;fm74~M@ygTku>hW4TjMuzmZ`qZ?SwBjXIkcMx8fmFp7Hd zjSOOGgXLpbVE68M2!-ml!RU#S8yPrTTjgV>E6Ue5T-gZ%)xk^eIZN>S0*3rdfpN?Z zOSkh2;^z}9pVCu`(q5t>9L-1wSm{iUu}8+&%It98W&@3vZt#=W1@iY?emTGnc=OzA2u zEBB?YPm_(i*Ol42sk^O7UHSDntwy^D-?Aia1xwduW#KP%aa!(W_qsw?Yp>BV{Q;$H zX-QcdOFK_jOq?J`2&!}ue)Sr<&LD9_05CJ@ z%`t*#jw6EV5K_hN86V*x8FMp@YQ9YOlB~i@6bz!Nd;Kj_{n(IfgJq0;KOo71dAN=j z{Poo{hi%He^3OH+n-k?#V zv@yrI%IHIiBG$CER_QS&<~Eqf`D5XTQf{14I+FppWJQcNe%D6aHs$XAN~B6djVxkj zwj*CW4pC$`LmmFKJD|eSqPT9)+w(-g>p44@t z7Q=M*b{RJrt#eWID;y=`mXTK`%ka@6VEOTMgT)rRX~n_~1eJ+NFkv=N%&WkR zTSJdpi)kT`(p_um#0uMWmu4$MO)W(#Q5H6b$yMx?ig%4t05;>u(!qOZL$vMlAWsAP zPn~(_33rGDhsa&Rc_V|+YWvUrU~u>(Xa9NFe=^+Ke{SN@BmkAZ_VOc>XNYsdT46zu zFjK$4Ap(05PD=~E{1A{dh^Dk8zbNQ|z6^7~f}n>PyND2AS$iEl{8twGOGrBE*z-^s z()|f-a)Up%3toXFnu(5exhskVzQW3l(!sevh$F z1Vko-3lJ}OgOaf-v>?c+&5j27ah2YE)Et%o`1Ln+rfA2@_H_AtpF7b1alk@~)*l0P z^#9;67yoT|bT~ZR(*I37_f7xTLDawF3+*$c?PM|j5At{fS4RY-yfiK^48iIKY9&-v z_Nm&1gZ51C7~P{6XhLz5hsg+(>LWTTpr&@3iq+BL5WnMqn#YNP)1>Wkm#&B2W1sWW zn*Prlv;FF+qyNL>qa6Jo4u;$KpBs6a(tn{&n8)eTUeJ?qc%=mkC1m>zs(hc|`6coa zljt*q+ap0@O#TMo5518V$#2gAW} zj{YC?hgzmx?eDNNC15niHHmadWI)ElB{_kb6wghu&4R(Nq_AWyUyK#a5$ zl2K*Es0FCp$)VA!FZVzqG4d$Z1ck^;al(6`d6$heBb~M`vRTiLdCwBWk};5S-d>b= z&h%vZ*;TRx6PTjul9!afMxC1JRn@pDYT+be>m!%|^m}!E9&e+2f%v_c9-s*h!yuZz zi+z}iGzcF*TCOHQO|BSmjk&4rbBz7M`pyNu%5q!P3`7oAHecTY&C*Gs41l@N@3h#z z&0yAcm@g@#d|khIm8$koB}-uiaBNSZZH=YvQAAhtf$;0-OZtQkjiq5DK3v2Hpn7 zGWed>Pq{>#8akYjU8g16j8?!xhf|?h@SOO>h<`GUfDtt7y2MXXN4utA(9j)Y_Y*~ zRvJIG5RY_D=^MqrxFAX?wFrg9InvjN%+3)?Y$&O4fvibK1ay1WciDfV<0s!9l-7a% z4NB60AXV+xM|*r~_kYV*HSffYkf>Yzt1R}DWJ+u(WGnqy$)YYrp==Vykf3)LuWYT| zqOmIzX*r7|EL{v%7&U`oUz~i1=`yhPUrs@cQ1VQMX0$e`y=BI_`HiDU;yF&z5f96o zeNPbdg9s6Fp5QSu>(0_N{sE==P0q8=l^+u3kDP0=(eT4!y%Neu8I1sjFHi`Vm&n7BPe$ONZ{|qkiD2!YHH~-;lcGvytV#Z` zxnY#&HM2j<&o8IooY*ha($h`X+YP{VCEsN0hJZUC`4H(m+sfw^-#TggeC;|IyJ za_Y!fgc-)yj5`nkRR_Z-j4d0C=vmhIK&0c+ifgJ~_V>g^nKY&z1x}w|1a@{t8{|r6 z#(ddy>l-YN38o24)O0UYG-K^TB@0m5(&xYu=u|tG5q`B5()?6<)P~eLpVu*FT?@Ha zxwWmRGiOnBaaZn(Z6OtE7X@6^&6|UYeRL_r?in8X+gg6s0MQ7Ua-QFh2wyfCF6xzm z$Xy#EWhYYUX;g9&tup8-4pEX9oog>^hg=76r|E~23BCDfYg)dk#X(iAML-fSi(Ipe zW(k~Im~WW7QrUx;q*76wvhlFmk$_L1EFou0S;%r2N&>TjTCMcZEDCi98xXVS{M}il zNn7=h77)10C9L{N(xd~~ZyP=48=vQBhhe^ie9s}((({#iUUB+WcfM}vX6vgJhIcxz z*L+s5rHi#fj7rT;MbfDZp?s<5Aq;ZTagV+_t0ODL=7i}egDB|BiWS#PRO}>$5#kp? zGHNJ$mE~O${DEEt^B~RdGWDUH9@POU6KQ|6kuArQ^`hV1!ewADB3crYkR$Mx0x#sk&YM^M)Rcq~21JN}9 zxhJ!()_oQUAGlRl>;8q({H3&OD_fa4vXMKOn|U&!(FmO3h%yeE^hh!nvowvx!4c=B zNA)9+OROZ|Bsj$$4oBeabEyVTVKPOjrm|~2Rd!vo?8Y3CS&UF(bVXAU*Wtv98dGN) z>)p*VFTXGznl5dh%{*<-e;GrnjRAPg`G0sYILO<751wrOe>U>m>HN1P&}9B9;=@TC zoQl|FVD!u$q0SP#tN`b-B!*lm(DI;j^^M5TYqh|$7;P4yA_A?%(g4LkI=>#X_mMc9 zWT`gs!$1xOJK)L;e{5L>^ZjQ6_%Z;p?=dZ8t0_mUwl*uMATY59txswzYeg%)3#?J@ zfbu60OQIngs({^v^Rxlk7_-^JJj@vBSBmfCco-gBnO<`}yyP8NNR5Eil8ee-=VMy( zF6G~rbD!04jByenL2AXAg~Y*fNjzF4A)Q7Nhe7%(ASvkfG;?nU&>9TYNsy3~msi{` zQ>H6X4BeD`4F?lrLmF2O{X?c9?H86nCK*&lYX*U_NP20rWi&WfToRB1TwCE1JF_wL zu2JOYZR~QG=toykcge|U(H1w8(dv}FP+xHWg|`4ii}@HO28g2S8&pW%6mnnw9z@pSJvegwhy?>-7KZ4~B!h|NlXM8~T2fbpV(;`rj|a{~8XTZ1q1Id1^dv3rR&Z zEqxP$Uze9eBm3vYqF)v9pTiIDB6tIXkd9!5JC9|^%(^z||Eed64ejHtF5oZow5IS=8 zT$dW3%fet*%br2GVRSK|mb!=}!A%gNDe^~v#Tk>a$j;@5m&Ai1Ya=U>px+lkg8UZ= zj`iu3*Nl@_uR1wPV+ZUiOTu0G#%k23zDk=j^@7`(?n)Gq|05>MsUQn|4Aa>;bNb=V z72*K2cvF~VS9L(2VUmhlYBoCb<@xCg^Tp};b8Y+<(Fu7+kT|lF1!V(vFX-EoXt~SI z^jAT&_)z|R5yv5#qbP-;9vxZ~eZ3$lE6&G`NtP8mumirw$vE%<^!*^3vIGe%uH2LY za@E~z9z-LMMG=_845p4&us(*^#k*$tH1eru3RF{&}hF10^Ax1Bl$gV4%c z{Z1O;N@x`UF~9r(bI|h;A+NFDAWTDXl(Nbe1$yJD6W$6;L#tKZL%*{;#O;BIu-E!4 z5s<2zi)d{r(mW7@iFUW->}xd?oLLhA*6F}pLJ$CuJZCCl%5JjM_lLQfZmYf*D?{Y7jtb+m+qiZR16)R82BEY2Fd93?a zlrF5u|3QAuXvPNC@PGZ|qrCqA@aSl3|Gkl??fu`pX6C~ea=AbqzbG%Y50lCB9?~rj z8}YG~Ls!qw-j6=6_5M%W#s2tPeg4P(U|7iidvI{H-T#|-?mhk&jAPQvC_q+Yg+O3U zEMXhR$bt`$(y=a$VTN6(r@Cv=t1zGM?l8xOKA7cC-YT zp-I3pOGUxNZWBa)Y8FxUGe{7*{%GD!Z;xMKX3EOR+$Mh9CVn(Gq4{!~`0)V}KN=&r zoQH*qo6GOmJOHQBu~iZ`u97EGTa6K2gNrB)LapjQZ~VLf*->@1|UHP1eQz=DytNaUz$8uuXnxQk#d*bhS-> z`FW><)L(70L2k1_nhky~*&svg!H`9|{0g%{Hr;mdy(VBRLN7VjzskIeAGb*ax4Hec zsr8z{*rwLY&;OT}TCbIRs=@BvWFGZzrQTTDc$pfDY@x0rXIw!c$e;DQ;`2z?rGqGS zT%!54`?#CU=UlerOVfv1Aa(~&YU_N6pr5rq^+x5qXMGbOh6v2+S+C7Sj!LZ6%f8vZ z$)iwv!~Ht)`E6bEzVN4k{SQ0qoH>kw30lScr`G;&Fv$CV47dIt8+w#Oo}?FSwqMK1 zrn}j39CnJuA=r~g*}ifo+iv+U`f0HL>BZ1NA7Y%ODCzkS&2dCfL)+iK)$aena9D`{ zd~kfQ_5a<-lVdsPT)z}k-8#B|wlqq7b6>Cmm9~Ed0zQgEyqu#bEm$(uu=owY+|g^y zXklezWCO|?P3=}Rk2BDzGmop9xkc>56kVnXOwm;68O(RJvz7x<85OOCjhxX&BOAFI zJPWpQYcq|jU1Hx_ZtZ#8DxDI`3YVIoBy%<>%Rf;T0`32oTix$7YIGtEEK@4!hJ`2e7M@vOep*<0VxXkJ#XJS)2 zC(;p)g)nZW@u}CE7577K!Kr1mdvfA*K%bN2qt%@}1hM6XTm$x)oak@Z- zcCN)dRgFfWiKl~p-&VJ1nj#`w-vO~o?Vtgtfi|#ej8z}Y6;QyYgsQ=+9Bd_)d@Qqf ztyG!?>SSs%?G#K`WSW{x9kfZ(tdNUEN;IUalSGb7jtE+jDJ_%W7*0iu`X4b#-(q!& zx52)Gww2Q|8H4`*4SbrI?qt)DADOb2^|8wkD6iL?YBm|Y=h7tL^BBI*TF+m9iWun# z)B?;04?k|}Yo2TNQ>(ImRTuWCW2K6(Hio*^$Ob@ zy$V8IjbELON@hr6#c&&idP7fZ`Tq(Dz-sh=!{g(8{LkUxli^nWzlrB#(f{A71CSrT z+WcQtlKAy%1ge>Yzd-&kc{Z(@;Y;HWYEyh^%s_qFvVyB06fa*@LvjDxq-FP;w9LpBr-#BbfN7xa*}|&z`M*K}h??_%FgP0I&;R4W*8XQB z&t1;{>~zNo*z?f@F2c0wsU`u-g1Ue;6Dc zZ0Y|dp7qfGMmNE=rgQjWNqCk{K|7r8)}JPM8L}J`r5Pq#ht0HD@3bF~?P>9#Piy+W zLIB`8`+rOP-zWWT{{M|UZRvkLh^=WTali3@*JE;fUxci6{9mIxpK<)(-2QK$0K8`Z z9}Er-3iAJL{O`>?tJwcH&;MdI5^J0Pr54CWEcu)Ctg)%}y7Ir=hxg0d@ zVZs0N$?;bHw~@zk|I_BXQv6rx7Fs3K({jVMz60vWt$YR4f#kR*GtG7*x#nkb~z|;J#9FYfY|lO}|S< zZvE7~!^mvUiLdHuN&k5$jkVf;4F*pR^7^0Qli@c0%SN6&qido4jl;jFFe|0;UsQ>5 zk+F_J)A%pIn(3(?(p}TO-S;W9t_U#s7>>4FQ5Bh@ipilY{zNUJ%;-H{DF>SlpqPTK zVnGojAPuPqMPse?CrFcEUI;}4M9^LIdu4SlCF@=w&Odd*r%wqE!yuZzW1((FAX-gu+1H+qGds5ix;ErZ?^0hGqPX`Hgb0=hIQM0s|He2AU;U@(Q1 zXO9K*h@?pnO;z<2U$PgakzY8~HL7*fWWk85F$mS+U~1#Xv`*j9ESO9&W0Ri6Eevi@ zn`B91K=$aYeUL*Bx(1!;s?qO)?kyU-30|bg;Yl*Og}h_R$C1zdmN|3guei~G#ej1pmpIRo>`pnk} z?N94fQc`KVM)*@1g2`m3+eTnA2B|VjfPCtsAFYxXtP+pbX~8O?m1hO}Y@^5+oX$#N zQA#1SkBVa4%6c|Vs?2txjj&!#1@G_z}|QbHyqOVvrn zEQ+{Cy7gemb=ziWnD0H~W=iVIj#F0KT2T&HU1e5I0bmya7UQF?u2!;A6(P%)C?CXX zXr_5kuv*%x*TKj{$6uGeK_erz+qP<~f_!1tq5RuYWk59;W4wi-mo2!94dM)wjAv&H zc#(v3<&roI(pLdVLAR%gaUB-ngCRNz5|Z-r>bzzdOcgg0^H4XO3($Ylnz zUK^b(9GtPwb9YNIb)|$bS6uGo0$f|+lI!dkdenku+>fz0!hzik;hZK7D#< zUS|8We_HbY5lUkmt~vhCa8QW<^JK8K|JcaWlK+pm`%TUWx~YYTS-XT!JJSobi21Nq zzGjX5n2NcF{mWJJ^0cv-5QJNriBA%&RpQ5x;I3JyESwNJK{qthc zuZZ~1;fHq-yn#VT$FKDMY8x-JDzJEZu6U5xkUrj;c>lGYw)DS!^zZuk-^2bePydI* zE&bofa|i#QuPXd^#R0Nb*=)6q$=4S9+p2|KG3@s$rXKmA*+%r`(--E8ZP@Gk3wzB1 zsc*fFKfkB#`QJYJSN-{aI4Jmk4F|{D^M4c1DrPyFwjsjlD&{Yx5yj4J2ZnKsw?X(W z+S^KCmC2~TY)vloJVeNA?AP0h7KbRSYl*GZbk>AT7gOG9b@$NkpzCzo!`PSJUfC<* zhSJSN#IO`;Y!YfB-7Pun+KdBdri6z)9aN5F;dKivZ6I?FHn~V8lb@0!7v#4s&tE$MK73Is3-}uSjpp%WFe%4lOb{ei4^Ro^{(~zImNoyDJvl)oh zQCM5N&-M-7Dct8QO=H1L6hdUy8Ll>ukSX1}8VqWL{Ty`prWUt+)sOAtaW>NJmxklC zAytURS;5(?cK)}C{@*12f8PG*@bGY(|8pZxOZk63hP~lPe!tQG*K%cEe@L#?V*eXn zR1XyTpFJ)2|4j_nZ~t+0Xp#SI`TvbP4f+3yVmByB0}qBLixd+Nh82kepePbVQxTm` zXz+%DMEopZont=(_qhcJbZ%mJ2LT)BQbYhh7Q#=BPZ!29>D>&tS8*X`7O0IlSgFNa zuqZ-^jC0`mdN@vj0FQ#H!)M@8_VnuOQ;Q zwa+Av z{N@HFN#K{zawP+PF3aBoiMAM5%kF$g6Zl**ie`x5YWwM&MrSpu*H%&_hlN>1J0uF? z7^RLbVFq1hr`#3MW-#W_U(|e62Va3@^x#gepqMysfWDkI zQ5yKGt6Tc66a~GWhDWucxg5|1f_|?31VO*1c~+}g>n0*<{9%ZalytRElq=kea4I)H zpW^*}^S8_F!-KYr@gE`ZW?@02VOM#V0@1jdNdGG%WPhqWa+ktkO$i3V{3 z_6$&LQOsckr`fTvpDQEQpmytxEKdqFUBZ|P>RSE@vrz{YIxu~fO6|25My7xO+zAz>LopRH3?|Z-VIE8 z$s+1;_Zrg68gT=h)8O|!=z2-2;EWMWP;!;xYZR>nkJVJ*N~c_|C?5Ft-Nh@Q1-gl0 zI=hN9x1W~PEkTD8zI2Ks>;NuJxe_c0`1R_Fawb>W%&3$4H*L5RG(|dgdW1Jt7?=^$ zJ?>6*jZoaG@fiF3^A(I^I|3E)?)k1?HzppQ$2dY!YQaaJo^`dFaXwdB53d4z#bPqs z2ZaZru2?x{HVb{|0^DPOyE;X8zv-@V9F->PD#l5A#Y0Y6I?{dGe|pd@YqiXZx$WN% zeFxb-5BD^`|F4w#i#^r%|AWC%KX3mrINrwp*v!-T{;zv_iBcqmDVi+8OD!$9rcTB-n z0i`DU8h>HSeU?L1Swvi*5JTV9I&MkFvRdLaP2-#UQqg*&3~LqjYZ9*2)@+%7trlKs zI<|ryq5@QD`ZZ&q8Yg(G$l7L+ixgA2@x*7`bJp>LrCJ^jM%~Jzz;?gBF?)cbn<{Q0y3sd5TdH1mX=b9$??X5xQhN`YFznWf`mvLr z{6dU;J3hi((=hI`{VY`0sBvP&OEJ(s3!+U@mQU@(RRRkSbt>={2; zY~NbD`oPG_HB6t|uk8a1{b$XrA-~u}SN2*Z{7!i~)^b^D>cyAXyGALi_0pC$vm~1< z$kM#j@!I(msah`7ex4=pW+<0vM?uA7bjdy!$FR%-t3~$IvfIp|y)_GYDx;5Tj0*#3 zAB7U|)?}=Rc~g=wmJmY#p$-ynG(a1P0+EL2qXXA~PKN z^?<(5)yP963ls@HBwfU;zCFLQUg9sgGi|)virK?Uxm+D$0ibrjE)fm@z?e~9#KMj6MFU5jvM)=qFq&~wow35l+1&OA^AfBJ@cw<+q9JxGPp+e8BojAir!cF zwSJ%AIp4Y_K~!F^=7FS$dvQ#yezM@xC)!utb;PdmEU&F-Un~33GJ;+>Cb-Lw*-QSe zkcPd%z*!HCRhaK;hHNJ4nP_K10{Ol4@LIESf31rBx}}$`l~&zrcpF&xCa?jt%Q*Pz z#nNPjXTNPs6hAjGOW6p+d};}Gkk(2s zN<@2QX>yECS~H=U1MSgQXXR%|O->ztn6$2P&nE~wU0(!7w&{{76(w21kXOMxD9Fpz z2iw6@SH1KeWV`7&mQ(BN^q_0*|HXEaGlx+yK_n$D9Kq`1e-DTG_+JM{{cZfOjXWPe zRvf8sc>F55WgN$mp$7IOrQHXQ1nrgfebp!QTe+li0A29N*im2fhWf&u=KFt!pdTVa z9MU!iV9ov?4xbzp;=djpZTJ5so-+H?($L>6d_S8f3bFu|%dK_7pr)`&<| z!IOOcpJD%Sd;V|aS@ryvt07D2dCsRr60lQ89={-Jw*Uy-9QxR(yK%_O%|wI zfOENs+1YW*e`b!^Wk5+ug(i)h!*up`8P@}s1+736F3*=(n(}>BN*n^RR0VakMA3bu zA0b7b1Y*gYmhUr@fETOEp2qaEt&SX@ih8Vws>`l^EUSM-HLXx(1QA)jBxZ=1^jbz! zfmw~Wv{l~#JK4w|#Te0is8c=Ar{<1wSDx_>tm4Nk(q!$HFX?HJFUPu(e{17)sv#Jo zA_7lVC?O=U878R_UG~u;3F$&I zL_chb7FV1I=0Ru+-Jr#V`hvqRyaj-VZ8JdFJ&Vd@&kDJ-W~gY5G;LK5X`YELr-`W~ z7-`sq2Bw7@=+`bX|Eiwm{C|Yf7>DbR|JEP$`+51_;P`ke|KG^dn*SGBaEdvOnnZmw zE0-{FXL=zcPW)zAll3rclEGnlq3$>4njpnl-YCsg*3q3TK3d}^J@gXXJ`eabr~k1( zUNHekJ^e4l{~R1_^FMFoDY0q6{)>Pl3ud+R-NK)0TAqfa-UgzC;GY+Ze(_{~4nMq$ z;0+8yI%-x&C(8htwK!IHjo4{JH6IrLp;zJdd8nra{U`DL(Es7lU|694Pqy@bBhSZ` z^8d+ql}S(K(PD%tJvl!WM*wkugamY1YSX3213u`T=OK3U2aZ`GJ3`EAcRoPY72dhb zwWK(7)xu~{?p$(MkXNe9M-towA(|pT3#7`jN}bCOFNp_3$dd{fC6KSro4i}>KL7E} zFK4@*oU?@kc9n7Pu6$!Pc~xJfy{3A>t*q5gX{EoLAtW6FvYQS}XXheMNDrk_BX5b> zXO?a6b-aqFLb1)F=RuXD=l{>%zkj!FBMsyD@BAz9O5MkHACr=tIBE4h-LtNfwmD5w zf9-VlJl~w07$PAFHAS!lX@_ZiI6`k&w9*&2-X~?X zh70r#gQGlk;N}+D$x44kJ-@e6brrbYex>5}_bR#D8j5s@KjM;F3-!O!->C*oieD<< zwdg=eTJ3c=+M1yC+`HmRn){6WS`c39nN{mLb_M;d#L#7w9p86bA!19!U4g7IFYMg; z?4jOA=!&62+eX_T#S3RsOp$RA>_1|U`4 zgflg_bm?nwO}H~JJ_UP2hqsnm4eo92D0lT0w87kud!UVByAImW39x=pZ{BB`w1{n! zMiu2GKbN^gt9@>j2;4mNDU1AV++kNt;W{-c!>P4!Voppnk)6FD+lQ4CF1FtjCv;oo zG0A2 z^Ff}i{69-ALmBr^Du&h^2DCC`M^(&L*Bz@8zHVbJ*x`86&`+I?DGzw7yute4DCU#> ztX}_5j-EZM`F|XZ9{oQaN4XdAu337&!3Q+q6NduSS} zC}COkhiaL%@wHkYxM}^(8Lc+&SI(OXl=Y#g-KoFj^sgoEZ*1Ocd*-ie#p~*%ui?-W zAE8x>tft)l=5Ss4)O?NG0H7&he|45ra{TKHbNhAkX{u7O2^S}eYm%L^MT#?mdVl|B z6pWtu!(PSe_QzsE6k86yr@8tQIq_EM6tS#B(*Fanu2^3V{Tt=%0+JXUpx*x^H2!<< zphVe}>)(q0Uw4^qs-VprQ9Wj?GqdaR-}bWNs=3{i*56d2&ihsAejA|F!>Ttd;Lw8J zvItj253a|py^B1}ez&yZow7QwP08Py>3MC<4YNP5g|{*zv||w7CD;1HXGuY|G}5S^ z!M;5W6l8>*Gj;{ZU?GUbU@$s*9t?wFFdBb7{Ce0SVX5ek3X!XWpsWjyeGiFxH;c|K zEr4FodK$P&*KUxfxZCnxk+;7~a@}roe+808@>k|HTY=|~kn60`(O}zou|*25t#b&V zKTgJ~-<_a=wYF}(>8##HRM|CKhEr<8?ZK(Law}*$d|$gQAj$PAX(73`7r~}ny_tr_ z9RFPe_Qs0#wo@JaT3DPm>HTvjKhH=`lH3uSOA4H{`=%u1d2Ar21ymz3624sP!IZ{L z@Z{I}!few)0If~yxYm>u=ko@Htst6*v^(Ig*&kPQm6!}6OE`;35YtJ9GfKFWR4nzT zD)G^jSP91{L)+l+mCWCk>tSWIh#*}z{7!-3?n~aOPpHPk{$(d>gA9-a>qFjHd-YaP zmg^$9RPxIMYqdx^c5d@OP+DX`*kii#2TND(&V!xumAjyJOjzy$ z+aY7Q3+OIVmb(yF=PY;9oBx4U*~29te_Ur$J8e&dotBvcX~$LOz}jJvIdJY`jX3~U zFR|8}tunuPV+t(0#DC<FXqRN5f1)mEODg&&9OsouG@Dx3C8wsUx8c1~o0$69uDe=9n)Y1&mKH_~{h`XC zKmG=70K{EF^(myNx}r(+ilZKfyY!wy)v(Ftsm|s9#ky?%O^Gneo|8bkwdpQ9u|?U@5q-_=K|XgGe9jf?TegV~q{dE`F=Sbi zcPFqK3SkXx+WSCt${j|Za}igfp6Qov>@!8uRuRxP>gZ~;JE!svG4GrPxRLLy{;$Xj zcN7J$8&9YrU#n2m;f2TRwIHe_jLB=dptTDb^Px!uT35aGxZQN1_FMe`f4?V}!0!Hk z*D1cI{2$MbYW{ztXTwMTzlV6*Oc2-k|6P+Try-6{ik$Hf$CXNs8=xvelbMPXrh>O0 zDbK)vDp+SMD#3jgAK|)>+I5O|aE_A^I#dWX2%=_srKh|j+k#*=Ian$dQun8*7BgA04~=fAs9hlc$gT{~?|}I>UKRvV^0YAvxaYW=;|` zDQFA<^iv#O;Thq9*GKQ>lp~!58}T`bV>FA|M7r$KWOj%$662g+6VSm}?{N}&eUy+H z97E8)G{Yc~JWKwcg8;#07E7R}APJ=;LorQA-~}%(K3?Q3BVHe!vc-ZW=%1$-D54qn zf*H*R@UJA_3nss11Nc|Jn9l~{AN`YGCxa5u1cz5eil#Is-1{=%H>vk!Fu_;emqETr zy)XZt*GK=v8D#}WuU@?5o;Za6Lc-h&XhiTpmdn^Lp7+zg-o8A)_%nsNX5(?fBf_@{{O=~eRO8V-1FX-KR)cw^E~C_!N7KHWP^i4gwgxc zm=zIvD;N4HTckxUSjBg&NFrF@W%V!#r%(~8WpjuqM;OVR8XQ7`DW6-kU(70&hftg;9>!1a|O9 zFwY4AH?Y9-fJ?%XLKDVvo@Y1}P43dYC^AwTVu`5qqlsfCD~$&OC$!mt4#tQIt`nZT z|AEAd5{KB!13o{{yc{hcRzVhcUSG@rl968v%4trx=lQ6_h(^Ka*?)UJ67bNI|AzA4 zlN_Csl%ZG2lzHCe<)!k1@B|)|iBC9+P}wp+WQ#=sH%9elmmdWWpBEF+4+4@exsnA{ zijM-L=Y6~&1id%kYKRhLc|r~u;+cdGy-v6PF)3!Ln0li&^;8hlStWE4$fH2m-k{m`fy_L)fz2nRbv{m zMdO&;BR$A7LIw*=6TKnT0UvnYJ0?~xWJnZqU6T|pQB(l$P?ST14-qFhx)gxm#Pmjj z(IWSySh<%FN8mDWI=uwDw%^O59lHMKgsz@qMbbRUL0I@Y$|l#3FH*3;TY?-&{#2Sd-(5i`WEU?_SKLZ+&|!xIvV7RjZ2h;U42 z2~5Pi?0Jj%qmmtlEV-7xfa{iw^JfvqgRj4Oa&!=&S5vfP#oo1G>Jf1E0>>qVtc}Pe zE6^NY6Hx?5IL*bIOjis%?^`kzhXGMe@?Dg|EJ5U!ghehF-;~8MyOD6ABM;S9D3_;Z z*{Hsd$1wC0%;%o?80N8>lGYB$1DvKD`7y$2S_$Y0(;x}SH)X#Z)=MRLLB6RYN4_6o z9^#06!?JXa6FHmIn15{#`Pacva6qwtC*(%mZHbmi4uV+ba3gD!FXZ9Aa%d8T3QkZc zx{^&%RwOW2uw7N^1rSZ(JaqLHH+wvYOJRmnQHR_Lm?Yz(Bu-d9Cz&aEGp8}JWCD&C zdi{%uPjEQ5x;hXI*Ng{>OA;%& zRgQpnikT|-HArn`lZ8~OF(`(3DBi#fmc1>r73i-V-OxA&)Hf`<3XtGMu+%Ngg88%w zd%&2iWexiFe6XN1DGdzz>V8AADnV*igz^@TB`6~~rZ9J4<+3<}o(Vk9>RjEWN5L(c zV=kG5#T`JpRpQ{GzE6Q(6&;lUrxubk576nHgja|aIW*ExiDm_jfC*=$YfF!Uq1DWT z!1I3QVj8olJyB%$5;;(ck>qnil}v6((_BuBoSGIB$-MG8S%NUHn7*2)FK_W8jR|_A zNf1+(7Yo&wk}u+#V$Up~^bj@IMW^M z$f{CQ9eW-^mzS4Iyoe!HXE~ju+Ey_RJH2RG1d=N%<+$}aST169{a6*;T7V`jA}FC|f5}TIxcu z2aN)yxOZ8Ro_cy^%r6{CrO2ambfEOv}48nH|6;%?Sa)-z-Lu zLQ=Ucz{H5e#t@ST$(=6ehv-_I?#l_Z$I*LhQheAC2G-AmLm|~<1xy}ZUG_@QQv#eL zyYo4_QIoCPk@$aEffjhF`Aob7(MXVqC+xZnGcYnCzR1P!-ae}JBkO2;AQ+eEFDhE> z0OM*axX{e;j73QC7<5fBvZ5zC8Xb^cusJZh6y|fBqYy(GYeoqwPd0Zr3^OHvMwwn@hV~nqf3|s`c4s!)-%OznwlCBup*Ya zIKg&uu{1L>B^eRyrMlBPJxwKNJ2h5nc!tGFsn&ANbM-bsB+ zpi%G3rhnwoJs@p@FC;2k^bo_)I3LAykY_=V>jlrZZN=2S4}B^o4(4Xp*ZkeSr>})5 zbz3KKj!{pX8EU&CWdmupJ5YzTrUKv^+WTtw)v#A`5I$!`93dS2BHD0Shk1!6n3D)G zIca`Ae=S!kh*~L=3TWagn1dQ1mgSckS9t)EeUs%~AiiZFwBg*^m0?a^Hg(h`%%4Uo z^dXESVa!C!s91u9*a_ek-Eg-#294N>)M0;1@*6@D9gdxQUP%$`i|?tmdG*x~xg8yd zJ>h+!)i)pZ`{r+5V5zvd;NgoR&Z&^GRV$ee1_k$Q>byreN^zFcurSPjTEyiRE#+`Y zyO?*$40c>rLRU8jT=N5U_zlo^;)pB7{KImx_H9wf>x0|_@hqXVG-PomKym}M^f~sO&w#sb{b?9DCggvoK~f#b0&^y zVmezH8OyDJ8#ztp5s1KONbE)-j^m|VBC^LWHSz!y!BX87FU4vsQi)s49DQok(r$_~ zydXKr(502g@*Ao6l}eSAgmk(zx(_M@Tp0vb?U#jEXhwCS%S-@wu0=tEh>s=7b`pT! zf47capFSxnY#p>*^6Tn})8?f)_2LDb4lqhH;+rFDr451S{T+SzuiCa@ zv(UXdHbgHu*@Qk^kIgc|IePc{ z!tU}JUBSiifMN?*91S<<`yKJg@2S1^1Ig;hiFPOo-1yosTb1w6g|cI?1t?bV@@bcPaI$f=+fGCBqy=t%Tg&rB_z2min%z23-`kY z#kodW*;Z6dSNj98TQ$sfP^PuI=o=-2nWGw=n!=Q8_%=!bf|t9xwXh?$z%&t)yaOe$ zew_VPRnd;eS~@Hzx7t;!lguVAk1f({r>MpmW{lUJHmz!xkq?xow>0haJP7I|HZ1J{ zt~|EIlCt^$MiLxxK`W4u(40_Uvp{;c5M1xaVnU>WtU1z8mWU&h0X zmfy^2IM;gx&4WLax!hmwX|?}rHNY5vvhyzUzde6Gs^)(i9X)%r|9gnX$<}t{;WRZr zkAi2x(36_PR9b#m|T-sYeT#_)9GR>5?-mxYMOc8 z6e@ACU#7@mMf2`fETZ8J^R{KNdwyIGg6M zU1=u?C^Gu$>tR_-FgOzbBP+-(AcZNp5HHG75x%BTh~sOL<;K8~(c}7m zh^LQUs8heCjjRuP;FVM3LTPb9ZkEyYWri&kMt_VlGNU}tmfGE`VG=b=c!Y916I=-R z4nlm6)xBtHMcIEfearH*jBt|Vo>z;@gWiAe`o=x92j6{B-SKtzH`GObQz3 zK25wnK#C|28C=;<3C@db3$EE$6p_dWY6PF`8}%y~Iiw_`a8!;p8r?eaS4L365YJ^g zsU?~fIKxR!2oF5)?Nd<2ET~+mdu86Wk?8o>l;@zTG8UyMj48s|tWc7zeO1*kNBUC# zCiS{wH{yb5c7K#?&`W3Ko%9+7gKA=_$?J*wdjdzZ!leCVaUTMK_q-`J%-W9A4ev zEHXAuFcc;i^QkWE*{QsT4QcCPJz2^7;kSKlgMR-6*WM@P5GmjMT$uzg=u4xz_2eO5 zrR$S^&3&=;H128ww6*pO(9#H1qC=cnb}Lg`E35Wv zRni#4Gda8bl7KOK-z(+VAY>U~T=1UW2PkSsqCoF0XI;WgiEENg;A>2I-aACS8=Qx8 z_zVo_Tv{4g97x?SNNO(N{(};ZZsr7T{&6L3vvv2W6iSB>3xj3^i8Z6MAUVrHfPQD) zQi#=90V|hApeJC$a+nj~ha=Y=BLBZ+YMbQiu&;#Vv#g4lpt@Eq4gl(im8Oj`-pN+ikXH3qXO zDJl)Th9HAttRy#a`pY){fbTymbK)^N`PT({`Qrt8b@B#yft>i2tDuIa2;u{L!vnm) zzcEnQ4ak+TKPWiKz{+!=ZpnNF(pMmXg#`0l+5lF!lXAL>kx=uz#Rd;q!hy4=AWJu{ zjpu%06UENe3+?!2UiACu0+yT%%>gDSgbUW-D`i#;A6SBtVlg3^n4{Xbg+ooQ?#H!& z2MR&niYr&66x_~@|A^*F$nq&E-|6W1 z3RxcOz@1vGyim97bc!&T-04uiw%Whp_@%Ej^hHh|`1wj+9I`|V0v|}d^FZ)o9m&&I z@4SBBOCh);%2BOjx^FZVWqp{y4y7-O^-vG7V9%j7o=Pj_eu za64KC1J$t`Wk>|9GRSO#HUO6I^70C$)0dS0-9Unh=s^9(0Nmjm^x@GKT zq>*S76s{PK2{#Q#IeFEhEwH2=j&%grw!@)JBMnEq{WBIFR0H33S#_%=ATwn`2~o_$ z988|8U;HV{d|X!b+Jb`{*7BA`M6+bk3$P?Pr?Uh?;B=r}h&jHLbHpjym%Ng)WZ*gB zm(3YjhrxAve{;NMak!o%=Y6{4&Jwz_WuA!yE?^ zQWmq>67dvV0791VJQLM-CP^G8V}>KabmTvNuCVzMn{Qzgamy0w>L zq};%iBe8OZ8|dguoaA0zJF*T?$|BFrzh6!n=n8Q5t7enWnN$WsTKC-RH>RZr{bjc` zm=%d{-2m8YGMWqofiEb}3RwK#7SW98r38Udu+K?~Je*C#x@In<^*8q!UTetsGU3Nv56`5Y^EL3a@P#)}Yudi98 z#2p~V`Jd>vDsIcA(FBO&Ad?!!j)Vg3W+prut||?UBLf_JWHXHYzwA#*BF#`57a5Mh zfzKFmsN1`~-Ab^l0!2hjuZYq|vKwuKwLtq?%Yyd4F$D8(-d}yieSqVS4$Hrj!ypJg z9Ezp)&3l}tAH?s2J<+lg#Az~%i4aA!s@Pcjq_%GaO?VCtP?{K=EKL_o3S}HV#~iGI zuSrHkeek$QMD>MPrraT4QuXDBy#qa2q=fEHdZ|q6(A1UF%bHWR3qZ%2^o@4vYT8%aFG*07&Uztd-idL-Qz3m= z)_&pGw7s0cgalrRO-SLsV|*$A)j%r0BQ@xdzMje- zD`RS_pBYPjVH5cy!eqe`PE=7VQ~~@ZNt80Gf6ZA&e-raPPFaLaY(V)@Su+y(%OH@R zH)yoYe$^7o?1;dbDLOy-PTx$bNpa#(=;Y1v&-{fskbbO zjKnYjiNSo3f9UHz{XzW}<;A+s#5iR7lN`cd3zlQ~O6g(M-^xP;ew5OfegVF?p%9Ez z8PKY%=^oh_oaZ>4>oF5^Sch+PM+x;oR485jG|7j`1(UNaZexiucl4W)ie+LfBEjlc z`sV`gO);0of4*;h(pQa^leRiCm4zBr8h!AJdiE5-#VLv8GE`8-q1P)T=4-Nu~+b`_)O@M5Pz-~k-(L!VTNNXD_=Pb(-x!*7Am%2$&-MaZwm&^Ym z(pf!TmeD+PZ)i83>Y|msku$+y!I@Tv`w&OSkg`HDgK*BMn#n3qiw@ud*O)X3Ga33L zoQsWAIR$fYmSzbe$u-SbB8?f~hA^gi9usxrqDVPJya?w4{TrH4vFdaf9~3ckgA=DE zR<$D0TbvUU0-(n<5k-^}B#0@PqlAQnbDS*?RZNcs)2_rt7BA5xlQU(SlML;ZUA-45 zpbIL^yZZ=*X)#8l;cy{;F319`eV#piLsk3AxcFu9O6ey@Z>Wkor)9URugWkbV%vs` z66_Z_2B;hTXux|AC36I}G4|?x!YLWfC z>!yI#siuWi9Dx><=MfgT=ddXyG0h;pua2pORzI=8OhKX}?$N6b?=+u&Pm z^KTKNnMlea4~a4-vWVehutJXXg3>EwG#si0Wn-YpdJHt#1cS5;sm1hevIMYWCdnFd z2LttzzAl&dIh4yp&m@AbTmeBV<1IKUexGPkOsC4L@r*?QI@4xbY8i=I5I6h~^;C9m z@#i^_7eqbD?s{VS^wb@i6Rli)5EIo-eG5S0aI376lzWmaBi-Y;uN5 z))jYBk9_(R@ar(pkuM-V*|?G!Lr8=maeewUup7LTPKz>zHKEe%kE1lkROUbxqIbq} zHYuhmBCZM~C)#`hRxW5xa7418gcpHY%|yi(C#+&oBA6^~(-)e9c+KEFR%R^9S)1}& zP)B1F?8M6qV=7KXdUOKsafj;m?8N^+&Pkk-j0btT$`xo0|37{HOMrFWatz z&551sCE8%w?tS93`t1(J+X|O)|CCcpn|W?BsjA)C*kLB?;;MnM#;`r-!P-VaOV9<$ zx#7UJ8-wE(r2Q#t?R38f5&-xd@N!woOyHLP3*^7F-C=YN@JgS{ik1tD_~3Z7tgKi% zmx%YatI7Im6^9Q4pymj&9#qvE!@#P$X|w>-eC_kd|2v)kT7m&qajet-9UVQZod2GS z|2&@m9^g?-RLBK}k(Ti>-FL3HZ7t6)l)*&~R!=gGj!E~cGW}ZBRSeK>X?|C1<5ue3 z_B6k1HEy1m!zxd&zIa~IB2TB-wHj30k5rdA?#?cO>x#N*eYa|t#cX&XwXI{%*C~V@ z5xg^srUOV&(x{AVHq>GM0eInm;Sc4ATc(DIVg7cz(Un#Pr!l6BcbeNMn{y|V zy@op0uF7Uw8Fy(bHt7~a{guv`Uu(MS-&Gb{GwPLUZHTN~{dxlEV5=rtjWtNt`w~ul zo8D<_Z|H-Hd#F1DBneel&EI{*#4)J_1nMamJv%FZvbK||gHv;^GZh=0>a31ztysZ_ zN-JwCYHl}PmQ;IngJmTjl3bUwTBAMt=>>%Ow?grPt<-lJTiEe=k-WW7!fx%oG*Hq@ z35ab)b#ZobdJp)@(8P^Bk05lHyR7ZrGtstCwTtT|R!=eoTVP)?T9x~CtG9e#y!)o@ zF8<#}H}lo-t6>+cj_#~6G;MWn*SuIZ zCT6Xo*od`VsHIZ}dS&!2H^$$8cMAR+EX;pS=&xH(yt-#dJ9=jVis9H_0i`790DZ9; zP3tyU$-bj+zS!5>-9hzRNwrl9HpPPt2r0d^+Q=wNd^2EaKDhdd51^X1A?}XM@&X7P zd;cm<^U)W=rMri90I?+{XAOI3NlAS-Z3E$Kt)p&)v8g9_h*GUV?H zie*tg$2Hhv)T@CkBNU@gpT@P%Ii8_UpZ>w;_~`gq{j`QkK0sZDNWm&Ej%B!u&`j7^Arwh%4)p5*Rv zL!}m+6CCIB-`r2z_8^sxCof2hmltBWMtqEptpd4>#@6sntWvr$^`D*Wnuw!4kt_tI z6JY}jDQg)1F&eHh5@-qhWaF#_+iI{RXam!kkZOF+l7L#|&IbIo+8uO1b)iK^oGSHA zIwn+;icy!|29+K0sx0Kh!D>M1)Y=BE6=SL_V+WpUKx)_74rfc?D4T+|*iw!3w87hi zx(($KTNKgmUd_#|1M4b)=x6{o8?sYHZKmk;YdF>oly-PqA)Rc{$LhuBzJmFz&rbJ$ z<@l-W3eDGm>+=5`KY3cU|9E=*{PF(pA)fVzld74AG3Jo_*v^-EE*JRh_j)p+!cQsw zwIH5umkOeS_AF`3>ME6v@zbZhKb;lBPU}C7CSB41t+W3c)$aeFJ{vve|9X(8eydpx z3aKnTL46pU;#8)Ap@at~XRj1j;K2`=qn?Tbd_5YR)#3DNoWvA&JqH?#Oh}GLwrnnW zPy?R7gmppZTmKbS#@$WD8!oA9v%t`I^k}U07kYN%|18o6Z@EynlK+l|qiX)Q=g*EG z?Y|!6X|VsTg<3MA;C@&B58PU80xqB)98p*Bcf-`(dUwIn?}97WH_J*#ZE6Fy8bTd; z#U?Dx=rxVW%#MiU9Q}Q?r&4)$puHN#zIAU{Td|e!iUpIVS-gC8cIv)3d-bAxQAWjw zc4Y-bD}7V&{9Jr_%aU`(Aih5*uW3@;I_03uNwS3RMXK^B<5=ZhY6K~B1<2@|db5QX zV-qTa=c_nH8Dlw`2|$6TH7E<3jM2zwNf!84#_m71g84rvQhg^RItjA=FL_QDx_cjW zA^*A0Zu>t^eai=^?JT&~|L6Izy8jTrq0e})w-lQTF&-=ZC6L_g>%Je=Eka>G&rq8`@ z{wmL1^8Yp;(6#!%Ppk6(@$fPJ+rvB-|KBISHpT$Rvw|F;{eJ|S-Rm6yF<-2TJ^-qV1K3b}-|xPus0MceU*0nr2Y=VS zwd(%g;NQB<{`AGpF%7=3&I_HJTIKRp?rn}d0_t3B`0a^wdL>TF@u+sta3H8r>V0sI z8S69lv?f0P{dX%kR!Ou;@6(mYMvCktL7P&bG75FYKQW2it3;Hki8dsm%wyD*i1J7% zpyM>hjmGywqYwuF=m&JbaJ+BN`af;tt%OwmRdb|+@{2_ zXvdyWsp>Yw+nm>K7eZPyof5STJq-!{x{@SyJ zcPoUrxe>Rcs**@?m)>bj&A2gTb{@ywD5_+H+>jELK5`cl$_$hn`IHOwQ}#SrTpBGvNicZ?@#DhpO|#hmQ=Ht-eos8rAXbB zzQ)9+TO3zb6WW|UbrWh`tq25#IWOX>;nSK@4Ut^`OvbT0>wi}TepS!9`@e?xe@`Cm zKOg3)=zmu!fUD}^Muluu32bz~U(}Vq2h~t58!2*2#q3>O3*M31wNZ__U{>7ZS2~v_mE%wnOXF`K0EP$9dKaH72rDi|KsB-|35xH zdh*EsAL428?1XXsOL$UMZ15YL%F9WAAyXtMlZW!X*l}d`1J?z#q2`{~;BMX$FtFw= zAWK#Z?wd-N(F&iUdVosp9w1#=dkqmnAUU**IAa3K`1OD=kohlU@ff{3J(F)XjXBcN z^hBkLHs&QJeRKnCw{WFzWyXk&gW$*$z}hf3eq%tIPW`f3^qbaZYyzfBgsr#TdVXz9 zXBgabP{Vk~3`gJM7$+ggUY)7c?YwKAsI_{%74cbgC1sMR@tB{@DD2Wb*VfhbzFfzF zRs>jn`iC`sx{Li^;S!{^Vd`~UON@aS>>e~71f2{j~*TO}xH`Tld|^0>c* z6zyHJsjJ_L>aFf_UBXIL;I>DZYWCZ{i}kM)L~XhLpAAQ~{6C{7kN!Uo^0dmr!J;k? z**rjfrpYV_SwXU5ziAM*!&4cmtD)zfIVT?{66X$*+Ovl96e`WP z${TJWF^iMZ>Jz1D9!+wRUE{bUQopI>A6Q#+_1UtiXJJ&|$(W8Me&_W%A{t?AOi7xt z+vU%h)d~8|I{doawwUKE(ZgLLw_aMoayN!8XVp0YzCn|jg`xJzjS5_Kt?vT6AyL7` z6lYDeX4_Ml-7$SUoD(}|hy1;Mj@q?0Mw-X`6mDiqyyn%W9a6$t*B#yC?P{i@^Ta;# zokza&$afz3&h~t#o&foCpGF>^hkkZD|K~iSJY?4-Tl($Jfa~l(hE@OXqvyxZ9_>FK zh;SS7=o8OiHaaSD!QyT{Dv zX5eWEk**zF{sESAkNd-4`MF#E-)s!Hj{lFISK@y^8I49yANl`7JfDI8H<|1GHMW5r zZ2az`3m&6^JU*K~JMsTU8~pkiV6FY%u*(03Pmdqtzdy)h+kdZ#?o{{87+jBfb{-lv z9nM&EQceexucoqFG=fvx#6O!L{Ut6D_3fS(%2fh9fNAAYlRmflw#j_xmSv}wV7i(` zr*WK&7hrT=&+66i(NT+S0dj4wpGJ@id<%JS?L2hlJ6m5?OAoXTUY9)MU8$r=ol5g= z3o1)^>#3BcgeKp%v*yy2i&ZAx%a!)RgvPLBgU#1fr(P-22S(`dw9Q=)Nd0)j z$}8jYO@}$!2J1gWYr4h$AIwR-ptFQ!q#KTP_J7BtT|r^wAm4bCM+- zVszsIx5Rh|ftJqgl)*(&mFEvqQMg$>}wL zoR!vloJ3w9C1eJNAhe%mWJ+&IBrQY!&q08GO5!DA3DguMp_F7OrU?nW;Kjwqi=1V| z>!VY)Sg-{B^Yj8mG~-?{qxk^-mE?QD*+BfGfAZ^OPy(9Z@Ty4Bl*WX6 zUk3ap^}Y-y_{#e-$QP;i<^S{g=$|;Ftl;R?i%8K&-0Xz2ZI^S=fwn!0ZTizhG}#VcwWDcz9%_4Cn-a(k}31N%gf7um5 z*wls&MDM3Dp79TM3!KmbANKps?*lX;F}o48S?yIstZlL?*P+!vCv!Vq6Ltfor%aq5MMD*svG*lfHK<^j~vS34omri1WSSnpN zfbB#i$21mQ&K3|eWn5qMe9msrH5^2{u5`J=#kyJGCBiXhC@T_lS%r5gX9VSP$oDvU zACZ(K5lKQy_=o+z{Zr1U(n?)7CHON+uaD2Jk1PLYB%*u(%d1Ob*N)G+``@R-%K3kE zJbe0S|MMVE#W_C2IhnC+IYuvVjwhHC*YWSj!)a=MJ`0Y5=bp`7#-8?=4&iVOn(mZw zngdYHpXGE5CNxj*g2E=L{s#T!OkH8BcfNsjtuc>++u+uV2oEy~{A-NP#oXOLKM?yA zP7q5;g5(}_h;Vd`laNGW1M-1uLOd}NpjWvl&!#y^P)4RC%Sa?>UTYnX z)BirH=KmiZ504)2e;?$zYvyfn=+U!a=tXo!cs@paj*pI?ji*mX;pFS-^!d^8FDcc_}N#ZC&$m8MbDlLpFBO9e)SALfBN50Pp*JH5 z$;63&jCx1Iqa%O#%pX2`H#!<0e?5LW3XZ-SJ{>-P{?*a{zxSWKtUEtV>t7x#?oI$) zx&Dua$Ip+Bs_XyB@NxY=$kXqme{d4QmCW}so8TCwIKvB)lZ=CcR=#`z8z_SC0+kYH zpt?9j3Cjt}=Qx*#(Hk1ah-q(Lacr+vK2$0eajdub(4jeNOBF%EW&N2XMam@oJ~}P3 zj3hb2*OxwE8vDA)$D4HOgWw-&NO|OP_VZRgS{WB9R9LXfj`~08|3YLG6V$OvusDXiC z{a+cG{a<80?dyT%=n@zC+*G<0U_A*>2=Pu|jip6=zmHx9vq1h;k8uI7Azc4bSNxGI z<>$9}L7;#JZP!HaKX}L)zp*yKkEk-H(R9KW&z}A2Hqe>d_TXQYnLCkjQn&QdYUdNR ztfGLY1R}=MRK9@of|%i{kZ*AuFUtiZw_s_7Wb7>ja2rGgx-Qm$L44{0y$Yg&LDo|a zjp{$SyrB{QiDQ*(g+z!+V^jgut~Ex#f2sjIv7({ae|H6K)v3Uj>u5cESx!K#)u>V| z<3+t-;wa=?Ovn!?l3#R>I_1Z@ln}3RY=MQq!qOTCorsl=*i^pM%@t(IE+}t1l-^k2 zu>inI5U^i@?H!6Jo+XUuG(-yqx_78tro|EU%R*o|BbT8f&i!VL!dt-ai@{1WHX&*k zn20i5))6cg?rGG;gD#+^W<-($y}%WkG7EewK^oYp`ftw4sjhUl>d@NIc7;vBF!9D? zLef<@aW>=VMEtW2Hc?xnqREsdG+(;>$YQ&%>bowKRp)NIC@@9wEhE!XWEaO`c?1S= zy`n}KQ`*g7=;MNJWLI`I9j#RTp zBs!=;N{cvF24*#Y;v14_D;n$R9l5!pP7P448Iegb(i+zDmV<>wbNWDHEty_5I`FZmv# zQ>%9=M|)t%o$npW2r8W9Q2f>OEz8d`!by_vNpQ}5awE{dEla^k=FbWmkpW=fgMOM3 zU-TVKX1;uU$RS>&4)J`gRDjq}rtUgMnjdYlImJ_%-unWo!FIcZJ6vG{s9 z(Nt-8qZwu!JCS=Pa*P8iGW~`sHP_IfA~@kJoYS004XQtFc3DZ6j2{A}YYd%ApB~*FZxoLAt2m3QU97FWcZ7cnv3k zIFhC&hwfG*pUm!Hg1?3#MZxyDgp9J562i%jJOHsl_aK z0#3^7e|2;M8OfgY8Hq$gaV*&odi&G6mt*v=IY|)B_qd?r5I97dk!!H_s~m00xg%Jo zG$xG97&*jsX~3C+`y*K*{Wsi@=S=XgjN}<5*Cdk07nSDOO;D7eB8dstRJ*t;v|C-? zN>g(a3QlyH?`TXodc%q&w>wvyR>77MOp6GP#P~=n3^7W{HO*KeL?LvIGb$#mCZ!77 z;bZo3!LboQ@8xv*pigivUz44QqX>3@oJj)$DDnoUH69?3z?2PgmeNr3{qm&YpdO=t z`+|7A@J@dEt`(3;*A@Ig=Tn`xv~~TM&XG$9Y-^;&M5Sw|EVCDwOxFe{kqWB%VcV)E zFSb_gMxH0jxO`N;3&1@Qy)70Kl8KhoA%j6j5)%6WwNGwSl2NdDiVwA23%BheT-&+w zlu#u37>$}qv72zZs;?AjI>TMZS!if*=3r%+Dq_@uOPz?gI#bq|qW&zpM$I>tG>~WD z=<{007HLd!5--cM-DD{(d&DdvIGn?FkRY;1^QB_?O+r_-wVZ@SM)PG~0v1~>oBC1| zq@k~AHZqUfQhloW?)A?XKfL(X{&n*Db@RB%Q=?Iv=xB>Z%rmFe{eqKe5lahs$<)-+ zkOJ;O^)zWjHWwuv9#`Ol@12psVX_5Nnvs{cBs^V+IbhH3a^SNfL1{)=28xgz?pkN{ z*=jcF5@H)t&_#R~a1A|J_aiW9Y+fN%5xNAdC1@Y@e1Cy&7i7V*r7zES=$gei zr!n#KJnq>gg`DV5aCjB7na}BO1dWDAPZyJ3xgQz~s~Yz*x&9~4oaRYoP16QvE1Fg^ zfl5Oa66>%aujjt|=_maPNr8EcdJ~+vjnK6_G~@IQdaHJVhHXGiOIX#qjiPNWV`ep| zLdxlzHg08?QsP~WAoc#vsA-YZN@lK|F|(XY)wt*rwLrmMGH24vq;W%Y@Vd|>i;`Mt z^z6y=uQiWVXH2d4Q$~iBc9rU-JrvVxk_e$sEG8iZQ1~U4Z+CINE#GTYzCq(lG=siX z*+T60C-9XbJrf10#~=IKy3Sk$mL^n)pf5;_#Yvh8{`N|~Ly>qXglBjwy40?^7POES zSfqiT!LRM1_F&f*AtCtsl4yxABgFT#*;Uc$VPFV?|? zE12?~oa;4JE9!wM%6AT9fsxZk(6S#|C{~heC^!a5MGDbxgo@k^K(O}9cO4As)yW{l{soca{e))1?E4yU&BA zNNGkOugT;&h$W`sbzpEE+luzJ!?G1#myd6P*a5d1^SQea73#|J+yu7^utZ*8-`d#* z^caLILzWog_-}lBBM$ZjTw^E`+d=c>R$l{&2DC}$rNRvpTC}lI-J^uq)zD3gBz*Wm zA`4Sz6!j#+l1SCD$aG%W)1^Ru#v(2bAfT6kV*t6$??S%Tx(;|nZu3E(lU&^_xL^D! z%X}=VHy-n0Z9@e`U1g()8hR*Y5#MWR)>`mW4iV1K1$gi_fZnV37*dstDxn6pjkT$Y zV>B8LN7d0Ok7a-4Au!GNLHxdAoCn>;IAlpk(wq-&SauaN9KkCYo+txH2^|%6 zpqr;6=#@Ad&rIQ*L`5uPGoh0>Cs~4Xg3S9CwSZQ2g$41bYlI485E%nw0-FaHH911 z0p^^}66h0g+#mEIe+&H9^!PZ5e4OOeys_tm)7CaV0+T1FO&w#y{po{jv<*tT@Tt)ezq=+&ETDA1k{@VDwJ{SzS{kt5>c-$wOUM|Kl*AGcgC>p|2F zS+U(9IlGK$a`&m~SRvFW>6&GwOqVX(nC<1E^R2f0E+L?tDN`S|OJk{^&7*E?OD}VE zt}3NTyz&VU_ zNrNHXBCBn_<}76~n=LQWjNs^$B|?m+NzRdcgX~wW&Dp*+<@rMNiulLZB>5aD5MqX= zK&it@52jY~Z6jZNdvQf>jNuS4K~)cI?GkOo3!lVP{W;+{r+f+)1Y`7qy=D1@I?I)v z+lIQOtD}S~^Y|BUFOd4PwM#eMyc*5|QNn>KsBg8-GX#y%sXW$xM>9x2Vtr|`a7uKt zE76uN=2j2Zq%wOK45+%uui0@V5z`7<+mhpHuUb&b+rH9J`WayR4q&)rc)9w z!lGG#;xAl z2P|dYy0Tv^BO?vDHZhm1$dp$@qSXyBMWr)~^}X`x%yR6IJ||^?RGYr2-z7Tn#l=$z zho0qQG&*|n)STrs;VoSzw)E4oTPhtVzHZ!W+wLX;S$Rt3HK!1l)Y7VL^+2?b!@6N8 z4HNhHeD4tL`JwoigmZ>^a}vi4-LNclRYz&Tdw#E}TCaDAZss(cYvXHrE@#@=$zo_Um4BGPf6H;TfjPP7*qNisV>kl`s#byp)I!V*)qMBh6%W$jTYT` z_RmwNSv58Bx;E&8vV|@-K>|Qm(tt~EhEgQar`%El0`*>7xmT2ofYWr07E2$esnbL5 zIe87qf>B&Z;|XQ4arVzs74{8Y+n~$B-GCcM7_pVWttKwbnFSuXhP213c2qTiGBS zY&GoEGRIy)Im;ZKUs{@7R}HUM;1U9YZT=1V9}_9J$ys6d)1^LD_C>FNF3oC-8hzk_ ziV}U}@;^_8!{N|>a`gP!^S|3oH;t$?zl|O0#*Gvz&5z#e~am-E|KigxDb@h)zF3f?cNnxEJ4*fgh;m&f_iURLVAKn^iF}t zzB=n!a(?*|qPTGq7LW``^5fD#wTufS&RjCin_!b%2>fR(y4#g)AI{*Ko}IkGn<)HC`h%CF z_izs38s`IeglklH;S#RrL}`iG?i8-^-ho%RgZ7W&7w)w0E*!&~7TkllhBvk3j(o!# z+O*y~yosK>at~imP>X}OMHGnNZ`4Jix_toSb$u3A`<_5OVJzo)hSOAPM%MxagWQ)D zNbpje$}}{H4%7u4Xba998|g4@N%z7gQAPWFvJ@5jr2wMXcv(IZs7-PMKp=%}&L zTl?8}n4$OMYTpcf2VeVUfIB(cH-p^S+rAm>U)|llJR5H9Z{K0E-j~aL3;bPt?pr|a z=5*fzba$`&7Qlafw|gU1J+R-si}yht?_JcN!}H#(^oR7lFQ@pH&iA(FtjYbpj$j-A z`!+0f5Bxs*7eNJ=x7{YNH$;WanX$gq<5VJ5G2UZ>uZc8yf^2OeOL$0Gp%l6(oHKE{ z(IkqF4rB^@$fik?FeBg+8O~*ZNSOu)v>(igRjM+5#x&1kr4260ITTBGE=YJo6DmeH zK(D4~$qE!Pbb}M8HCDAEQ5i$s6s-z=ET-Tg!qG1UhY|~cA|ZlF;B0xQP9+O=Ez_ff zMHVm7B*V}{V4k~I_V=E=`KZJ^0IhObjM35YaADp^or!q)>HyQPN zicp{%vL-}E8x=x={}bMor#$J3wQzB_sK_T@Pw+5g+$wsEoVFtCEnEewV7vcVeO2Krmu z-x8_8>F7UptOjc&I|OUkg5BJ8xCV>hj`14qkLWETHW*HS{~;T;-W%>cXoEe58%Av~ zH?V)ozyzzqHaJsz%eW1H?*3UHxZ#f*u|fCzjv*U%8bGurX2S{^I|prOBhW_Q9JOHu z_6@@}tfApv<2F=rw+3!-rGU>Ix}lZjULLw1TZ1>WkKV4)8*Ip3!Z+;Ju{#EE(8P9( z;BYUKVCxtTCGpz_aj;wT7{*~$7zbm|*CCFBD!Yx0`cRP^tmbqLRiL4z3Bt9YuF&qUb)tJ2c_B|M(88ux}sXq4^frIzZe*jEBbl z+bPIH*H&yD=An_~$2bpn8Rwy?iytV^L)(JhA<{!*YwkDHLt`uc;IST>Xui8(4~<*Y z{YQIPu`_NH?xDOh-8A5Xkz!jSKGYy@7W1JBz9r~Go&N2@K2*_lj{9J_Bkg_^{d|!h zs_kDJ`k~hGf6?F%)s9&ke4*AcfA#PS4O8cV<6~4QXp8_+8<)*vKveOx2Z5*|`@@HU zSk<<+I1p=E`4|ae?M&S|6hyV_H<#odqe0wVG>A2Q`ezIWVJ>yJC0qg>DrwBi5)dDt%yA<5|$;TsQj-P3WRnlq*?x58Qy2 zl^m^6Szo(`tU-uxON97#bA)C6F&cHjnB#0l^3$`Q#rZZQNsedWq%Gd$3|N3*+*0S$ zg4MuSu}{@;z5&bg3R?AYGt6(44STQG8i3@2Bson;ygC30SEbwtB>Ju6FWv;(MJd*a zx{`YJ=Ip2QcPDS(jiojan5PccA%;{raZC3Acc%c?2?<7u)TL#Zg{+k7Q>lZQFeRl) zw{Zd4&DhZWB_ z!Wk)@WJq+d3VLd;305Exh02rKN?0-$0$&G=%VMjbMPyRUG_#de<*S9hJNNV@h_q5x z!!kx{B2cE@>s}tC=2@W@^=you1xLYiKOz%~6Mr=FvynE-K^N*i5Ld5Pbb%LA_Xua0 zJ$d7@hv?KAC(6-YjB~>Cy+cG|ZmhHSUQOS!94uOre6OnzW8I%f-8YMM#7&nlToY z5~sbb-mqjZ*LE8;gmovnK;RO+M)gpX{)}lxuEAFkCrgx&8v}TnX(wROV?~nF*d}kG z;^kO`f?i!vs3Qyul(Pb7ILV1}rlq+kDd4b#C{>lNH(8pNNLxSAax91vOh`~d%65Ye zC}E&+ug|Y3!FiF9QVEVxFJd>z$uuX~8yd${&6%E@1}G++ixVmNwZO5U>u5L}2KM2g zVO*W{Yz85x3)wMJyC4qL&9kMEAmbV@CUZn`AxI`OgzZfZ<$zcj zW}#ClAB)OjObRYnh?u5YUIh~*TqEDXX-w~`lx+}k&kS$Zh<=N@3BCRz|g$IeW*4UIg3boeIsP&=N8VS0qSZnJkYKgUG zQ*}4N*4iL$8*Qx(-X9>`n#~*Scx(E7w~%YiW7iaN%_uz3(O*66n(5jtP zDDYY{@a-e7HN)E_^jb5-U1P5`L;b4wzP&RS-XD zD7Fgj2aCn_S(8teC*W;d6u85o*0?C3{g=05?uyeajt@HDKsS>3Xjp!yhUJZY{6LoF z&Eva?Y58b4d{Z?pZ*I~3T9-GsgtWt9gbQKB}8cXUKNl1p(RXmJ`FPX~%r?%vSl&lWdI@-YJ5T!A}oTvcHI2V7EmJDw8 zwEspUL=!{*+TjyIMVGP38Ore$c+fB*9s@FIu?ij~;tXk$k12zsn>me%jO)ArI5Syp zf_dFJY>j)AJx|*u|IRK`we|lOb(w1FnFsa=s*%v>5>y+I&0T_Oh}wOEYS{kpK0zxR z*X9(orkRgULF*^$)?Pu?zTe^m{^%BTcWy!JI`z-!7i8LWZ;nBUl*qPD6Z=y>Cz&0x zrr(DGZ{>jNP-(8;(5_QR{b}Mp4+K{AQtg&bH#(oHdSlqPRTS&DcEM8Nu*%z_5e1m} z8snB1U|Oo|DfOb0Au`2age*yjZS453ImmUOWCcuzh$Zn-#ve4>b;vTYN?mxcg6Ber zR0L@Ss9MRT^N17jg~R!efMpR&0!e{5jvv~^0Jwmc<~GsN+!ZIwQt8(3qx~A85#hO> zk%Eqc(ni$oE~5u%9X}z9yh>)7XxB*;sS_+!Z?ZyJp9$Q~fHs<&DL|IFSyOzi)D4{l zZ$-0f#i9#K3u*=7lF?&PYbqG4cPR>zfWHLNeU9o3vYj%lYcec5G5)uMcR z@uuu2^ty7dVEiKV$qX0@gPq0ry6`So&RAq4I%84o5@Q2o5U;IHzuKi+kiyq~U*Oi- z&Ykx_6*NM|%~UF79Y~_z_tGjVclWD(4wNh6zvcv*owL$8u|{@){&jNx_SM_(#|=%Q z97QC}NT}VDD#0~ILL`lGPO?K(B={QBSh}Gl@cGz$Hkx9fqiKV!x1zF-*Qnd$==|H0 zQ^`46ws5fziZa!)@v;dHE2-=!IMh8So!F@KJ%K)yn9R)vpR*#4ELF++1_FG^<rm+>r-N@6kHaa2Ttihp*XxzPom&)_71_~LNj9mLm}vs^3n4R@%NZa=Faz-C z0GaJXDUoWO%bo94e_i`qdxzsHmbG186DumH#OjBuszjMzi=C!|M0!$a$KWZr*$7Du zCy`!5lq<;zOF)!c%E7|igokXgU^_>T zS~X`ZDydV%ZNaSsmIX~t3`>7Q6Ob@2H!R!R;m$u+gX9rfe9Lq!+R8M;$_K@LXzcl3UIl-%1pI3g0*jo za!sl7P2;*EJ=E2ZNFE_A(4cc0u)Bb3%unF9t10|1UY?!5JUw~$@ZJ`&7i@*}BUv^A`;jag0b1o-VV<6pAWznkSe9-C7|lVE z!wpFBhwXLr;s<#{%h5hf5X&ODv+yE?JGB=-z|BvDLYmG=R^A3z0oS8_ydil;LtfP+ zE#zx=!Ks&K(SfZd1lEwDywi*=1iLFZTzO>5omO3cSgcwBTD3$Qf@!?eFs*3On*`C& zG&Ka#&@F3^q2VHLj-gS7(iB3Y2B$HEh6||@L8Beo#=$gPJk7B*DmdC=Y1BbAgwkk& zWrxz(H6n%{VrgiAXJa%9o<0eNc1Vn;kFg}~I+jFz7PPtqs{)pzt_o&+{gN)k%19qu$|+=}L};$DNo*y8f1ZwD7AZ>4TSyIy+gYQ01| zM!lGYI2Is#&AjwB&+th$)0f6Ln-www0tfZ@s@_q^|`hN z{x)XMEl9SodajVwEh(%)|M`-_S_IpPVBbqXA68|Dy+7(ZWQUcah&gcx3_Q#*n8{5R{E^IT2twG+*B(@43j(jT#Z-@>*MxxbgAg?vuG;mh?d|$~bXMwtlp-I! zVTm}fH*69!n$L>~C~QKO5yl54&-V2lx^@4xQN6(=W|M)8J~Md1LO5EfY_KT}7Ezxh zQOam}$DrD%=v~9bNN!9N9DmdO=GE# zfB>aHTEBxl*G^D+ayVX%Hq7-aT~i`oE7V((Lj`jY>!splS%KW0s5whmrX*t>lGc7_ zgf62!C`ZX!tA-S-?nY~)JbNj`4gR$Ya8!#OI3Lv)*Fgj44vzv=lycP3UQq{ zV1?2hIbel?4)e@JsCR01m@ggBJ9aJBzN~F?YIV{)5j zW2yA~SfszJHTF&K_uq|01?n|gT=Y)Yl4WMbpsH|EsZ=Z$I9rY#W88%2Lasu;|BgfhzL4kw^ZwJP9{Ti2M=-UZMTCbL zO=XbGEg+U*Q8iGv*JY&sALwlE;FX>Kcb6757z?QKQLwF#lVwi$PGj>W8V!dPJcCtu z7x;E}v=sz@M_;=%G|Z6ZDY9ygte7M_%@V4aTFw|+6d>#@9$+Rs z1B3_2?Ad2BhZtMk?ZIt(EH$Ku@cZn)M>kuNC11J?xePvgCbTV8l`d5(l}c4FB!5_xb&n{0*1eOoeqj2g-uyMC>8C&IZT(Pc?1v_P6z5|YMeRK&_`fb9 z)eVjlOEv%jiI1gND745lm~(2^#{*hr)!%<~>mbPPi0U;dSFd zp$xU;K+#w7iS(bmCmz6i;!u$c&(Wiv)RpI6yE8jgtThJR__)phe~$AxwTr(rhk&Nt z*YLyG9)Ymh*amG9k**LkStST(GG&tBW ziGso>-VGqT^h*8nVfHt=^1T#pKRmep4)_oTz@2{Bq5u8}J^_DBp)fuYO$qrvJF5{v`KGkp0Rk(8-_}Jg6MAz=ECIC+4U+o; zyR}O?%0)Bei#fJJbY95^MdDRWA`aC*@0-`g;LV-G`Hc^7{q(Xf2 zDug=pR{u-0DC#af3qw!$EN>Eo&u0i6=U1O-nu!lI-t!V)~MC<7HtoMF7oW?0w{6tLU*FE0{ZA zxIs)8sM{pF?g4O;V91i2Nr|tx*8#J7L{T0m;)4w2gOWDBXQ#97=EO%$&m4%P2uLfPR0m=G=nLO z`B58#lsm8t$?70qFv=henMP<^Qi<9zDFO^0KQB=_W=EM3JugbfUQgxECHd%Mpt&0S zrPVVEapYaC`C~7`h}{-gV@9GL^2c!E^?pN1+zzJxtgo-HZ*OkWf7jR7wSW8T+v~6X z(%;;Az0rTQ@p^0PFYEp7t;*-$$>z#$95 z&e|FobeB(nBpa=nBN{mlA#!%W9TlvOm-*umLmy8wn7@_k zBbS=~ZI_i~!4 zTv1+1lw2iA1ib>b4Zcd|I|M=MA#|H$fqc`GP?=Y_FX}p?u#F6DpiP6FgJ?vmHsErK zUJqnm93&IaUw4UA^L(0BkVw&ZI)Pc}14a%A^Xu{|(s39BFxJ`vfJ3K~!$tT@^;_!E zsX(X1niv$R$o-Q3*S#{8m@8JR$;4C3N*TV{-gCZ*bREX?4c~u~>^e%k0Q^KC%rkl= zcHM_*l*}eD#*AIhv4@HJeGc&l6+_OlMHRxbQU%VkK%cQiSan;gwT@R?EoYw~%I8EK zjAs2{84F-%Y*5GCRru5vl(STn0citeNNiD^yTVZb-fKLA!awxR2Q|~qG6*@^a{{te ze`GKYDC0RO3dvuk672nPNV=eJ`|5pk=$#zP_jhrK363AbGJK1;0W~5A$YO_ka!Mm( z5<)-`MEb8f5yj_rD;dRPdrJ{z=#ac4l(l)O)DMcvAX-r?`{Z!OHfa#DkcKT+(jq~w z+7p&#v}2*9;e3)wPcjKSo=oEN?qP*e=_II$czRT2nom&GK}2IlZB7&Y+lvi{4G898 zI|E@TOpCS)Uk-Yv#63c|zcMu(Ql%FQL+>z*X?nXn2&Pk~qjGjjGx?v}#O zHGtR)BlIvslq2S@xCZ>(8|6MD!^RCqV#&H60=K0rF2k0DQJBiwfj>SmoP=+m$|8Hxs>-aI*|AhM?T041r zad6(lAMrvss_lOpTN|7Gvi)!S$^Q2k&)%EC*#$Tm93Sj}yF1X^BNL%Vv*z93FR`yb zADo>ZzCDo({7e@0Bqn7Br>CY8gEW;2ExmXFPFYToD+p2#(-_e#T?dUmNa}zPfh$ND zKA_uq7=RZqmX_}BTo4XH?`LL~4nl7fCkTiBaS{~wEbi}@E^w!TO@ucD`L^Z3y@(~8~yi5c}B!A~HlN*@bW+BEfrsn}WOY*@Vr8f4XX;8TD;xytm zb*|chl_2!7kUh4h3Cs@niE+U4D)SYwa91ibwLT)a5|r*HTF1zZ~8hD;iaDGBt?2(hu{B-{*8AJ51f)(?3C1Ct2CEV@ySrTE7*A85)}?su0#4<#{r32q@kI7{MDGy`Zl8bQQ^G!g>QZOCI~J9#t+2k@&3 z&IwQCayjD#^RXaeXVE`+77ixk}orJ3f z>V-A*G3a--305XwB-FFfZ(SB!a%*KbJv^_9IWsTIE@{$F7H0Z-zI2gLjgyj_OYdwN zbDEi{2b>-3AD&;H4$ja2^Y(0icX>tDR(XuzMw+402eeCjDECfe%?EA*enUx|dU(9+ z+|e}AtoL0(;JpJr(F21i`MH{9q$aF;dJ#aRSfhT_?`f$FAl9@6^ z5O@f9JeV`<6w&r<8aHb+Bc5maaor43<#zY^3A};Xb5J=#z;$7KQyKvEHvz$#4_xLw zYU*hELG-aJwo9%HPy}HL!kFjH(icEELN@7O0Ki_7&REy#aiEJ-MS5I{n?Qu9X&6ug@c6>!Im7YpE~ zEfh_aP?fRCoQV*T3}mkAOa@$+@QB71q_kI*=hL~6M$f>RNp<`hx=hk5AHUaf9hvDV zVkQcO=E3@}q_{Ry_a42A9;F9zSAZ|M4~z=$=jAUxbsoDr3|s!L*SMvnlLW&Za303K zmc~wUj4$PTWXT=pTNXteA$IReQEi!4r)_Bs+AmR{X-aRFD{YEV7;tkd&*5AcR}Cr$ z+EM$n(ek-kxn$~Q%EBgPm&(*;$<-sVEjf9+e{gwts_jSOB!ErL=jv7?#BhRsS^u?% zu!pCp=LJDVwu$r||8eiEmPj~#dv>7_F%No_LZ7WZ1fNK_e(wk?B5FK`^1Xc5GGLi^ zIax!O^S0}1(!(=*G3k|gq*`&C%q4bZ`4EGNH)9#}Jurl~BAQ8lS4xHq4o~?lpWI;8 z%TKNU!}1i4Az+h;9eRQ1%8vP_=|ReE;~{^paK`z;+0Tc22Igpty16#x7Ug)Xn9Peu zkgS>k{0Iay$w5a&&PTA$7tS90hm9^#zMY4g!bRV-Q=Y$=SuPp%n~6&?0Z4n?VUpc? zSkSKSl|Ws1nVo-TH0|1*#$)j4%kCFBCCsJ;v%f(; zQfy;RGiIG7G~V`wH$qIFESX%-M0}lImKQH(oF%B+T(IPjE*7$>BZr3}tHFux)Bqp@ zFzc;_A|vcGf@==ZyL6O!0R*d(2DEGiC)R(-o=fVTBp`+?Qqq*cd&!e=kQS0k>{sFF zh#+S66CM*%*2A8Cr~Dr{JSJ=R;N${mUzYy+_8mAmIM@dlZ^7xo*$;2ej=|srygU8z zY_NX-et3IE-Q~F0JO_i5eej>RXFnai9nd=8AAr5HgTckYzGWVMZU@{aI(YXK^Q^mJUAiU;*a4Dc(KN$ z<=Ts-Gl-{IEMl^!P&kS*;Y(9P($a)`Sx|oMpx)*FmYRTPF_c6h?xRe9oh6C1^<#LP zQIuSHQSqAnUX|sBTT63(9#v0#E`qyhg$i!r<`ndU6|n~qw`b_LRa?81%(M$POM&(v ztI*P?bT+;W>bGglw*5M(SYplw1*I?v+MQC6T99kzWM3J)AoU?N@{ z4?PFy{-9DqNO9{#yUOYyZ&)gqm77O?(u)bI*s!pldHU83t*P@??Y-yLb)T1#4$MM& zDJ~7g#Thd5`2ik_X4ortpLW2PSC%?(2oRjyz-%v>q#jXg|FzriZMy3(!9V-G*Y3Il zdV5~#U4>DILx_4mO|Kw_()%&Qf*Jvj?&*L7KVlfuPFcI@UqS5k3zSrk)XEo0(|Xr` zr?)z8#F|dynVz*t-4=|er(el*_7_=J?gH; z{T11zP$_GaNY!HDIrjM?LX3};ZXmk`)7Dge=S^|)BaC52<43NP?oiNrA47!0c*Ibw zmJ7(PcD&FkKk=tqWZKeJvxN5sUn#t4ph1PCcA^>`|iw(H#wJm-p!& z%+x8iqMH}=>DU9S#x^PUirAKgP=MA*FFCZcWmKiU$*<5mds60dLO)eFija#uU?7<| zVJw^>oYJuVAZmVUM&e@qd<|!f`uZn0d#vuhh9((T-Q7R&X3W>+Kf&3f_4?kR;RGK% z))e=>xn}s@V1XXr8$4Qv@4sR9t59v1@4ulzS&`D|GUdUT7078<7T>xSG=gMr9*=S$ zqAH6>q2dOe=ld)IZ~~^NV)sc)4_IM!NmBfHjbRG?^Jnltlh(;-!^a_Pms}zr;$tm&2=EcJ0-gF2YKz$BvidTp28SXFgppZ~ z5#V0PLQ01*@M0in6MKV|a0o)oUZd5QO9>vs>^4M@ydCi^4Ju-ZQrL$6A3;pJ;D;=k zh$UU(hUEyxWUsIyq+@>@^p0RW!sAu&36SldEH0LltKVqxC`qoTDR9UJ*~wJ}>EepJT}621dW07TgD4$)C({XQjZ#G$ zB3&-Y_t5zG+NN-M{Q0&06;=2!i%L(er0f?fOR7`RjDk+)0<>#@trW3~|6E|0rU^G$ z<%8;&4$>Va@|uVqhs`So^w)tyWq{6FtDs&!fxR*GuSw4kj({vB2Rn9UIXZaoFlK23 zw#B4$P;4{iRi5oGa4M`C`Q`zk8U)SyT{20-2m&vP@`N&ksS_F_EFRG;k_dSt_>xLt zpA;N=VPuu$`cZXmd*E;o5f9Y3Y5d})G+ur2PTzm1@OwB(lPDR@&eIHf!Cn$0oOxl4 zk+PUAghGkP*%{QbEsyCh-C@8{MJI@W7sX4bJXWOOZ%G&f=Y8x*MP14JATKK_gM3|l zAOAc!dUtRRejXeh?hh^w-=6HekIAZ=SNcRJQv;^{nYWD}_2=O(snnSTx9rF92b3sGr(ngrm2mjJ8?kO2`g z=@pnl-AH2EN8n$(fRN83n}l%yCM-YvFv%ut%i`gxG%J1*`!L05?Uo19Mr&!p{^JUw zT{b{u6Cp@iTX4u}8Xy+#1m?j`6z7*_qptF|KF~3=IMzsEd{--qss1<8aLUDK*B{1) zCLkC=AH$%>xf6FQGLhO5%1`2VdiC)dk7^lDB4S-pNR}^XqwW{mjQE3y-0Y-G!4Q_kc!TT=uND# ze!G|er672(D6yD#rJ^tOwzGR-L$ESg_wOj?RVAu<1e(m6rt5QB&!tNI7pZ z93{43MMzR820~s~M_& z*6UKbqCD{t*%m8_rYu7ROSzPC2ZLhc-#lmz?|XBSCiDJ7(y8SfR13940%WuwSu%LB zc3TRm$*k`0#|gru;WP%OrdyhNHFuq5{_e}yaQ2d>Bqw^K4W}_-7bA1IA)Tb?HT{cH zN-=%{zfThk?GeZBp8PSt(Wlz~Gq)%AX5M6O5727=&-Ja%^-bOX^Y!MdC;!jKcq$Jn zrQ-m4DPyT{FWLb&{iW+L4t4-5b?l`}6NtUQ!`{vk0J$t&>=1;S)AIW!JC+M4k^loN zIDsW3F8kJF%5WACFK@Umz+~UE$J+(QfV&DnDbg-5g!ffKVpvGiRs%Vq zVDr$xRiw%YYUq`y6;q)&liLBGT-v5*;2naQOLiYoNYosPMm_7>v5&=`awgc_kf?Cm zjSOkjK^zbT+0>dPz>`F&9T9|?;mVMdGowdO#&Zm6xAC-7_1z|+?zZ2IfZKMQnOGi) zdyfb0kP9=Nsag4q9@pp5;rM+)mUz=hiD^Vl9ZhF8GeK1isVLKQOnLbRgDPY1c2v!f z7aUdrwDGvsROn=2jlEr#v*s{q`P7tDi`L73Pk3?+6AU&l z&mnFT;KGfQ0J`hF#^uM*3nGZn{4sZ11tTaI{e7Bb(@Cjkg5)-Ky&;B~I|-vGM9@#j z1ZmP!r2+)lfWSJILFp)mUKk}eFmrJ@fyvZ7vbDGblnV|-$C7%P7ez2~(Jc1oY>$9( zPC;0NO^&f%+9;E~TXACnJ@@)+Zq-sby4cf}wtD{uKjO@DqY&XmHh?wzzxDq1mb(Aj zSYLnrwEugQr@ZRYF=zQy33ITB^zCzts2N0_814&ws`+0m{4QDF=av99{J*jBYFp?3 zSKIw3{(p?eXwl(W*=p@MVtPE8a^^AR$VQsRmYvUL%+XNS9I}+g0;SL=t;Dkw?tnZD z%@PnHI}cBHz)2FrrhBh+dKHCee3IZZ=moQZh{=_wR#a%Gdkm)5x_l~QKXqv>Y>klLtw)OLz8dQ)p!qHjqJ6se$%O2k1jLl1z`*kx{MOvi+X5Woa=nIb`{2JEQbYo@yjp39Re+o+T{<2M+e~7 zU%}u0X359nEU)|%ILmj2diTz%lY@>yIY?U>u05g~HzcDpi4ojgUJ=V2x68Q*yaLO8 zmSzNiBKJuC1^{;qXg7=#gu#2$B}8purj=6BCl^QOEHI`7k;Zr`y;Exa zey`sA80rpG<2@QL4#~s-5ogW<-vk}-7;9P_g7=UDoMc!ukF~p!xe+)wzl$Z?; z_-+?Cr*BVwG(#*3S|CzhiNYKB#41m$@@=t-mVNd(2r( zGMGUhoL!WF3&CKl@zcS7jnp)f2|1*1VjcA|1atO6J@589XRx&}T?2PNynT1Fe|dPi z+h^@tBXc=_Ps6Z_FWEE>gZ$IkyOYCx@$I{{F#SYoeiDT^LE#Xr*Y$t!Poks6Mbj0D78L}G65szv{z58QfYSjn%2i0k)v;WxT*t|6oZD#X50d|i z*#DfD;PCV%rR^nHUKcH7ShYsptJ6!{A_#+5Q^kkL>w4LzmD5C^35rD$YDF6fM7>To z!cYbN=Iyzn>7;rODH5-t@ch%LOJA+9Q#K7x%=5%N-!SuhN!y6InN_ofU3zg~;9KNp zVTvzOB}sNBRX#%}@5%SNGpcrp zXFkIjm6xVHH8O;sOwuHVG2Y=f50(t7!_!&Td}mq06-8u2Hq9*-nNf9Ppskkt73TA6 z*e+D7X5%hy=t-O@Gk|l>dFLErXH}3)y*N&~aoMUGXimvA4Ll6bapqw-nkgl%bTb#z z35*M}d41NgIQg$PiE1#J$2qr)sihZ&D|bTvL#&p3en`TIJabEjzso9kQwd>^65>W# z5~z}5VQEnUY~#Sc>nOGTg&_=t2)?C99T)E(pfx4P^EF3v>Qh?S@RF^lMWd*p>7=-Y ztt_M~d>_=i;1jU-y@%kbhsVItE^a%kbZViox3RU2iiN7YP|Hav3^rEyfPByI)$+ZN&{=1ks=(>9s^l6b|JL@YfLf;aXm2L6Fq?!i<)$Aq&xfZl3#o>Z#DUSyQ(2*an}=$UHg)2DjeLiQJXEnXYA!q% zUr#;c%N0?>aM5ox)g2$M(gd-OR1^-OKl3B_CP}WfgT?$?Cqt%TvMr7qWvaD(NJZEh z*8R1LD`=y<+Q3$;u=BJd2)$99ARPL~NdV1c^Ef7pjfjRw#71c|B;3!a)K?5r_atiw z+LCG{NP0yWwQ!l}e%QQhwBVAdVIcrJ7%&Q^V@hSv3yl*cMH?j7*GElG&BX0JYY2N8 zcGX|`LS8q#Fuu{TG8z8;;l;_|`0#T7;QMz!DkT7md&}i{7JJzYI5c1}aE4xlpaWKt zOcU4vyqb<`X3?rymKQWJf0eU?)1$*Z8vgzA`0f6InK;b^EQ1*w9lia}<-zgk#eZ{` zoB9^Ui36M&EaiCN9AF{ccFXVDZ7SAB~*iV7jG{2 zjt&n_F3#ue3E2~@Ip*BCyaH{7`&b=#;fdZBx_Pdd=pVF)Kd{hmm@K8tef1RWzqvde zoDGi8TN74fBy7cH^}^ z8_2u#Q$4;#6=Rs@jqKdiWD{Vq2@&mdnx1CKm8G6sVm{S;#k8@N!4{j@)#f~f{q#KX zuOZgQJ=J27NP}nDH%<{wCg(Ci9rr*z!tMoxA7r45MiVZ%C)|%oSl0gJcN) zNG4Yy1SzwwLex`d83Q2`>;*x;nrgL@PBxnQ1k=ShgJ_&YM!!K7o?b(TIP}73n!y$j z^%^=v_^~*c7LUDnDHYDgDl z#>O0ql4<7amZJQ1mBVLIwgWUc5X74;fKG`)?ZSsuSprLWz#_GgJl=QLDQ z`dyZh*gO;)*(>yxXug+HNihJthy=JecGesnl|;s^PM?*UtxutO<<8G;Yv4W|-p+d> zYCMGdq_Jr@WXZ7i{ufZzY`1EbCzi$~ON-5e|TQe**^xFjuGW;e%7~J3Q z%wxv25N-{$pc8-aKc{ccE)LGv@f1DNd!S=5JH9SY^%|b#s$>l2B%$hPu7MgSi|B_q zYcj!K?69fgn4+wwf$~Ac|Lt$|>lLZ_HoK+Do$YoXWlz~=2lKtKd{M4!Td)!{jfv-{SkZu{uBc@01j|~JKXp%mx0jcha=&wP(|$x zGODl!o*$wgvt*iT>HOM}Z`qeV#sJk@Zkl5QPL8g*6{j?GMvCSjrXw>_8RJ|UT@{$l zPcptdV|=}aVOz3_R*@CMWyP9^Y!0xwoaSZ-;5a%_&E&K`ah1+Xv+yR2;0Oi=6*Fg> z9k6bniJX{+yV9W{=u511mW`;YRg{Z1ks6DvFk7tX`*+RUNB+| z*Vk+Zj=6uLO1de)7O&hQq)_p2UO7$zxC7Q-Z*7$bEFEXIpsaOznkIy`-T2mSdU-$+ z1$|)yY;PhAF`SfU+#(i308%;|EiEuiNb7lN-QejVazuC+LsQ%FV+GHVSCrkB%1vIA zi&iw$dWvh_5y`9E1O}lRN(KNpN%3qy%v6$C$+}gO!)tb%!nEp!f54-VXl}Y&kN8l# zZs!o%c%7TIxV$I8U5$h`AAUde|6}!kGy7X3+gk&Ps0j)jac^^rOjN}A#@2Rwla*vD z>pYH=0(-$IP8BA;?&CBqNVvh>zQS&1okiLPWkHsgGAe*hn7$h(t8n~NI_qPIa2SvF zA}^dY?y?*LW`jv~N$ zNp`KiJU!emUdZPK;+=3(IZF~u&6P8R;Y9xa`!vj8u%9LAp2XooeH|PfEy;%si}zfk zbJV&XYzhRyqcEO+RLG_z58@f28cowQf@IU-MRWkr*VaPC+V6trxz+W#c*CqI`A@L{ z&0iSzP|xf2iKpl5dYb8fH~s_ae;b>n{6FjK+pnJVzsGna^~|38hiNQP5<_RTp{-`6 z-kzr=5vnsBQFV-KeJ0_gD2q4!YDI8COHb!Iq1A-bGD*-JR-4Z3H5EFTYMhzZEMqdr zDEg^pgwf3}a~odTnp{4cvBj3Grk#D|vszZHO?Yf$%0?sm$=CigTK{>VG>ltPZLDCY zR^K@_>Ux%Hb&}$ltzIP6I6M`NQQuazLM{1O$!GfB88wrc8X|vh+9bJ7b>l3+{Afyk zAD-5?eoqt?jF8u@qP9TLR3#TR5u}d&10_+E_Oc4IvHtw{<#Zp$Pn~QMs*$(YD@d1d zbB91bb>)zisURLugYq?4{nPw93>ba#6UA?pK)R^-)ThE&PA9M3_(Lx5` zy7T|7?M;3Ex3T$j{{JYC&1tl&tsjH;)$aYI@C{$r=8uo#L+t)4KzFkJtAPLK-T!Hw zQrZB@YqY7Xs!KH9&}pE|JG$nZi+ajdt%XfHnyUR!gX)h;b9u{BwF$CDa;XK~T0I_P zoVseDnzDwhVW*+oa%C^g5}f!+v;!{oP7V5Ug%~x=ur9SeJM_m^`@YbVglhdSX6{AI z^=@tru+IMfdh=Du{@;K7r2jp}qp>3&aPEjHX@N}bJCQ#tnxS&DRE1I$XCGbcuPoAEczHZs{RW@+K}b{LN`h>+Dvt~$A7FpWZ=HcVR4 zHHM%;<0#a^Dd9k1f%FeWX>No~fO-Z7QIy<*AV$=cA)1oU9E%oY&gE1n5F} zpc9G%x7?zyxJO^#HK$2nrD(pXGiSe45%LgS(=v2Ty@3))qAAUi3B+SKMF9DkmqG-F zNv3Q-tx_rv!`fPkb4BB!#JB+8Mvgb#ZdULA(%@t0}az|62`^lP+CuZ zqv&_$;#HkOYj_{u#h!*jc~?easA4t@cDR>)R7+uv{Lh!uY#Ke3|L;cm{&#O~aZ{(~|g+ z77q)0F9<>+PrYcab*1tEqz+Z9(~zgt@BvoC+YpcIhK&ee-hh#GFWIeS8OAQl#U_hF z;^&NM1Xjdh<0@EQES|{I^L0Jd>p!^Z$C?FWvunwYBxM{y)ZJSpWH; z_q-`ikncrg2^Wj}O4UW7)wX*^GOOebqY$x*0L}N1Z;~whBZ;vWohHG669=Z>x3p+gx_({9(z)@)T`trf-m6crTkh2rTX@i9HO5)94(s#B?1^(McGe z@mk8Z)x^D0*?imEymC>NS7yqI(K*lrfO!J#oxUrMOqqY%8NaSAbQ1nk4~pogQ~lV% z5TEK*>kC4%6`IjFxPh5Bg70t`g@5oUK{dToY8yi>xZ?~)Q zcBsd2l4P?v$8SO_f9XT0Ht{o$qJpY2W)+1;7MKkOm_x^IC_9P1682A=!Yu!f7&|(dZ*M~8aI}&x;1XD(Ei%E4(BVm zH?EVt;KlJ~-EX*htygS)b-WtDXKumVx5t|Tt!|$Un)&{?xd$3vAh)BaJ>Jx-w!T8% z2*3gqJn$v*X4oJ27P(GDSJ%jE#cW$1T(y>Nb(6ely-ylM8j!vQ2Ed|Kmn11abR4VDINyGp9*2BTrx=xIYr*D3YX z^AuJx3Ck)|85(dnI0t+Z%Y8F~xuP=geWFTLB)!&)DT!Wf&CbGvQW<#&kxE64(kHWa zPy$f8^wx9;JjI?y*AB@VxA?@#;WwN$%IS7aO3qt^A1mqORoMNXpa{c`XQ@SQad4*@ zM38!VajnM5cbQJJoO@JO;IM1@B#?{K7$*U2Odu&-N1+Umk;lzu*EDZ?ed%jB2YcqbO z;@s;@5F>dXOrHFe5wD>_3taN)4#(BysZN1mjv0etHVI?OS3hQ+4^LqhQq?7i1G8DD zvPJ%n6=11^Nl3Z&s0`hO&47P^Kw$5&p>24Bjz}iA+9o|qP8sGH#%Cj zFnoV_aWXhQyxc$d{@ssC2>@s>@I@kvy==y#`v8aLWp$`yfVv6<@M=1$nMkX)7%hUP zvxEJ^^UJe?)1$+^!NuX*lgs0``v+#?P~_df3Mj{e^NWMC%QtV&FO*W+G2==Ysbk8=TQ!Kq1SrAmXMQv^>vgl>~8psAIsyHPae@`uAC z3(Gl*d}1CN%skEgHQbcra~h1-!{M_{W^;p0xPMS0sELQ+{t3?VJ6h^vxce;3g`{H1 zOejCsa8^-OjN?z#xYCRtzM1A(q(CF#aB*~gd2llL{^+0qmr@3$yejwzN2n!}$~9^! zBQmR2Se5km7Sc+>HF$UN=5p`o@ZjX)eBQ1gVr7rU`)h-F@8ImBg3ArF0!L^MX1HRi zOW=Px`0rfMt9ePLf6yNOz(T)awglr-FY_jd$mm!x(pV|le{*>{I2##;WoGAXki>dh5Zf4_ByL0b6rr{uB~cx zS2;~jv*gNBQ7$pxo_fV-m6G8WmZ;U{%!U2*Jn^s9tFR#Vir4$U(&#fqIGLQw6m{GO z4KOZhW;EJNZ(s}&su*6Sh}x6%RM3m|VdTxKjMXX@LoI#e(pvks3NkfYzxgx>Coq{} z8JZUa{Th&JEgdGB(#-D{;|!v45(N!t)T`(qhh7*>GuQ^CUPT89KNfx_;xXC<0h5(u z!%NK)#a?oUsSFuI8%ez32SOFzYN~YiE7H6E&95iJI@qgl@qu_{?xEO z*5RCpEQ0iQ^4FCf=0)X}6y7A!bOMi)X>3z7l|uq;zD!8HQxA`K8XPbfp|iv~Yu9EtL|2choc5!gV4zuV9-~%0++3|IG2H5cE zS0!UGCka&td2P-C${HCcp9JK2pNxZE%&R%}pykS)?Li-9r`Kj*_ib!hl=c0=wk&om z3vXGfcQN?^P#8d8JFe}*Oq9c|_tdxCFj$Tu3=r#+QhjEDa^6LZECW~rlhJ0+ueW`*eT|KYC+VRM1(B~TeoOD}{7&hH( zBDiT$s>%MlJbl{l#4Rvt_vCFiRIqMG#XAlD4psn8&T$sTBd}6Ir*#fz(|Ca1A((;H zRp5A2oH%7Yz#k{KF>ueohcE!{^urGQ_ebyv_)`qr064$_?r`HnorNwnnCGgTVspe* z3Z1=4W=+t*`a|?%mP}K!vzxyKmJQxx3{t(lra3m?@xRMZ3tl;j&^)1UCoRTw05CV2+~`)l6FJQ&;J|Gz)LS z2##Q2P&jkO*#YbJxyXrmIAfrOpu1?#Lz%U`LN1k}x-gF=2 zO98%Mh_4E>Q};o<79`x@VqIm)u}&mSQ(lzw!Clw9-wmf#d5S6h^)W;^j7NKs7fu@Y zS`GoT0j0H7F7(MOLx@oatl+fljb*1vjx$>H#Z7@%#Ocf9vg@HYfxRgWqH8d-zNhbD*b<3X(d)?w&3R_hdw!N+4)QGK7c(LXym5hV%1;-la5BM%jU(M8&4qddC6xbl1+qZqUd zD|56AK~!NA_4$%fgK@$0Gzo+yIVCkih*;qpm|e*QrwFQ0=oH@pzo^DEcGIM(G40p7 zNcx0#=~zjh=ib2JbF?C{)}os5<%|6EEdciz$VNTkCTjN$L?MK9reOwNubUN&Y{^V@%b(C(Z?H z)2+2XZGMvAU!??Rli=>Ib+*9#L|97{$S^R6hd2pf4~=)YXXCT)3SUV2qG!HB9fem3 z646-gWujzMU+Bh*!hrQkPoNz^e3>R0URjk+f5r(SmEo?l+%Ezk;#o@GY&c8#D^m0F z#>;k>SD-&mfU|rj>i+Nl-d~;{oc(;bcfcZOF0*tGp8$dZaL}5&cDXikRux#g%Xi-i znD+&ma0q?@?jOKeCLbMOx;p232m*=&g!-jA0G#uKlZ(TXgCj@3Eyo^8y<}m}M^d{) zBi@%C7TEKTf0R+vOCt^OR>co(h7uyL@TG+jQvJ0kKH7``o6qAV-*WvFvj~C>Z z4?kng7&yz~Zq&uW*~#EYj*?tvSXMTtx~lF{X&!5pn>KlYmU1?s{|Z5(2sdT844X(3 zJq~a#_D(M~!Ng@Wy!?HdWYdYlec=#<=<+H_BIw1JGl=qD&xw+vk~#(<$$(yl@i4jM z&XS}9OF7b%Yo^LeNdQvRdq;;f0O+psep$T&>JYicrZ{(di9+Cx!Ll-bz)iuju}^{P z;s^nky32s&J3~wJi+A_Hb+6%Uy>oOVQMLJ*SEA%~|D8*5nN!>L)Evcv%nq={PqNZ#duAf&5I^l9U}pOUp4USYOzY_XM8tE< zCT(vbm72|iC`FO3r|{eJR3c4`IR-?K?l$oq;ymqpYF?g~xB+9Ikb$B<^PFu%Glwxr zm#pjNZ1>q%PJZa{b)no6YuY{yvF`b`qsdS$iHNV9u5T~m->u-flom;}=-(*%Xr`Bo z6D8LkfgsI66 z8-WVlHEAVEP0B#RBko5ELIaPdS8o<(@@AHJgi8B~feN2G2lHd|^ZMKM%YuqAgt4r_ zuI0+$0H&wB4Wtwh_6cb>uglWoc}te6$z+NfTWG?|u-Lg8Qggu|c*P(InWf*kzPOV3 z?mxU&3lJlmXLPBDXgaXV>+?6!lDd?X#f2lmR1LHv+v<%NTP$RP`4yF1skG(cxJN5W z+tz4zMnxB_(MDWp5Fj;bbZ53)Cze!m%L^4aIWW3FvJ6pVrD(;Y(tyVekIvPZTGEcN zfg5yx^JYYuW2Vc^XXt^m;8MgJwai|BLL?3< z(Uy49>b&d*GckjP&mum@GLd1{N#ZNc3ZOoW%=|5x=-^FPttVBdqJr+(#P!WmBipcD zJ3Hdr1x9=1I!Damt%^-DhS!CLV{%t1K*!^3MPZAc{_iW&8(72lFu13AhTw+dlB0;s zA6Eb9Bz5KG1q7aVE-qz4(F_&`#&UzqhanV~B}dN;mi)W?tv=>H@AZvsRY`QWGtSDp zY((1Bj88B&nLM8tQE+k11@gwpsAL6*!z1Jum}AYjt16_DnbmJdQaDrSV9dC2sJ@mm zF;V*k%?kyCg;r0edSsxi{&YFVlD5afiXk=au|$auKq%J*#opiF&mnIh?b^Bn1*4h+wMi>`0Ub6w_{GneZd?>-I37bRLh`3G+_PS zhq!Vsw*phJBh9ZgXa3dI;`hspVdQ+v)1D zEgf0+qxP}&^^CM4J(R}iZQ4XiS>1lFUewiEL!yiISF7_0h#O`G@w9WAdZ_+0bu?l; z-afUta0;gbj)Cew28u+#9d@F1anTm%Xs`rzv)gQ_HG#N7)TTA4;`5dUA~dSFg=aJQ zoM?TR)^5gHwy`@_v~wXp?(2r+jn$uQmZQHYg4danIS1bFOJ@+K=|L|o)nxedTvLvr zUXBlY&zDhq9p_JfwU5Hp_uoGYNE|~3q*(bS@H>1=j7ZE^h{Dhptg%YjO6P|mn{NWTD+a7_+89a#X`)wbX)FQ85Oe-Sa3UO8O^Q3Gk;y^_ff)g zyszkxEN#S)$7Xs(Q|_nzDdacAxsvFrR=}Rz@k>I=0Rcnhc3*F7fFJNBRbZBXlVBl$4n0%QS$DkSRffI$PLj$QSjR3%zE zNFPK};D9nt6_rRUy7o5y`I=JK|B{{065>ZeF_zFSqd*v+n&i_gkPMk|NT8vY4wt_X ze16MU5HP)qCORwBJ_UZY&-eKCF>9MjbWX{2S>v$3{1T6s&Z7IKW8F=Gf5err={TOh zIkGzP5byQa(k^H?Q{RiB-HGZBwa2KMO>K=w47c}+BVoNhScQGRe@k4GibzSKNNGCkcd|NcWr z4sX#UYwqd6kvynmp5)$k6BU0htmKvMP;`LESHVou2I&N2r0WM4E--=j%I*k?m?8i% z`N5M%pl^G0gjOL7X3(YoSyk52-*oiV7OQBlv~Fi+=#`~>-n^+kpPi1OB|yu$JriVr zF}T%^yY4C4Hhta~J2=*O+gd24V;cDrAI*M1OFVDbwOzOGkMb8wo%x^F5e{AW^>HCt zZw)qS4K2tkoim^RbfQ&3R#Cy+s0Uta=QV^1RzTe~{Z~d0ts`6Dmf^yL!Z&RDa7oU1 zqC%WQ4rVx}y1o5YM_F4#EkxDHYAUCe@|}c~h(GYEFTdVSI`z!v9qzzsFW^h`i?EK~ z^{b|J;x3)NH3E%eX^xX8aD;O)B_=_YzIAT&zciUws=o4lI6^#Xj0z`KhqK>c&yDS` zSX}{4ZNVaFV9coP64vAi^^;Oa*LEO1NK{tmP<|u`|MB&qbH@GRAxk8mAEUhF1xREsTB7n*=I4u)KmjXw`XPh`!fS)%w6_W+YNX#N@{O zcvDeCWOc(xq+KSYLq4n#A2xB}CwfQ#44J;n>y|$uUCEVFV#DsoDnwXLSzCA2z zEOSdpeL0o!4}(FY{x?Q;3Z)0i_J3c=4`Li)H}zT!>ZQHSxeN>I#LkduqopQILXk@= zwfMdktX7A7n4Fel>rsu5GD$A`5;>Z1nFWIkyUyRdsV2cLy+~db3^o*v#a;5A@Bmeo z#}aTzO{SucqGJ^pZP$$n5mj$;lw9fRW3Y6C70LQqeA%k`>x)(E2do+F!6NaUlG8pv$@0LcR_H@wT+arXw6jIkQN_3>JhU zp%-{ImJ=*!B^-;IEMA{4|BJ{HWELBnH^+jdrP>@DUuI8YP)aGvQt4)e#LU!BAu~>w z?@K?W`=6KDbCwH0Lef;>UU0u)B=el<%c$Un@E+_CR$lonFXab-O8RNNr*wVry$D{Usy+YKVVIb%doL>R(DKT{(jStz`6>NvjfE72fN~ z8x$%TDqc8U=nhemurUt7gV}IVY+Yfe!q6ErHFat7p{3?YbD=F=n<_|sa;xN>FT9~- zLHREb|9%9P$x7$wiN1K(;oz0~hja?$y<)_>BbQ0&MRre`Oe1o%_n9#AZ6Oo$vo4nE zh!uE?)!->l{>@RTsI9x)cjZJNV`LuRy{j|U``O{u=bBxXMXgA6IPHI1{45U&*Qg|6 zpTm1P+?xwz=KU$Ex|`caEfA{s#OKbm<^2RT;|CY=-R?N}*+V|89^OFdI2ggX(nH|_ zl0+^4<=hFCZz@we=@ank8<&unR{eq8EZzL4+6H(E0QwZ#Z%}FHA8MG=FVo-964#rSzOA|hP|jnbU$ ze}CK|EZcmm5{`ZIZ+Y)X{`7EpUrc)Qk16Yu+mUw)@?}QYQ$DHHvQGr5opOx^jrxLI zpb-_+o){EK-l#_VzJqXmX00%gc(hrnCKZ5n&c5vxv|St}?dMIn#u45|jfd1p9Fayb z9s@)fahfF>(R062dNIB%8qCnC97JXUkqK3d`Qm}tGJCLjnhbfvnDNzGc!t_HL)88q z4!&@m)}80FBS6gb(_jVBe6HA`W(7mtxu30mJIy$~Sazt;G9Ci~1s+&wSEt8|!d)cd z3Y#a4GTWrDQQ!2_bk4@jP{*iZSqCj~?0RI zmL(BwiOloDVjRGQb-vc~zvfu@JYJOk`4X~b9mM&vwX}5DTKZ}C+xtEF^Hn*w6NR0x zu9>It2QOB$3xO~8VOhNjO~ae))`i_&3! z{!YUjHUY(r!av0nnj8T*YGCIOg{XeXGBuV65%eQ_hH6&texnWw4o`< zNw8QYDC)nF>w==c1!Ls^U37|5Z|Qf7OA4&U4Kt~3|KX+T{=>V;7c#bYwI5~^%U(`s zu{CqI8qeRW{$+hqQx~!cbWk(4T;^}>WlwMK!0px0V9JV>wXI1v2bjKLxC9mk?>b9j z5-r+hBP8Z^(!#3@P>*@g>!US8HW3E>td%V#>YZJb3YAo6I!li=kZo}MUqmGh;cv6> z?9{4k3~&d3&R7@=wf0M33)FH1APHB77ibmAm?*t)Jc1<)xXa{}vWE~1P4LQ5@a9S; zN}B7Y{ejKlcA3%J;{EH+8H9f41Zo%rclw%9YUxVP0~~QwV1F#@dFR`$1q&iS`e!b! z*~4meeV)}laxdS%Z=J=)mc4J82;@0^Qs*&nuV0`WFY9A9FchK9()?ORD+RO2^+yJg zsq*zOLVfT6(E!k;a6vdWzDc|Bm{2AfQT8uz$;RC64-ju~tid@*fjAPy-oj=CRmo!H z|KuI_U>J~nKk}yvDmmqtdv8=) zsW=Ld`PRD1tun`VE9-s=13iLe2yVL}Ji|n&4fz^ZplG=*V-wzLOjaO_G-KB_s`mnS z=&q6*x%&kpKjh=43s)SCj1LkWaI5fRG?(H1+)O%PN2}KkS7KX6G)b-jBK81h$OPA% zA&75$)8lN?Th=5-wYjO4D{Qtne8@&*mxAh*sgATS&Fb)(=dOSOGB5I>L;Se?xsG5z zO7wZWqy$OfYvsR)!$9-~g~Bc-f4CddagaMZfHg*CNl?}`D)PirVJK}OpM8Sm)%}1Z z4@`zlAYzV{lTLvCPk9Oe$^oRya=n|uF|3*n&T0`HLPdLTJZ2m7st@rr8*b&~pBtux z#%VuX@V&Gmr%2Z!4D63QLdV|8K7#pZLgORtM1&j<^NNXBX^e0$Wg;6q?kP*oRp3@`tQjiiV1jA;X_eOD+z4=EUp0FgOK6oT9=C=>+|S2(W;l z^UIkh`*UdMey>e&todU@bBGvJ!vV2bspgTwgr;L-sj8uV((+Jqj{R)Nt8H0-MQYCX>>%tiVAAvZ@0coYg6v zU>2&D>uV{x@IGZ#ErFT~OWf=r9~Kl*AV8P@|-}w=UY_2XG3WgyZoN z4p*D-Nm^!b^W>RLG8ZgU>pm}RHB74l-%8LxNKhx}cmVVk*K0gf$skA9! zte0BS=)wVx7Nd0ZhHnb_iBt``=yZ`o3yq?E3nY9p{WL(fdW;Zm!l23zxb|To_{mb` z0dZ^7(fABcW=BEFe^6eLraUh-PW6~2-ca;O02+K=DU*;vOKADJ3gVjU#$I!z|()&MF;u8&#RU8w_+N)t2 zygU5$n+;>Ti-F6L3j~9N!>i+5LU|(EZ&$09F@>A_dt@8zLi3>o8Xvd@R|+ES8frTe zEM?3?!JWne#neOnJjMcTBw@5K(d55dt{ohGU6MU}ANBVKg(k8WQ(=X$av}nq6TSM4 zj`OILkEbiGI5m`?S2&99OG=EAMh@+u6;uS8mSc+f!pn^7ivHBtC+R#iaqnh#IOQeE zld^G2eQf?Va;`b0(&@d1n+z|L_cl_*`j*64rzh_cI3QEp!W0z2U=qCZHJTQ{B!(Ru zw?3DIi=OFeCZeD`SKX84nFLhh`P~bWm-w}(Y3=9+`4R7Hc0B`E3o^<MmW=mnlV{{<=b zY(5ePl@Sv|TF7?|N-TYaTIBzi4_KO%`GqaT7vStTxl~vGUMKX5i##&1iHp)qN5qL$ zU4c+XCvB;vn9R0_(O)6@BA5Dz{|~uTJx7^|`x=Vr0Hs)_JP?$=hNJnv^b$>rzIXcy zdJKHDS>DGZ!d||g#wk3E3?6fWP5>u$M#zCKyP0Lr&Nkr{u=;)y?oel}=P`2ARpkMB z$BRsMu=vXM!Q8?~v?4|zM4?#g1T0x7Lp>M+OoG*t9V*uuS9%%cgu&@LGO6Ez#|G=x z_5T1&BZu_z5XniyY{%*Q-(Wp5MWC#HNY~EI(4265X{pYc_ljf;Lq^L3KvEn)0+yW| z(HF#&i>|)Qz?+A zpG4<;v01xj40?09RLX3bIb~n`K^H)h=e7@*p0NSzq*9Lyp~Hp}-v>`%5`%F=dYxF;0adKCx~Zd^!DG%knVRqAhQ$j|Ktx;#p8X z3seDj6lRFnCl7o+?QDiyLXjifdj?4_H_*A}zijeQNDZe6rfxl|YRk~WE|t2lCK z+6h$2tX+xnPK1_mI8HKRiE{!kZ=kpJV>CHFyF?hP`%dlnYk<&Sk7t0Nl&yski$^Vf z+ZBLpe;?PwlfcPn#g;f&|5Y!WQ=I&t>^iS@o>i$>rW+C>Yl72FR+*nBnD?cLdd6;q#s+$>GtZ?tiGv3NXXrX|J$b-LJ}+ zLCuIyI_ZP@T#zVJ(q%k%t-t$?hv}k;y4v;GqctYa3`LR{%hFSROA-@vO2bM?IefZ! zIr@5EZwYv4`S}mPE52)FXOCI=F!204O)6B!&LQ_4y9K?WN!BO#s$WP^GMBbXl**Y- z6p#6#-w@I&1cUqV_?m|`a;}8Dex<@BV?%|#QuB;|6$Fppc}Ze%N{phMPksB*uPvd@ z8uwkfNtiwC$vo2{S#4?A+TzDol|JHZq(9&JEPG0lMQG~~gg~l>TqY`Fb8`G<;+BHt z%@Bv;DYx#>==44e$mWO>UR2Wv&8O8p=xf1vwdtq%**8s$ch>q4B@6jA+o%k81m@9< zCl=5W)}U#wkc)1k5uHZuE*8J?jE#u#M_8QT@%R2i`ff&xMzi$d{qzNq`}7iE-HwaG zM(^hj!t5NRxc%btSolSjFRGBhIXA9#5zfl80@9@uyz$ZSkZ6FLLnFUptgx&c0b*Ub zs5Vg3!5wh17-IIX?S`En#89z%K-ne|e?gQ6`xoce0dkeQExW7+WRAbId@QASquFM; zCP(2c(y#Ud@s1`9G_%%o@Kp?+BRATa_O7_g-O>}Q)F0Y(W0Z&M{k6C?!fYFTH%)7< zE{I?c^S1-t8cjC=8z~0=K4mDzv35+InN$~?NH}^{%r&=Wf^b5)S;FAdk?K^$FM!_L z#}cnBH|A9QZFtcIsY1>bi_P{h8JQQSzW5=S>2gjkme$Zjgqbfw;>X6>A{+{Z`QXA` zQ7F#Gp|c#pcEYFXt_f6#&5IxB5W%afmagvL9y2$z?kcsmeOn zeI%G}3f8a>$y-FLKh!$oc}1yz9-hRS1;W6i?y>ZHg;X68Vy1s5wjeaI~V^+-Oi$y3J*JxU|nj z1shh|A$7>Yizec|SkA?4Q50_nr|Sm!jsU4i!q77Mr4&+MXyn_Ge))s}MPELlsTtsZ zQ6n}=iY&DS8#L_~t~hgkj*r#_Oe#rdZ2^lyT5TL+v!^5#z;D^an&h3( zi4SM9>1}C9);jybJe(d8@NW8_G}BpKFAa^vDZI3ByQj~Ljl`D5hWoaAXV5Mo#MVRe zBoKT4^6DJ30tZbV+boIm&|Dp0ynTNmQk=rxcCsK#-G98#3b0fvxqH6QYwr-x!S)B4 z7xWu^{Y_E*8MnXjytN4bIKEnjxE<$tORkts%XJ6=zD`e~VlLQrVG z(m_#%Lhzdjw^Q~P3c<{GGMn$IQc|32;qE61Fuo{xC}J1i167A1ear>g4SlI_VvMzH z|KM(gA%=9E__B~hAaEdNFf=b62i_xHVtmP+E0>I9JuM!oO4eNWDKqpQe&YJDk0&9% zn-ms%@JH0KnqRpY2RPd(y)NSoYc5x3b)R6KNPD0gv1U5!6gAZOFJQnI6%z5cI`RYy z12CRc{J%8MDDkCbN2;SGrUo3NU2y&om|7nXDVu=TS3TazhYjzMWhb7kr>l(r@jNFM z7`~UaOjjzztBY>ttWT{&@Z6Q6a}{VOdIU(yo8F&1{pxjIe=2tUzl)ySU!tdc(arye zo^F~`(!YF{w1Ka^pV@x|J9&6aV1w=g?gJG_FP=ICwC!A9YB5;TlL9J>W?oiHMvewi za_Au8*5k4dd7LVF@@Q*z2&WIk?q=@EnZipR@YiqNBjt~@XUS+t>_QM zneEib-Ct65gA;zqo?4yJKH|I^FEj}-&ZE%>xP4#^LcF1?fZ_^y^jWflrz39fKox-N zJn@#!5V7NW$Iaqp`55&MgydHO0du^Zm7VjS+Z-|yDKjX#bQRHH{A!~3-!Oi)*VDjX z_Yp?yQ&d4&-%4U$of$iPy=)PV5sd!UCV1e#5mkd_XYVn@NEwy{DVz~b zm0p8&iLpRdRrOq#@;HsH)qPj6H`&e&L^T52I0+|u`4|6{Oj3s12JRRDxv?`8{(SDn zF0Mbt4tp7lJPp6zuK9@Uk2s8_R!3|b(7_y2(=Hcx)q{^8)#-q&)PLH#d zF^h4r@=!PA`~K?*<6`grCCu)GZcSndISt!}yp6Z#a4u695U_VF&Y86IvY_tGJlU7U z5=4QEi#3()UBlGm03En4Gye6G%Ng6!W z&pcdD1^lMhXMk{Vd)>aN#0`{D`AX=8a0Si2ufDR}F&+4b7Lt`s*ip2B)I~AJ2(u+Q zv-E_z1A1!k( zq2AK@gRex6eW>Sh@TbD+{<~19^p*-)wyE)_zLg5xCktT4nuDi2xl%!9`|o6*srWKY zS-!lMHP*HL>2qRuRCN%>noMQ@dlZPCnGT_0OA>uk+;6csJ126I?*^xLcqnXgbfl%8 zI5lbVxEo4?OJyk`ZPJY-E~Dz2abS`&mVClVp;Nn7`}f7j9V z{dw@Jl-DS2C(L@`PW6yeDRZ)4B*DUA>7Q=tTBGVnM`&4f!64lwD7tK_8eq2xXTcd> zOn$gw-N+}-l= zA2Vtvo0R|8iATcSqpu3#Es)G^V_za@I)jDy{tXZeZ??|qcd{*fD(-uq1EKyWn!+PE zyUq&uCXE;b-Gu{1mWZIwv8${gzOG#s0E9Tw_m0 zQl%3Hbq1d%c!EAx!3dm*f;XFVs5I7)vz*#T>hJ2ii#iAmxvq=Q3e&o2gh~Xk5=A>W zrv92TzO?zHJ{d7tFU|f0hu+^Vz*L_-lepLTN87uRDHi>i$dAmT%&T#T38m_jTS+qVMc979;GNYry0cD6z%{_!^gkY&U}EYava@P@%C_QNbNn)56OeV$M%)7=k}X!ohP zfzeJ8V40uL^+XK6)NR{Otf8Vb*Q2O@0_m>Ol1F_)20=(xLS;ND4J{s|?|on! zVV+2TbT0ybIdMP&q9RfK+d*)HfKv-wTM4$2ASk+BfUVG)8i7{_ZR*--V9lgW??3Za%B- zYwl~@Vn4YJx;DLcKZiX(o^#GRdSq48h9StH@*AeAa&}UxP_xSk2v6tcNrx=@P#NDvMAHBjsCkh??_|R0Q zfx=v%`bg=m%Z|T##T}Iul?rpX6KyewbTp?C>-q6~e9@h8e0*%%LE}6z6W|lY`-Y6$g?g^G3n^R7mdE zL5~n-3~DCd&9;;f7VD5y;N*~4OcegOaB5HGYBm}tYJsFQ-F4Fz5nnbj8*~Nt6fc=M zsKjc?hZ>|&SuIEV78un>-g?2>ONXU|RaqlxlCOaykpDvgOdUze75Nywm|Ph~NkUj6 z1iR02Y~BeuP`D4*TA89qP7-Fc1CA0cx{6go3}2}pG!O%iFeiOkPlE_3!4u{MZ%!w- ziK>(s&_d_(#Znhj2AoLkFK&636s9$$eu zPZ?lY@WK+T(83~MNW{V7H7$+Cr78mFHqI~oABS~Ojiq8hh}n>=cBP)6hQLneom?AJ zJ@pVzG|WrqM8Sw=6o{xon+^mMPxI8$De6*khSNmPo(=xbZe69I8fmwrT7pjX7uR%sMN*CS`MGG%h5*{~l~9Egnid}{aCZMTT|WLBEyp)StTC1twfOPDqf8Xc z#1pW-pdK#qx$iN9D&E6eo=^)KKcvM6#5q&p*96SSp;#F6gIbx#vUPqV4aE^5(ve36 zNo_E|y6#YKQN(8ctT05P&U0)}rE%&YxAM_~OF_d!>e2(+q&8#~6U7s9d>(PpGV`kh2l<|=HoiSoM(3aYm22aJXR{D7fB1k zP?))%BUc)fEP`cLWwj{4s#X2BfS0G*f1eo4VI)E zRWy~&WXM;mobmME2^PQ>I4EgEbJoFty!lOlL>#%@?SeU*7_z^s7D-SR^E1YSGUQ!& zOAeHUZm*u!-q$BkfB@iqe583~9Q7UTo28+%9bS@8kRKzSI^as(FzI90FrCsTa%Tc?Vxx3<`K zvYFfa&Cw8KvW;oLQNvFexC*&CfJsiH?|7vBFfr24fpi$XohjwalEZYgM)~5H2*Dtp z&A7^uJkn>d2s#J|Xe}AzN(^EA`&Ec1yx7u1<1-O%ZHhPW)?Fw7W~^du^n(RuNJ{{G zg<O{A%>Z)XAf=?;iYHBW|4_v!tRdFR(& zrESnyXa(mF-hV5X&$u6x20WXNU_Viev7nd;zH=6MOE{<{hME3#V7F(j`fI&~+OIaX zq!=Y6a~8gVm$xyLAzJ7+^SU1?Irah6=4I{{`qD1x zv(A*mUJgT17$<$#Yp!1tWc+gla*PsaB?TejyF3<!p&;F%y>b` zk5l`Zr)ILsAmU}NPhSe zUPl>%00O+a$W2|`P8y6%J+gFmxjPXk@zkVM4Yfbp$Fg8)4-RicMzhUYgia^m?3`6j z$HpqVmQRNf*hD#0$Rr;p9;(e;DyJHnb6QLR1q}`_oa`1l)W?HsU?4Rly|~Nb_py-1 zHY(R>L(TjG5FLICJIl$%TeU4T=3%`eJzV&ZTYAbQKTg zG^vDy4&X{9P>iyq@TuEY7cT`V-9o%@+YZ>#;fRo~2X9#@0u<4Jh*g2z}m!tQsntB}I+DMC$kQxfG(iXCU`;>BVU zMH_3z>KAd_i#dUfnA!?ts~To2HZdFX8{FEh>UbF(lC_bS>on_?F>?4OVAAebNfhWH z^Q1tNqgVAAo~S_-@`}>YJ8l=DD)Pt3z`Kc52EcMAXZ7SL9>r>9go}bpowR+UTtjT9 z3{W94ncIkcWWzfk`Bb{x`W|GiGFv{t1z^jsT?$CrN;D)F z`lZGX;Js~WG52VR>V+&#`lbqHC$KFK_H*1gPY8wkd}7%y6KF5lA=tjx;_CeDmg7gZ zs;gpLb!1y4p*_U6PD2fy|7mjJnC$b1e<9B)xe1i@+lOPhXoK#-@l-fdC!Z`pTrfyY z$%+m~O{59M4J%4Ey$qssCp+}~0?5^pmP;@a4ABdRv5TQ{X0+fgW9h3smq;f@1itr- z)FA(x@KvNSX~aT+N|=cAjBY`hXJ;0Zwev4?4o56Sx)Hp!PFP|qMF!ok=3lQO^?S;3G@1HLkxF8#aUN`NU_bGMU);MRIHlcP z$xGl)B3G^C)f3SKLvirI$P_^5j*qg_*$Ose+0ufBSp1aQ(ZblAl?bid$Un-O(|@r4 zL=f(w`!v3L1_&i9vm#MOYQE?++2ydDutdd6@rtuM0uPJymV~J-)u2??<47P`Z?a(* z(CSgaBMSDl8GVLO#gP-j=TtY66BLrx$yq4T$9HZhf(oLwN6i7_9mm8<9sJLztH4xj zaP1TM<;k3UeRQQ$7EH!$)l8zeM&!{NnnZj?asXy%uS-81aV$lU9k9NvY8o(KaAiT7 z@xe!`#xHNrqBFgOWkHt}7Mw{HcA#&%wVrq`KDwiP*jAqr|2L^9Tb=na$vPZx78SB! z`wDme4pKyB7*&7@#!==Tt{*li7+GP!H2X_8ey3^p!pnZ(N4-Hd8dQy^{gjbaS?vIG zF8VN0{P4QR5iGl8X)h5E;0FqvksP3yX=8}dq{GQr#uYZ3b3_vk&?7X9g6=VvQ)t`` zs#mkXu~gK=S?$up^G_@E+r&VV%ZcVoxX7%T3INKHP-|nFUKL3={7MWq3&IA1rKWm3 z)ewlz;@VBXDFcTdorBG{`&`qt^!bw$?9oh`e8W^Vnl-g{()0>r=8Oy3)VgzDX}eb^ zakkBc7>?`-sy`{FZz{DX7oij>KZ^=u!za)1<$e`^i4H|45mxud0UKSJgC0)!NwS^d zOH4Pb<#cw%t?_@QWK9>Q>tgS3DUY1^a`Axfrn_Yu0$TKvgRYp}cv-{fi4kBqh`Z`F zq8v-v6eusk&Pb<;6J$;h>k$&E7^Ya!AcBqruzY)FhAE24oE`%PVWNlq*9<9MV$0^D zOi=Y8WKcOq(ll6}@q)=-hMMVJ{NW!sN&FQ^2Rc961`F`^z522pm!}iR(b88zRo`w` z&`DGA0<$L8Ji|2=RH#H{c@Ye6geSb?(t!o@I9E~3vVPq6uin+I)slY#Pl{J;WhB#C zetO4G<8){ZiUJ*?CfWh)b(f-09me z>B4!w@yCz=j!f7uia!9cr3>5u@mR zC2aIi&$^7R$^nI7DiI4BOclQXv>8p`YEapld*8k*;RTySFqj{7}rG!Rk%7;2IZQK~zYnVtPC(ij71j^V}a(89on z-MbddCs}s$rBduH_8CM*i-W^p4F?owEhiyM$|IDhsnr^zHdK5i;bZM)6S zhKDrsai;^dqx`Fl{GZ#h)4Yq2NGEr z(@z6y#7LAXVVkkKxTBkx)lh9YJ1|dktpAA6Nqg{YcjagDgu0#k&i;9d+V6Iz&e2v% zXWGM$!=?KDnU@RdXHz0lZoccK+UyK92JJ??YbkIJMvOr(`r)0W7p^J)wS+${9+sY% zxJx>%-l0h%0?{u75w1`uR7_zzirCAQ=PHQXRS+AWLkO!L6OG&lLK)0RRfgmCg57CV zTgcv{1>>Ss`u*9AyGPr@4Ir*U;$7qoW*dpbaH43U2mJs1wxMkb%Al3T|=vs4o(2s+F%XKMj?*)1P3q z%P;Z3dgZS3MM;YXbG@Sj4JqIu7FP|?vXuqEgyF*CbLq9fqqF(T*ki4wSQqsv z5OEifp<9J-kgC(RA!s{H9Cx7Q_=>06EcnELderq^QKc|@{{p^+?Bgp?4q4*|Vn94U zyB%=ekJICy>W|n!+T^$&olQxRq^3^jzHaNJtDG`m4)z^bZphbx0kLZhU_Eo_R78W z7*XRs`@Tad8eZ(1e*Y)&?MuzUbQb@u+J4C%0#U}EhKmqaL9B)a-E{Q`FV!1%DgvP* z?QxYOMvI$z8el|w$5Y=b$Xnzcu#NR1>g*s;zd=e@Ot_AWRT@OJD27})gIKo>)~9|< zu*e&xaV!Stq;`Z}ZnqBq5E~ZSnRJE?#gg{=iYXd6V6l7n-CMYFCw|Z9qD(1rQ8>znAB7Ah5(7~Nvr4$@pXv79huRs*r~Muh%TY}cTXG{IS~xUqD}8Y`9< z{$eovP(ti!wI!0El3=|jQia+PS^`;YoxbwL`TiwXpDCDNA={nseL@f09r>xy%m`8! z-|J-5q@hq+D+1{8UiG10ukU?^9c3*UF52yem zCvcZ%E#+1DtUqYxM`zPFl^OH@9-xwQ7+(Bd?mUHZRHOAcDy zs|R;M$`Vw;8SRQ>T)8s(fLA zCTaXq+Ji6wxj1MTP;d;%Fh0mwtyteUZB2_v>UMuJiP_Z*8ot zaE+)^hk(79gCpos-YXEmlE(jk2DsH}|@x(nD z_lh1r31GrGNKjFd&Rq_`SaxYm!+Znx;hq`8pAIoHs;0tHTT95qr=j7#G1F?6HJb)k zh7kdQZxV|X=c0qdTX*cRM&T!5|E;e|1S5r`k4kW*H6x?Nx`-0cKU(EAP6&Y#Q%ZI; z@D!H#yXRX2FVp#hcrHg2ye5png{@JQtumF0I`MceX((z>JX9m|q7{lQHTI#bHF51*Mk)yTnb?hxVG}i`V)KmTwvY|$xsK>) z*h=~=g%M`YlG#lCn9U~RLCK7AttLZdNS6w)HVbtc?^#na5&2Im@OkUOC}0y>3M5kq zg_pwcz30A8;V`|tqJ@=};9E+7{T5Lowv=r(0*QF?pF>M)fzaV62`xf3Eo4IzUzf@= zw~GkmBx*do;@Jxj-TKi7bZJtE z8F-!V&r>gj{SjClEmN#U7W@;Q6mNo@p^IkYk|<&zT>aGw+a>2XSHbNKUhd`>gjw5u z(OTgKAJa)~umVM%si~Dy$hfAjr)MmfMXuu)f5(2i!DCp;rqtBZZknudoLUnG z%&j&Yva}caE0Ky_IsIP%%|J50Y-pvkmOgW-tPRTKWc>7+HOEjWX=)^wP$&*r%L+VV z$JzmaJmQeG-YI{_@FZ!omP>dNC!bymq+<+|G}dy7VKU&XWd%Cvfwletoj7EzcLJG1 zG?X;vbIzJG^Z3AmOmWCsR#=suSQ{c-6^E=jo3#N4UyL60C6 zH2yyb`|$q^$^#Wc8R_kc+Dfgco{$}kqbGus$Zq(lH@9F4Z4JVl@S`UiPDtS@PuRD! zrYcFHCWDg$L895%trK|p1Ql7PC5D5;2@6}<%?UR9YUHqrH2a`HxgfA8fJmPLYMj;l zU?pIkpMmFuZNr&3smjENg%dQ?jAZA84Rn2T9n^!7wA-9IL2b%`icw0I91-h)}324CfU<%w0+o zU{QHfeNFxBvh?3b1vQGPC`dqJML89O(u=Jm3F=5K0&y9(K~bUz4>I|AlJRq@?n>t* zizYU-a2kQ*HPAGxyn-#8!TF?cq6T0v+cc!S+f1UEBCWnBvqKp$b`dS2#3jLu%{!=^ zkdf?}k>ru1Y5aAim)9ue?31FqnDJa53@UM1?_qZA<^+OfOA~`PD=9l;3MX>r>nx2^ zH<^`M;vFP~3tCD)C?}<6-`kE8a>RoFvXa=Mv?AGW)m`{ehR{#_8tQXGgQ-?D;1~~C z<|Lb6?L46(Wu^v>6U%-g1RSfb4C|y(5h_JZjT5hBR$K_9!C5S+`-u?nL`Aur??74k zA!w68Ht;Bjt4I>%2rRm$vl}gv`x!m&!}EmN#9(e6v}E#Tk`vgmAi0}n;e{Yj+H%5T z8RkuSAerEtm{+_mX^xQd*t=|xZ>eoItgIpXq(~R$1jh9U4F~nGJ$8a7i;tx-9Tq{d zE@DG!(6|8Ux{Gn5%tkU&@zTu3i!mqojWB-$1d*zXA;QXFX7Sm~2}cviggan*H+5$; zfCwm_8e25J}q;d{L<<&reC<8?msCB8uW8`4Cat;VU4XZaX7C~xG(S0nO(0Fkj z(p532^(SIH2m#|9g8vReRJcb#-zXh)hj_lEOorUbM(-SqsY(=^y>X2kMXT)M4R$PT zIv!))I2hgRr39SZUSsrDaq@DC(c2U7ZYsHsad*?m%?a*q8kjDhG`}6Wy};7VOnHA` zb+H@ZnON#6F(c$o^k*2|Uf|=V(3m59+@3&h)5&#+d22^*|1ocSIxXkq_7N11ulOW_ z9J}(fj|h2A$t8l_LLl?!*g-haw#q>}BvAQ0g%ZjDO5~(S7uzhVE23z6@Avyo;Fpvj zlx$$6ta`UYS7CW}a6X>)1J!UmifrzT=F7N<{D3-OG$x_4UXq*jq}oF6fCADP`$!Mu zI+Wc$X0IDm#>pCS6K0Ojvps&NM^LYhe0Du~Twmija0>o8A`HyX@#QgVOC+T1_v=EzcTMr+PPY zep*hbbxdxr)BO$da+>bnQx1PBxwgQFj>yf)ZI+$DKh5jwS?~5b3p$P5oMb`wl-g`V z?oehnJJq|rPU%e>-JGQK_LQfajohqhx;>EF$JDLfj&2T9Z_^lZMs9BuS)C$d?>iHI zQUy&VX|_CU>}~~GAqCS5s*nKRae{3 zl-UKyrZZR00>8+O(a`{gH>ioK9Zd(~At7Lrpa=;Ru!)Ba49(8S^Khtb#>YK%4 z67`XZKdJFzPcFv}&r^D-892H0Yep5Pxi933SPNps;f&rsk{eNEMNPFRd450wn0`)P zgl9OwNy$L65L3inWIOaxGbEiD6V0}85ayF}yaj7YHa*9l6hw{Otbzm(NSHL7b9>i# zr713D#I38~DST{`u)YPF7-4sT0!t30jL_Vv?8VX)1| zOX7Vbg)PS^kXbbYJ;JJyMco88-k;hBQ?~Zy0d$cEsbW_ZWItz1nfD?Ln$U<#O=mHcJ@7{N3sWTyGbKE z^B&`j?7`V?7}-wpE-a0vrC?y4;-;x9bw(Krxmn6ztl<|! zio~)J{l)lux8|rh+a8=KKqou8rO_eY+|$U;yrbKYJv5s;^^xNm;x*Zo_04_rkq;nX zfGqi-=BFGx(gzS!fHP94JX&Y9$Lq@4peibH4QL5jhaJ?rZYP0!`lfM0=@w)X-ECLY zRu2I6ijIID5j9@5uK`GY!|F?vH62QlflA;vH{vI^^dS(}aQj&=U{0C0RNj)|GRu*? zk)>risbXE~q9m?D0#&ssRFSg)GFZ8*PskEj>xnmm_<1N{4rF7!k^B*~qQu~{#d$OL z>?0TQ4Gl}nonCYj;ll1 zdN9}8s7OLEt?o2S{MP)G%jM$d3J3-xrUM1Kjgtd%w_8Ixo~P;LgnVg{@#iwXkx5AQ z*9elLeC_x>pgNgCSmbi~{r&*dBCa!m`7sbpxETxJJQo18GZ@z+o*2}$c10DYQ)7w$ zlRO51CH)vT?s5^y3Mg&JuuL>;W2FI;s%=OGMst{OYY%>p%QXYkH?&lhfd)Cq)I=}> zRh<>>OG*L>ML^W~eeN+u(?nuCD=fB0x`i=v88;U6@ft^H52{E&vMxeND*{?P7y(ej zdznfi`ant2rWLVyn1iIK2eg>m)-0`?8)avOluSG~ML<9j(($rOBys+ABS)^FaiLa7 z&tw7#LO10VkD!X&v>_nsMVK~zUAUFCKwOk`w2bNr zlj*Tiq6k2+q`a<{RKw6Epc$pGxFaHIrV|5Wm*+=BF^XZ0SD8rsUm{psd{6w1@WW>8~s)s_`RbUmh(6&DLiQ1dWKvC&_g%;PMMDD7@tDUQnmQZ*gQf?K5x zx^WwB)02fRR}GPCO;;5;EG5i-Aipp^#aqM^kLN*%)6!Q{maYf1M2M=>;&_iuC~>oB z0zpA^1u@BH=)hu-r0R%N$7xvKVJ}tGKs+XpgDj#EArQn+2&uRw>YTY;+~*=EUwk?t zx!#_NHEDtD^15b*#l})f9&5u(gl_z}_b3$Qno;gXFwK3N$-RU~wSwzwoC z6$V5})UgzkB0>+H#|4C#B-JLx#JY94T8xlQ%0e?JBWqQZO^T@~nSX9-J%tnMfSOdh zDSVJr{ZJN)71h#?DX@|DwmD{EG~xkGC`7$3{OD3T@`4g1n?>>}|0q3I4=HMt8Cx<_ zZl-mPS4Ko>=d!0qP?SzTbuTGi43^~+~kWzIix~OSK~oFt|Gd?i!IR9 z#dMP0q&GJk(&9okp|dPEQB$dulb1WQyf(Z!nfDNEa>iojJTxjUB<&!e;-(Z?5@jqb zctcb|pfOo~PSK>up}(9gwxyRXo7NV2Si%yh#B~k(^Ge7BGUEYkX@){5NR=@=CdQ_4 zBoR1D{c**sv4}sWCFLsHn)YMs>h)O>R>P;%7|+27*uuG zim2|uLM5TJ-k9e074lQ+MulCB}3MaNVa3D;X{ffDebr)sL@FvFIzFq%g9E9^}S0)WD%FS0I*)6 zT}F%yj$Vv`Id7YF>yU5jK>D{F_UEXv_BW8i~v6{`R# zK_e4%3t;%GS~B&(K&`|QK*wH<^W{txxU2~13}E!&ay2sDENKef0@&_P3&`2>F;L_Q zctik^+<7F^^+9uG8BB8#=~+*sn(QrnR;c~KY&v8X+%!2CHDd+J0&PK!QtkuDa1@Q@ zYpg;xG)2_-uUHc11hA5dDs4z$L?iwh-?jLjgV#9{n5r?9N@aa>MulRaX-TLJ zsW8m7wK-A}QizTQkG&aaA#+%p5(muCPpN%IcJng^(ijw3jks znRxj6R@ATy09)6aE*)K$%7C|oE{F!Kos7vL>PAmNJHW=dVQ7dN@I!x*5ryOr5-=D1 zYZB@KYGuF=-APzYcZrAn)00ZE-$Q)Mnnv0w)ag`^X=5mA5jyf@FVQq5D3VSZ6@e*H zVp4FUIyt(geU`mVmO`-^(BCA(e1fpwgW3rdWiHnQ;Aa}nja~b=97Jw0=EvW+%1XQJ zHgLm}U$Ga+HXejEFiS2F-Lf%(zQG@mPt>FrN-uYK%xfpjn4H3dN;nL_I*uGpseu z{FH}4dN3)!Q2H@5!JiYiDn+4$K|TQ zdY@ShY=na<)FRmI(9_1P9f~@L%ep9;Um%#fWF=@Z*e+w;5yl$?^VUtu@u!~CE`Ky9O@jZq0@zTmltS%~Dln5sk-o%`dAL(#NEV33&VnEwzIC5`aIRVkGL zY=;|z#AQm9yT?Y{*`g0vcMj-i}}bW%`F}= z4Ipeg7SJE4X%dt~pr}9-qoM@WLTZ7znycztYU- z`OvjT1QdC~WgwcM@66z#TOwnW24(~6ag~~txLM39+e558aPeYmo{kC}F!82I%BM_#=vcH^K$;lFYCOaO zs`PxoUV|_@p)M}zB6cxp7aAx)=8IOD`br@H+nXsgus{*EO7Nb={VMG6$`&x&pd#}? zv4-?`%;R#ECmmfSLnq;KP|OgjZ)mh#K#wMr05exeztI}FBuyat4$R)veW^# z?m;{DM)1F|j0p;@@fpbFv4AKnm^{`Ai4r2A)HsQ_TE0(J{FqP~vCsyWe}-LW0=c5c z53C*LxXXNBPg)CHsY0E#;c>Yv(a_!mLzl+w7)xQGACXS;d5t0$$2H{UJ-KmDMx2x8 zKVrsMp)Vz@rMB7SYN>5DpuX7JV{^nK1C-@}frMbhkabD(_{~lzJ;b59gfMO#aJFRf zTTPIt%+aD#8B_5NDkXSeg98t8Qq8mxtHFY*S!M>!WUqL*S4PZHcIStk6tl(+jK?8da4 zhK!oMcoIyZZMF^NPVnihyLCx3B%T!r(sO0XhLVKzz;doJ5Hnr~X4DU32A3v_jgn+0 zzw?MnA(d(4ZCs2HDlfS4v z2Oz(=UJI&XAlc7SzSW!Rpjd68C7xj$9!c_P{xcvcfnvG`6k8;snDu3T+HK0jNJOPV z52y(lV}-XB8s)LD&CfYZd>5s<$mNYSSTl4ajABHdrC~Ly`E=loknU^|*p^gmSRk$X z%&a}=-b8mm65eLJ3qPd8Z&P71{Mr;5@))Pef5d=lgEnM8W55o zyTAx{z7*S3wo|7_VjEIRN+#2VvYa-I?X?m)Ch9epB^M;SpwvI+ZGdxGtTa2F<}N9QDtoL zDiU&Gvgl*(R+J#yp!qwj7END5(-*{-!MbCPqUk*0zL_Q5W5sCl{1e7?F?dZH6=7`k zwbFOl?m_ZdqxATS=dj_0i(P=APEt|mftnbM<25bHSd%7CYBePaJA#TVGn5OWR0UCk z0f}wtvKE8H6N<#c*vbi`erj^2B5?DB`qq@{1AbDPb4_m80B+i)n|H|+J7`SajP7#H zGGcW_CMKg4hzWwFjmdNw3iy;H)S4-V$;N#LQB2p0HC<6*7!@b8ZQLx|rnnHWLoR=@ z0Ck9sA3Z{M0{RF!zhdRORA~zdJQzX#J6QvosK~^ut|5mDsbqo*35rnwB^5y-L64`j zWRifW1A$JCIh1akGqJO*WUI7M(x%Jh_3(OWQmdHqkjt0#XWB-ohaMA4QgYNCrR9+H zFy=;>uej&N7ioTaDuoS9 z*;B2TDPbYYx=eJawI;bis+;ZA#R3XSP(^M=fSZy!mf|nC6H442Kw(iXq=&s&6f#{o zhRt*CA7-A~9%h!b#+7Kw@QLz(&o8q{t%G55$Y?O3Q4z*#fX4wW=fWg(OmeRH^)VzC z$ANJ8<%On{p2dq78zBXgTUJ1}dTd^#jS~zgaXp0y!-O=6NQNV|Y)aIcg#$HB49jkE zuB-^Ccr5SDjg1m0>!O=~gNLYGOF`l+BICf*^w`E4Q;~*rt3gYRq?jTY{1nlDnY*A8 zNWxPF*QVPbsD@w4)eknEGFZySBY4KNVqHauo5LA<;~YWKy$b%`+_7 z93>L~@vIkZzeU|+(*VDYJZmGV*Rhj^SeQ8rDRxg} zZNi?IOix*wvb`PO+D?WG^s_a>zep#lr`!0=V{M#yWE^PA6ShN?r48Fh?D@*liv2Sg zIMQO+6s}NYyuXSBwAF?ymWGjNPJ7xi`Ptjzk7a4hSlg5M+D2A5CsWKauCW}%X1sd_ zYbrI+4mF-aMqP&hioiBeQORM90+vFl9VSRwLGmpp`%f$`NySrqQ>GT0^v^`kR8FJi zV3nPZ8DRz!RfY=Ux-)=+kY`WEW16la80Cp*irt3PD43v0unkQB5vYLxLNYnEhrwj61$~N%%ml)_O6=VtGj%Z)g~Se? zFzhFd`bii}R@zg4<)>+W52L2SR2^bU^d<}|Y8c8S{zZc)#EO7%Jz`GhX6^X-DXL*- zCtFLq&e9k$OXh_66|zmjAhGs<-mdUX1NcozCp5dloNr-JqotrYOz>x;f*C+5&=0JA z{9`6`2y=%_;qU;{1k2e4Iqb^NdlEj4H8H_Y#0aaXdem-ihJm>;Go6LqitM4!i#Q}S z+04xqw^|WEdeB4V8VUjua90(?B48+7>?aswHW&@3QPb6Ih0)ni`PHpSJ%TMMj}~Ee zJAQb10BQR2n2L>t3Ir((aJcIgV>01&4R(!cBl#@NrBjL zG+UpYScct){xD1>-8av?K~;bKusf+aYjNqXP)G=h-8b$mP%R1m=*cm8h)~^ZCu(|-rT&Xp{a72 z)7aM1s>LTxDNWYdXIEQICOHkKz1esf;4 zF)NuypGwQ}Bnzg7jN@uvs$@TZ$*s9G&Brl{ok+!3TBZ{PbzwD4mcl5qO8k>OB{U2) z+2dmg*;tG zV?eS_^dJp4(f>~N_=-zP+)Y)rRprf9^$jgm&1T!r=P5Pjg^w~h(h_Bz6#OAAiBvS(ZETY&&Y4UTWN@+ zo`*zP)FMc*9R@t$Yz**Dt;aRD5_0PidQo1S?mioa@Knx{Bp5i`+sB1_H zVYdRR#sMN9vZ{t!kIOY-!Xh&`BQcK*F;BWQmO+>~VFKP*8@Xm zE@Zv}X!H6(0Y8Bup`ipVts^h_2z#Y`>`e{fnKdLzNomuU-X?jqlq7Ezda!M0UJiCE zlCMN80x%{rrraSBNkX9!NDXC){82Z;pvw=)yLjJkvCb|2TBCtj*~rP6K=>r4;RKrT zWcW`cUWFZPDHeeNWRwca0D_1TC3mUfiD-xPjDw#s@u*dD7&ScO*w7ONBi)x)A@M*U zPdMhYO6QuT1GGbS>vz)Hvv|BlSt^qZMK+4lxu?d&n1-g4`$`A~>CQsKlg_(Lq6L69 z9}^qHA7-{{(takHAEvhj1!=f@u0QzVfN}y)a*~WB7c7Qu5q&djRD?0vS~j|^gOR%3 zS?hGjV;N2p>_oZEx4f-%IV%iRW(Rz?oJXy=egL_o)b=N9uG)LxR|*O zZp;G>cDMQ5y2Ab}El%zyUb>$wO6D#DiBSMm zk%+|{fwEvq2qeuA^BuM+qL8$qSTcIj$0}ms9hNshaUevE^^Xm=u-JxhtEv(Y^GiK& z-=2<+jt+~1F3P}f@;Z}YxM|5KTw3ysp?T=OAn=8)A>6W#EG5^9=}t=%W`Gb!T#_Yh z%<8E|ru}tA0`h>02nx2QtbrH|_bz#-xX|{L)0%*0x?qnO)p(b&@SLf2vIW~-2MG$2 z=Q>d+()I-qgTYo7)6CSS$p)Q5C#S}ARv|`Xs?x?h8(QWAWeSBJWNtMTzYr9qxQdEE zI}3sUlV_Ez@Z!Z9^UN}&gfZe}>@UdjzX7Q|RqFqV}s5V3J%#c5Q!ntdp?uAd8j~S% z7)`fUKRM?1lU0~BLYaWkLBl%JWUQnb9LDZylr5XOp{kSh#Y@d(fvx}#n1gtceB;6j z+8vfYUTaK!X}qwBuOfhUg*n73!ales)naKyD8|5FpbqJL&{o-`uvMH4O&JOH&N~vN#T`if)ojLxxpe%whKqkC%~H2Id-Kv)b5ez-=m7i^}NCg&FcSz#yYAX!T;B&B64W^$^nw4~f< z%_N3tW{U8n!>}>j$a=XhF;Uuqzs>9E@O1b&lu0sb62&S!X$AzPxM03jgdFUXu9+3FQ;!AeRx)Aid={p;-LCAQ zMQTMrPyl3^Zc4ihR8ea!EMwq=3<%Hdj>Xk5@+aZP=&`l2;n8HXWY8+B^w4=H5h!+K zRFpQ~M3#(N4Lt1@e>i!>kT!x=lEFDFP&*@Sh>c%TvR?VPWe8CjMec~iz#mv%`AThKeNG13}#EfAU z3Em-?Np42)!xWLEDCX&D9&EykGSak0RS6(Z45=bH>Q!Vx^A`az1W+`Foym6Nk~c&_ zE19vGwE?EQVJxO9Fc<+647Ot7F!JVu2^Q$kNN7t8lFdOed>#*|#$4eI0jn4ulcGDB z$wB4ixTZq375FQ>!&2}`#hjnT3TZtqSF;i|pb|;InLBP!1MNtXXnh+$Tq2n?6t#eu zd-MzPp2gE87tdfJqPaH(1jmUQOIYoYP-Uv^s1;gLw(JhuX{Tww+4rCNn2882D-~(E z{f4}9Yu1F+8MMN%B$A$tCGMu#7TXt@ijzBHk{A?qQbDYz7p+<|li4=L^81`DP-Y6r z6q4O?&4Y=XSn|#b-Ucf_;Qj+-qGZNiNE>P(h$@AK<0?Q$(U^qyCfooXLL`%*3$=lu zp0XX$lus0kR5uqUktu927Mb6xTcIYfyr+Aapnz8Vr#snEMKktelkZ%}y%E(49Hi+K zXn?^B(HwV64n+|=kwI+xU=rjvT^~#LuZ&kjO;4F>Q@WP{u20QHnWItDU6KLXY3-sO zj39xS8pK186YPzY%49#cuQ3O^3g18pCq)(aRn@kW4s6!qSJMg~f_*LffLUU-BV2sIRaWme$eqztzr4ulA7XjNE)*&<& zn00gTkkol7NeKcH)GHdNmXu01E07Z^Rst@?g0EZg&uBK`5Z<#Dh0^ z4h$-fE(n_VQZ5Ss38J1#3^l9@ND>wEr?Cl0b#kF;T5TwckrZ&g_`g%f|PH0M1mdN#GT7 zwPFy-*cqu%VhL3YM|3bQsKgRy17C^H$Int-F7})`ceFePgAv4AC<5#N82CITpa4HG zhW#|A@N5^cn_z{Uj!dB)o5IyQ~QhsW`?BC;=K32bfB31F)w6 z)Lj$;Ro7!>#l`LI?H)*|^eAe$SfWp9#kDmRRrSqPZXec~3uFmt$$$}FZ48N-uCsQ$ zm%y;fqFSO%AY?>2jQyjK-VRmd5=5-w199ClK%6RS-53uL2yif_ycyIqj{&pFn`@ej zT#IU2<}@s50gK9;n#${2YO0z+LldZIsIRPPscEQh1`XAqynYFoS5seE#LKQxM~vbn z5$8)HJ2S^Sl$4Z|OrAKA{J*56B<26U$-XHidESYWrue+2 zzA2L?<(2rnB@;{YK*>Nbocf7tI#lyY`rTJ5bN_$xxw5f-_ED}=TzPqUN7c-!Y|6{~ zpAmU^2aP=Z(7e1n_n+^5FE8)ltMsbHdb9&8?!5fc3i?;RuOy;qdVXnTzRw3^F^?d^ zunMD^M@D+S&zJ8jVVJZ6ea2VfD{+@hbbCu%ye0XiNYGtHjMYIj7F(JIDv{6Bk`P!<;lJKI5v&FfM=jQun z<@>5(6Pzlerg|wHs9xo*4$WE;n|f~b)T)Ns$iju^PL+Jk0X4j!dP;afzHe4-OUKkH z^B2sDh8M2N_f;=yn6I_gh$||TaO;v)uw}lleaYf{U-hi8I;ncv#8nllTHjO=tXk+R z4a{29Fn?0Vyp@$z&2qICXwz5Z`({-N3#J5H!}Djii}PDUN;uy)t8S&<6s-y=^`UT3 zYZgl9CTfLHUA)G($XBtrN?h4cJAXw8%?V49g_R5EiTa}Ua_^)SvCzCJn3;3cd|&nA z>bVUqE9cIiobRg+Mk-75eY2WWA>UWMpu91pM(gTg`M&BpHT*PE)n-W4l@D<|r)S;#9zVOz@*Uvv55YHf-z zyS@oc78lHFRc1HGbZ>ahoa!a$+(1xY(OROP2&EYHPw;Xkp`IEnMHUI2Kv7 zSgBvq-dN#{Hp}zNCn+UUs!Lj@&W$D7CRR2lCIu4H=4y#qHS?OJ$mF_7^D0{5WEd)(yd?|f1m>-%Zmz2l=1#0??wFtNt45QTco&t-&G%Ke zFKDR5J9dl8Qw<)%0Wxj8gZ+=^_V%1_Sax3PA0ab*Cl zk{X()c~>@^8=n_nIVVCzdP!wsVLY@-Ypb2z5t~vWPi+V-ZqS8B)jLU=Iw7qjAA(Z(F{vI$AobKHpb8wLHJHBHvfdS0!1Z_-CqjN~_-c ztb9>k9>}YyEN|(!?eo81(0JoFe|hn%t(7l`XOBGd^oKgDW?laLbHW?&UO4&Dy1JH< zn|>U*Z{Ane-dOkfId}eI(k-`)JpIQvpXsZuov*c`b8mU)X9rIX-1pHL6}2N8k3aF^ z-+Z?Jxr1K6_9yWtH@^4i1KWmm?QDDJnr-c`omX+>>l5pKH1oU7$6Wa3C8K|M|MH_o zpK`?&S6p$*#lefOxZ(UkyhYuhA&ZP&?YX>hbI`Qs%?+xzT^Z6CmT=T-tcOLb&?OZ(U7hsXZqx6!M9=3ctx?|(n-qKhtywYSfH^=Izae;Zw@@7yuGySuyO=Gv1> z{CO{4bL!8H=$vSmw2hk{#=e*T3Q;Gb@rR&wiW zCr^wVJFBAN_1`Qh{ci8xz)RPjvB4WWbp87E*WP}+`-ih<{fSVcoi=Jj+s}Uf^R?*J zpTQju!H)MYI_%g{qlR7o@}=MZ=ig)V^AFk7z4zD6yIy|z<;_2HFD>cn?%Ys2ZrG`l zhuwefa z3ClabI;8uD|1^B^pB4I7|EQAw^4Jj%KJ&HfckR2@KCtZRF%u^qf9vGv`We@JdgcD> z&fGKm#;M~@`S|*V8Jn*?qawC#`nTZBGY_t*sd=*P^ILW=IZFNJ(*?g-zUlPMn>YV? z;!zcsAN|6;8!w!&`oy;`CNH=DW5a!yZ|v$G`QeM#TyoP*C!N3QlYHr&N2>OodHIfK z5~W+VYovR;vY~m-^AHH*)@bJuE9ksRcwBIaw^w8h0`ew^r>t?KZ^2w>6 zXtzz6Jo&`w7wmaHxNiDo-+kBdiFV#``+{BTcZ}Zm>m%1*d2Z49&zyY!(kEWr@o@0E zTW*=KdhLA`mmhtG&vzXDa{E2=?%B5Th@HDm-1F~F{NHcCojPvCm)-kzefaJLyIy!q zd?WVFrwcyO^nbo`<5?Y_KmPWg|F`PMqVu0wymwSZpsRgr_o#LI|9;xOr_Ww{<%;8u zJMPc-HjIAes~1mw<=LBGTC!%%nv&>WCLVm~p<}$>`FlrI_`Bj;yLYbJ|JG^y_MNr% zh`g=qM$g{$?(c^WAHI3!r2Bt9ckbL{Pd|O_AO7&;d%KQ#YW_o;E(>=3HrRF4)^2&_ z_g-)C#bMul|2=%~+11b{bT6S-6K8l zj~l#KtXZ>uM#Z8X8~^jrrcHsaKYh4j|5I;nIQ;O#|M1)BU+>-)D=aK5{P^{|F5f-! zcYo-8H>B`al1CQ%WuEEX~reL`ege(N3L13=I(7V*PeT4?p$}~$fssjth=)Mno~Bfczo{0 z^0#id@y0uAt{=BOJoS)$Z;akEd;Qga+X%N-e)fO&f3PK@%O;aoP4*ONrs#RrMwrsh3TkP;X_jchv9-jH!HCIk~ zuXDtaCwXp|amlCt%@-fCVaDp;?H<|oLid}SyXUNbeQ)WT8+QEuf+>5y`E2~^L*II? zblW+X?0R-z{oY|u`@24cU1z>LXaC4h?c)0vKDOemHOkbc+9gXy{^c=o?CQ&2+p+PM z9iwY}bGv?W(TmS-@CMKOV%w}KYu@_xqTmnTeYHKj01HSZ?R z_VBewb*^50Hc4?+kf4eH}3oO-9K#D@q{w^#kHrMwffL^HoscD>FOUHcJ!Q$^NV+Go4R9kP1D1h zKD}Y|h;i2+QBza1J$&tHXO0^;=A3iR+k5pY*!3djbj|(+_wL?MP*_<0pMSk}&o*%O zitTqF@yaW&+`a9-5qrYtU`pP6@Aex`AK~?SH%t`Q?;a`4{&4HMt)IU2>w8ikfe_AV zXt-&{B|8fyO*&!t@ZsCTZyvF)^z=Qm*SCDStNxX>S8m_lG_m#nYWEIPfAZorr+)b2 zHK%S5zqw}r$dmSst(mZU(FnBl`6u4H@T%~})eG@6Ggj|?f8VZ6H_f*bbH_n-Z*+fs?;AJXc;g4(|9j)*>((8!X3d&YcDIH@ zq5r+(jz63p{`8gIpSjd5u2D1h@4kNb$gW?1{leYiDQid1JpY@wZ}Kc#_1CLjUh()CkLQ6; zcU`k~ZM7&C{^Zu>+joEc^~JvsJO1<9l=3{7$8>gfUVFVS4`R>ic($-go`; z-8(kETX6Qc(=YrE-ZpjREXvE(A3S&Yhxb46?v{VNaMeM1Cth_(cX#*VM?-aQUG>Rl z4{o~b7vj{|`+1K%^2nd>UpnPCOP@HptNZ)$6YHM)`Sc5}z5VuUfU&0#ak23d!}RlckLhT zI_>PXVYi>%{xdvf>-N_Kx^^}wH=H)&^wUp&Y1_7&W_+kb|MukYan~Pl`O&9cym8~` zS6+Sfx*KmiWaiA7KkVxI@2^*RZ=bRHl*^A9eQ4f!zh8C2U9;C!*VYcJ-#Fu_x;MUj zYtiyMpLu4~zqf7N`p%=_gZ}oz8@sk|-=3EjdUWKYq1S%3_uDVtdGxRuGiDSN6eNeN5->*Joq3`>XS7H~qK!?8}ZBef~FSM%^37ju`QyU%$0x!-fsN+B8}J_|LyO z>CaacKfCyw_lDhDd$ao2nM=RV|HCuSoP(ZyX3_2MZhY|FUB7<5`;_Wk+ZOHmc0r)) zsJmYI&;9l9c<QCEL!r&!L!$ny6C2xPEs}PpuFW5exLul_-B``S+nL>qrVP5 ze(u97-kR{;ci+9g<)=p$xZN*&{Q6zPk3as>_3MxO=lQi0ewb2WS{6qvc=xqu;-CHB zuTFa7@z%GooE0tm-SK&`e>{IgMt6CWim$&Bc#|&%=7|&&%s>IBmoQdv=z;_w4F>wt>Sw{`=EY_I&==@pv_ET>0?K^>@$e znl!(y_Pk9Oo>q73-k9<7P_2LWNbJn}|zg78;_n^EFKKNk4 zds^*_*WPl=n)!EC*KC|We&@Chtmb~X>FmPk;}-sA@kLjT7(aJod7Ci#*5Rj~de-Xd z+aH?wA?!M{=AP~^?%uuOp~Xe9_I9jsUwZAe&wsnob6?ofLLQhn@%Yc)eh@za&N$;B zs*{i0S9&zo$vYn``{&l@yZ7%KK5}Fs-aqb}e^>0w_sc&i{q(2%M;?ZC@}5Pve;xdv zyz@IgI7IsEZ|n9Bdt~#!Uc1$+f81!iUb%AR_Hg5meskVa$IYKV-?|+}YV&?_@4fdvvg^|L zf)lSgB>I=fuAA|kXUE1>ct36Gy6lt@7kv9g6<)q0TaIa%xqsrGUGEjIzHHe;GrxIg z=6d1o?qQS0<;A<^tU1f~k7LdXbbadYI`ieo{*iKR-j5eA-q192)4M0!^NU|h*gyTP z$6?prt=)6h58qe%(T2P{MNvNb*T3d&ET1%0``55C{bR8DvWkai?hkaG`SN}HN4C}G z{rLKEb&U%bj$3``g65{Ci~sf7t@Ad1aQx1OE=-$>&6=vJDsI;N?Wxi=S6y|F)vP%p zufXm8>8-b(>N)R8uzJnBv)jKIHL>owZ$5kbo`#hZ_S}067HIXS-NR;%%foB_{PWMB zGjHDYGhWEQ=NG^D-(^p?Z4X}oyB@(>|Dy@}pL%}7eQ!P*Zjj!6X35@RH?6RccOJQO+xI)(bMM^t{dvEfdDAH)@=D;AgS&5-K7Qn+6~~Wj_<7Ol%N}@W=D%TA z*9+aZZGCI6_LTRaysy6cs^iPehh2C3?e5iU&NyxQs^dTZ%j3`eF8x_V9U+&%9~Wh`iXIolEpjwjXlUiSG3?UT8egbKc=yU0t`G-Cn=<_+`PawVS&? zy=?!q%g*}t-;V_Uw@KG0c6N3?6yA3FC(SqPd2PyjcT`+{^oA+Q&vzHjC8qBwm+gP& zuzeqH$jiI!oWyaf_wA{QL<$~Q_Vl>bYn#@rS>yNJ{N>-YZ6Eyc=F;u|F1T|4q*41G zJ#Am>)IIG-Zmpd3+1n4!_WQy4tG`)r-m{%c_KsS1RzblZ-uz|r>klrUd1iio&Boy2 zJ0JXF$Hx5+Z~9%ZtLp{t{7a6R@m=1xe{UcCi~8HwY}qpF6HU*bIdgRLFKRdM|MtCg z=+&RqYz)rXx$BD^8$Wz_)6>DO_O0IeSD{ybcIWDSdrqFdYU0tSpHr}U?R}%Wei%M{ z`0&Wv51jV1;^m&zYv=j9o_J{Hzk^**JhW-kR`2}7MtA+-{dvbfj?j0#d)irx9=P1XuJgk8OVG zy0O>YcANC%N&k1vsZ$!qq2UwEw!IJ+mMGU_<1N zZ8P=_JL8NqB5&R|{IX#qFMj^{O7z}iEsGalap|Q8b&N-u&J>6FI_5;hj;`TE;yTAYU)UNJlc8il3|#(w&L79f_34i5wZU;g8&;{UC?b@It&dcmw&vr58$ z8ihU5t!q!yKArx~JMYY?uYd8jX#g}q%f8yN#~p{Q*~g-PJ#lRH)qhxX!dchec;i3c zyx^sWcZ{wHbUkoYaLeZU+ooRh(MLk%?Ac?dPCfbdv)eDb_105s$Bo$g?XGn%y)@^K zw@fU_~_B=694%Z+;Zs=C!f<%vSrJbV~;&H zZ~5}&9T!~i+;h+U=(Ss?V4=KaigNTZ#~g#deEaQ_4m#+d!;d`jx%W3;GW>)Se%k(S z;;^s2`fA5h+W1Evc_jAXi${IZaHD<&o|16ws1dG$v(9?%rR&Dd#~R1=6d>;ZDO1NC z|K+KmkxP&=KANm-~5C3 zPHorkzdiky$x&C`8-IRGY<@sfCy>U|xRTJ-(Q?yrt9 z9y@pHIQ=)`8~;D{zC0eP_HA4XN=jPn%W3Rk7(0c;*!R5>#>^RpF*9bdON*$iNl}z2 zi5^88ZCWI0AxV)oA$zG%6#YJD7RJ){eR`ko`~E)9`J=|Ux9h&{Yrn7i+{gL{24YG} zwKZ&vF9r8KD0ETO2z=^1qCuWT$Im&Eb>}1PmyvVq?ChjvWoMTSALalM2>wHd4t*Z! zIVDpowGACDy>ql64!xE?(o~uriO7!@Te|C&I?RIJ#b|4W{oHJR3m>Rnmt<88>~n(o z5{SC&zUjy=yY6d}N~esGDn!ma1F2N{#On={<|F%sAv#WN%pMD}mfu>tLz+IDf#iRO z`gf@R`$Mg`=2HUb>x(y+63y^5`@(kFIyI4drI^=t620Zqz zN)o?)`}VcEBW6L}j}+S4+jEMG7YoF5Ub`=dLZMcC`0#<${YXJfKYW?6uyA7un)~(Z z*N`&ExR2!((U_N$ljHaJFX70jC7|n(xJJqC~5vGD?7WY z)8JiIe52~>{%dpQEm{;?jk)o4_~Y)>)U968qYVY0+S=N@@9tC1FpM^^mR%aVP&C%H zX#ENu9U;k0pI4}~Y zrg<^+JxnX`X^fj^80Yg#A!bibZsZpc*=3WdWsz+2$r7M;83@n7q< zd0q)`sWX#AdU#|F=-Mt96^%cnAMv`RO2RlY^74T0BojheK*clRanS~JZ)1tMjm=&I zvqw3`af^k8cS0|_9_BslD4RPJvfvBF0Q&b!gxFHe&~Kxkg5F*EEPift3Lqo%_L(Rm8`JEzPD7-^%+P$?1 zj|-6fT2fNd*;pb)CX@02>)m`l@S$&6T3Xt&fzCSP5#Ej7(KS_L1XOfQhb3gG z7rQI<_xG>CVvh|dz!miM#XUVeRO_n>UQ`#`#2# zK+dTHdgI8ZwQUinB8*gW+t(G=k^7Hmf1$MV(;s- zt+Nd_j__WZaJl@gdtY1;9UU3mW3a8eWxwyC>me_rau^iDy~20U#TsoaO|(Y zcp2^Ky3ON+NF-aG4=?8lYe9mubS-XGiU1Z ztOUE%Z*!HGm){wCwSwK_ym@WQocHbNUY6NLTILoOM)vk81Hub$j6H%pzdNHYj+?A| zn@jo7RY`jdw)MVhPxrdDWe)ez+T(&lzG9HS-{?iVlRSS%3I{X;WTUur z*RGCwFZh&rrVY;TLu^!dX4aI?5@w}EB`hY z!K$q*@#WGgMgyO>&n{%>N1PuJ9^AKYAD5(L_MMlZpT5rg@x$^y`Fpd@@0E_dmyUt_{K}YU1N!0Z*5s)HoExgMF&P?S0egr(AR-_ zyNAAytZZ#<8y4g{B9WZ3))||#va*^ztzAzn4+;u$Szw^2Cz6+!=YA=;FVN8E^XtlZ z$g$z!;j#DdNQnOS<>dp7g|&v?R-Zn7TH3%SQ(T9{VW&TsMvuX0mlz87zLOowm%Nj- zGfr}okeqE+iop?2h*^p@XrJ|~n|(K3rK+VO&cWT?eej!GG$Lwr@W}&>h1`q8*0{O~ zT%`5H(s~}Z#7S=2oSrUt(&NHx4s%=E*z9b{J9qB%_nxWsd39~e?V6ffxybkjxyS`s zhS8qg^?}9cs-zrBM-3f?3|ZZkcp819qQbaZyWit-C_iMYU%q^~(DhTAf|I?c=ceZP zu7R$4oygCs9Iv_?PC(wLkB<+j@2TeJ&!4?tmPZw@FZ%rC>ezP3^^>#B+I$SB6EUPj zj~{&d+F@7{*sN7;S84>`cyX?so!yiGIKPmPeAL=2%LN5nKeXR<`F82>VUA3#z^%t{ zjc0N7fhxydMt>8ph~qmIejRrpHX}obL;Gc;ddZb#%dqr`w7HzzKs5+uVGX1_W31Z1R_ybolD)fCZ@q3 ziN#_Y47s0;EID)x_j#z9IP00mu&1YIV=-zD$E%L)=-6X8o$!IoRtYZ-4(?|bCPvQ3 z8#|iqrv^Efzr4@O;T1L5;8nh?)Tffi+1c6oO2)2TyNW~Jy=X2M{4)5&EAALhhuXQA z128a2)=U z(oxfrY&fJxW%gL$X$P(XLiGjXm zH>l2wD-r0I5kub{H{> zL*;V+)>K3BBtp~WF!k6);wz&}w-p->mKdfUB}eb&MaU*e8ZI(4G=%hvfq{We*oUK& z6o}f*435n~t+!Ud;kF~Z{+stIy1`biv>f5hEHKGCsa zOF3Tk^(8)g=Fz2ooXfW+%P4M<_|aOD{7}9Z)Wtc&ilq4*eyshz!~T|*mJcq6Q6^an z574>CkIx$$8++($uX%7)h-pwz$$+r!^|67t(cRKgpL{zJvpDkd@<XuPm$uF0-kLqSC4t6-AXLHC} zXI#rZ-64I%H1S4T^`5-i2g`>#R`q0ll?|Mz80^hE=5YF^^zt=UqujvB}ANL%mH>QM(?N55Ezmc0QQ(@y-1`lPy!R zr5v00$l2u*UzX2XxUlkEz>}l34weoM{MNEd4@JDy&C;cqj)=*Wu%!*OWE{tijttJ@ z<-K|0RQayE=_*#)M*=uGIWzQVD@O)<;vj2;!nTWc~ZEb4$J| z|MIrtQGt_#ySsc;(#f`t4)mQgg|csBUrO*zYF!lGoukjizfe{Wg@p9Jd#fYs54}E1 zd?|6nEcw>;ZQOaa{DZB@hA%b$s)*yOid`srv^IBrG30!A+KMd=E(Y%k#KgrN33zg{ z^XWN7S(^hfwT9osI%>1i4T?;|!onbVFKe5%!%QMR?hF>yQ0UTlk*2sv(jej9J?pl%Hb7fjaCmrFUO{0NM_O7MU}z|L;lhR6)zwB= ztSnTmXhW$_`<=ZRx)fQMlvLf-=;#D7-6e^l+NSC7jgXVt+36=OCnqH*XZATHCW{`F z=+M)Votu`P-gNL5&8sLtBP&1dTFE;M`g>{mTK3y4HwXlN*8SU$8GredUEWhuZ95+C*}VmwAHm$|IPpZC!Xo~|Fc{;I5^(Z^Zz4;qJ83H8?NQ+tPNrDUOIMfdpb?7uFXsPiyRM(e|0no_IBJIC zL&M#vhyYp$*%_~D??7~0A3}2=yR3Cv7YNFznPTydrZQ@4oo!92L8c}))=rv^<{?g2 zSnE( zS9Mh*lXW~wWRS0uzrQ*TX>O&ZgGBnusF@NdYJong zs4xqwkaf1k)@l~UHfuFa)rkb0EgFeL$f%h*Py=l!4r*i*(09F0sIRrF1DRmwPFWl1 zPhO97QM0ylK{#S9tO5}}x;QImEx#ZwccdFM4NW^cqcExtjk?|l8)9dw5w2!UvPEr`V4T##Y@8r4 zjDzhl;bd2JE7w4KTRV4(jN00ubr`b%Ot7n^zfOovAj&^n3$%3)Qn%Cz)~10@M&X)T zfldx!h>^9syV?2>_kcj8)>?I2S`bB5+m7b94h*vNGpE}420EIVqkV!1v;bdqtf`B! zv5eZ<03=1z&yK9_fLm*d4g?+4u{5(lUyKRS%u)l1Hqo{6+*DaM{wZs~hso7V4Nf80B1jo-W@epoO+{@8J|RaQ>w6$|7Q>v$>V3LpL2^Hk4B zk#*;-NJ-~K*sS3fYE!Ene&v&T+6OyyFZ!K+EwN}AP*tyeb(v2^y+XnwRl5J?QoGgf zrJF5g^YiN_}QWa7q zx0&C(c@u!c7tNnPzwumvAel_I->^Y(f7iia|?^>&n{5-#l#XkuY_N3 zZWe86X%W&7*GMpx5`cT`SSYIH{psy<$lBbr$-wrY-u8zN9i5$>ui>@klzHA-zI?g7 zvT|jCQ+`Tzc5+shSnrD~qC0o)bT9Uvm0&7mnkm(VzNtAFpO&_4 z*|KHx#*$L@l{i}jH#If6pYvaSD^WBqNqiMdT6!+mwpsClDyHk#i){Mb!kzv`0S>=a zb8uBj=zAX_UakaD?L`OmXlu>Q=e>yfw6U$NtxSUtCu+4<>~Uk`ygk*J(Q{GPHqXk? z3=l9F`;7kj;jT(<>+?sI@q)V#9M~o389Hn9%O|sJgQ&#<0Hn1O+Tsz~DPJ9n0d?{wapXQ_M|Rl&t8 zqA~B&%V@(TOP3<6f(l|{=JJZ^EQXA3N5|Aoouecrml3DC=_+O&H3#{{#S;?}c=<#EB0D&{D^Z{_nx&BUvT8;DnypYg4|)o{WMS>=$X=yvi|Ub^Sn zOTm4`k;CM=Aaj&^;UjA@SuJ*v_%1ikFyuKqy$hBgD1)s%lz8|sfNwgDq>4Gt+qZHS z2hV~92+ZxpCZ?tzPNm?Tot(Dq*fDP|C+CH)nq@~Oft#WOH8ku_a5EJUHWP zw@gqlJ}K8?`}XZ+Jtr>}2eq2kIoz&vFC^Ud)41WMu`8)X;F$IPt&NTDb%@*B-3tlF zh%d`O57gTst4NAC98O5pdvm8y8%)VX8>N+5mt)M`_U6s5q}TgSpE;9L-(~ORrJ~29 zD{R%UFylTpG$P{2Uw>Ismz4&$+~5oi5C0$&AX4SnQ1;;ic`g^%t|TMvdGqG20l~aZ zp*CqHm&AaE!sSW=@ts1{Z5J=Z!H9hMNVj4g!dzC#WnqcCQs<+BrP&#d`!8P9`#dtT zE6GR=Rp5U+O~L7N>6?}3HjRc`AJlW9@}|zRa*^WU;aR+RF`&n#d#$!MnY*lxV_%_Z zf`}$hcGS@RPNBBVXU}TP<>ro0GFs$Q;J+q3Trc;?5o8r0y!z8KicaL`;!dG9j(vq( zLcCl@j~<1hG}bW-+u9;ULE4Lt&+>$_~hiO z1YvcPDnQugpx*MHC#M9(xAoq1bh*&qPr~^6#wQu6-MM{x4F+?xQwSrsuW(nxdFL`T@aop>kQ&$DVxAk6gbSc@sK(O$& z{+p0@FBV#)Zu<1ZlSZS3eyEnqdD7Eo;71`4;CJrcZQoHKPkD3ida8_-NfofF*x3dD z^enEil$hNq6kUx`GfI`7%f+P?k$mjk)o&81(nk69O&b%Am?qw+J7U(pt57K7)7$o? zDJv@-T}rqmLOEVWeLC1F6kSl@EMu`2g~}OhRdhRvcP$i%=iIq-=i^g}@$qNMv+Ku3 zzvR?+0TxR+=M)8jUcj-cv~*?ewK_W~@IEE3b%ymjmBfu1LPko-iUR&eo2 zBz*oH3OV{$zm2L$Tii$zUzM_VFXt7{WErb{?x(C$rT^Mcx=2vPbJUtiKXwES^{(T1^6h|mIP%;Nv~@ z$5qb0HCau)mu>hKrtRBT_~yx&XhHk8^aJRE!i)o24Tlc{?n(mp_N#N3l$1Q^8Po}S zJ=ZqdAW+%mNZpR($K`th*Pr#{cRl5q*xl`)rAy%&9HiIrjOf$k6;_+OaN)xHmJQyj zubzjzL`FsF-@~fc99$Jw5yw}7*E(_1`9eXVpp{GIqYoMWP6b+8S};Y$1*y{OB)R0_ z@bmk+(-fTg-((VR_>=(J+JdRlsLEZ-bvAv~q3VfST3T{&WJe7Nj|}$2-MVGka~-23 zu;6jg2JS1K$qNMGhtHoE*du3WN+PNH`};e)6-HXSTyZa4d2FBWH^bq!r2z%5E-pD< zS2wv|Aj@zZK7M?j-oZs~Cq1rT-^QIe`gH8WT@`4dzVwyu*truo6fnAF4mZcw5uUA5 zW=V(7pFiL9ME~=vZDrK1)WMyFSy^JcUvg#kH$@Nn6coDS@qexK%=eG)?)LY%NUa_* z*x=&g^0;>I-n}i)E>Ki6@87SfA2@wN^s4PbzWA^EuS9%$J=~Ek$fS2B+=a5d@(~l>7HrgB@&5s z2y@dzhYsCOdV}n~;n=XbxL6hc{30Y)jmTuRmzKzO_d*d;=Ytg{NaW5WBee_-+>#_Q zU6>x1?&iEgemniaWd@@IPIZXevsMN7UTZ8tBdY-J5@*fa;^M_)V`I7KlsN<8`nHEw zE9i0Q?#L@#fj}V4t*w`dZ|f}%?puHJ)-6b~dl&d8Bq#G_>$(b`Y2x+r@?xlgMBUJS zfRFH(TJq`-^A?HgN$YV{$K(|ntrm(4??0^bw8F9Bcz-|1McnX_IEcaYYZi#ybZjUl zJioXud7s@K@|%0Y1D$ooR9^DzeTBEe!oqS+p0uU%UNo|?S@`sPprRg^?tCkk)|HBi z{6a$VdR)&BhrD}n{Nzai@oiZ#dEH$80Rb&tT{{;D!gnOSeq3{K6}Lqysqd*~ox|;& z?uCTh@^T5igGp7M%cZ5H=4`wayj*;n$L73lEY~8j9pbBkcO8d)nFqdBhyl|>Ya&^(Uwm618LdW$tO2n@~J;&lY1m3 zzQp-?W78R5{>6(ogLn7sOv+WTN{1u8y@8s8tK{@}=3jG^xmj6hbm~d#wJmdUj~suR z?zL&BgnqbpT`n^BNXi-|m)Z2J;)>XX#_sMyg@uJCRStXa+_4nmr-dHtdNZf>jm`miuv?EM4VTPotDWMr7;(ep>E-d*0-OuQ<7 z277-k61lxoXP2X^YwUh?-`7d2-d-zoIbl+@VmqqfVfOlS{>v|hyi2OyBX?<3^kEdl zUkM2&Pfl(u2_N*Y3o_4fFMI@hclDcrL}b6wz`K`{0Z&eDuk_&;ua*%J6)nNu7a8bl z7Ua_(Se&|N57G>_9bJ%WLnf0Ki;6Dr^769I(&3lgV?p6;e(+#(Uvnw?M$CN3XgFq< zo%HOPM_q}z3}n*s8Gc=ylau4uP`Lb7g77xw4d;&!RTu5r#Um{zC#9n!Bq1RoWVmVd z`M_pbhCPcZp>)`qn3x>4%Qon&&*#J5%h-}^Ffy;BHd|1<@0g{PRY_p8mUXs)_@@^U zDqOrmn{VGXKbn`fGs$#im7`3PxZx(T_wV0_zS-~ls;4Ku1YHHw&{(!WKxvJ?|4Q2| zotB5IIXO91_gg~_!dhcv$nSt}yy$%+X1@Cw?7|NpK6o66JDZqiY3t_fJa!y_RzbxGRZy*bB@aa|ic z@+N)n-khUH=T=r$-oAeyiN(rl5nm*PeSCwulcum^*RC5o_@z{XUYmr5h5`VYi&>W zGObDy&wQKq*eO#hP!)ZPm*WZFhQ?zynJ=Rflau+zhHImF$~jGxTpTmpJi|B-t_nH7 zFR!#zJNL+u%&7Zq)q7g{`T|Eqyu7?FkB#(fU9wcO%2B3;p%mh_%;EOwe{~&NaA}LJ z>FI)|2|_{jA9*DW#3UpnQl#fgNJx}@8~YOUGU^j*bYu{2YxhXZYHy4#bPtW4EJucdCg!r;NI(+Qvx6yY{$Coc(ws&#ae(#>O^+CPmsnRQC zWx1-7#3^;kD@K-E?e*v`-Ov@gQ1n1l`SIiPN?(L4QuQ{*!)vRmxTC)`za(`(D!@wG zSzEUaS*|U1u9hL3-}}Pa*48$D!8wbnB=OzZ+0pg2K@l=;=z`SxuMMu<{?9zCm%A5A zUrIGIvgna+ z*_9<$4fjckw1tFIZ{zd2xelCv_~q@Tpd&*%kjeRxaDi_WFyKy3x=Dh4V@s zKUMU(M7bC8g!DEd2zfXAT#)XCJPl{}zKH%d`pmLGm~iUOEk~Edggi{VXsO$gy4!s& zE8GitQc_Z`6{U%#rlee>zu5Y$Y_CY7DIrgK0pZl^66cKx8x$_^l)53@3*py_(o9|t zb+1=)k$dfGX<5T(-$->$QQFyE%_m0P3zY|&i_#1$tHntX=ftfBRY;057n7O;?v~jU9Jr6g z`1+!soZM(`Zhr0S@JGnm-7RHy!&?DC+=NSg zTGXzGoKUH^H^9p^$23W7XGVt5&C1FZD^|?96x_Gg)^?G9KmhWkGc2=7O|tZPu;}X5 zt4W`phg38-i}p2_c0@i~vnOw4^wUcz85vGWM-7rhQVk#M<|Gn{F>!I|fzCQrkwo`0 z(h4nn9yKgKJ=}G>(4GwcBiIp-MV%5^_Tp)UO@&~R!j2^ z96Xrla>5n$tSqRru|#U^+O^)QLdBu)eU9ekwZutoBH<3be(lry?84G`L6z9+-q*^4 zS|1cR$;HIP(CtlI+a#-xDG{xaW&2iIohvEfm)%o65>UN))*RJ<$4Zf3-&aBIfl1Y+ zf_Om{n5O1(mCOCJM?SqvHi#Mll$3Z23JP+M?7l@ZxasIpKzMOk7=0_jsONDJzlg}L zw6tZ;E-pKh!1NPtr+j)I7tNbLe~Yw*(5hf1gU_$#)RmZ5>PX%>{Mj*3PiUuYe#Mzu zgZP81LUtv!En5}byCyVLCo(e9TSH{`-n}wG|{L z3+a#m$WJ+XRJtz6e2b3cor8Rpd%Hih->thq@ij3slai7$ri$exN$Br7eq5gV_L;Dv z+sS3(amzM;e6N^S6X#<&*jM`UR#EATT}@|vTe}-hUL;>_WN*{qJAj#$9*9P32y;p%-;oDu0Ku zMDCl4yu9%4M+%>ZhZVYwKxOw5AI`6%qwiaj4R{b$w0_2@#n@F8J=lfXo%U7;AxVp;rw5JBbJ<2%j?Ci>=%}_d$ zcV7K9oN~qa?%lhP`PkgPyLI;L+4k$!Dd=%+`Iuuuu8r%>ds^tC=&mHt1Wy)ob93WX zQBkQw%**1FNsTbTC^s;}Df`+_n|sR0$aFp~%Ip*(B!0~CAlJm<^YnsVn}`{1@`yEW zQ)+5zn#ac{C|;o)WRPZeayTW=*(++$MQP*3M=h#tkyiVZu4m~|OsYtVS$u;jXag~L zL)4cc)aU+|McaWV;RAJM?;G5_b|$q5=ty?Ac1G$rL!SIWJ=*Iz?^ZgwxpC92ZjI!R zIkrhPamIOi;GJb-MHeiKysk<(<=ZY7H?G%_>~6mu*|@Qglaq7aym`evmKMTazkUtn z;FD{KJf3~!BPygIi5Yac-yzj*Ze?XmA{BQE9k@AcZy3>0anjMo&d!WVJ$v8H^v=g; zl-id5mWo`oA5Vwzs^0y4mmv2Mkddi8_Ax~*u<0}>KR^FOX{OaVMil0prl>+jdb(hD zcehE^gSjij}@_j}}26NGVvpb9<@CW%atu$A!7Hev1 z8p23z9}mbJxHkMiVnav8F~_2!B4nmkVDEiXo;NKmTOex%;hgv}XXE*MaW;7uqrYuh zJ=BO!!YnPkd^wAoYiy2j+@i`SUeU^Wv4uefXYcMCE-r8ugnJyn^C_eD&Yi8Er-&Cz z9&}M3U+q&~xpM8Nx6hxC0X5^{8GFr|xZox=Nv*xzXL0q##FqwUr!QnR;Z4200WHF_ z9e3_ndXz^BzkmNeMS6Z-UY`8Qm0NA|jl;q&bRJ*Z_xw`2U9rv%7IY)m=J36`^sbyD zoq2b;px}mgfQ^W#C?fEw#xg-c?MwCUN&?cdvg@OLswyjU&Yu?$)h6JBJI}`ps`z~U z{9ax~#f(PN^o$;*nWx6cWk)Uv3k!o0j#Vs@G)Rb(+~iK>b!m}PcA=+=X8;#JBwOIzqfepdbP;lqPdUWWLm zXXn3+{J4;+Cr-~6WggwwxKUgpq8E`MqRGR_$?1L`FZ}deK-|ZU+W3nXf>#B-o*Vw@ zEd#+ilA9Crp5_>HyBMTIy?>4T`sL-fSlj$FV`&F`vQl#e>6cpTlt6?}g zu=G~4B=HK`f*x_Z#Whp&hx>39u?uqvCygI{{&qsz|La(g!TOVV z->x2b>0C;9&J!IS{piUP?Js3@em6g~-_3lEOE8tn&CUI*G^j2Y>3$_#lLOG!7JPmw zq$=XwmAK+!Rd*$UWy_YW$**tuI{fkY$&;~7_*=WB%t-HFBhz2nngu!0#30zquA>WO zWMopL=PSDYwZ_I~;XSN+`PfK+d1_45mm$qd_16204aijK z-j`P;uMK8*>m6Lwd_HgvhuErM-c;!ohK62^edh!v$9q5XjiZ0KBm3K1w-n8Q$A?Qw z>caC2{`%|Y^=;glS6ttY?+Q3**RO~i zdKr|(SHta%F1U5;R^eM(sLjcZmtrX$H7y<4(WZfceUh6t(rB6xE~C713JVJbHV$oH zAn2`?3Eu7TkNEVq@?))`3Y|8_KA(P$Gr+HGK*kH8UR(}K!boioZ%x$hf4qUXGbzVE zi?8oA2$j#_UgX_ajDpHVSV0vwMm!hrgmhQAR3|lYSs|_Gu^%44Ox(CZNAf9nH?lEu zb;FJw^DrRTl$p3pUP@}t9$A|u;>JsLB%h*tA{#vl10Mf%eW0tpZ-=QRs3EdDB?Zun zl_eRRt$I9Me1WM%`l?NN+Pk`jF9}BPi5hRou~ z>XN~GyK{`=7B628)`ywzm$f+%BW0GfBPmBAi?6TP*PwT$3rA>oLB4a?S>cg}B=J?M z!M*Nv2#uW|b2bgt#68bj@9sV?IyySD*6dEslb)atZ5HgMJRFQr%-NpH(vP2>3*Z+O zRn&_;7G&_~?(SjIapzgrs;c5@#ZDwN;bTvoI@Kve*zz&QAgLyG+RjwC067- z>+ptBg1mylZb%3E)?^taOX!_b|ojhLO6^geoQd3iVa4x{D4$;ZSv;m5oGkL{y7Ox8KB|UAgf4ARSmRCf>oXwK( zEaXrPe5xUFt_mq@bKqtO(nYu?uBXh$z{9cd+Tf?TS3lOQa616j2^JU8N1%6HsNS6Og3hpWB4 zJwr1euC`qBqgSh;egNtHv|>CEm|+5w`l&g;m>HxOuouA|2-}zTyr8mz0Fu1cDniMisz*-H^tw+ZBFfby8MLO zDS-(i_O<1?>M!rECUZ+hE*|~zsp{#u091*)i5Yq4ty`vltvkaN^<}8im`^{ZtqoJR zn`I{N^WT$|C3f@Hts76C2riYgjj6^wd?tQ8Cudf3DX}VM{!++Mu+BCRzi{C~E_yc) z$so<_eO~yHnF2%CzkDw+B-CLn?Cesg{qzDw4hDlg$hVUm=&I*d$KJbUCK(k2X|1GS zr@Xwp#`A%q$Lz9`BHmpQoWsSt27{4)`0$~LnbgA9kvon&b-YsdzO{;9QZm{1P#9Nv zc{$`qtTi?+@xDI$=&@t3Z|+V{`L);h)|vw6n7l;^j&Z zLdaDcSa($e15HTJ*(5soLxJf5zuv8ky`mI(?< zX=@Aa-@pHJ+a9~(;J)>jhu>uWJYrOLN=LFLuiEj-{*jSzF~dz_5ktL3j*d$Nl-I}L z>W{T_&F2I88Cj#b#&L@}9~X&!{rdGmDbXt?F0K`7 zg2yY34W5c#p`b7y>d@0uLPSKw1oCc!4BA??@+?i-c$8dVFyRvCojWi$9c5st{8oE+ zn4A8wml$Q2Ly!e=s7-fN^09DP<+rZFE{-23P0p16$NYnF7rM&CUCsY#j@gg%|5OpG z+UisD|FjUA|K|Vw6Ay|&ATq!Dt;YiZXcQInC6dGR01E<^jG|Du3pb(W`XhLeAeCPjCH2kA{j%`<56Z#j7J&p z1Mwt~%%ePhtqzYefTa=Ww-xdzv*yY(esM0D-kgAfCc^pzKLF6k_+OY852G1#YzmP^ zMuYV3e%^ATPDn_|q)V=Os9_{f55O~4k|%h|g8#Qk_uuCaJU^HJY&UBEhhzLi{;MLi zw5ELjT~$@{U-|!!JW^7?6fr0z1z1qoZ&QWDtg(fPu?avW67lrQA^;MZhz2PXkOGJ5 zub~9sNUVFoTp@blk&@zJ|C=S6lQXIJ^F=)SR5XtUpW*Ap#|*+>H#ZNqM~?splUph zAeBZY04VwuIP~k?jTi(G#&*Llz!MR{yzdwUUCgB z05i3-g8?vxwt)ficpQZaz}6Z$!k~ZG!xR(%<)|ngIyey#%8U_zIs(*$LT zG7tcU=>ZWD06YK;1EQkFO8|gK0?8;UkqjBsY_A#9)MI-C0MM++^h+M$%=<4V^#qLr z4FN;~K{O&2oLUMs2MHL~>kts<>qpfC5In2`<>?FQhazLXw~)WIj!*~xv+Kwh0cyh1 zN58&|P!CSbE3uqGav&4o%Kw+v@&~K;Hx_Pu%^+@v0Wb!){Ew_4WAPYs!eIe02!KO_ zvc_c2oL>5CQUlJ`A&94dlY3>*%kT8cXfdf*Ccb}wd%6fD5iu5tzV z3WEXgiGuOE(|}-WLZ6cYFdfkUTr^K$9b#%0C!1SupG8k{6IA$i8c8r+d_ogv(oRdagJtfR$NkhqUM*bi9h zk8#sKV`?x)`U92*n=brwh6Wo;|IE(#hyB0b^8e8&63PdM|J?|{kNtlHLQPX+ivO>! zri%F2|NkeR|G@vJ`hfryMfL@$fYrEIVO>G~U0$6;JCHbH?jKDkIUIIekNV(9z`$UTY)lL! zp~xTrTaAFLA(T~N(>4G1=>V=U-XUFk12D#rtoztulhOLUy0AZnD*{LjA(8`_6aO_V zG27VxCbG2uHm;`MU;kr#F#*L9eBl8)bgSS`q7F?a68woizlbze?SGQCd?0h}*HFc( z`sdIyar^r(Vu-E5FCz(|@sAS~ibSIPQAAOwC@P4h;VHi?rr2Bjlc-`&{l9@E9Kn|i zQYgQOAXe?~Acv)VnALtz#MZ-jtzW3ZvZVhz1UvJbBv4U!z@CT!jA&FM1&zXk<6mD63P2^(=&Ax*7a9e`FmgYcfdK$V0o38@if|qyAOsZ#P>BHA z4@3uir*;U6k?n~iP{~9L4Gm%d8i9(#k5^EKtHV`+5FFKSiboA~!^E-@5aNeJ`vDND zQ8)qxKoI~G21AcrqVNDLA}R_70OLuna2{s1DFhad!ag>N0-yjg=nIC@!@K~FK%s&t z3_!#J5fSv2`yLEHR21L?qER#o$mkhI@THR{H17bAks!;eiz5K5)#2)p_Mzda5Ci}U zfZ+&Kkc>s4K{`gTL>d7D13)sF2vPD%XCmMO0%S0d7z|>75I>N?7-$p~g(v#TQGh@k z0T)Ok%(NOSSN@_=O(T(rWGaOX)=B)ph8b9deDDTUW!;SmD>ryXZCn`@B@F}QC!q(3 z1gJzODjC8AGj0#{LnogfQQLnzR`&nn^IP#>I?erF?ia_;^S{&)8q@N>RJH#7{_j8X z{962%F6N#6$V8g2A4Bpm1PzVkOGaTJKBiHie;K=SBou{0Plsow#sE}56cvEFqzf<~ zkWmlL!{b6h`GR_kZOdR39*3bD14w89RaHPwf7+hPL?sF{u?7wej0fTLF30zp=w(*) zEhZ9*>IbJ1;Vh_BRbc>(0;0(vb^M1dDiDMLFf0zlW9Us7Rh3m$VH5g!8ia`dDF_k2 z0U=@>!fBu|*_E+K;CT0x>5#BbYkVJWh83BP0)@$2+>lM+$jTdL4G54>WE3O$N*S0s z8lVg?Re>_VY6%CdApnS2w%U-I#u0oekl{ercaY7Y1SuaJJzJSUdN?W&LL|sh0jeLF z7{XGL(6~$}0cF5={MW>I_9!w)pt34`-$48sN+(_$f!hmDa{)03fMkY@6^Z}R$!QRNp$<5Bu#0fw;I@&qv0qck~20xO>#9$l- z1j2|kGJvL$=~$TH-ziKE*%f5w;IQuxs?RhfC%uGu5P+$VEs+W`gaa515&#sI3X%ab z2pLx>Jf1#xC4h*>0BACZ0SQzb3Qqw7QDG1P5I_*aFwCfaU>NId07!ytMt}qvDHJL+ zn_wcI76<}pJPH>``6FPP(#TXlkPP4mSRy%)L7iw60UDp^LqE!c0Z`QOV>K8enlkBJ zjW0+5$tb*vA2CFkN>rhei8LQPNbw^QsmgvJK9G?luZ*KmXdp#JYGU%r4DwSB@x$Rk z_0V)f9=12;`t5xk1gs#A`?lF0EFlPU}h3cGe4NrLjMm2$O8;(gZ`%@kw~4$ znq%2NR6meW8-Ou(?^!0r_q6fk5ytH_W?(4{vY8+a2p=C4&MIQBOd?WnRN{B4vkE5~ zP*J{9YC&(5M(tg9TtR6crhY z9z79mQnjggp-=n!VIz7^tZshL@K-{5OyV*jq60uOU_mE{@i{xutzm$k^#;geKoS{5 zqo^Q851n`?jk`91re znbq-|4!}?Ce}vjp`(I7%-}vu8^88NzuNggVK?MOH6gmLn2#^4&Bzgb`M}dql5{ioR z!Gnx#ITRkxo*-;wZ^7DqqOga4r|T#tl`%&dmnIa(7B@2z$}DC6#VoTYlBpAA%)h3_ zC+*pyk!*dA2O{Bg?FtaF0Ez&Bp*RX%!7^*I=FZ+48fUzC z=mU}!pe`W=&uj(An6Fd!s_At=Vf zohW8J6d;lzFmVJb=nGB@b(%nkV~=w>`+?)dtW8K3gO8gNM8fw2pwkv-+%IC=eb>|f z$xir8IcPI(h!e?xJQy^o^O>@h6sFhuerge80JfE9r~!6Tm?(!9a#A^cWvBW<%rg3! z^OB|~NaGcy2^1CYt+97X~G`hEsP&&(ZW5c3OyfwdcL z&+G-p(BVHL+3C&L2u*&53>lr@&XAdwB7;TYDd3NjH5kbG&$29-Q!~b+C=|N1`CIt3 zn9|#C;&poSA15IFK6?Mhu{(}jG)Sf@2ciflU;2&&b3=>mV`+5h>1^!;P;kBk5W@pC zz+rJ{$WQ{HDMIQL$8hMFh+%Ke;|O9WKI_Fk8YHPOL^MT(2CbV46Ui!4;|r?H-p$V! z7wX%F(KVz7Kniuj*JJDHJJC3noMxN&kNvqHjLO=jWQZz16vYY*115D1n~DfDo<^a9 zWX4tq84~lq)NH&uo4ooryJW`ax9orBsog&u|3@IE+yAPnYX92*|HShf@qad3o3Im{AL9rA^|c;!lTe208@kkFfZ7DJ}J~V;;=M4J`4z=q3}2?4suLLB>H6G zJZ>PPcY1v)GzJ7YWjqC)LJS1iqjD2oBg1XM;{tKaAQaUPM*-xSs4}s2g6h&EVI&Z( z0Ozs5vU0%~os1{hv*8{$5#XZZot{Py0ndc?$2f;7PIDw#biyherxoQXM-Zn~_$9ov zyO7cZW=6m-(<>XCX^^ z_|nn4##2dd$2$MomT?SLT;)SkyDM@-J_k{s1O+W?>uj2ORUm zT7Q6T#?do*s9$BBnLc^M2K-E=f18zN?DbExlo1|J3}Mfzo%re#GtHUEKo16F9BB)r z;i)*~iAocn1)!f5LK6dh=-H>N@8|zqDbxFzQNWIuepkYNzs4lg&hV+K-;g%nQ+4!% zT+Ezg_JmYm^8AMVKfe9TAOoh_{DIzNk;^1i$=XnLVxDiADeOGC4y01)iUg7$ z3~qq|u)whKpFi5*ozj&ufSmL~W&G@k9f@%&l(9z&LBp^+K=v(QRu&=sJ=?_yfG;i> zB(U5H8U-XXKfyO{ZLl2}g{rVrBar~Y0lFGs>?q)(ChxG^uO-srrR! z>P&CB^GZdG-Mp zRJjuXhW(P*p?_iWZ%7@+7b*ildLA?EU(xcdisoSyia1>8Te-Mhi9j8&g2%8(;BDu2#siiB9T}J1=un#Az1VQ903D{{-~Ao zIMClup8P4hvAXy;`VPX1=>)HAe*8P3(J!4v=(9whiu{a^q>mA-~VXbtIk1e3k^ zNxy%XK*nVLX%q`6Pa;`4#!AYKe_03!@dL>qBjcNeV;lvbP>B$^|A-f+^gIJIFmAA5 zM--q;KU2G!(V4;I-lmEr)=58BUil1SNeKYqzIu=uMhU`?V;BYp+;Dh2K*FH|04$D7 zp)$_?f>e;qObTT3Cx+1(160PE0Lt_nqX~Hl!OSRO&eWGln;3wMB4CJt;Vti|WMSCpl%2AjtC#ZoH)EkGDvA2Mt z&M?fx_gm=1PA8;^u}~Ds_(5PmE&vSs;V@Lz2T~Z6OA9bD1|4Tv6uSsuHyt39`k|N& zXrR*6d4o(I9Y-p&;*674hXamu*1(6camy5RF=uQ95Wo-?Cr!sFbNQHTPa%P5Mr?;U z1vy56+$7n-0BB-hXl@hW{Z#!=S3Bd1QF{@Js}FFeu{s*fK`>% zF;j}M)kmlTaOU*KD>G?;MOju16J@F%rBQKs3fvc@T7hAvWMUvB)!A?0p}+w66w%M7 zz$V<4?+xq9`l|hR2d3A6hPGleu<2@g#yR|ObjI?Spr|Oiw}mGX185`w77VFxmaQ)R zgKyq5*H;0Kfx2Kj^T^gQy9vikA7d|OzvpK%Ik1eenQKSP@D*v6jWxq37n~;yY!8?W z#RCRlh#=z|S4{CXuFM(b9t0R`dW=zjeB7Ry1^k`$WIIeXF}v^7Wjo3m3HWGffCM!A z-2&|MW;6T7%p}B)Gn76%7k%&4k2EXo(w>byr+zzSW{P8(k}UMGKAS>E zBa8(Gj18h0h?M;V+Eh^JA3*qzzWy?OR?5@Y#&w2IhcG_LGBY4-Udo^P1kCqgnUS9- zpVopiEwL$!??fe!&qN+i3<1f2JftIx@FYJJfKX6i{Ao)I1j#rwfKUMBX(ZD0T9M4} zsCdD?$G7zQ6f_PuO$L9j0q6^cIx;rujqrGD9F-oOf_ZqjvEc%Mt$_iNkkLk=k^#+M z?R>)XqWfML0lpefkKcQDWu{kkV=WJc9G>K3KYC_e|McLNOH=TC6WGO2bHPH9%fhB@~@2wEaBvbpoS*+JVkJVeK)7LLM(uJCajf8!TQ*HB8jWe`&!H(nWA91SFc#`)C zOEZ<%RRZ|*>FXz3SBo(TvIqu8D;_Mf-L83DRTKs#tD`O+vbqLSvD1&u;P;%jt`Q+a(R%}cPfyKkMj!YIgT(^D~D_RU3b z`&<-2S!z)D0wz#NL_zDp#UBt8TJXE7!&VJY6CPnszAaS+ZDYR}8>`rceMrRFZH$jRP}e}fFmh3f@VOwFcgsbsHX!Rc3A)FjgEJ|)+bNK1SY zXEasj5Nv`r|He0!o)Xa*=}g5>nr~$C5a0`fzD8U6A}L44T_M(ouXVL5b(~SiUW@t5 z?;d3pfQTA&v+}lAkD+zz>)2!pK>s^@ol^0Lj&XuLL915ml ze);aKQG>5G9r`jj&&TIWcvj;7Z*UsZc)F?x(5nC4E$M&vpFigRevoGc{{JUA`v{NO zB2x)pQWizvg@vb0Y`HiZ8^V=QZ;_Lb0Vohgn(v}H6CJ#BQ{LsmfVZ530r z7`^+WybJ!8#v$tU(|`Rd{EsIe`3&zpI~et3xY3^u&t9Lr{%(ZM^4_D6WF*K)h_(bv zZUqki^l2pCh%%o(ZSNq(a>OS0g$(E?ugs$*N{Q$uiIw>rzGgHmkG9GUmOz3sFbpH{ zHBDJ8-6p^|yFLSj8XJ;worD4m_#jS8U$xQ~t@N#uo~65ZJVO2=&nooaGHw~X3oz$6 z4pZEI7_`v;XS>6L0{wrs`{@7oFwY9~Us(bXbfl*~kBpb648o~QQ&>vz)x}mSUsMKQ zopMMAel^Bi+KAtk7`mB&xZWkIoHYB$JF7#ir$pI)Xd8HgwNZcYzQR_vtF6qcEYp2s zn4Y(!o#rsl>#|e~tB+ntsc$6vTYE-!9b8KWEx5i^NHjSF1+wH;<-k)WfSmxzvIPj? z_$?>tX-X#aeJ3ziWa-OF1xVUr(6%MaWux4Gq0pvl)&^_^OC{s*r0Dkp5on7(WN^p2 ztv{*(kwGb4Poa`!A1^AeRC$o#kUDLM%0Q>HOsm{jTJZR5ByO!+MMn;4AXlG(Y_y{7 zDA@cQMQg@vF^DEEo&*y0w10_}X0mj3f~aV2RXq zr(B{8^$Qh=i?dWK7CQy&MPs!_`eKUjSUPqvaC-wt+6!eJN8HkatCEmi!$>>BnuEi3 z*}(m-l@NNQ%Y%HUYKWq}z1@A8K***(J!>!Y8U~?eQ`N7&it-&6VP5MVhN%jt<`MgM zQRH+v0q;zgbBD}87rfU{=4h}L@YYe}bOdw9Y8>5(73O_S6;2(LTPkog*e_gtW0TWW z_L#%e-J|m69=Ds*h1={i`$Sr0W7X8VW5t}HdCE|MP74=>PE`&szE)G4(IL`QIs-{`2mYKx$omIZ7bAxAmGJ ziS{jZL3UI3q!20(?`jGmRsT*DLN2Ttg;28^#|2TN#%Wb56*^U~RQl2sLN9QJ$CwxE zhwAl1DU{BM_VXyKlH|8mNQaATcAT#j3yxVAHEJk$eO$lHR?(N(ShUEZ_n`ffItUwu zFH$Y0NZr4IT1-~3H`#4kHE`OMabjf^x?I5J{&jMN6YY!A$#If(P|4+FsZANDN_JTE zvV5PDtZza}-=PLhA@Znu>&k50o$d{oukoFTjUDh_M<<}b{<(E;suL^B`?|Wf8Ys8b zy(zF?xbCg9hNg~#zE2I!9m_ejeP~nDSQ}~$HO;-MM4LpCKkwAsUN5Sr?EdwlpIbHa zAkX^xKM4Ha$q}^8{_9yO|L@bir;q-h5Av*~|688_zc24z@#kcc`21===;XaxenAWO zq~k~=eG57DCZZYRr<`9 zUUC6G+If8*T~q6scXyhmyE^#Wab8El0-%3x9TRk+^K7rHU#f(0TkR46{laxios}5% ztlNF6Fz#o2-CA=Y_tl@=o~xRT{?pB7cNL+bhF`WF*SgQz`k#dHY?_iTN}v||ui-&S z|MP6`(f{vZo^|v;r*i7=LkVQ9sxL+pl;c#d4$8~iPA6owbw7%s>H%I!J7j^lWf+(W zNR=ugBVC&Ew)oW!RZx5VmgkC&mNqO|slmFay0uEhitipapHZ7qE>=0R^;l*J_jILu7H4_g`Zx zGw{+_VXcp_0uir0RGNF>veN}2rY5ISWhtv2YkA6*0vYmKYpD?3wz9#U_0OhjYCl0& z(?qnxvkp2rP_=1(S6HCMM%oQ#t0iR}$b73frxq^NI;3s4I}P%5Z5yiszGGFD)x{N8 z%z8?z20*veT-lTLWvj2WvZKTjt~doXY~?*FL+(~Q=-i`wp&ohBx8_2$oq_lWF2EGe;!ZceAFO68Jq?b0rtLe(wa10}JU)%8e;%kKV(S8-*3?vA?I1HB@pD?)7n zb;tD1ZY^1#%4*#-vb6?x4v;Id za)2yhcUm0JEz2*RoDe=0d91VP}HFOqXaYH-3YZNQHj%s*EVM zTWggokl!o2rd5M=>h@Z`x{DoHQCVDV1y(i^3@Nvjk1Gw8Q6aVul3ld(@Hkk$<>YXY z%~qdJwS?PoTyS!_5}IFxHs8uzn2*qHED4>_uGgTNz6<vh{M39fB;Wji^$^*_Jjx=jrw32f6@U41C5rhKY~aZAZe0{tRYPV&T)xg@n9CVSs` zq(LL24$ga&vF?lusXzAXr&-pq=d5|?k7gve;^r0x#vAYlh?`uGD3|=4Cg5^UqAkTU zp#S_D4WDjzo{37f;}+|`5}u{(vQHjO)ZOE2YXzQbTb_lz8s1AZpwfb_d3F@BZDv2{ zq^@~;$BO0MvKc?O{Pbsk)|UV6W3ELD&?5goJ=ibG|IeQ8?mf!?5Am!c{wr}Z0sWzPj+_&aoH-ed?x8Hyz14-`o@?+u}J;hUBxEXv^Kok)`q6FE-YUi zrzg`MSB_0p7s@G+3)6rS>#*0otX6Vd%v4(IjA>2;u#Tq+6pbwo#b4riDq6zwv*?6_So@ zTw*R}PK|)SU1R9wY5*ko&A;)@GFdYTnsFGS&3<37MMB*A`iUs6sDQu%$DuEzuzYFc zvv0lA16Ue~FGH?r=l}f~iRN?~vy`maMhpMH`)se6|95wH@987|{}9gxI>niwR9viW zInCnOiP3mLqfk)s1P51mO1STBpoY4fG>UDO+%K^5U3#ev-1^NRW9x4GA8|aw+@G^RIcpLNfRhX(ihC z|Jm{3i&w|~JY2ht=KX&#+}nTZ?*HNQ;j_p6{~*r>`i5pPo>RRWUea+YxRxWa2t4l) z{qjAD=I-lXw`N(E@X=r(&IX^)1|bXhAY%y)_#l!+->GG^A@sI0_M2&-c8I4RrDHpD)fl@AC3eaMoT(5)y|b4k%IFyEt1%3Lc#EN|ic7 zL;t=1UR&KTPBWG+M@S>C8c}Wf0h4E(Ks9-A;Ht>E1Y<9l3~F;3zQ|o6(W=P!2QW0ili+h+-U1s^QB~sQ15#ZMGXDK z(kSdnBsMnCNt~rDT);Ji=K+zHj7XBQYZ?-cupV=*&J+DgNXpU8j0Q6l;8?Igp#BF( zhiekC1jXb=%?DZt##*k1()@4hLjuiljHe{^J?|T5I-Lf9;{Wo)VoY$7@EqEedIQrT zmrO{Kh%M)WITXyQ1P?#i1i{KYlJIGaf@r}rl5$@jQ}9&|!whpY7HcdcT*w%3S(6A5 zzi2cCHfc;U!qKT2OLVq~Gdd?Oib={spR&O=+WO{))3a?Ky#Oqc_@!@w@FHV#5NIx5 zo}+-I8J*AoXN2#Fbw3q@2|Z%5SeoLe=FR9UDMbs{ddJ>3hi5(U@Bi1^zC?|v%y1eysE8L2jY`5o zJt(D7Nm!^c8Hm5*j8s>L%%S^OIt`#B48S%oJ~l9VMW1(mKT z3P+BHu*STvfM32@#GoK$Yc?5Qbe>Xo;HO0!;{9~q;rdT*AP}4%vJGB z$2h1!as@okzBxQXDdB9924odm@>^{gxlb%VMB|90<;+g&~PgQ&d~2&^-IkxWw@lHBz|UPlVrcaotS z8byf2d;tz7mHsnRdQD=fhrc24MuG&bfmCYv=wyN}^9xY9#4j}~DK8eOYAu_k>;~Z& z0fL}-fcHFOiQI+~V}wDJ_j6gL*g(;QMSrjiSj?;8HgZK9wHr_7c-k(?Jd|!=?Wb*z zJd{dd?Z;lZ6y`+!uac7#=L(TaXR?SQ1SLV8S)Kv4cA&@^V_DA#J=*#zn-SR->S^!r zCzm^j6M}v@(baz4+JG`CW7)Q`pypY+fH;Ugs^~znh$87=!7nR2@PY+bB$aCroslW! zS-M2ZC*w7q6OOh*lB6WS83{+?fI@B)DTzapp5_f98uN_caJ$fTvsr3;KisMRwzr*+ zjT`0UvZ~`Htk&51W#SDSXdYq=Cw zv{fBrJ@f9Af%V)Nr#(fCMU%g1)HGQXZO1I5LE&OVYQTKT2IGiL2Yb82e++h?4~Bmq z;Dq+A+PqKW{;)qh7+7R|8E5#txmE}WM^%HW<%?6C%`TP+xwJZXn$kGq+AT&27>O#V zZQ6|e0txS6FI9*fU-;8BsA{5*BFwos*)Qt`l@EQlF1~njQ_DWudo{`@dgl9Ql zRT@+y2Z&mIb&HB{9J5UMEs1?{@$wvTI*nC1eWNIE=18Wm?eu=NtDEg_y{uu&v}Q3c zSV6)bWKe+@c!|d(x-V&=uIV+dH177)YP+n6U{tghS?Fr4tm_C}0Lcm~jX|^8M_~XK zUUH5ExsZRMi~-}!Vst6>_C8NY;Byj@AY-XpOUM+L{5o*UTsA3mfK%ALY`i^i2+@3sSd4{71Nbn}NaP5WxOl|4zQr3c|l4!x#<0YGRrjkCJ_vS74me?s|c#mC+a(o4XmixQlu`OIbY4qiqTLubOfG&KL0xlJ$3x ztP8xJEPJTMMk&8A(BJ) zb2wuuo|3z>!Tdaj?%i2#ex6g$SIR?pk|c{ObaR4e&vO$3|9GZF`+nowE= zDy~#c^RK^dZCGV%u2oh`wRR3l{qY#n!nx-tC zOK;$mf;R#%=+YztOO|0pb1=DNs{#nDa>$pvQE)&u>T(d>Q|Uv(jYo*)Nn}8TmDfTG zi9*^M8_Qgq@a<+jTJM-!Uz%<6)`7`%|MiYO4OuCi2>Rq`M(%fN<5C}weAm$ti6 zW~#5qa_DvrSm~`z~6aUX|uJ#3=?GOE|;rj6TIfu{P{ulJvgrz0Eh<*9o zA!5#bE;@%V>lEqAk8cxK=Te9J$n_@vg)7gW#3;ZVbZyJrx^c&HJ(R|X)7&Ov z#%}bnX&t3LIv2vsk9M4_U$-`N>=@|hHfotaH)zvk)%@uq^^wldNrqB&wqV3(STL~C zwh|H~gUO|d3be}n-A$;l%WgyUMLuowSBMwI)zv5X{MyT@&cYUE=#_x-;+sOS`t_%^ z%$+Gb`}wYGh}(LZ?;T@Fp*N6JnSrb{Cen6Z-~%c+nkfq*j##Y1MJ?Gv4#0vFq_9v@ zlfD6z!*oydsBQk7uvpyalvkWTNDF;evsXEP5aQ}H&z`{H3!1yC?6H?C&z+S&_)aFU zJa<;Y%g;N3R_>YynZ=g*DS)rsKX3uq)w*YgF<1od} z+^srqM;gi<(arMw89YDp92z_xY98CpJQh#c?Rgdf<;6F5u=7yUBr0S-_t7V@c-X@a zR53r{G^X*iT@TYi=W;8xNUI{DgV25}x!zvYH)>S;ltmGZrx$oCPJT652#?t!Q!#>6 z36$X}5P9RzbGf>IkGHXb&Jz+)93cuL$b%V~V{Unp2~c?~rd0W~j68(0WkN;*AdROU zLSa5#Bkc&Ii(9c)rC$=|C}Q9P!JaG;mf%lK zMUw&o6xy4I(G6bmO++U-9%9Tk!AU6F+>yx~ILV;+$>cT5PE*23oNY>cl%ZIT5KdFP z^bn#Mk->SJG1akUqb1@R=~x0mY?7m|owT;{1lW#0lka&U8858i9?MJ_rJ<31(ca5I zu7J8l^a>0J#p)*SvlJs5Pgpvao)R+98Mh}%=Fkvp`!JSfesMq)urV2V8)jMBD{jMy zWah4y4Ke;Tv%i6?=|}cVcpFG|U16l+iESY3zBu1mDnCl=IO(J!vOKbGn|*r_#5j7M zx)X=%?zXl0-HdS=hd4(tLqD=;F(>ZD`3^dn=(X4D_jZuo%xeh2*6XRTRw3mAPmaQ+ z7|=ilP2-da!scMy>-Rhl2La*y6$?olx`$8_%~_b|;jG2mY3PjL@TZh!6I zc255wE41+U@2KY`IGeS>JypT4$N5Bt4kQyduW32!r6VVO!*r`E<}+7{66?0l)9Uy;^)Hs}zNF#;G63(hQ{-OX#pbY#}Js zPs$S=0*xb1Voo8(E9^z!FzrZvG&Yx=JBYJ6K^dJBE&$x%7&hfp)Rs;Hsl3-u80Qqi zNGxTu$_$#Oyf_-%&u4cdr{n`QR`9;x?^lOqRHL$fOh%+!DdY)-lcal9IfZW${QH8K z*pB&ZeE4A5Qz*v&BN`t(C2^oL(?fu8yVGG3|^1l)L%cb`x@x@M?p-esghr?q}~MoeEgYSwwD=H)VJCVKb-f z4%f(?(lL2TYrec&XHkKlOT(rvQA~u&;3%gV^6*sP@kdSIEw{(U-v%vg68?wI{efV1P*g@ z@D%mKZLewwhHDMM&>n)}-3-C-9)@6890DEF_pJ{2qKq*a8v48buIK&oCPuH>HJOh| ziiZ0;Xm59KcSprg+S3lW=mvw&=o|#335_YAkudkyp3-c#7(=98v3ONL)syZc&$+ki64R9>hREXvbMk$wer6Nd-?xh{BOj_-Eee_n0g5-l#bm7YqPS^Xs zgVqH9KG;yD`+!_ut@0LZM1vRZVv-IAiIjgexBV3iES&dWK_Y-WVl+#Yb!wE%@R(#Y zfDHvK?u^aZl*B~L{0&|@s#YCW+KN#vme`S4s3A#}S2jd=%0oNBCZT2-$;EY|R1J!A z){&YDWu=jx;ODzej9IQXd(y~j+cmXz977NlafbQyGX559*`KP zl$nsGCLRFhZtai}E}GW_OYcS;FU36OXym<+cJl6Cv%4nuj6j<=;q4BFI!RJ8A*m)) zzp%-Kg3=L+g)CSI$p&VvdGB2By}RCjH>XoM#e)s=XMe#-Kfs*uZM93(r+6wSPxm2X z=z3o)mbaWt77>bQe8uHj&@GD=o#6G^B4a7V5g(+4v*?=i1#)}v?|wgFJnQF($ax-E z@VfM*qBw;4kR?c8^a0xIU+?uZrvBU?z-ji91|$}eMoCfA0H#|GPiz%O&Eu+U5*rM9{MxG^5j5v_w3>lHs(HS4bx! z&>6ypM-j<59O*fo@{sm2BB{Ky;ogkR$;dtHBoc7c5i(eCk`8oUs)4EhPOo2&1_DcS zTrI}Fx<(NIlEpZp!9X@Ph}e|z!JNjlFaGrT_0+o}OSq;Vd3|#ew` zirned``$Czb9Vjb{_Z0M{>wi#^xsl|-oA}y`oDLu|8!WO{|CEI4<70NLp(qPN1mG` zOD_YznuI`Rz(EjC^~(w}gyennrhABNdI&Y#M(dB-G64PZtLNqSN^prMSjZSom+w*> zkW-RU7M_!U#UUS|{axsakfsUerzsl~d3)hrKq9yV%Vs0AIe-iB!HnQ2n{C3E4XwrF zS{#HjNKkTFm8F>k3#naj^nyfqX^?m(3%Qudml>TCw#dxeA-v@axca=9rG(E|6zcaA zOru3gtoQpKLJ_?tUs~^myLZ$*SOYv00_7B3eis>y=pRxh3LvA}LYe7=go7YuLRTkA z%5X3P(L#XH#U(GI1r#TZh?ZikfN74b4{#u(rB-1=h(ox8_2FZ6{7aCd0~QOBlMilK zdKEDoN>(LhQAAQc$PpQA=pK8>bbf?BeDb`6g)&MS{FGNFqx=dI%BbL-Ryp-1zuUC; zCFtIcWUjQ6Q@GuRRK?M$n0WMTcUMd%jVoRTx)z|oaQF?5gd7cTz*I}=a$vAoWb|Ar z?*tfcg^P&BQ_uP=H~I!TO({!hwnPvh0b#CU9cB!YR(Of}?pSd^yT`Br1}~&3he}@P z?g~-N#5;Z^xHS@k4&a<*5Gw}oC&cADEw<4dj?TIoY|L|5p7r-gQ6d&cOSzp4p76de zKIFzBXZZ|S`&pXhAhbxtXeWzwsxBR?_Pn6vXn64VncBP=Nw0ATtabP*9bnMg+n?NqjeiB;JWP%Ml*gp!oKU!D;hUPz)d zLjQm@3h%#R;qn}8MtZwF^KvnnkW>sH>aod0ywB8zk%Te7v{4gQ8ss9TD5ptBB+XRZ zPI)UV2=E3Pc%F>LF{&FBId>(%E^<}qRUtTIJX7#PCRXD}8?PwgLl%+orbb4I#jR!3 z)~r0r?IM!KC}yG996}qa1#9w+bz2dLVLiHl5kea)!+_Tv0Lbd)xd>7M_P*E*gl$ub z?9i*GaRFMgE$UUme~)Bw&Lg?1H#X3br2i^PE6t9K=sPAed`(%(eNP;_uv&mO%a^BX za4Oy?BheP7%H&QOslkU}v|KNuAXx|kKer|EbCn?INM4&OB%}ghgg*8qg_)pVP@f=0 z5C_tL>xwMVujrqmi?OGTNkUO>lmFM@(b4hw`MV#EfBvt{-jl5WXXV=4z0LpHROQc) zkIs%SD$C1dY0B%@@_+tv9-;q4MVc*M%lXzzNOT|duTeim{g+ih>S0W%8v4@+0!YpX zx)jSm8Kqp>!4tr`%L>XW?MTenP}SY-M?^Hm%ZRkJV}Vy7od8Kox9;5t|rl(4q=wkkTm3TcY^iPa5Nv|)j&5`(YGwFU-- zW9dwifnhu42tzvGh{h(rD*;X!HbgLEXmb<&=YLi}l#Lp=$_^Y|h9n{x@trg1QjAc{ zGJVCW?a?+i&}$|L=6J!EWA+|RQ<9YK0KxJ{V7P-gLpKoZhsNkqFdoUJhD9gnf1xK^ z@DlY8hiLPEBr2nS@vok2*7g8>M5@m3X!BqE!`{x*Pa65nZI@>0AyI(4jEt^Q;LW;J zRjX63PjUFv_hAo#r3pu4GLhHaVm;G%DmXqZBN<{~w$dga{LcWPLH+1h7{Cqza8-K? z;YmhPvuQ?`g_Z{YqrVJLTH9O$1rtb|kvY3o@j2OzG^>|4?U%CjWlpCMO6SepGP@tP zrP%v(8io}p6fx4qb1O;Ngn|>#6G zk){6|XK{I`8p`JQmOoY!^A|Y7;vg}$m^%U`wF@gT3{{PH#?ZEkXVE9ni*Mc;E3j`* zULKbY=MuPIYS0B1Os@Qv}{e55)1g_~yFq^XwJ>T7J_={542g+%8k(3&Et{F#H3 zk`R3+qfV+eS2rVp^b;2LV-}LZ2IMwZ`2{@j<6Qla5}L~Q4f0hXk+m>_*A2{NOXn&bCxV|#1aJS3_H~XK%9qs6>Pu5p& z&o2b};(+wMSpx1AR<#k@6EE=l`~@hk#p;yP3)#FcKtuW#6wi__p$+FJOVQyq5lu>y zex!tPQQ7{W72VDk3(yEXe+K(U?FhA(*2ZF^*p|lPyQ+^>hzJ&4-r9qG?CBx6!HS(P z)v#D4jivE)aJ@Gs86NIbyp(o$?t3xL3!bt0E0U!&0NtNxQspw9@8#$mm9t zJ|(~rdBJXCt-#m4`uNQj-oLR zu9QAzqxOzy1N1z4ksrvLiUdoYx#(tpmf-#e*@3?50m#?t#siEtF4&utPHBuI7aKEt z`OIj9vXoAzBvmSXEeD9NT9GKdTh*QicQoaIDSt>aJ##CNbI5Xcv=g23W#phg7)NY8 zm}8!i)EpQ&arEcmM&1zI!6>{zJuNl&|9$xC^yM*n^ZMn_YQt-xt1xfr##(! z3vT{V=_;*n+UE-p?5mQ3?RLt5BbNGTxS|dHDZwDkGThZn~`9RKWjM(dgu3BS1>k&XmPVI`If1e87c!DZ8B6^8QQr)78@9Y zBf%D^V`%UBKc0EH`w=*D%B7g=)8{y*lbnwMBViH;1Zd(2$!pI9FX4KR{^7n~q><6G z;wWM_WLh_mu!4yzFH&>Urw%A-`VXp5%z4dOdA~y9R25RJp zT$5-7_VXT6mhy_^YG%aTBjzsiI1CkGPV`mbP~EK5-ThcM3TVSgR;7GKvt?rIO9h*! z*Yf1|&IO?ct7SR|+5HAnc`N(<#l@*5k%2H4reNwk$w&&sIUw{} zW|}@f`R?NQ>=h)P!;uFCGkxE-xx3l0X=OMXd3jE+33_|>5){oZwXioMI3%f%Gh_+a zEjcY%bsWbhbGqIF;iCLExc-y8bP5eNwShUZOu##r`> za$x@JuypLPb@L{4y4?qTlqfSyo?~5mB~*dF5NFg4d`iUr05|xhHaM{+^-hm&)0Suc zg87FGstz=*~Rw&0dZ?EZUX+LF%upn#)1zpuEa+P|LfD5VLI zk=(&Wu01#${R~e%15xe_99*^Ri{d4ywkbIb0$>6?q*BsYTUL*n_N~v=K+cf8esgg= z0&-d|2-g%sgwSq(lC#kr8y@&irJ@37B=ylL`0fDFx~4?tcKc;QNGP~u>Cfc2JXTCm zQ8<0NxBv9nKeoLMDZ_Bi0t!5rV;H2h?=W)GpOA8mvwvUfLJyOt|EN4<7O*2NlOHR> zfNSb7LTAS>j}Om}-@QJ3b!>3yYw$(^sA@^>FMn4uF5*0zLjVuONO}47H$ujhsCd}s z7A%1{2wo5zMl>e55O=UE87eWWY%+N%nXCh`=A`B{02d*tynq84+&N;&hCsg49J)6$T;P;%JGcO!*{^i3Xwb|LS4%Hk_@iNM~^ z!?V{XufH3KlV7Xl<;`Dzck=qbO`>9D zVd)`3=;>r>NJ4jtNHfUt@aV$O{M6Y0=iz1E8A6#QYx)AT_qOS>nE*3% zVnXnkGWt0A^r@Pav8)*(?vFk)woLRGMUNByd*q8^J>+kf+kt>_R^%kDq-X^xidBOI zxgS7DKFbQ)WXgyysyV}Y^@^9sf)Ivd6HKWD1gxR}h~cWLim8vXWZigk9vM*LOct-tEyh725r@cEa@sksv0ZT>C{w`k_4wDSql)6%`z;+S_6YiLJK8&*rx53M;l1 z(Fp;)Ti%|2)!b&W;)?Bx;VHDMU$u{GZM)Wwia%9Uulx|vn(0lRpC>9#66j+P<`AU> z!t#(1T|s=CKJT_ zg7K_61T+$=Yii)E$h8RdP1HKwde3U07UC6I+VStC#<*l(R6hY$c7^lvmx?2I1c5wh zbNjHvVaR#pE6zR#qYrq~JKZJe?vU4%^!@0t@>D9rMIZAR8NFAO%aGFgjftPhCP;L# z+&v$?!dC=I(^m%OM3?1NRN3@puW@NtkF3Dx79$Fw^*WBEsnIl);`2H~C|*x!wDS1< zK$feGn_Lg*=y1JZ)640O)}Q&h(wM0}thMZPi>r41&!1U6ntwO zCRIjhMZ_nwS!^>o9K(q6RmKclDjG*jhNJu8?_6DcTQ(#rM6ETX^F_A6QNcX1LcFOP z*<8EQ{%0DjulbQri~eVC?`c8*GkiYWdyN0^Adh|G)T`cI1$KiH zXc{=`pQ4i65<;edZ*=ojlI1iIl8L(TktOoqMM%YxO(N?w@M9(<9;b%$stCTKd`k;i ziervp@ErNS{Jz*$UCovT<^890%=si;R?UlI6Q!~(u#F9ro(9Jxs-b*ghU-^CeT`-j z*r}>5In1$WEIaBNE7qu!d#l86@(x`zIzPoJAc{*|Bh^IxXi;qYqF}N z83tcq2)nFJoje`49U{8aGafde%Bv@*CH=keBjm5rKlFw$a)==&X$oaR#XQdW$Jn7vChQC2lgjG%5ipNoLui12_EW#Wnsmha?j z1bRp(gis00bzM6#p^vt=JIsWoRWVl9=OrbEcw6xG(>e^_d&>z&mnyQ0pGDly%_lC= zgr;1kFPz{g;$Xo9LEBaDYwCH@&PMy~D?g_!(q<1P)VQioc++HL5kGenL4EW@se&Lw zL7wfy$>U)q39&f=7xAk2H+d`X1Z=UQo%Wn&Dpm4X#7j!}%6-|Xh2m54>%Q(=51==6MwE1T|k8*f!gq_jX zXim~8K~D-3T#cTKja-CZr$iH(jH)DW$H`Fwwk0_=xzR6Qm zntb`|iJn^Mf574ZXENc_b_qRG((bwS`XgGz^mlhBS@31Q^v}F&DfnWWf&ve#R^KR< zix4IA(zle(&>`jMBEYC4M7`-*ZP=%QQ`?mI8nHRetQR?$LLD_VDod6wzg-@Ew;LKy z^GUt1^S@ccBfsuI#;pY~5e7oPkibo~a7E+rgrnXZCp}%QSkx4rVg3VI>S89#WYBuMv>B2RcBy9Sy1jLhLIX4*AbAt!$>P4HZ`) zu$_skE^M|W9A8FMdnb52m(Fh0li2OL6Cq|9+L~c*HDk|iMJCYF0{B`5S8?AyaW~yc zB&_G;zBB__MW;##ehFm$2>kLOC9j;2$s&rD==TMV#QF}!fFY@W`iTf3DV7?I3?1x) zqK%_53GjlectMuag;bQt9BMcvc4!cAfZH0&_)jlhpNq1PvNs{Yc9T$)=g2jCUr$#4 z=}ASuU6mwXjAd>(GGx^_?9J^2|GfAjWJ)CbbRqlQ`gCxgJ5v^#G zzE41|7a5yll{Kzm5L`fhi|VYRbWsMZDza6v4eSiXbsDqQ1@#*ns|EF9VM4`;m&y?f z{H&sg-Q=!YEDi|xhT$;GHN0?b37(#uK|VB3MR(`QhfFR@lBO&b^8HeIs7Y5;fPsTj`@>V(Y)p%`zZGhdiD(dq;nZr8TI-(C`-YWx7hz%*i(%d zJ=dA;yoP$PUk~+etW?_Xe~jnw+BZNg_8+^?i}^qHcAq`ke>}`ncd@f+JG@)I;H%ke znx$iTock6unYX*2gOU7$RU%ihb^>O6eQF39i+PqVg3O|2hV9P#t7vDge$Mmi_C?TU{nx=`{-1|=U|W0-SNx#a zJ{OxQCJ~o@8azuO1NAY4>Qu4fXq+svJhru9-+iv@?Wl+%aBuZeNM>w;UT8&tiaRY6 z^olRPe2_kVJJK=l(+=`||JQ~yTP{aYDR0v{waq(6Fw7;Zypm z93%)5kUN%GK9_A?GMXZZaTk!BD=)N-wwhZqrs6=7wma%rY&w`Xda8gbli}93twUhD ztfQ%kZ`;YU$?$I7%^?+rMTgju3A5~O1l~-qNIE6qk*XtaHyYzUShiO7i0JA5h{*47 z6INr{W!G_5CPFH>7pjz>t2bf=RM-C&p*f~;$?Mg|0=Abe14kU}MPwm+eC`6_63|9` zOLibRRLkDn!Md)8C6tR~rmo@^jkD@aAW4wkP=YRP7kg9GVOO@!d$z1t+0*UX63TTN zRX1I0Vc15q5OTb!tHN3L8k$iWud4Og3&%$F6^?6{WjJ2FBO%36!Qjz)Ro_&(TK6`E z_*LS_w*9WQ)vAi!o6Yi#pXH$z+bCle@p|frAfZCANbBj7sILoE zlh=-`-1tn}Uem2rd`|zc(B+Wkss`1H@&)|bo2zh4uJ>u~R(oX}w1={_N)WPMHserP zyGh%6clwnt{b`r~l-c$>b*ik96ShtNGkjLm|LpBP-G7w-9^!$73`?GoIRtcMER)tp z5TJi^kj;}p9(CSupW}#)bv|&Gj?gBJWeD?4Pvy%g1#|h_9esQ%pVs{^g_k)_)=viA zX8(V%w_DQx?mm6o{}1sL4qnX`iG$C|yos)d-W83*k(G8xhXBlz%sS#x{f^jV5DkQfWc#c`~8zn+g?{jm=S;wk(dkkTbI~6jT;*@t;Xcg>ETU~?q#`6b z4di8u@^m{NEi-$YuO?=D-Qp>RHwSg5qeUykOD_vtTb8A=3Uh9jhTBXIOBX0uQ%IFv zMc4`rR}`oR3SY}MGH&_Gm0MW5Rgr32K;{Zlw@aP3L0`hMH$#W*plaEhLYrt8Hb#zW z`}U|PTbQZlZBo^iwORI1$yNpxH%w{ElwmjRlbUT@b{?3EKJvyCGEZ!=S`KU zKZ!~Mh8KC;kZvj;iIm`IUdJQ2-g|;iFgdgg0F#5l8UZ^~mOZglWx4wBp=>*2rNIJ6 zvZ>=hW_|5xjzJ~K>J?0Ekh2LkO#EmQrQPIYp-!e}@}2|>8Cer-i1O@?em+_%Y~pwk zLsY!VO<$GFQOyF&ldD+6RZO|1@pp5eprU`eR&Z%BdGV5`x?B+ug}0(~A&>xUYd4qx zs>rb-I^e!@?{$i~S48>ZTf2sxl?9p1EDljncZH&)51(C9(uX!$&UlsLr53LEx-!@* zhS+;CP`pkeYg*wySb z4vo##)NdPaCyPP_p4BEA4;|r;!x^)EwEZ*w{uvu9-iQT-1ct64jcFvt3q)&KhP&n~=d`90$ZX216D{%R2Vi zu()|;U)QN(R2PY$bIBr|TC1`PP^V%QWQ1hqwl3B2w7_gth90S}UyMbfh(@|h7jZ`r zvT&^=q*FxJpHr$t?tf{D=Gp2DW-4QyEu28`e56lAhbrYM?W#_L{PS&(gX)WCWe}|W zCX2La-x3IefN%~{M(^v!*t1{tgjgg+r#c;woqEx+wx~RV%AFYeEd;M>*=Y+kzlfRZnV%=Q7JP)j940y6jI5sJm7S0X78jO>ff(ocHQy( zoVU%b_dj{U+qEx%n(u%14xa8G6z_kY@9#a{|2)LgaQ_4Lv>*~3O{RjzN~bt^wicBk zQg%SShz0gX`8J0Z)9l28SiYK3cP{y6QILvmr}pI(P7*#aH&idog8j>0Q6Yrmm}Pb@ zwJIq2);-LNSAgRQ31oKV7vN*16j&yKG`g9Q7_xKYlxWvEl_y%Kn6`NIS%Q5#S34lA zlkQ7wA#3GJYxIzq#KQDAGa`8&m<8FGJteY8Nf~bl7td0hk*PWt^{;{+xm>#9R4+uW zfFBxT)irC)!Fl5Ja`koc_mcG6d9AcoO;}r#rF90Z?~DXjd@;{$100LnMlRAdCs6Do zpW(e{2YfMiuih3sBWYh}kteC|W*p;qLi!o&lWQ7eBh(XoZ_nkVaU9aB2)hd@wR%*E%g?Bud5kazKoSvSoRnb_AL8vKJp*pE+CdCOU3}0PglRT;Z!mxDn zQUmD@?)EAgD-KR&-`qm$^r-;hKKfEAx+%%$iY)EW07ku^Z&r6HLXARrlC}o*p-@LV zViuBfMbusLaZsy-$yh|vB7)XSmr52d+pWr#w5s|tyiD>6iHv)e>4fv4u}kFl+ySV- z3E?=ShZ9IWu(akTf4Pl%Gn|H2xCN}fr%M#QWohG^4#GM?5BcPu%8Zm zgZ;Gd5U8L-yX7=Er%SLGE41s7(wRAz!d2u)&mqw?hQDJYx z(md8pA@G7e?~Ac;YKmF+YWDZnrSu@pkt3co;0z%tMA>tv<^|l>TUmr_2xv+f5XlI0 z{@O%AsGyY2t#=CtY^R6uor(=Ct=8umsnNcGnCsh%dKnYSm|!m{W0@GZo_g(A`oX)B zLsNZ!zgLibKcX5nVI?quL0ukxsZXkbCS(IFgyLU%eAe4B{I|(SOnSds z#bxBLS7J5r;<@3b`tIu(RD}&Gs-6Nnq?%}hA~Ug+i@LC^4CDE3aI8y9)43E&vL}Q-Z@cakMPiAO72Jf>u61Us>lm`d!7+vQDd@;-o6h>0fvMthIH%{H0RA zVOQ9$D{a==t=h`IOU@i7y4T2yB=I|S&b+=Rwb7e~nVgRbpR>|J3UI84@YZ4RAPg6FoJS`D&inyaI`uZKoiXw(l`?NM#v_#M6 zQF5pqa8`rUsWnqn-SorYxi`W2qZNpiHq{ji;QNb<)AOGEe<@%jq+7(%3libwISE)C z@@^wkQLzX+At?prO?RkHl_ET4yuA`Yw@wivUx5A0#VjR!#-gwr%wnw~)Cs21A|)$A zE!HaUlohs*AZoN_|F~sty@3i%uC;@TFq*bdZP_n*4;7HUt4&lKi`(y_0>r!7Mg^dE zwT}v5*Vstix$-Uyc|<29SO!sHPbDci&sb92Q{;WFw$C41$QjdkFve0H&=17FJR&4P z&y1jxk#tUDP_=)T;((lXSu~B6@*b(+;&~LPPHY&NC)x4^byR?J64J$dgnF;Q&aPJv z(bZI#wDC5uiV5p0z0xaO8swF1337OL%&kUXMe}ak(W8|8H-DV?TK1!2ZJ8m#i)>bK zEz2KCmFs*Lql$oYLBA zxoqa%0ktkbI?YHPxl@NND?qMHvye}PwsNdgmelqcM8qGeA?LWQQmcs1iq&f;tZf#X ztXA_1Ya70zE{mbbrgZIv(b-V7JO`GM?A_VJ-g2JSaW`3EAFcIUpK1Ne(}{dVolEd zrNLMBKLe=5k|A%-gNT4QsVESsTpNjS?S0uzG8fm|@qF_InC0JSf zZ@EqcMX0j`mwX7|ok{HbM1t-2`;HGl6^kR5ZeFHm(D?L8xe9#GQu+srGaQ|=@X**9 z|7HCKv`r^;^8%++lAV!>#G}fgLcA|IRiITBAeJvcyPv=uzppQxf6LAAi$eef<++>B zcs>q$%{9klhOa40Yped%PKQ?duhSRb;tXiZ|8TIkU&{YKeEvxPAL428|57HfWpf+3 zC{%Hv%F@W*qWL;Ma%B!BD-Up9#pEfku4AP!_idjtz@?Lqnk-uOQq%9P^zjh>zwLz4 z%Yd%x_DS-9+%VsTsW-Y>sl;qsjRQS!ZL2c8lf_N&5> zIq=U24lh(lvNf9ceL;BEA1@{olG1qE&<|Z?^;T{J9keUWN{}W5#yGelaoA5%ma%|E z@&bV8pi987NlGWn?w#X2>dQJK)MIgPg=*btfnU4*eSRI-y(#r4z~?2sK{xbtc)IGg zKYbb$42P;(GFTNN5LCSB7_z{U>*qMeQJjgGEOPE;~uZE;1~E>$(8qQdK{gU6NC zFU^(L6HG|BSwSn)MWpX6`$*&=jsZjmq7`S9wy}oH(16xS_8qtgr?jN3>sMC`B-(!w?G0ARNdPU=@fAx1*de_5&Ix>6PXp8(_ z+i-sJR)gu4Q_l)qFP4cLy{C5yF>lKfsog_StJq6LR*DKY9k;8bA6x70SRu~Rl9CWW zF6Lu#FjiUpk@xjhf5y?NI6}>RdcAHBRQ*~D#a3LMT)1?CwjjZB&NXf|@v7EwVe_lo z%5B#~e3d)NvQVhrQn?CNZn_+ce1DrjI|4ZRi?eZKj!~?kOxF4F~`;VIhPos-Ymfd#hj?ya}g$BKcg2nGTx z4^&kl8~;Xv%-X&hV@po0QeiqxRH+SR8?(Xn5J$-j>lh;E(CQm#^)D;4eI9LK6{6*t z7Pwi{{1;ckea5Gi{#((req-acPJ$Nt|NQB&nEzw=^x*OS=RuwZ;#q4_QTkxzQMUwg zn}&>W7R>S(P5%!YcP6V>n%=(_+>{8$F4I%~CjM4B@-(dO3ZL;takwew<#tCW z^V-gL*r9q&IMHsMz4c)3=~Y|Is8$O@V{f#I-HOwxQXHMdcEF7K%4&m z`Lkzb{m<^B{^uc{cKa{=$z2F_iDIknV3pG6wfrPc{x!Ageb7UH;fnQ|@Z5zn+8s|@ zH&UZVg3zV+9z|Q?bFoYauT0fZSO$(Apl+m(j-|O9s)z4+DNYkj{^$7p z+ZbPC8ky8%#`oL#B-^_8gbRjsudmAQo9gE$rOal_0wJbB>G4n1xRnpf(# z>PImhlgs$DaykFzJWkj1AFI3Ud$9i+?iJ;~z2UQG`;X`ULp&hlk=zLPu1qG302!o2 zY`aF#s!TIvRj6R`YjD>MwJ~Uv9-S7Hd}LOl%7@pq3qtr@8Zo@5CCg ziM>@iU@2i7vJMuH0ENO|ScLshjKp6v2{;U?Al*2U!0bjl(QqxPnh~kEpn_3xz3J*k z>;aO*k~mBlHP%2{s1ZViB~Tzc3gs=bI$Gn|Wj-`=M_@nUnmAO<#{nukNw4ZuSVRAh zzCV2Z-SNve-}&?K)--Dl5>^S?hF zKF4a#l^zTzljXpXN4q8UmeyhJe#NVJsX@H?8l#N!=xz|nY$UeTB`biVKD7{-Dz zk;M>RWHSZqF?5q)vKh`GuQ`op zB&C@i3{ho~@GK>GzT;&x$`OnM!VzbP##ze3ML;;>Y)(*qlDgo1bWRBR#rmw`6#u&A z`vcz>BUronHfYQ<97O=BuME-q5sgV-LD`1BzaZBnVhQ+Tdf&1X%~?uNNHR<#zJs{H zAk534m}SI4!1|asE+d)HcxtA18$AkYkI&=t_&h#;mFNEi00960d1yKe075wcH$!i{ literal 0 HcmV?d00001 diff --git a/.cache/helm/repository/gitlab-charts.txt b/.cache/helm/repository/gitlab-charts.txt new file mode 100644 index 0000000..5397080 --- /dev/null +++ b/.cache/helm/repository/gitlab-charts.txt @@ -0,0 +1,12 @@ +gitlab-agent +gitlab-runner +gitlab-zoekt +knative +auto-deploy-app +elastic-stack +gitlab +gitlab-omnibus +kubernetes-gitlab-demo +plantuml +apparmor +fluentd-elasticsearch diff --git a/.cache/helm/repository/gitlab-index.yaml b/.cache/helm/repository/gitlab-index.yaml new file mode 100644 index 0000000..c4afa7c --- /dev/null +++ b/.cache/helm/repository/gitlab-index.yaml @@ -0,0 +1,27973 @@ +apiVersion: v1 +entries: + apparmor: + - apiVersion: v1 + appVersion: 0.1.0 + created: "2020-07-07T23:39:32.36316513Z" + description: AppArmor profile loader for Kubernetes + digest: 3501edba1c925864893b56bc70be778b4122d44e33d9553e03949aa115e2a0ea + name: apparmor + urls: + - https://gitlab-charts.s3.amazonaws.com/apparmor-0.2.0.tgz + version: 0.2.0 + auto-deploy-app: + - apiVersion: v1 + created: "2020-12-17T04:18:02.944627222Z" + description: GitLab's Auto-deploy Helm Chart + digest: 05f3e583be88da47b1aa9804fafcfed5ae3bedd1d0489d954fd20c57b3383fb3 + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + name: auto-deploy-app + urls: + - https://gitlab-charts.s3.amazonaws.com/auto-deploy-app-0.8.1.tgz + version: 0.8.1 + - apiVersion: v1 + created: "2020-07-06T19:05:12.860173761Z" + description: GitLab's Auto-deploy Helm Chart + digest: c27090506cd8eb798d8c9e3ce490e01781ef46c377f17ccc0d540c8523e85d9c + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + name: auto-deploy-app + urls: + - https://gitlab-charts.s3.amazonaws.com/auto-deploy-app-0.8.0.tgz + version: 0.8.0 + - apiVersion: v1 + created: "2020-06-11T00:33:51.089834214Z" + description: GitLab's Auto-deploy Helm Chart + digest: 2e3410d07e971cba69108fb0885ca95e453b5f0d4cf4ee9486a735676caa0535 + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + name: auto-deploy-app + urls: + - https://gitlab-charts.s3.amazonaws.com/auto-deploy-app-0.7.0.tgz + version: 0.7.0 + - apiVersion: v1 + created: "2020-04-14T23:59:00.708875275Z" + description: GitLab's Auto-deploy Helm Chart + digest: 78a4e07f8b3698d281468305ab0ed81e0cdcae22f0e92a148845d3bd1cf24ac3 + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + name: auto-deploy-app + urls: + - https://gitlab-charts.s3.amazonaws.com/auto-deploy-app-0.6.1.tgz + version: 0.6.1 + - apiVersion: v1 + created: "2020-03-18T22:57:35.174532714Z" + description: GitLab's Auto-deploy Helm Chart + digest: 06d69f57a9e4d4890ff812037d7d882e9d6dadc6d39e6b949f5cc6c0d3c8cd7a + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + name: auto-deploy-app + urls: + - https://gitlab-charts.s3.amazonaws.com/auto-deploy-app-0.6.0.tgz + version: 0.6.0 + - apiVersion: v1 + created: "2020-02-18T23:36:06.294379466Z" + description: GitLab's Auto-deploy Helm Chart + digest: d673e7062034d83edb88e731139d435b1abc03cdd24a2145a35d648ba0dda1ff + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + name: auto-deploy-app + urls: + - https://gitlab-charts.s3.amazonaws.com/auto-deploy-app-0.5.2.tgz + version: 0.5.2 + - apiVersion: v1 + created: "2020-02-13T19:28:55.657798496Z" + description: GitLab's Auto-deploy Helm Chart + digest: 9630903d643af816342042b5d7bd44991cbc95c18b80f130dcd1f48c519feef9 + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + name: auto-deploy-app + urls: + - https://gitlab-charts.s3.amazonaws.com/auto-deploy-app-0.5.0.tgz + version: 0.5.0 + - apiVersion: v1 + created: "2020-02-04T21:51:35.807265649Z" + description: GitLab's Auto-deploy Helm Chart + digest: 9f486c7ee914bb658b3779e3cc4e11f5fe66e890ee84496494c6c5df247e6295 + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + name: auto-deploy-app + urls: + - https://gitlab-charts.s3.amazonaws.com/auto-deploy-app-0.4.1.tgz + version: 0.4.1 + - apiVersion: v1 + created: "2019-12-03T18:42:18.469692478Z" + description: GitLab's Auto-deploy Helm Chart + digest: cf636996433a5842f05e6212102ba8ba38766927662e0a27e184c6c49df387ff + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + name: auto-deploy-app + urls: + - https://gitlab-charts.s3.amazonaws.com/auto-deploy-app-0.4.0.tgz + version: 0.4.0 + - apiVersion: v1 + created: "2019-11-25T02:02:46.690212171Z" + description: GitLab's Auto-deploy Helm Chart + digest: 76f95b74bf6537b083ce281bb36d166ec22a6eecb5bba1062710ce5d0bf70b83 + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + name: auto-deploy-app + urls: + - https://gitlab-charts.s3.amazonaws.com/auto-deploy-app-0.3.0.tgz + version: 0.3.0 + - apiVersion: v1 + created: "2019-11-08T09:57:25.318249911Z" + description: GitLab's Auto-deploy Helm Chart + digest: 9b6d9f29aacd8ee4f9e0b7dbb92f2713425f4a3c1812a2a15e8548e5518ea603 + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + name: auto-deploy-app + urls: + - https://gitlab-charts.s3.amazonaws.com/auto-deploy-app-0.2.11.tgz + version: 0.2.11 + - apiVersion: v1 + created: "2019-10-22T14:54:23.519257705Z" + description: GitLab's Auto-deploy Helm Chart + digest: 8c66587ab32211c9cce9657ae60f53f861355a0f7259d3a33ac67e52946a678f + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + name: auto-deploy-app + urls: + - https://gitlab-charts.s3.amazonaws.com/auto-deploy-app-0.2.10.tgz + version: 0.2.10 + - apiVersion: v1 + created: "2019-10-04T20:00:31.717281539Z" + description: GitLab's Auto-deploy Helm Chart + digest: fb723047f22db15d712d4059ab8bc966a85d8218f1d0a13de32b72c6e61d3cfb + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + name: auto-deploy-app + urls: + - https://gitlab-charts.s3.amazonaws.com/auto-deploy-app-0.2.9.tgz + version: 0.2.9 + - apiVersion: v1 + created: "2019-02-22T12:17:35.658247323Z" + description: GitLab's Auto-deploy Helm Chart + digest: b2c7c2b4bdbe620ecd7e3c49a99a92218db56a8aaacd63ab3b896a72a1a2ca3a + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + name: auto-deploy-app + urls: + - https://gitlab-charts.s3.amazonaws.com/auto-deploy-app-0.2.8.tgz + version: 0.2.8 + - apiVersion: v1 + created: "2019-02-07T17:28:01.358476101Z" + description: GitLab's Auto-deploy Helm Chart + digest: b19a5356015a7c0cc46196bcc10a6ccc4280b86b95b2374d05cff37387fee1c1 + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + name: auto-deploy-app + urls: + - https://gitlab-charts.s3.amazonaws.com/auto-deploy-app-0.2.7.tgz + version: 0.2.7 + - apiVersion: v1 + created: "2019-01-22T22:29:36.076883427Z" + description: GitLab's Auto-deploy Helm Chart + digest: 65dd40fd4f1566afce59e33e437a05cb2f39a4b40c99e69afe8701973486b699 + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + name: auto-deploy-app + urls: + - https://gitlab-charts.s3.amazonaws.com/auto-deploy-app-0.2.6.tgz + version: 0.2.6 + - apiVersion: v1 + created: "2018-12-11T10:27:47.494354745Z" + description: GitLab's Auto-deploy Helm Chart + digest: 7c430cbc0b462bbb52f9bcfd84ca7704d00a8220b14f295352adee33d277c372 + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + name: auto-deploy-app + urls: + - https://gitlab-charts.s3.amazonaws.com/auto-deploy-app-0.2.5.tgz + version: 0.2.5 + - apiVersion: v1 + created: "2018-11-28T17:41:52.28777901Z" + description: GitLab's Auto-deploy Helm Chart + digest: 2b0a3326dc53d9375a1b6965a01b8ab1939696276fd2cee07679cc9a6d1d1837 + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + name: auto-deploy-app + urls: + - https://gitlab-charts.s3.amazonaws.com/auto-deploy-app-0.2.4.tgz + version: 0.2.4 + elastic-stack: + - apiVersion: v1 + appVersion: 7.6.2 + created: "2020-05-13T12:29:02.648770009Z" + description: A Helm chart for Elastic Stack + digest: bcd603f77a75a8b3180328156e4a38fdef5c72788c72ff8b510ecd5795652f35 + home: https://www.elastic.co/products + icon: https://www.elastic.co/assets/bltb35193323e8f1770/logo-elastic-stack-lt.svg + name: elastic-stack + urls: + - https://gitlab-charts.s3.amazonaws.com/elastic-stack-3.0.0.tgz + version: 3.0.0 + fluentd-elasticsearch: + - apiVersion: v1 + appVersion: 2.8.0 + created: "2021-03-15T14:54:53.986944346Z" + description: A Fluentd Helm chart for Kubernetes with Elasticsearch output + digest: dfebc613e5783551422a803ada3763de9748f1f6270074a1616d843337c793f6 + engine: gotpl + home: https://www.fluentd.org/ + icon: https://raw.githubusercontent.com/fluent/fluentd-docs/master/public/logo/Fluentd_square.png + keywords: + - fluentd + - elasticsearch + - multiline + - detect-exceptions + - logging + maintainers: + - email: andre.bauer@kiwigrid.com + name: monotek + - email: axel.koehler@kiwigrid.com + name: axdotl + name: fluentd-elasticsearch + sources: + - https://github.com/kiwigrid/helm-charts/tree/master/charts/fluentd-elasticsearch + - https://github.com/fluent/fluentd-kubernetes-daemonset + - https://github.com/GoogleCloudPlatform/fluent-plugin-detect-exceptions + - https://github.com/kubernetes/kubernetes/tree/master/cluster/addons/fluentd-elasticsearch/fluentd-es-image + urls: + - https://gitlab-charts.s3.amazonaws.com/fluentd-elasticsearch-6.2.8.tgz + version: 6.2.8 + - apiVersion: v1 + appVersion: 2.8.0 + created: "2021-03-12T11:10:50.15138066Z" + description: A Fluentd Helm chart for Kubernetes with Elasticsearch output + digest: 7421ba30dbd892c0d5fadf58bacffec268700904dd38b6c04cec0f052659603e + engine: gotpl + home: https://www.fluentd.org/ + icon: https://raw.githubusercontent.com/fluent/fluentd-docs/master/public/logo/Fluentd_square.png + keywords: + - fluentd + - elasticsearch + - multiline + - detect-exceptions + - logging + maintainers: + - email: andre.bauer@kiwigrid.com + name: monotek + - email: axel.koehler@kiwigrid.com + name: axdotl + name: fluentd-elasticsearch + sources: + - https://github.com/kiwigrid/helm-charts/tree/master/charts/fluentd-elasticsearch + - https://github.com/fluent/fluentd-kubernetes-daemonset + - https://github.com/GoogleCloudPlatform/fluent-plugin-detect-exceptions + - https://github.com/kubernetes/kubernetes/tree/master/cluster/addons/fluentd-elasticsearch/fluentd-es-image + urls: + - https://gitlab-charts.s3.amazonaws.com/fluentd-elasticsearch-6.2.7.tgz + version: 6.2.7 + - apiVersion: v1 + appVersion: 2.8.0 + created: "2021-02-10T13:21:23.563702548Z" + description: A Fluentd Helm chart for Kubernetes with Elasticsearch output + digest: 379ff488ac7667c718bfab55e63a7c4f094532656cc7ef39c062d5d89d134a71 + engine: gotpl + home: https://www.fluentd.org/ + icon: https://raw.githubusercontent.com/fluent/fluentd-docs/master/public/logo/Fluentd_square.png + keywords: + - fluentd + - elasticsearch + - multiline + - detect-exceptions + - logging + maintainers: + - email: andre.bauer@kiwigrid.com + name: monotek + - email: axel.koehler@kiwigrid.com + name: axdotl + name: fluentd-elasticsearch + sources: + - https://github.com/kiwigrid/helm-charts/tree/master/charts/fluentd-elasticsearch + - https://github.com/fluent/fluentd-kubernetes-daemonset + - https://github.com/GoogleCloudPlatform/fluent-plugin-detect-exceptions + - https://github.com/kubernetes/kubernetes/tree/master/cluster/addons/fluentd-elasticsearch/fluentd-es-image + urls: + - https://gitlab-charts.s3.amazonaws.com/fluentd-elasticsearch-6.2.6.tgz + version: 6.2.6 + - apiVersion: v1 + appVersion: 2.8.0 + created: "2021-01-22T13:42:11.37836248Z" + description: A Fluentd Helm chart for Kubernetes with Elasticsearch output + digest: b86420d89893c2968d7f40c3dd03d640f72c7721b6e46f01b617f1d12f0a4a31 + engine: gotpl + home: https://www.fluentd.org/ + icon: https://raw.githubusercontent.com/fluent/fluentd-docs/master/public/logo/Fluentd_square.png + keywords: + - fluentd + - elasticsearch + - multiline + - detect-exceptions + - logging + maintainers: + - email: andre.bauer@kiwigrid.com + name: monotek + - email: axel.koehler@kiwigrid.com + name: axdotl + name: fluentd-elasticsearch + sources: + - https://github.com/kiwigrid/helm-charts/tree/master/charts/fluentd-elasticsearch + - https://github.com/fluent/fluentd-kubernetes-daemonset + - https://github.com/GoogleCloudPlatform/fluent-plugin-detect-exceptions + - https://github.com/kubernetes/kubernetes/tree/master/cluster/addons/fluentd-elasticsearch/fluentd-es-image + urls: + - https://gitlab-charts.s3.amazonaws.com/fluentd-elasticsearch-6.2.5.tgz + version: 6.2.5 + - apiVersion: v1 + appVersion: 2.8.0 + created: "2020-08-04T08:29:22.003928505Z" + description: A Fluentd Helm chart for Kubernetes with Elasticsearch output + digest: 1eb54f9c94182ec414b456560d4de41f6228f7c120d1a9c365cf7210ed0ce189 + engine: gotpl + home: https://www.fluentd.org/ + icon: https://raw.githubusercontent.com/fluent/fluentd-docs/master/public/logo/Fluentd_square.png + keywords: + - fluentd + - elasticsearch + - multiline + - detect-exceptions + - logging + maintainers: + - email: andre.bauer@kiwigrid.com + name: monotek + - email: axel.koehler@kiwigrid.com + name: axdotl + name: fluentd-elasticsearch + sources: + - https://github.com/kiwigrid/helm-charts/tree/master/charts/fluentd-elasticsearch + - https://github.com/fluent/fluentd-kubernetes-daemonset + - https://github.com/GoogleCloudPlatform/fluent-plugin-detect-exceptions + - https://github.com/kubernetes/kubernetes/tree/master/cluster/addons/fluentd-elasticsearch/fluentd-es-image + urls: + - https://gitlab-charts.s3.amazonaws.com/fluentd-elasticsearch-6.2.4.tgz + version: 6.2.4 + - apiVersion: v1 + appVersion: 2.8.0 + created: "2020-03-13T15:52:24.308310818Z" + description: A Fluentd Helm chart for Kubernetes with Elasticsearch output + digest: a95f76d5bfa01fd8ca155a63c6c379127213b505ffb9cd4d5ea45dc49a85884f + engine: gotpl + home: https://www.fluentd.org/ + icon: https://raw.githubusercontent.com/fluent/fluentd-docs/master/public/logo/Fluentd_square.png + keywords: + - fluentd + - elasticsearch + - multiline + - detect-exceptions + - logging + maintainers: + - email: andre.bauer@kiwigrid.com + name: monotek + - email: axel.koehler@kiwigrid.com + name: axdotl + name: fluentd-elasticsearch + sources: + - https://github.com/kiwigrid/helm-charts/tree/master/charts/fluentd-elasticsearch + - https://github.com/fluent/fluentd-kubernetes-daemonset + - https://github.com/GoogleCloudPlatform/fluent-plugin-detect-exceptions + - https://github.com/kubernetes/kubernetes/tree/master/cluster/addons/fluentd-elasticsearch/fluentd-es-image + urls: + - https://gitlab-charts.s3.amazonaws.com/fluentd-elasticsearch-6.2.3.tgz + version: 6.2.3 + - apiVersion: v1 + appVersion: 2.8.0 + created: "2020-03-10T16:00:11.554307789Z" + description: A Fluentd Helm chart for Kubernetes with Elasticsearch output + digest: acf45779fd8de9ddf54e7a53ffdadb0bdf572a98b626edf8f1338eaa4b529f9b + engine: gotpl + home: https://www.fluentd.org/ + icon: https://raw.githubusercontent.com/fluent/fluentd-docs/master/public/logo/Fluentd_square.png + keywords: + - fluentd + - elasticsearch + - multiline + - detect-exceptions + - logging + maintainers: + - email: andre.bauer@kiwigrid.com + name: monotek + - email: axel.koehler@kiwigrid.com + name: axdotl + name: fluentd-elasticsearch + sources: + - https://github.com/kiwigrid/helm-charts/tree/master/charts/fluentd-elasticsearch + - https://github.com/fluent/fluentd-kubernetes-daemonset + - https://github.com/GoogleCloudPlatform/fluent-plugin-detect-exceptions + - https://github.com/kubernetes/kubernetes/tree/master/cluster/addons/fluentd-elasticsearch/fluentd-es-image + urls: + - https://gitlab-charts.s3.amazonaws.com/fluentd-elasticsearch-6.2.2.tgz + version: 6.2.2 + - apiVersion: v1 + appVersion: 2.8.0 + created: "2020-03-10T12:46:42.886705867Z" + description: A Fluentd Helm chart for Kubernetes with Elasticsearch output + digest: 53e4207f2eb6dd5ec6748bb14da6e2459bcacbdf1f33e8838506a8b8bee3e9f2 + engine: gotpl + home: https://www.fluentd.org/ + icon: https://raw.githubusercontent.com/fluent/fluentd-docs/master/public/logo/Fluentd_square.png + keywords: + - fluentd + - elasticsearch + - multiline + - detect-exceptions + - logging + maintainers: + - email: andre.bauer@kiwigrid.com + name: monotek + - email: axel.koehler@kiwigrid.com + name: axdotl + name: fluentd-elasticsearch + sources: + - https://github.com/kiwigrid/helm-charts/tree/master/charts/fluentd-elasticsearch + - https://github.com/fluent/fluentd-kubernetes-daemonset + - https://github.com/GoogleCloudPlatform/fluent-plugin-detect-exceptions + - https://github.com/kubernetes/kubernetes/tree/master/cluster/addons/fluentd-elasticsearch/fluentd-es-image + urls: + - https://gitlab-charts.s3.amazonaws.com/fluentd-elasticsearch-6.2.1.tgz + version: 6.2.1 + - apiVersion: v1 + appVersion: 2.8.0 + created: "2020-03-05T21:41:23.676956458Z" + description: A Fluentd Helm chart for Kubernetes with Elasticsearch output + digest: ac43a2ab636bb39cf6439fbc857e7c356246e5236554e048268f69f6f472a7bf + engine: gotpl + home: https://www.fluentd.org/ + icon: https://raw.githubusercontent.com/fluent/fluentd-docs/master/public/logo/Fluentd_square.png + keywords: + - fluentd + - elasticsearch + - multiline + - detect-exceptions + - logging + maintainers: + - email: andre.bauer@kiwigrid.com + name: monotek + - email: axel.koehler@kiwigrid.com + name: axdotl + name: fluentd-elasticsearch + sources: + - https://github.com/kiwigrid/helm-charts/tree/master/charts/fluentd-elasticsearch + - https://github.com/fluent/fluentd-kubernetes-daemonset + - https://github.com/GoogleCloudPlatform/fluent-plugin-detect-exceptions + - https://github.com/kubernetes/kubernetes/tree/master/cluster/addons/fluentd-elasticsearch/fluentd-es-image + urls: + - https://gitlab-charts.s3.amazonaws.com/fluentd-elasticsearch-6.1.1.tgz + version: 6.1.1 + gitlab: + - apiVersion: v1 + appVersion: v16.9.2 + created: "2024-03-06T18:29:01.208100045Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.12.7 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.18.0 + - condition: postgresql.install + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 12.5.2 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.61.2 + - condition: redis.install + name: redis + repository: https://charts.bitnami.com/bitnami + version: 16.13.2 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + - alias: nginx-ingress-geo + condition: nginx-ingress-geo.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + - condition: gitlab-zoekt.install + name: gitlab-zoekt + repository: https://charts.gitlab.io/ + version: 1.0.1 + - condition: traefik.install + name: traefik + repository: https://helm.traefik.io/traefik + version: 10.19.4 + - alias: haproxy + condition: haproxy.install + name: kubernetes-ingress + repository: https://haproxytech.github.io/helm-charts + version: 1.32.0 + description: GitLab is the most comprehensive AI-powered DevSecOps Platform. + digest: 24807c8019062642854da1468c7855ba922c22af8856cebcab18814d06cd0f97 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-7.9.2.tgz + version: 7.9.2 + - apiVersion: v1 + appVersion: v16.9.1 + created: "2024-02-21T12:52:31.43257449Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.12.7 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.18.0 + - condition: postgresql.install + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 12.5.2 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.61.2 + - condition: redis.install + name: redis + repository: https://charts.bitnami.com/bitnami + version: 16.13.2 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + - alias: nginx-ingress-geo + condition: nginx-ingress-geo.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + - condition: gitlab-zoekt.install + name: gitlab-zoekt + repository: https://charts.gitlab.io/ + version: 1.0.1 + - condition: traefik.install + name: traefik + repository: https://helm.traefik.io/traefik + version: 10.19.4 + - alias: haproxy + condition: haproxy.install + name: kubernetes-ingress + repository: https://haproxytech.github.io/helm-charts + version: 1.32.0 + description: GitLab is the most comprehensive AI-powered DevSecOps Platform. + digest: 512c0507502cf34e25d3a1416b794ebfd120b2a3b6d348c2132e6d079a24efe2 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-7.9.1.tgz + version: 7.9.1 + - apiVersion: v1 + appVersion: v16.9.0 + created: "2024-02-15T13:30:00.65623143Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.12.7 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.18.0 + - condition: postgresql.install + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 12.5.2 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.61.2 + - condition: redis.install + name: redis + repository: https://charts.bitnami.com/bitnami + version: 16.13.2 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + - alias: nginx-ingress-geo + condition: nginx-ingress-geo.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + - condition: gitlab-zoekt.install + name: gitlab-zoekt + repository: https://charts.gitlab.io/ + version: 1.0.1 + - condition: traefik.install + name: traefik + repository: https://helm.traefik.io/traefik + version: 10.19.4 + - alias: haproxy + condition: haproxy.install + name: kubernetes-ingress + repository: https://haproxytech.github.io/helm-charts + version: 1.32.0 + description: GitLab is the most comprehensive AI-powered DevSecOps Platform. + digest: 789ec56d929c7ec403fc05249639d0c48ff6ab831f90db7c6ac133534d0aba19 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-7.9.0.tgz + version: 7.9.0 + - apiVersion: v1 + appVersion: v16.8.4 + created: "2024-03-06T18:55:31.336375361Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.12.7 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.18.0 + - condition: postgresql.install + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 12.5.2 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.61.0 + - condition: redis.install + name: redis + repository: https://charts.bitnami.com/bitnami + version: 16.13.2 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + - alias: nginx-ingress-geo + condition: nginx-ingress-geo.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + - condition: gitlab-zoekt.install + name: gitlab-zoekt + repository: https://charts.gitlab.io/ + version: 1.0.0 + - condition: traefik.install + name: traefik + repository: https://helm.traefik.io/traefik + version: 10.19.4 + - alias: haproxy + condition: haproxy.install + name: kubernetes-ingress + repository: https://haproxytech.github.io/helm-charts + version: 1.32.0 + description: GitLab is the most comprehensive AI-powered DevSecOps Platform. + digest: ad1b6496168107d3abc724dcf38c735169f0a04994a87569430ef41dfa73137f + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-7.8.4.tgz + version: 7.8.4 + - apiVersion: v1 + appVersion: v16.8.3 + created: "2024-02-21T15:40:09.408894192Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.12.7 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.18.0 + - condition: postgresql.install + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 12.5.2 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.61.0 + - condition: redis.install + name: redis + repository: https://charts.bitnami.com/bitnami + version: 16.13.2 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + - alias: nginx-ingress-geo + condition: nginx-ingress-geo.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + - condition: gitlab-zoekt.install + name: gitlab-zoekt + repository: https://charts.gitlab.io/ + version: 1.0.0 + - condition: traefik.install + name: traefik + repository: https://helm.traefik.io/traefik + version: 10.19.4 + - alias: haproxy + condition: haproxy.install + name: kubernetes-ingress + repository: https://haproxytech.github.io/helm-charts + version: 1.32.0 + description: GitLab is the most comprehensive AI-powered DevSecOps Platform. + digest: 0db1beb61ad95a8c7c4f1cdba23ff6fc7bd38795cf9ed45de0f7ad2737c7902f + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-7.8.3.tgz + version: 7.8.3 + - apiVersion: v1 + appVersion: v16.8.2 + created: "2024-02-07T17:27:34.727791028Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.12.7 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.18.0 + - condition: postgresql.install + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 12.5.2 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.61.0 + - condition: redis.install + name: redis + repository: https://charts.bitnami.com/bitnami + version: 16.13.2 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + - alias: nginx-ingress-geo + condition: nginx-ingress-geo.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + - condition: gitlab-zoekt.install + name: gitlab-zoekt + repository: https://charts.gitlab.io/ + version: 1.0.0 + - condition: traefik.install + name: traefik + repository: https://helm.traefik.io/traefik + version: 10.19.4 + - alias: haproxy + condition: haproxy.install + name: kubernetes-ingress + repository: https://haproxytech.github.io/helm-charts + version: 1.32.0 + description: GitLab is the most comprehensive AI-powered DevSecOps Platform. + digest: a17344e044350fd37da4a2acdaf61eea7b6e77ee214a955424b8d164ff251e5e + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-7.8.2.tgz + version: 7.8.2 + - apiVersion: v1 + appVersion: v16.8.1 + created: "2024-01-25T10:00:25.069427097Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.12.7 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.18.0 + - condition: postgresql.install + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 12.5.2 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.60.0 + - condition: redis.install + name: redis + repository: https://charts.bitnami.com/bitnami + version: 16.13.2 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + - alias: nginx-ingress-geo + condition: nginx-ingress-geo.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + - condition: gitlab-zoekt.install + name: gitlab-zoekt + repository: https://charts.gitlab.io/ + version: 1.0.0 + - condition: traefik.install + name: traefik + repository: https://helm.traefik.io/traefik + version: 10.19.4 + - alias: haproxy + condition: haproxy.install + name: kubernetes-ingress + repository: https://haproxytech.github.io/helm-charts + version: 1.32.0 + description: GitLab is the most comprehensive AI-powered DevSecOps Platform. + digest: cd7915bb9b0b00059ee1f900a4801608c551fd1797986e2842bad263790ff1bb + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-7.8.1.tgz + version: 7.8.1 + - apiVersion: v1 + appVersion: v16.8.0 + created: "2024-01-18T13:31:05.223820904Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.12.7 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.18.0 + - condition: postgresql.install + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 12.5.2 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.60.0 + - condition: redis.install + name: redis + repository: https://charts.bitnami.com/bitnami + version: 16.13.2 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + - alias: nginx-ingress-geo + condition: nginx-ingress-geo.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + - condition: gitlab-zoekt.install + name: gitlab-zoekt + repository: https://charts.gitlab.io/ + version: 1.0.0 + - condition: traefik.install + name: traefik + repository: https://helm.traefik.io/traefik + version: 10.19.4 + - alias: haproxy + condition: haproxy.install + name: kubernetes-ingress + repository: https://haproxytech.github.io/helm-charts + version: 1.32.0 + description: GitLab is the most comprehensive AI-powered DevSecOps Platform. + digest: 4d7b8671b6466c2602a54c4e302a1bfd592c7f4c9f917b9e7d8ef1efb59665d0 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-7.8.0.tgz + version: 7.8.0 + - apiVersion: v1 + appVersion: v16.7.7 + created: "2024-03-06T19:27:36.796288354Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.12.6 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.18.0 + - condition: postgresql.install + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 12.5.2 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.59.2 + - condition: redis.install + name: redis + repository: https://charts.bitnami.com/bitnami + version: 16.13.2 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + - alias: nginx-ingress-geo + condition: nginx-ingress-geo.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + - condition: gitlab-zoekt.install + name: gitlab-zoekt + repository: https://charts.gitlab.io/ + version: 0.9.2 + - condition: traefik.install + name: traefik + repository: https://helm.traefik.io/traefik + version: 10.19.4 + - alias: haproxy + condition: haproxy.install + name: kubernetes-ingress + repository: https://haproxytech.github.io/helm-charts + version: 1.32.0 + description: GitLab is the most comprehensive AI-powered DevSecOps Platform. + digest: d34b5c999ff34858434ab12cb06f40b62055d0255f658e9590360fb23b13cac0 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-7.7.7.tgz + version: 7.7.7 + - apiVersion: v1 + appVersion: v16.7.6 + created: "2024-02-21T13:21:18.214399406Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.12.6 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.18.0 + - condition: postgresql.install + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 12.5.2 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.59.2 + - condition: redis.install + name: redis + repository: https://charts.bitnami.com/bitnami + version: 16.13.2 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + - alias: nginx-ingress-geo + condition: nginx-ingress-geo.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + - condition: gitlab-zoekt.install + name: gitlab-zoekt + repository: https://charts.gitlab.io/ + version: 0.9.2 + - condition: traefik.install + name: traefik + repository: https://helm.traefik.io/traefik + version: 10.19.4 + - alias: haproxy + condition: haproxy.install + name: kubernetes-ingress + repository: https://haproxytech.github.io/helm-charts + version: 1.32.0 + description: GitLab is the most comprehensive AI-powered DevSecOps Platform. + digest: 9b52da4ec0f12554fa8c706917c8a759c10a369cbb7e7d54f46996fd4a073f01 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-7.7.6.tgz + version: 7.7.6 + - apiVersion: v1 + appVersion: v16.7.5 + created: "2024-02-07T16:44:43.156948387Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.12.6 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.18.0 + - condition: postgresql.install + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 12.5.2 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.59.2 + - condition: redis.install + name: redis + repository: https://charts.bitnami.com/bitnami + version: 16.13.2 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + - alias: nginx-ingress-geo + condition: nginx-ingress-geo.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + - condition: gitlab-zoekt.install + name: gitlab-zoekt + repository: https://charts.gitlab.io/ + version: 0.9.2 + - condition: traefik.install + name: traefik + repository: https://helm.traefik.io/traefik + version: 10.19.4 + - alias: haproxy + condition: haproxy.install + name: kubernetes-ingress + repository: https://haproxytech.github.io/helm-charts + version: 1.32.0 + description: GitLab is the most comprehensive AI-powered DevSecOps Platform. + digest: 9015687b97bbcf0d71f313c50ad743094a2b80b480aee84dffeba7116a593533 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-7.7.5.tgz + version: 7.7.5 + - apiVersion: v1 + appVersion: v16.7.4 + created: "2024-01-25T11:06:04.181177931Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.12.6 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.18.0 + - condition: postgresql.install + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 12.5.2 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.59.2 + - condition: redis.install + name: redis + repository: https://charts.bitnami.com/bitnami + version: 16.13.2 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + - alias: nginx-ingress-geo + condition: nginx-ingress-geo.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + - condition: gitlab-zoekt.install + name: gitlab-zoekt + repository: https://charts.gitlab.io/ + version: 0.9.2 + - condition: traefik.install + name: traefik + repository: https://helm.traefik.io/traefik + version: 10.19.4 + - alias: haproxy + condition: haproxy.install + name: kubernetes-ingress + repository: https://haproxytech.github.io/helm-charts + version: 1.32.0 + description: GitLab is the most comprehensive AI-powered DevSecOps Platform. + digest: 28a5ada13aea81199031162d235811342470669a368d5a42d6f82f10740be875 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-7.7.4.tgz + version: 7.7.4 + - apiVersion: v1 + appVersion: v16.7.3 + created: "2024-01-13T06:03:49.16289521Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.12.6 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.18.0 + - condition: postgresql.install + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 12.5.2 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.59.2 + - condition: redis.install + name: redis + repository: https://charts.bitnami.com/bitnami + version: 16.13.2 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + - alias: nginx-ingress-geo + condition: nginx-ingress-geo.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + - condition: gitlab-zoekt.install + name: gitlab-zoekt + repository: https://charts.gitlab.io/ + version: 0.9.2 + - condition: traefik.install + name: traefik + repository: https://helm.traefik.io/traefik + version: 10.19.4 + - alias: haproxy + condition: haproxy.install + name: kubernetes-ingress + repository: https://haproxytech.github.io/helm-charts + version: 1.32.0 + description: GitLab is the most comprehensive AI-powered DevSecOps Platform. + digest: b225a7a69e155dd42235f14004e33bb8e535f22eb7c29bab53cfca06cdaa8e81 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-7.7.3.tgz + version: 7.7.3 + - apiVersion: v1 + appVersion: v16.7.2 + created: "2024-01-11T21:36:00.235235602Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.12.6 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.18.0 + - condition: postgresql.install + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 12.5.2 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.59.2 + - condition: redis.install + name: redis + repository: https://charts.bitnami.com/bitnami + version: 16.13.2 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + - alias: nginx-ingress-geo + condition: nginx-ingress-geo.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + - condition: gitlab-zoekt.install + name: gitlab-zoekt + repository: https://charts.gitlab.io/ + version: 0.9.2 + - condition: traefik.install + name: traefik + repository: https://helm.traefik.io/traefik + version: 10.19.4 + - alias: haproxy + condition: haproxy.install + name: kubernetes-ingress + repository: https://haproxytech.github.io/helm-charts + version: 1.32.0 + description: GitLab is the most comprehensive AI-powered DevSecOps Platform. + digest: 37808274aa642657caf2e936ff16110d4a5c9b9ca3c38f0e3263cb19abdf3b0b + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-7.7.2.tgz + version: 7.7.2 + - apiVersion: v1 + appVersion: v16.7.0 + created: "2023-12-21T17:15:00.527395751Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.12.6 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.18.0 + - condition: postgresql.install + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 12.5.2 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.59.2 + - condition: redis.install + name: redis + repository: https://charts.bitnami.com/bitnami + version: 16.13.2 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + - alias: nginx-ingress-geo + condition: nginx-ingress-geo.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + - condition: gitlab-zoekt.install + name: gitlab-zoekt + repository: https://charts.gitlab.io/ + version: 0.9.2 + - condition: traefik.install + name: traefik + repository: https://helm.traefik.io/traefik + version: 10.19.4 + - alias: haproxy + condition: haproxy.install + name: kubernetes-ingress + repository: https://haproxytech.github.io/helm-charts + version: 1.32.0 + description: GitLab is the most comprehensive AI-powered DevSecOps Platform. + digest: 0b832d1e53997d2556adb2bac9fd1b4c7c63ac481bf930a15a34a0352c962136 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-7.7.0.tgz + version: 7.7.0 + - apiVersion: v1 + appVersion: v16.6.7 + created: "2024-02-07T16:34:37.331275148Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.12.6 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.18.0 + - condition: postgresql.install + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 12.5.2 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.59.2 + - condition: redis.install + name: redis + repository: https://charts.bitnami.com/bitnami + version: 16.13.2 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + - alias: nginx-ingress-geo + condition: nginx-ingress-geo.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + - condition: gitlab-zoekt.install + name: gitlab-zoekt + repository: https://charts.gitlab.io/ + version: 0.8.1 + - condition: traefik.install + name: traefik + repository: https://helm.traefik.io/traefik + version: 10.19.4 + - alias: haproxy + condition: haproxy.install + name: kubernetes-ingress + repository: https://haproxytech.github.io/helm-charts + version: 1.32.0 + description: GitLab is the most comprehensive AI-powered DevSecOps Platform. + digest: 9574c8b6a843ccca13449e9f83f7ccf8a9c921c20c7fbfebac957d438d452191 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-7.6.7.tgz + version: 7.6.7 + - apiVersion: v1 + appVersion: v16.6.6 + created: "2024-01-25T13:43:46.427399781Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.12.6 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.18.0 + - condition: postgresql.install + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 12.5.2 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.59.2 + - condition: redis.install + name: redis + repository: https://charts.bitnami.com/bitnami + version: 16.13.2 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + - alias: nginx-ingress-geo + condition: nginx-ingress-geo.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + - condition: gitlab-zoekt.install + name: gitlab-zoekt + repository: https://charts.gitlab.io/ + version: 0.8.1 + - condition: traefik.install + name: traefik + repository: https://helm.traefik.io/traefik + version: 10.19.4 + - alias: haproxy + condition: haproxy.install + name: kubernetes-ingress + repository: https://haproxytech.github.io/helm-charts + version: 1.32.0 + description: GitLab is the most comprehensive AI-powered DevSecOps Platform. + digest: 46cb5b31be609756c2bdf2674edca6a433aacaa4ca881958228f77184f4a1557 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-7.6.6.tgz + version: 7.6.6 + - apiVersion: v1 + appVersion: v16.6.5 + created: "2024-01-13T06:05:04.856149875Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.12.6 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.18.0 + - condition: postgresql.install + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 12.5.2 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.59.2 + - condition: redis.install + name: redis + repository: https://charts.bitnami.com/bitnami + version: 16.13.2 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + - alias: nginx-ingress-geo + condition: nginx-ingress-geo.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + - condition: gitlab-zoekt.install + name: gitlab-zoekt + repository: https://charts.gitlab.io/ + version: 0.8.1 + - condition: traefik.install + name: traefik + repository: https://helm.traefik.io/traefik + version: 10.19.4 + - alias: haproxy + condition: haproxy.install + name: kubernetes-ingress + repository: https://haproxytech.github.io/helm-charts + version: 1.32.0 + description: GitLab is the most comprehensive AI-powered DevSecOps Platform. + digest: 60fcf06e2d3127c63b94dfd7aac34a4be9994137c9e1a6a544f25fd05d2db000 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-7.6.5.tgz + version: 7.6.5 + - apiVersion: v1 + appVersion: v16.6.4 + created: "2024-01-11T21:38:04.425051483Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.12.6 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.18.0 + - condition: postgresql.install + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 12.5.2 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.59.2 + - condition: redis.install + name: redis + repository: https://charts.bitnami.com/bitnami + version: 16.13.2 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + - alias: nginx-ingress-geo + condition: nginx-ingress-geo.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + - condition: gitlab-zoekt.install + name: gitlab-zoekt + repository: https://charts.gitlab.io/ + version: 0.8.1 + - condition: traefik.install + name: traefik + repository: https://helm.traefik.io/traefik + version: 10.19.4 + - alias: haproxy + condition: haproxy.install + name: kubernetes-ingress + repository: https://haproxytech.github.io/helm-charts + version: 1.32.0 + description: GitLab is the most comprehensive AI-powered DevSecOps Platform. + digest: 1f357934a1c1e69c91df4628976d7bc02e9aabb9a77df35d0ad70cce74312207 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-7.6.4.tgz + version: 7.6.4 + - apiVersion: v1 + appVersion: v16.6.2 + created: "2023-12-13T17:04:31.35362296Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.12.6 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.18.0 + - condition: postgresql.install + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 12.5.2 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.59.2 + - condition: redis.install + name: redis + repository: https://charts.bitnami.com/bitnami + version: 16.13.2 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + - alias: nginx-ingress-geo + condition: nginx-ingress-geo.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + - condition: gitlab-zoekt.install + name: gitlab-zoekt + repository: https://charts.gitlab.io/ + version: 0.8.1 + - condition: traefik.install + name: traefik + repository: https://helm.traefik.io/traefik + version: 10.19.4 + - alias: haproxy + condition: haproxy.install + name: kubernetes-ingress + repository: https://haproxytech.github.io/helm-charts + version: 1.32.0 + description: GitLab is the most comprehensive AI-powered DevSecOps Platform. + digest: 777c2445aee2e44d5520c6f24b3306cb154ebc7de3d07b3413901c8b25a02ddc + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-7.6.2.tgz + version: 7.6.2 + - apiVersion: v1 + appVersion: v16.6.1 + created: "2023-11-30T18:10:48.967801737Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.12.6 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.18.0 + - condition: postgresql.install + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 12.5.2 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.59.2 + - condition: redis.install + name: redis + repository: https://charts.bitnami.com/bitnami + version: 16.13.2 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + - alias: nginx-ingress-geo + condition: nginx-ingress-geo.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + - condition: gitlab-zoekt.install + name: gitlab-zoekt + repository: https://charts.gitlab.io/ + version: 0.8.1 + - condition: traefik.install + name: traefik + repository: https://helm.traefik.io/traefik + version: 10.19.4 + - alias: haproxy + condition: haproxy.install + name: kubernetes-ingress + repository: https://haproxytech.github.io/helm-charts + version: 1.32.0 + description: GitLab is the most comprehensive AI-powered DevSecOps Platform. + digest: d15b610ae881b176c67c23d86686a2b5229296a02cf5b07508f8b22e65c08d2e + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-7.6.1.tgz + version: 7.6.1 + - apiVersion: v1 + appVersion: v16.6.0 + created: "2023-11-16T13:33:31.509014434Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.12.6 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.18.0 + - condition: postgresql.install + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 12.5.2 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.58.2 + - condition: redis.install + name: redis + repository: https://charts.bitnami.com/bitnami + version: 16.13.2 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + - alias: nginx-ingress-geo + condition: nginx-ingress-geo.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + - condition: gitlab-zoekt.install + name: gitlab-zoekt + repository: https://charts.gitlab.io/ + version: 0.8.1 + - condition: traefik.install + name: traefik + repository: https://helm.traefik.io/traefik + version: 10.19.4 + - alias: haproxy + condition: haproxy.install + name: kubernetes-ingress + repository: https://haproxytech.github.io/helm-charts + version: 1.32.0 + description: GitLab is the most comprehensive AI-powered DevSecOps Platform. + digest: f318bb096eebdd925761ae570d938d4cea488bb24cda56fc5b3821d8506892ec + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-7.6.0.tgz + version: 7.6.0 + - apiVersion: v1 + appVersion: v16.5.8 + created: "2024-01-25T15:14:57.858716828Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.11.1 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.18.0 + - condition: postgresql.install + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 12.5.2 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.58.2 + - condition: redis.install + name: redis + repository: https://charts.bitnami.com/bitnami + version: 16.13.2 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + - alias: nginx-ingress-geo + condition: nginx-ingress-geo.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + - condition: gitlab-zoekt.install + name: gitlab-zoekt + repository: https://charts.gitlab.io/ + version: 0.6.0 + - condition: traefik.install + name: traefik + repository: https://helm.traefik.io/traefik + version: 10.19.4 + - alias: haproxy + condition: haproxy.install + name: kubernetes-ingress + repository: https://haproxytech.github.io/helm-charts + version: 1.32.0 + description: GitLab is the most comprehensive AI-powered DevSecOps Platform. + digest: fbc115b0f481ff339bbfbd70992c6508f9dfb07651c79fb3c2965a576eec2108 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-7.5.8.tgz + version: 7.5.8 + - apiVersion: v1 + appVersion: v16.5.7 + created: "2024-01-13T06:05:46.525361112Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.11.1 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.18.0 + - condition: postgresql.install + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 12.5.2 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.58.2 + - condition: redis.install + name: redis + repository: https://charts.bitnami.com/bitnami + version: 16.13.2 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + - alias: nginx-ingress-geo + condition: nginx-ingress-geo.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + - condition: gitlab-zoekt.install + name: gitlab-zoekt + repository: https://charts.gitlab.io/ + version: 0.6.0 + - condition: traefik.install + name: traefik + repository: https://helm.traefik.io/traefik + version: 10.19.4 + - alias: haproxy + condition: haproxy.install + name: kubernetes-ingress + repository: https://haproxytech.github.io/helm-charts + version: 1.32.0 + description: GitLab is the most comprehensive AI-powered DevSecOps Platform. + digest: 7582e0af77deeda6ff16e2ff591b7b54d355c0fdc86b8eb58b46799045907d42 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-7.5.7.tgz + version: 7.5.7 + - apiVersion: v1 + appVersion: v16.5.6 + created: "2024-01-11T21:51:33.394505136Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.11.1 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.18.0 + - condition: postgresql.install + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 12.5.2 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.58.2 + - condition: redis.install + name: redis + repository: https://charts.bitnami.com/bitnami + version: 16.13.2 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + - alias: nginx-ingress-geo + condition: nginx-ingress-geo.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + - condition: gitlab-zoekt.install + name: gitlab-zoekt + repository: https://charts.gitlab.io/ + version: 0.6.0 + - condition: traefik.install + name: traefik + repository: https://helm.traefik.io/traefik + version: 10.19.4 + - alias: haproxy + condition: haproxy.install + name: kubernetes-ingress + repository: https://haproxytech.github.io/helm-charts + version: 1.32.0 + description: GitLab is the most comprehensive AI-powered DevSecOps Platform. + digest: aef04370fdedfafbe84c8b31393a506af23a1af8789ce2db4ef46962b698b07d + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-7.5.6.tgz + version: 7.5.6 + - apiVersion: v1 + appVersion: v16.5.4 + created: "2023-12-14T15:30:55.139266476Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.11.1 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.18.0 + - condition: postgresql.install + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 12.5.2 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.58.2 + - condition: redis.install + name: redis + repository: https://charts.bitnami.com/bitnami + version: 16.13.2 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + - alias: nginx-ingress-geo + condition: nginx-ingress-geo.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + - condition: gitlab-zoekt.install + name: gitlab-zoekt + repository: https://charts.gitlab.io/ + version: 0.6.0 + - condition: traefik.install + name: traefik + repository: https://helm.traefik.io/traefik + version: 10.19.4 + - alias: haproxy + condition: haproxy.install + name: kubernetes-ingress + repository: https://haproxytech.github.io/helm-charts + version: 1.32.0 + description: GitLab is the most comprehensive AI-powered DevSecOps Platform. + digest: 71a345a897e7fa92c3aeda37bb7943baf40147f67f45bcd48a5e76539e3129cb + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-7.5.4.tgz + version: 7.5.4 + - apiVersion: v1 + appVersion: v16.5.3 + created: "2023-11-30T18:32:50.515672898Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.11.1 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.18.0 + - condition: postgresql.install + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 12.5.2 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.58.2 + - condition: redis.install + name: redis + repository: https://charts.bitnami.com/bitnami + version: 16.13.2 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + - alias: nginx-ingress-geo + condition: nginx-ingress-geo.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + - condition: gitlab-zoekt.install + name: gitlab-zoekt + repository: https://charts.gitlab.io/ + version: 0.6.0 + - condition: traefik.install + name: traefik + repository: https://helm.traefik.io/traefik + version: 10.19.4 + - alias: haproxy + condition: haproxy.install + name: kubernetes-ingress + repository: https://haproxytech.github.io/helm-charts + version: 1.32.0 + description: GitLab is the most comprehensive AI-powered DevSecOps Platform. + digest: a348f10973eeaa21d03074050797c4d68b1c5401444b64f688ce4e19fe657787 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-7.5.3.tgz + version: 7.5.3 + - apiVersion: v1 + appVersion: v16.5.2 + created: "2023-11-14T21:49:33.048718899Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.11.1 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.18.0 + - condition: postgresql.install + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 12.5.2 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.58.1 + - condition: redis.install + name: redis + repository: https://charts.bitnami.com/bitnami + version: 16.13.2 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + - alias: nginx-ingress-geo + condition: nginx-ingress-geo.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + - condition: gitlab-zoekt.install + name: gitlab-zoekt + repository: https://charts.gitlab.io/ + version: 0.6.0 + - condition: traefik.install + name: traefik + repository: https://helm.traefik.io/traefik + version: 10.19.4 + - alias: haproxy + condition: haproxy.install + name: kubernetes-ingress + repository: https://haproxytech.github.io/helm-charts + version: 1.32.0 + description: GitLab is the most comprehensive AI-powered DevSecOps Platform. + digest: de176a9d85ffb67fc5c26b339ced45891b1c97448e1ecc801e47244daf6d1268 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-7.5.2.tgz + version: 7.5.2 + - apiVersion: v1 + appVersion: v16.5.1 + created: "2023-10-31T14:20:11.583039958Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.11.1 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.18.0 + - condition: postgresql.install + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 12.5.2 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.58.1 + - condition: redis.install + name: redis + repository: https://charts.bitnami.com/bitnami + version: 16.13.2 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + - alias: nginx-ingress-geo + condition: nginx-ingress-geo.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + - condition: gitlab-zoekt.install + name: gitlab-zoekt + repository: https://charts.gitlab.io/ + version: 0.6.0 + - condition: traefik.install + name: traefik + repository: https://helm.traefik.io/traefik + version: 10.19.4 + - alias: haproxy + condition: haproxy.install + name: kubernetes-ingress + repository: https://haproxytech.github.io/helm-charts + version: 1.32.0 + description: GitLab is the most comprehensive AI-powered DevSecOps Platform. + digest: 07a2237f8fe526d034a9c6427001c1a09dc847cf9e2178bf6b31c51e0bce1a7e + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-7.5.1.tgz + version: 7.5.1 + - apiVersion: v1 + appVersion: v16.5.0 + created: "2023-10-22T13:29:04.895001298Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.11.1 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.18.0 + - condition: postgresql.install + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 12.5.2 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.57.1 + - condition: redis.install + name: redis + repository: https://charts.bitnami.com/bitnami + version: 16.13.2 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + - alias: nginx-ingress-geo + condition: nginx-ingress-geo.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + - condition: gitlab-zoekt.install + name: gitlab-zoekt + repository: https://charts.gitlab.io/ + version: 0.6.0 + - condition: traefik.install + name: traefik + repository: https://helm.traefik.io/traefik + version: 10.19.4 + - alias: haproxy + condition: haproxy.install + name: kubernetes-ingress + repository: https://haproxytech.github.io/helm-charts + version: 1.32.0 + description: GitLab is the most comprehensive AI-powered DevSecOps Platform. + digest: 1cee85b4c19e0d5cfbda39a296f0e6d04deb5ac75e5cf512ad6ba46d3d019ac5 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-7.5.0.tgz + version: 7.5.0 + - apiVersion: v1 + appVersion: v16.4.5 + created: "2024-01-11T23:36:48.811760767Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.11.1 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.18.0 + - condition: postgresql.install + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 12.5.2 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.57.1 + - condition: redis.install + name: redis + repository: https://charts.bitnami.com/bitnami + version: 16.13.2 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + - alias: nginx-ingress-geo + condition: nginx-ingress-geo.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + - condition: gitlab-zoekt.install + name: gitlab-zoekt + repository: https://charts.gitlab.io/ + version: 0.5.9 + - condition: traefik.install + name: traefik + repository: https://helm.traefik.io/traefik + version: 10.19.4 + - alias: haproxy + condition: haproxy.install + name: kubernetes-ingress + repository: https://haproxytech.github.io/helm-charts + version: 1.32.0 + description: GitLab is the most comprehensive AI-powered DevSecOps Platform. + digest: ab3988d8c4f5457342eaae299a1ad8102b4d1cdcbe4c9d8987c433c85619d7c3 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-7.4.5.tgz + version: 7.4.5 + - apiVersion: v1 + appVersion: v16.4.4 + created: "2023-12-13T17:10:10.994434791Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.11.1 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.18.0 + - condition: postgresql.install + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 12.5.2 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.57.1 + - condition: redis.install + name: redis + repository: https://charts.bitnami.com/bitnami + version: 16.13.2 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + - alias: nginx-ingress-geo + condition: nginx-ingress-geo.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + - condition: gitlab-zoekt.install + name: gitlab-zoekt + repository: https://charts.gitlab.io/ + version: 0.5.9 + - condition: traefik.install + name: traefik + repository: https://helm.traefik.io/traefik + version: 10.19.4 + - alias: haproxy + condition: haproxy.install + name: kubernetes-ingress + repository: https://haproxytech.github.io/helm-charts + version: 1.32.0 + description: GitLab is the most comprehensive AI-powered DevSecOps Platform. + digest: 4187a968fe0d9935d1729c75cd21a403e660e4d444f744dd17d134fd523aab50 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-7.4.4.tgz + version: 7.4.4 + - apiVersion: v1 + appVersion: v16.4.3 + created: "2023-11-30T18:54:59.161831343Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.11.1 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.18.0 + - condition: postgresql.install + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 12.5.2 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.57.1 + - condition: redis.install + name: redis + repository: https://charts.bitnami.com/bitnami + version: 16.13.2 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + - alias: nginx-ingress-geo + condition: nginx-ingress-geo.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + - condition: gitlab-zoekt.install + name: gitlab-zoekt + repository: https://charts.gitlab.io/ + version: 0.5.9 + - condition: traefik.install + name: traefik + repository: https://helm.traefik.io/traefik + version: 10.19.4 + - alias: haproxy + condition: haproxy.install + name: kubernetes-ingress + repository: https://haproxytech.github.io/helm-charts + version: 1.32.0 + description: GitLab is the most comprehensive AI-powered DevSecOps Platform. + digest: b268a006bc2694ebc70a1111f4081d36623fb8638a9437b4ad0b0739f4ea6c22 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-7.4.3.tgz + version: 7.4.3 + - apiVersion: v1 + appVersion: v16.4.2 + created: "2023-10-31T14:38:20.692236573Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.11.1 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.18.0 + - condition: postgresql.install + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 12.5.2 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.57.1 + - condition: redis.install + name: redis + repository: https://charts.bitnami.com/bitnami + version: 16.13.2 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + - alias: nginx-ingress-geo + condition: nginx-ingress-geo.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + - condition: gitlab-zoekt.install + name: gitlab-zoekt + repository: https://charts.gitlab.io/ + version: 0.5.9 + - condition: traefik.install + name: traefik + repository: https://helm.traefik.io/traefik + version: 10.19.4 + - alias: haproxy + condition: haproxy.install + name: kubernetes-ingress + repository: https://haproxytech.github.io/helm-charts + version: 1.32.0 + description: GitLab is the most comprehensive AI-powered DevSecOps Platform. + digest: be51de94a58e988cae666c99f2d1dc2f480ece9c8f5d8aed414b06a5fed5c6a4 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-7.4.2.tgz + version: 7.4.2 + - apiVersion: v1 + appVersion: v16.4.1 + created: "2023-09-28T15:57:54.998785499Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.11.1 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.18.0 + - condition: postgresql.install + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 12.5.2 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.56.0 + - condition: redis.install + name: redis + repository: https://charts.bitnami.com/bitnami + version: 16.13.2 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + - alias: nginx-ingress-geo + condition: nginx-ingress-geo.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + - condition: gitlab-zoekt.install + name: gitlab-zoekt + repository: https://charts.gitlab.io/ + version: 0.5.9 + - condition: traefik.install + name: traefik + repository: https://helm.traefik.io/traefik + version: 10.19.4 + - alias: haproxy + condition: haproxy.install + name: kubernetes-ingress + repository: https://haproxytech.github.io/helm-charts + version: 1.32.0 + description: GitLab is the most comprehensive AI-powered DevSecOps Platform. + digest: 52a12c0906aa9cd6169ea6b81ea39ae57de25e2348681ba7f74c3edf6d9d7fff + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-7.4.1.tgz + version: 7.4.1 + - apiVersion: v1 + appVersion: v16.4.0 + created: "2023-09-22T14:34:47.829317363Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.11.1 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.18.0 + - condition: postgresql.install + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 12.5.2 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.56.0 + - condition: redis.install + name: redis + repository: https://charts.bitnami.com/bitnami + version: 16.13.2 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + - alias: nginx-ingress-geo + condition: nginx-ingress-geo.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + - condition: gitlab-zoekt.install + name: gitlab-zoekt + repository: https://charts.gitlab.io/ + version: 0.5.9 + - condition: traefik.install + name: traefik + repository: https://helm.traefik.io/traefik + version: 10.19.4 + - alias: haproxy + condition: haproxy.install + name: kubernetes-ingress + repository: https://haproxytech.github.io/helm-charts + version: 1.32.0 + description: GitLab is the most comprehensive AI-powered DevSecOps Platform. + digest: 00175517c2b7991198c3b06cc1575e31bcf76068634d4e3aef9e2bd50199b592 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-7.4.0.tgz + version: 7.4.0 + - apiVersion: v1 + appVersion: v16.3.7 + created: "2024-01-11T21:33:37.173284071Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.11.1 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.18.0 + - condition: postgresql.install + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 12.5.2 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.55.0 + - condition: redis.install + name: redis + repository: https://charts.bitnami.com/bitnami + version: 16.13.2 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + - alias: nginx-ingress-geo + condition: nginx-ingress-geo.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + - condition: gitlab-zoekt.install + name: gitlab-zoekt + repository: https://charts.gitlab.io/ + version: 0.5.8 + - condition: traefik.install + name: traefik + repository: https://helm.traefik.io/traefik + version: 10.19.4 + - alias: haproxy + condition: haproxy.install + name: kubernetes-ingress + repository: https://haproxytech.github.io/helm-charts + version: 1.32.0 + description: GitLab is the most comprehensive AI-powered DevSecOps Platform. + digest: e4f4c75cd7245364c35363d4ddff9830c5d778c07cbe575ca93c3dd90c233320 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-7.3.7.tgz + version: 7.3.7 + - apiVersion: v1 + appVersion: v16.3.6 + created: "2023-10-31T14:53:27.76869152Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.11.1 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.18.0 + - condition: postgresql.install + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 12.5.2 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.55.0 + - condition: redis.install + name: redis + repository: https://charts.bitnami.com/bitnami + version: 16.13.2 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + - alias: nginx-ingress-geo + condition: nginx-ingress-geo.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + - condition: gitlab-zoekt.install + name: gitlab-zoekt + repository: https://charts.gitlab.io/ + version: 0.5.8 + - condition: traefik.install + name: traefik + repository: https://helm.traefik.io/traefik + version: 10.19.4 + - alias: haproxy + condition: haproxy.install + name: kubernetes-ingress + repository: https://haproxytech.github.io/helm-charts + version: 1.32.0 + description: GitLab is the most comprehensive AI-powered DevSecOps Platform. + digest: fdf983a6ce22105f950600ba75e3b7cea34404f7dd71f2944e79b2a1539cf9f6 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-7.3.6.tgz + version: 7.3.6 + - apiVersion: v1 + appVersion: v16.3.5 + created: "2023-09-28T15:52:36.345942874Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.11.1 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.18.0 + - condition: postgresql.install + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 12.5.2 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.55.0 + - condition: redis.install + name: redis + repository: https://charts.bitnami.com/bitnami + version: 16.13.2 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + - alias: nginx-ingress-geo + condition: nginx-ingress-geo.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + - condition: gitlab-zoekt.install + name: gitlab-zoekt + repository: https://charts.gitlab.io/ + version: 0.5.8 + - condition: traefik.install + name: traefik + repository: https://helm.traefik.io/traefik + version: 10.19.4 + - alias: haproxy + condition: haproxy.install + name: kubernetes-ingress + repository: https://haproxytech.github.io/helm-charts + version: 1.32.0 + description: GitLab is the most comprehensive AI-powered DevSecOps Platform. + digest: 1b06826b609aacb1844f445580a134e3951eb5710d2448dc7eb7ee8d533708fd + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-7.3.5.tgz + version: 7.3.5 + - apiVersion: v1 + appVersion: v16.3.4 + created: "2023-09-18T18:01:25.777430947Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.11.1 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.18.0 + - condition: postgresql.install + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 12.5.2 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.55.0 + - condition: redis.install + name: redis + repository: https://charts.bitnami.com/bitnami + version: 16.13.2 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + - alias: nginx-ingress-geo + condition: nginx-ingress-geo.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + - condition: gitlab-zoekt.install + name: gitlab-zoekt + repository: https://charts.gitlab.io/ + version: 0.5.8 + - condition: traefik.install + name: traefik + repository: https://helm.traefik.io/traefik + version: 10.19.4 + - alias: haproxy + condition: haproxy.install + name: kubernetes-ingress + repository: https://haproxytech.github.io/helm-charts + version: 1.32.0 + description: GitLab is the most comprehensive AI-powered DevSecOps Platform. + digest: a737fd3e887563169b4d57b60eb656439e7f18b97902b6d895ec582a6a76140a + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-7.3.4.tgz + version: 7.3.4 + - apiVersion: v1 + appVersion: v16.3.3 + created: "2023-09-12T17:13:03.733910285Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.11.1 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.18.0 + - condition: postgresql.install + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 12.5.2 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.55.0 + - condition: redis.install + name: redis + repository: https://charts.bitnami.com/bitnami + version: 16.13.2 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + - alias: nginx-ingress-geo + condition: nginx-ingress-geo.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + - condition: gitlab-zoekt.install + name: gitlab-zoekt + repository: https://charts.gitlab.io/ + version: 0.5.8 + - condition: traefik.install + name: traefik + repository: https://helm.traefik.io/traefik + version: 10.19.4 + - alias: haproxy + condition: haproxy.install + name: kubernetes-ingress + repository: https://haproxytech.github.io/helm-charts + version: 1.32.0 + description: GitLab is the most comprehensive AI-powered DevSecOps Platform. + digest: cb5e3bae1e3e6ed99d55fe2d81b35e33e250e2bb52eba2b053ae6ce3bfe2b60c + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-7.3.3.tgz + version: 7.3.3 + - apiVersion: v1 + appVersion: v16.3.2 + created: "2023-09-05T19:21:00.870060583Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.11.1 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.18.0 + - condition: postgresql.install + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 12.5.2 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.55.0 + - condition: redis.install + name: redis + repository: https://charts.bitnami.com/bitnami + version: 16.13.2 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + - alias: nginx-ingress-geo + condition: nginx-ingress-geo.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + - condition: gitlab-zoekt.install + name: gitlab-zoekt + repository: https://charts.gitlab.io/ + version: 0.5.8 + - condition: traefik.install + name: traefik + repository: https://helm.traefik.io/traefik + version: 10.19.4 + - alias: haproxy + condition: haproxy.install + name: kubernetes-ingress + repository: https://haproxytech.github.io/helm-charts + version: 1.32.0 + description: GitLab is the most comprehensive AI-powered DevSecOps Platform. + digest: d1dafb11f9dd4c4799e941098faac4dec21d27856d9328c0d97578cc1f7007e8 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-7.3.2.tgz + version: 7.3.2 + - apiVersion: v1 + appVersion: v16.3.1 + created: "2023-08-31T17:45:33.084833677Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.11.1 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.18.0 + - condition: postgresql.install + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 12.5.2 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.55.0 + - condition: redis.install + name: redis + repository: https://charts.bitnami.com/bitnami + version: 16.13.2 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + - alias: nginx-ingress-geo + condition: nginx-ingress-geo.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + - condition: gitlab-zoekt.install + name: gitlab-zoekt + repository: https://charts.gitlab.io/ + version: 0.5.8 + - condition: traefik.install + name: traefik + repository: https://helm.traefik.io/traefik + version: 10.19.4 + - alias: haproxy + condition: haproxy.install + name: kubernetes-ingress + repository: https://haproxytech.github.io/helm-charts + version: 1.32.0 + description: GitLab is the most comprehensive AI-powered DevSecOps Platform. + digest: 14b7c41fc149b55f0767a46c68896f6c6a367bd7b34d6ce97e2df7fa6844df03 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-7.3.1.tgz + version: 7.3.1 + - apiVersion: v1 + appVersion: v16.3.0 + created: "2023-08-22T13:26:32.785988703Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.11.1 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.18.0 + - condition: postgresql.install + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 12.5.2 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.55.0 + - condition: redis.install + name: redis + repository: https://charts.bitnami.com/bitnami + version: 16.13.2 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + - alias: nginx-ingress-geo + condition: nginx-ingress-geo.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + - condition: gitlab-zoekt.install + name: gitlab-zoekt + repository: https://charts.gitlab.io/ + version: 0.5.8 + - condition: traefik.install + name: traefik + repository: https://helm.traefik.io/traefik + version: 10.19.4 + - alias: haproxy + condition: haproxy.install + name: kubernetes-ingress + repository: https://haproxytech.github.io/helm-charts + version: 1.32.0 + description: GitLab is the most comprehensive AI-powered DevSecOps Platform. + digest: 7685b19a188143cf20c69f71db1e0942a6489616da18f8f454473170a8146a44 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-7.3.0.tgz + version: 7.3.0 + - apiVersion: v1 + appVersion: v16.2.9 + created: "2024-01-11T21:34:19.285816079Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.11.1 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.18.0 + - condition: postgresql.install + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 12.5.2 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.55.0 + - condition: redis.install + name: redis + repository: https://charts.bitnami.com/bitnami + version: 16.13.2 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + - condition: gitlab-zoekt.install + name: gitlab-zoekt + repository: https://charts.gitlab.io/ + version: 0.5.4 + - condition: traefik.install + name: traefik + repository: https://helm.traefik.io/traefik + version: 10.19.4 + - alias: haproxy + condition: haproxy.install + name: kubernetes-ingress + repository: https://haproxytech.github.io/helm-charts + version: 1.32.0 + description: GitLab is the most comprehensive AI-powered DevSecOps Platform. + digest: f8e7506a980d24bdd8dbad4fb6bfa463c893e1777cc7a7be973b727a84e614b6 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-7.2.9.tgz + version: 7.2.9 + - apiVersion: v1 + appVersion: v16.2.8 + created: "2023-09-28T15:55:10.008571595Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.11.1 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.18.0 + - condition: postgresql.install + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 12.5.2 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.55.0 + - condition: redis.install + name: redis + repository: https://charts.bitnami.com/bitnami + version: 16.13.2 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + - condition: gitlab-zoekt.install + name: gitlab-zoekt + repository: https://charts.gitlab.io/ + version: 0.5.4 + - condition: traefik.install + name: traefik + repository: https://helm.traefik.io/traefik + version: 10.19.4 + - alias: haproxy + condition: haproxy.install + name: kubernetes-ingress + repository: https://haproxytech.github.io/helm-charts + version: 1.32.0 + description: GitLab is the most comprehensive AI-powered DevSecOps Platform. + digest: b5155bde3c69595cae0dfd5b5f63405d9f361cf931c3b191cfcd5a7b176014c4 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-7.2.8.tgz + version: 7.2.8 + - apiVersion: v1 + appVersion: v16.2.7 + created: "2023-09-18T19:05:21.846218162Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.11.1 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.18.0 + - condition: postgresql.install + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 12.5.2 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.55.0 + - condition: redis.install + name: redis + repository: https://charts.bitnami.com/bitnami + version: 16.13.2 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + - condition: gitlab-zoekt.install + name: gitlab-zoekt + repository: https://charts.gitlab.io/ + version: 0.5.4 + - condition: traefik.install + name: traefik + repository: https://helm.traefik.io/traefik + version: 10.19.4 + - alias: haproxy + condition: haproxy.install + name: kubernetes-ingress + repository: https://haproxytech.github.io/helm-charts + version: 1.32.0 + description: GitLab is the most comprehensive AI-powered DevSecOps Platform. + digest: a88e1f45dfb8f4a89a24e937956ba1268a0da9f037632115f818c08700dff5da + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-7.2.7.tgz + version: 7.2.7 + - apiVersion: v1 + appVersion: v16.2.6 + created: "2023-09-12T17:56:10.059765512Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.11.1 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.18.0 + - condition: postgresql.install + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 12.5.2 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.55.0 + - condition: redis.install + name: redis + repository: https://charts.bitnami.com/bitnami + version: 16.13.2 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + - condition: gitlab-zoekt.install + name: gitlab-zoekt + repository: https://charts.gitlab.io/ + version: 0.5.4 + - condition: traefik.install + name: traefik + repository: https://helm.traefik.io/traefik + version: 10.19.4 + - alias: haproxy + condition: haproxy.install + name: kubernetes-ingress + repository: https://haproxytech.github.io/helm-charts + version: 1.32.0 + description: GitLab is the most comprehensive AI-powered DevSecOps Platform. + digest: d47fff14d0e35c0141aed8fa5b8ad2fec5cad80b7fed12e96001b115291149f0 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-7.2.6.tgz + version: 7.2.6 + - apiVersion: v1 + appVersion: v16.2.5 + created: "2023-08-31T17:08:03.316334689Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.11.1 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.18.0 + - condition: postgresql.install + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 12.5.2 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.55.0 + - condition: redis.install + name: redis + repository: https://charts.bitnami.com/bitnami + version: 16.13.2 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + - condition: gitlab-zoekt.install + name: gitlab-zoekt + repository: https://charts.gitlab.io/ + version: 0.5.4 + - condition: traefik.install + name: traefik + repository: https://helm.traefik.io/traefik + version: 10.19.4 + - alias: haproxy + condition: haproxy.install + name: kubernetes-ingress + repository: https://haproxytech.github.io/helm-charts + version: 1.32.0 + description: GitLab is the most comprehensive AI-powered DevSecOps Platform. + digest: cd888d0482bac3b30a03a911c5c1d33da62e7843b3d3ee58b0ec4245bca8f4e1 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-7.2.5.tgz + version: 7.2.5 + - apiVersion: v1 + appVersion: v16.2.4 + created: "2023-08-11T14:05:23.018786187Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.11.1 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.18.0 + - condition: postgresql.install + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 12.5.2 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.55.0 + - condition: redis.install + name: redis + repository: https://charts.bitnami.com/bitnami + version: 16.13.2 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + - condition: gitlab-zoekt.install + name: gitlab-zoekt + repository: https://charts.gitlab.io/ + version: 0.5.4 + - condition: traefik.install + name: traefik + repository: https://helm.traefik.io/traefik + version: 10.19.4 + - alias: haproxy + condition: haproxy.install + name: kubernetes-ingress + repository: https://haproxytech.github.io/helm-charts + version: 1.32.0 + description: GitLab is the most comprehensive AI-powered DevSecOps Platform. + digest: d21348f259cb3746fe96b07c36884dafb05292b0013e36d2ac75414096a05594 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-7.2.4.tgz + version: 7.2.4 + - apiVersion: v1 + appVersion: v16.2.3 + created: "2023-08-03T13:06:31.51176627Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.11.1 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.18.0 + - condition: postgresql.install + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 12.5.2 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.55.0 + - condition: redis.install + name: redis + repository: https://charts.bitnami.com/bitnami + version: 16.13.2 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + - condition: gitlab-zoekt.install + name: gitlab-zoekt + repository: https://charts.gitlab.io/ + version: 0.5.4 + - condition: traefik.install + name: traefik + repository: https://helm.traefik.io/traefik + version: 10.19.4 + - alias: haproxy + condition: haproxy.install + name: kubernetes-ingress + repository: https://haproxytech.github.io/helm-charts + version: 1.32.0 + description: GitLab is the most comprehensive AI-powered DevSecOps Platform. + digest: 3a8dcc7197029a0112a0c99204c63a64b1a080a188b0fb1429fea3969799dba4 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-7.2.3.tgz + version: 7.2.3 + - apiVersion: v1 + appVersion: v16.2.2 + created: "2023-08-01T17:17:12.949315559Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.11.1 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.18.0 + - condition: postgresql.install + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 12.5.2 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.55.0 + - condition: redis.install + name: redis + repository: https://charts.bitnami.com/bitnami + version: 16.13.2 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + - condition: gitlab-zoekt.install + name: gitlab-zoekt + repository: https://charts.gitlab.io/ + version: 0.5.4 + - condition: traefik.install + name: traefik + repository: https://helm.traefik.io/traefik + version: 10.19.4 + - alias: haproxy + condition: haproxy.install + name: kubernetes-ingress + repository: https://haproxytech.github.io/helm-charts + version: 1.32.0 + description: GitLab is the most comprehensive AI-powered DevSecOps Platform. + digest: 761fc827895716eeb62f0b9bd2934ba2800ccbc1256bdf7a71aaca3b749b7bb6 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-7.2.2.tgz + version: 7.2.2 + - apiVersion: v1 + appVersion: v16.2.1 + created: "2023-07-25T11:21:12.172514544Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.11.1 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.18.0 + - condition: postgresql.install + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 12.5.2 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.52.0 + - condition: redis.install + name: redis + repository: https://charts.bitnami.com/bitnami + version: 16.13.2 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + - condition: gitlab-zoekt.install + name: gitlab-zoekt + repository: https://charts.gitlab.io/ + version: 0.5.4 + - condition: traefik.install + name: traefik + repository: https://helm.traefik.io/traefik + version: 10.19.4 + - alias: haproxy + condition: haproxy.install + name: kubernetes-ingress + repository: https://haproxytech.github.io/helm-charts + version: 1.32.0 + description: GitLab is the most comprehensive AI-powered DevSecOps Platform. + digest: 86744c0effca977ec7ac6ab1d484ff44d9a6c31642c7d218503758bec7fa07f1 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-7.2.1.tgz + version: 7.2.1 + - apiVersion: v1 + appVersion: v16.2.0 + created: "2023-07-22T13:22:53.489259184Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.11.1 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.18.0 + - condition: postgresql.install + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 12.5.2 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.52.0 + - condition: redis.install + name: redis + repository: https://charts.bitnami.com/bitnami + version: 16.13.2 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + - condition: gitlab-zoekt.install + name: gitlab-zoekt + repository: https://charts.gitlab.io/ + version: 0.5.4 + - condition: traefik.install + name: traefik + repository: https://helm.traefik.io/traefik + version: 10.19.4 + - alias: haproxy + condition: haproxy.install + name: kubernetes-ingress + repository: https://haproxytech.github.io/helm-charts + version: 1.32.0 + description: GitLab is the most comprehensive AI-powered DevSecOps Platform. + digest: f2b32e803ae58412cfb32cce369413fea83026ec5c21e5b25bf1a1d0caf5e25a + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-7.2.0.tgz + version: 7.2.0 + - apiVersion: v1 + appVersion: v16.1.6 + created: "2024-01-11T23:31:58.338931714Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.11.1 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.18.0 + - condition: postgresql.install + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 12.5.2 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.52.0 + - condition: redis.install + name: redis + repository: https://charts.bitnami.com/bitnami + version: 16.13.2 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + - condition: gitlab-zoekt.install + name: gitlab-zoekt + repository: https://charts.gitlab.io/ + version: 0.4.0 + description: The One DevOps Platform + digest: 0705464a3f79d216d2687535e1a545a62766b3d258d119bece72d541dfb74397 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-7.1.6.tgz + version: 7.1.6 + - apiVersion: v1 + appVersion: v16.1.5 + created: "2023-08-31T17:28:57.901023052Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.11.1 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.18.0 + - condition: postgresql.install + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 12.5.2 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.52.0 + - condition: redis.install + name: redis + repository: https://charts.bitnami.com/bitnami + version: 16.13.2 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + - condition: gitlab-zoekt.install + name: gitlab-zoekt + repository: https://charts.gitlab.io/ + version: 0.4.0 + description: The One DevOps Platform + digest: 7254affd9cd13bf33e6ca84f172e2a40a7ef10e630182d500d3a24dd7a6a9c1e + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-7.1.5.tgz + version: 7.1.5 + - apiVersion: v1 + appVersion: v16.1.4 + created: "2023-08-03T19:45:25.791228228Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.11.1 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.18.0 + - condition: postgresql.install + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 12.5.2 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.52.0 + - condition: redis.install + name: redis + repository: https://charts.bitnami.com/bitnami + version: 16.13.2 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + - condition: gitlab-zoekt.install + name: gitlab-zoekt + repository: https://charts.gitlab.io/ + version: 0.4.0 + description: The One DevOps Platform + digest: acbd7d4a9cf48cc39c2da216f849177f1a5c1fefa4362bc102ac42adddb554a4 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-7.1.4.tgz + version: 7.1.4 + - apiVersion: v1 + appVersion: v16.1.3 + created: "2023-08-01T15:17:54.746043612Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.11.1 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.18.0 + - condition: postgresql.install + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 12.5.2 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.52.0 + - condition: redis.install + name: redis + repository: https://charts.bitnami.com/bitnami + version: 16.13.2 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + - condition: gitlab-zoekt.install + name: gitlab-zoekt + repository: https://charts.gitlab.io/ + version: 0.4.0 + description: The One DevOps Platform + digest: 1fd02428a061519edf537e962598b534e40bb91a65e4085f5c1df2a09ed059d7 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-7.1.3.tgz + version: 7.1.3 + - apiVersion: v1 + appVersion: v16.1.2 + created: "2023-07-05T10:46:52.256342786Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.11.1 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.18.0 + - condition: postgresql.install + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 12.5.2 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.52.0 + - condition: redis.install + name: redis + repository: https://charts.bitnami.com/bitnami + version: 16.13.2 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + - condition: gitlab-zoekt.install + name: gitlab-zoekt + repository: https://charts.gitlab.io/ + version: 0.4.0 + description: The One DevOps Platform + digest: 1c063129e92b13839d0837db0b5698f6cf6b068bfcbabef0d77064f33aef467a + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-7.1.2.tgz + version: 7.1.2 + - apiVersion: v1 + appVersion: v16.1.1 + created: "2023-06-29T09:54:42.994874574Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.11.1 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.18.0 + - condition: postgresql.install + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 12.5.2 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.52.0 + - condition: redis.install + name: redis + repository: https://charts.bitnami.com/bitnami + version: 16.13.2 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + - condition: gitlab-zoekt.install + name: gitlab-zoekt + repository: https://charts.gitlab.io/ + version: 0.4.0 + description: The One DevOps Platform + digest: faadbce5c4feb267af8f26224772d049556a079ef3698311bcb3b1da9c7beaa8 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-7.1.1.tgz + version: 7.1.1 + - apiVersion: v1 + appVersion: v16.1.0 + created: "2023-06-22T13:22:50.534757977Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.11.1 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.18.0 + - condition: postgresql.install + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 12.5.2 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.52.0 + - condition: redis.install + name: redis + repository: https://charts.bitnami.com/bitnami + version: 16.13.2 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + - condition: gitlab-zoekt.install + name: gitlab-zoekt + repository: https://charts.gitlab.io/ + version: 0.4.0 + description: The One DevOps Platform + digest: 273ff695417bea195497a2493fb4c7275ac6a4421529c25cd89a8bdd0cc31622 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-7.1.0.tgz + version: 7.1.0 + - apiVersion: v1 + appVersion: v16.0.8 + created: "2023-08-01T15:38:24.091956495Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.11.1 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.18.0 + - condition: postgresql.install + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 12.5.2 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.52.0 + - condition: redis.install + name: redis + repository: https://charts.bitnami.com/bitnami + version: 16.13.2 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + - condition: gitlab-zoekt.install + name: gitlab-zoekt + repository: https://charts.gitlab.io/ + version: 0.3.0 + description: The One DevOps Platform + digest: e71ccf625f41f72ca94e1f8aa69dba7ad4a5fb82bac522f0e47ab7ffb5a4ebfd + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-7.0.8.tgz + version: 7.0.8 + - apiVersion: v1 + appVersion: v16.0.7 + created: "2023-07-05T11:30:54.658620051Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.11.1 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.18.0 + - condition: postgresql.install + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 12.5.2 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.52.0 + - condition: redis.install + name: redis + repository: https://charts.bitnami.com/bitnami + version: 16.13.2 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + - condition: gitlab-zoekt.install + name: gitlab-zoekt + repository: https://charts.gitlab.io/ + version: 0.3.0 + description: The One DevOps Platform + digest: 8012351737bc5826cfd61db1356b08e16e1f10ae18aabbeeb7d2cc809ffe0094 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-7.0.7.tgz + version: 7.0.7 + - apiVersion: v1 + appVersion: v16.0.6 + created: "2023-06-29T08:48:54.677928357Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.11.1 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.18.0 + - condition: postgresql.install + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 12.5.2 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.52.0 + - condition: redis.install + name: redis + repository: https://charts.bitnami.com/bitnami + version: 16.13.2 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + - condition: gitlab-zoekt.install + name: gitlab-zoekt + repository: https://charts.gitlab.io/ + version: 0.3.0 + description: The One DevOps Platform + digest: ca70b6f06934f41e5401146c7ea1c3327c5c22a2f914d6458591b25c97386bae + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-7.0.6.tgz + version: 7.0.6 + - apiVersion: v1 + appVersion: v16.0.5 + created: "2023-06-16T14:46:30.716128456Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.11.1 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.18.0 + - condition: postgresql.install + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 12.5.2 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.52.0 + - condition: redis.install + name: redis + repository: https://charts.bitnami.com/bitnami + version: 16.13.2 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + - condition: gitlab-zoekt.install + name: gitlab-zoekt + repository: https://charts.gitlab.io/ + version: 0.3.0 + description: The One DevOps Platform + digest: fe503414a6f2d609eefbc7ba8c46aa65f6d96921ae93f6380b13fdbb13f71959 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-7.0.5.tgz + version: 7.0.5 + - apiVersion: v1 + appVersion: v16.0.4 + created: "2023-06-08T14:38:58.736629199Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.11.1 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.18.0 + - condition: postgresql.install + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 12.5.2 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.52.0 + - condition: redis.install + name: redis + repository: https://charts.bitnami.com/bitnami + version: 16.13.2 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + - condition: gitlab-zoekt.install + name: gitlab-zoekt + repository: https://charts.gitlab.io/ + version: 0.3.0 + description: The One DevOps Platform + digest: 3cfdb97930be62f813e0ead393eab52d85e324f0784931b23e82ebe6e7d63a14 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-7.0.4.tgz + version: 7.0.4 + - apiVersion: v1 + appVersion: v16.0.3 + created: "2023-06-07T08:09:05.130988928Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.11.1 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.18.0 + - condition: postgresql.install + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 12.5.2 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.52.0 + - condition: redis.install + name: redis + repository: https://charts.bitnami.com/bitnami + version: 16.13.2 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + - condition: gitlab-zoekt.install + name: gitlab-zoekt + repository: https://charts.gitlab.io/ + version: 0.3.0 + description: The One DevOps Platform + digest: 5f628fcec0d9e27885ed48749fd9609a97a84c8f12433697db770c88f3cd7455 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-7.0.3.tgz + version: 7.0.3 + - apiVersion: v1 + appVersion: v16.0.2 + created: "2023-06-05T20:48:30.82719235Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.11.1 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.18.0 + - condition: postgresql.install + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 12.5.2 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.52.0 + - condition: redis.install + name: redis + repository: https://charts.bitnami.com/bitnami + version: 16.13.2 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + - condition: gitlab-zoekt.install + name: gitlab-zoekt + repository: https://charts.gitlab.io/ + version: 0.3.0 + description: The One DevOps Platform + digest: feafb5d8e0934caaa260983e3d86fc22b30d48c170675fabbe282bca43fa7f47 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-7.0.2.tgz + version: 7.0.2 + - apiVersion: v1 + appVersion: v16.0.1 + created: "2023-05-23T15:15:43.006554048Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.11.1 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.18.0 + - condition: postgresql.install + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 12.5.2 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.52.0 + - condition: redis.install + name: redis + repository: https://charts.bitnami.com/bitnami + version: 16.13.2 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + - condition: gitlab-zoekt.install + name: gitlab-zoekt + repository: https://charts.gitlab.io/ + version: 0.3.0 + description: The One DevOps Platform + digest: 79e44a0e703f91b08abd2bcbb58368ce874b86f934df3c3be6ef579348017be5 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-7.0.1.tgz + version: 7.0.1 + - apiVersion: v1 + appVersion: v16.0.0 + created: "2023-05-22T13:32:17.753453944Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.11.1 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.18.0 + - condition: postgresql.install + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 12.5.2 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.52.0 + - condition: redis.install + name: redis + repository: https://charts.bitnami.com/bitnami + version: 16.13.2 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + - condition: gitlab-zoekt.install + name: gitlab-zoekt + repository: https://charts.gitlab.io/ + version: 0.3.0 + description: The One DevOps Platform + digest: a73f4c16389595e59b9377bc98d0ee2c521bebe1328ef221f9b38ebec1aa1af6 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-7.0.0.tgz + version: 7.0.0 + - apiVersion: v1 + appVersion: v15.11.13 + created: "2023-07-27T21:07:04.063917723Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.5.4 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.18.0 + - condition: postgresql.install + name: postgresql + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.51.1 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.11.0 + - condition: redis.install + name: redis + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + - condition: gitlab-zoekt.install + name: gitlab-zoekt + repository: https://charts.gitlab.io/ + version: 0.3.0 + description: The One DevOps Platform + digest: 3bac3575dae6007befa8b16530c2c129f0749148e6457b57b46ffd7600d369f4 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-6.11.13.tgz + version: 6.11.13 + - apiVersion: v1 + appVersion: v15.11.12 + created: "2023-07-17T11:29:37.721626182Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.5.4 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.18.0 + - condition: postgresql.install + name: postgresql + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.51.1 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.11.0 + - condition: redis.install + name: redis + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + - condition: gitlab-zoekt.install + name: gitlab-zoekt + repository: https://charts.gitlab.io/ + version: 0.3.0 + description: The One DevOps Platform + digest: 4a2c81cbe05e82010b5a0784690fff2b2afe1d17d0fa31a1d3ccc4b365691a1a + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-6.11.12.tgz + version: 6.11.12 + - apiVersion: v1 + appVersion: v15.11.11 + created: "2023-07-05T10:49:34.653424031Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.5.4 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.18.0 + - condition: postgresql.install + name: postgresql + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.51.1 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.11.0 + - condition: redis.install + name: redis + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + - condition: gitlab-zoekt.install + name: gitlab-zoekt + repository: https://charts.gitlab.io/ + version: 0.3.0 + description: The One DevOps Platform + digest: d6d0ce2b07be193f45975aae082b73843a2c9ac40c55d3b9156bc73533718dcc + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-6.11.11.tgz + version: 6.11.11 + - apiVersion: v1 + appVersion: v15.11.10 + created: "2023-06-29T08:47:38.306761218Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.5.4 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.18.0 + - condition: postgresql.install + name: postgresql + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.51.1 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.11.0 + - condition: redis.install + name: redis + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + - condition: gitlab-zoekt.install + name: gitlab-zoekt + repository: https://charts.gitlab.io/ + version: 0.3.0 + description: The One DevOps Platform + digest: 5fb0e2b41c66b22ab52ff72df7ac154a065471382d2122d70baf1f5e16eb985c + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-6.11.10.tgz + version: 6.11.10 + - apiVersion: v1 + appVersion: v15.11.9 + created: "2023-06-15T14:03:56.904963744Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.5.4 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.18.0 + - condition: postgresql.install + name: postgresql + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.51.1 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.11.0 + - condition: redis.install + name: redis + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + - condition: gitlab-zoekt.install + name: gitlab-zoekt + repository: https://charts.gitlab.io/ + version: 0.3.0 + description: The One DevOps Platform + digest: fb46326d0c65047764af64d783f95e1fc82e64460b0f1ca3ca7da080d0258e8f + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-6.11.9.tgz + version: 6.11.9 + - apiVersion: v1 + appVersion: v15.11.8 + created: "2023-06-07T08:04:26.801990546Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.5.4 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.18.0 + - condition: postgresql.install + name: postgresql + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.51.1 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.11.0 + - condition: redis.install + name: redis + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + - condition: gitlab-zoekt.install + name: gitlab-zoekt + repository: https://charts.gitlab.io/ + version: 0.3.0 + description: The One DevOps Platform + digest: a8a3d57befc1e4ae38df5d05d96f3cd160d56985f81a5f40a6870a00b6e0f572 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-6.11.8.tgz + version: 6.11.8 + - apiVersion: v1 + appVersion: v15.11.7 + created: "2023-06-05T20:36:57.016231545Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.5.4 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.18.0 + - condition: postgresql.install + name: postgresql + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.51.1 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.11.0 + - condition: redis.install + name: redis + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + - condition: gitlab-zoekt.install + name: gitlab-zoekt + repository: https://charts.gitlab.io/ + version: 0.3.0 + description: The One DevOps Platform + digest: c15d3305faba46fbf9ea0353456372928b6a4639064f9ec332dd69481d300245 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-6.11.7.tgz + version: 6.11.7 + - apiVersion: v1 + appVersion: v15.11.6 + created: "2023-05-24T15:18:42.011570281Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.5.4 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.18.0 + - condition: postgresql.install + name: postgresql + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.51.1 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.11.0 + - condition: redis.install + name: redis + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + - condition: gitlab-zoekt.install + name: gitlab-zoekt + repository: https://charts.gitlab.io/ + version: 0.3.0 + description: The One DevOps Platform + digest: 1a4431ae69ea120adcaf53e7eb53b0cac634cd1492382cbecc721af0176659ca + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-6.11.6.tgz + version: 6.11.6 + - apiVersion: v1 + appVersion: v15.11.5 + created: "2023-05-19T12:16:26.487304576Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.5.4 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.18.0 + - condition: postgresql.install + name: postgresql + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.51.1 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.11.0 + - condition: redis.install + name: redis + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + - condition: gitlab-zoekt.install + name: gitlab-zoekt + repository: https://charts.gitlab.io/ + version: 0.3.0 + description: The One DevOps Platform + digest: 6d1ad12bc870d104290d8af4a29874031dfbe0aa9f54384b49d693dd3e342153 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-6.11.5.tgz + version: 6.11.5 + - apiVersion: v1 + appVersion: v15.11.4 + created: "2023-05-17T06:41:05.605224435Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.5.4 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.18.0 + - condition: postgresql.install + name: postgresql + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.51.1 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.11.0 + - condition: redis.install + name: redis + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + - condition: gitlab-zoekt.install + name: gitlab-zoekt + repository: https://charts.gitlab.io/ + version: 0.3.0 + description: The One DevOps Platform + digest: b2cb550e363fb8e1b63f1a64004a34998476e69783e29a7f918d3060c6f17808 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-6.11.4.tgz + version: 6.11.4 + - apiVersion: v1 + appVersion: 15.11.3 + created: "2023-05-10T20:18:37.672762337Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.5.4 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.18.0 + - condition: postgresql.install + name: postgresql + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.51.1 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.11.0 + - condition: redis.install + name: redis + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + - condition: gitlab-zoekt.install + name: gitlab-zoekt + repository: https://charts.gitlab.io/ + version: 0.3.0 + description: The One DevOps Platform + digest: ace0d6dd9d4e4faa593d79f9d3c2d357ac5021ef5224e3355b064fe57ba19373 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-6.11.3.tgz + version: 6.11.3 + - apiVersion: v1 + appVersion: 15.11.2 + created: "2023-05-05T06:51:14.508235548Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.5.4 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.18.0 + - condition: postgresql.install + name: postgresql + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.51.1 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.11.0 + - condition: redis.install + name: redis + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + - condition: gitlab-zoekt.install + name: gitlab-zoekt + repository: https://charts.gitlab.io/ + version: 0.3.0 + description: The One DevOps Platform + digest: fbbe24829f5bc8b36a4f6ecb55518fc598d32f7b00a67b110d16fb7ce660d6c8 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-6.11.2.tgz + version: 6.11.2 + - apiVersion: v1 + appVersion: 15.11.1 + created: "2023-05-02T08:38:37.119918761Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.5.4 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.18.0 + - condition: postgresql.install + name: postgresql + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.51.1 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.11.0 + - condition: redis.install + name: redis + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + - condition: gitlab-zoekt.install + name: gitlab-zoekt + repository: https://charts.gitlab.io/ + version: 0.3.0 + description: The One DevOps Platform + digest: 57663f6bfd230f48359f1e99ebe777726421cd261fff288cf763c0b39d5a1f5d + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-6.11.1.tgz + version: 6.11.1 + - apiVersion: v1 + appVersion: 15.11.0 + created: "2023-04-22T14:06:33.06282582Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.5.4 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.18.0 + - condition: postgresql.install + name: postgresql + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.51.1 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.11.0 + - condition: redis.install + name: redis + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + - condition: gitlab-zoekt.install + name: gitlab-zoekt + repository: https://charts.gitlab.io/ + version: 0.3.0 + description: The One DevOps Platform + digest: e285256ba595f9961eb144fa8140151c52c289d035ce059e7ea194d4d2951613 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-6.11.0.tgz + version: 6.11.0 + - apiVersion: v1 + appVersion: v15.10.8 + created: "2023-06-05T16:35:24.84774906Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.5.4 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.18.0 + - condition: postgresql.install + name: postgresql + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.51.1 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.11.0 + - condition: redis.install + name: redis + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: The One DevOps Platform + digest: 3e2a554ef35db66b9ff4c52ac982160b3ca0bc519f0cefe866109ebf3b454ba7 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-6.10.8.tgz + version: 6.10.8 + - apiVersion: v1 + appVersion: 15.10.7 + created: "2023-05-10T20:37:34.965312648Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.5.4 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.18.0 + - condition: postgresql.install + name: postgresql + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.51.1 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.11.0 + - condition: redis.install + name: redis + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: The One DevOps Platform + digest: 547af695e5be2b78122a47f66ba57af61c1b212d132511025f0fa44dae161ae2 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-6.10.7.tgz + version: 6.10.7 + - apiVersion: v1 + appVersion: 15.10.6 + created: "2023-05-05T07:33:14.725338652Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.5.4 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.18.0 + - condition: postgresql.install + name: postgresql + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.51.1 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.11.0 + - condition: redis.install + name: redis + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: The One DevOps Platform + digest: a206953d17709c54dbcbbf3a29c308984d679ed9cc04c996042aaac5167d24b1 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-6.10.6.tgz + version: 6.10.6 + - apiVersion: v1 + appVersion: 15.10.5 + created: "2023-05-02T10:19:25.812317129Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.5.4 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.18.0 + - condition: postgresql.install + name: postgresql + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.51.1 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.11.0 + - condition: redis.install + name: redis + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: The One DevOps Platform + digest: 2ec699d73a080bbe81f8064e835c5435f6f3328081136cd9b8272a834591a71e + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-6.10.5.tgz + version: 6.10.5 + - apiVersion: v1 + appVersion: 15.10.4 + created: "2023-04-21T18:06:19.816059483Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.5.4 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.18.0 + - condition: postgresql.install + name: postgresql + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.51.1 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.11.0 + - condition: redis.install + name: redis + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: The One DevOps Platform + digest: e7a97979671aa9aec434ae3fddb2c71216ecd3f88665491861397e9a9a3fe18b + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-6.10.4.tgz + version: 6.10.4 + - apiVersion: v1 + appVersion: 15.10.3 + created: "2023-04-14T16:35:44.597542443Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.5.4 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.18.0 + - condition: postgresql.install + name: postgresql + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.51.1 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.11.0 + - condition: redis.install + name: redis + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: The One DevOps Platform + digest: dfb73d075674a6f11b82291959fdcbd52a35bf82afb6e8e5d95978cac26303ad + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-6.10.3.tgz + version: 6.10.3 + - apiVersion: v1 + appVersion: 15.10.2 + created: "2023-04-05T20:03:01.649553954Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.5.4 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.18.0 + - condition: postgresql.install + name: postgresql + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.51.1 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.11.0 + - condition: redis.install + name: redis + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: The One DevOps Platform + digest: ecdc37cc54f77bd662abc710c6f60cfafd61257e74dc1f19a9b12f08e9ae7239 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-6.10.2.tgz + version: 6.10.2 + - apiVersion: v1 + appVersion: 15.10.1 + created: "2023-03-30T21:16:25.641587058Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.5.4 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.18.0 + - condition: postgresql.install + name: postgresql + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.51.0 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.11.0 + - condition: redis.install + name: redis + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: The One DevOps Platform + digest: d6e24618f9dc65b6c4d8772e339dda01dd05aadec775e2043ec20b956af37f9f + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-6.10.1.tgz + version: 6.10.1 + - apiVersion: v1 + appVersion: 15.10.0 + created: "2023-03-22T13:24:07.490600338Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.5.4 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.18.0 + - condition: postgresql.install + name: postgresql + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.51.0 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.11.0 + - condition: redis.install + name: redis + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: The One DevOps Platform + digest: bc4caf977b88c51d1d3bb9bd04236103aea20cc0872d3a29fdbbcf19526648f1 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-6.10.0.tgz + version: 6.10.0 + - apiVersion: v1 + appVersion: 15.9.8 + created: "2023-05-10T20:56:23.919024233Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.5.4 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.0.4 + - condition: postgresql.install + name: postgresql + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.50.1 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.11.0 + - condition: redis.install + name: redis + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: The One DevOps Platform + digest: 87c0dd6411b02c081ec33333ce038d01293a904a91709df86647dd6c1532bd36 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-6.9.8.tgz + version: 6.9.8 + - apiVersion: v1 + appVersion: 15.9.7 + created: "2023-05-05T08:19:22.117627394Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.5.4 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.0.4 + - condition: postgresql.install + name: postgresql + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.50.1 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.11.0 + - condition: redis.install + name: redis + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: The One DevOps Platform + digest: f2f8cf41c6f390f866762d5f7ce920cd1bcd0adfab072c236cac4c1c920a2f67 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-6.9.7.tgz + version: 6.9.7 + - apiVersion: v1 + appVersion: 15.9.6 + created: "2023-05-02T11:37:07.851144235Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.5.4 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.0.4 + - condition: postgresql.install + name: postgresql + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.50.1 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.11.0 + - condition: redis.install + name: redis + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: The One DevOps Platform + digest: 8f4d7eaa174f25ba6957a60c665446f7e8cdf95046afbf0f6fa979c58119b231 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-6.9.6.tgz + version: 6.9.6 + - apiVersion: v1 + appVersion: 15.9.5 + created: "2023-04-21T18:58:16.09767968Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.5.4 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.0.4 + - condition: postgresql.install + name: postgresql + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.50.1 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.11.0 + - condition: redis.install + name: redis + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: The One DevOps Platform + digest: a73560570cdb3bc523ceb51ac1d28b8209f0cdfdb058d7328caa1d597459c769 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-6.9.5.tgz + version: 6.9.5 + - apiVersion: v1 + appVersion: 15.9.4 + created: "2023-03-30T21:31:45.062154626Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.5.4 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.0.4 + - condition: postgresql.install + name: postgresql + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.50.1 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.11.0 + - condition: redis.install + name: redis + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: The One DevOps Platform + digest: 0f18be28a7d6111860f2acace96b0ff4555f65317c8c8c04c96fc51466dba386 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-6.9.4.tgz + version: 6.9.4 + - apiVersion: v1 + appVersion: 15.9.3 + created: "2023-03-09T21:42:33.850773541Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.5.4 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.0.4 + - condition: postgresql.install + name: postgresql + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.50.1 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.11.0 + - condition: redis.install + name: redis + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: The One DevOps Platform + digest: 1d1446d8d92a561792af379ac021d3d35d01adaac5674b29201557ab72eb1ab7 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-6.9.3.tgz + version: 6.9.3 + - apiVersion: v1 + appVersion: 15.9.2 + created: "2023-03-02T15:10:46.404774473Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.5.4 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.0.4 + - condition: postgresql.install + name: postgresql + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.50.1 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.11.0 + - condition: redis.install + name: redis + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: The One DevOps Platform + digest: af96dcb5247869f6d164f3b794529694cd2f807ce83e7681b8021477cc5ae05c + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-6.9.2.tgz + version: 6.9.2 + - apiVersion: v1 + appVersion: 15.9.1 + created: "2023-02-24T11:24:17.891769187Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.5.4 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.0.4 + - condition: postgresql.install + name: postgresql + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.50.1 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.11.0 + - condition: redis.install + name: redis + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: The One DevOps Platform + digest: 9ccd0125aea787aa6a0592917ec9813362bb41dbf1f6c12e6887406b5961673c + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-6.9.1.tgz + version: 6.9.1 + - apiVersion: v1 + appVersion: 15.9.0 + created: "2023-02-22T17:41:25.116499573Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.5.4 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.0.4 + - condition: postgresql.install + name: postgresql + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.49.2 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.11.0 + - condition: redis.install + name: redis + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: The One DevOps Platform + digest: 3752fc47cf8938148b0023f4ffabac20f9c696dad47865006923ce98e038a968 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-6.9.0.tgz + version: 6.9.0 + - apiVersion: v1 + appVersion: 15.8.6 + created: "2023-04-19T15:56:53.919961117Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.5.4 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.0.4 + - condition: postgresql.install + name: postgresql + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.49.2 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.11.0 + - condition: redis.install + name: redis + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: The One DevOps Platform + digest: ebc1d327a24bf67ef7d12502d4363841c861881f2e4352e3aafa65e8640e430a + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-6.8.6.tgz + version: 6.8.6 + - apiVersion: v1 + appVersion: 15.8.5 + created: "2023-03-30T21:44:07.140786586Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.5.4 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.0.4 + - condition: postgresql.install + name: postgresql + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.49.2 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.11.0 + - condition: redis.install + name: redis + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: The One DevOps Platform + digest: 2a40f77378f6f160ece29025e485bc7479f845c332465cbb5e8d0cb2f959ee4a + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-6.8.5.tgz + version: 6.8.5 + - apiVersion: v1 + appVersion: 15.8.4 + created: "2023-03-02T15:26:30.70464967Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.5.4 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.0.4 + - condition: postgresql.install + name: postgresql + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.49.2 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.11.0 + - condition: redis.install + name: redis + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: The One DevOps Platform + digest: f2057d464e0fe8240c4ad29b5c66f2263db886a932b4636ed1c67c8cea84f4de + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-6.8.4.tgz + version: 6.8.4 + - apiVersion: v1 + appVersion: 15.8.3 + created: "2023-02-15T11:31:43.42773097Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.5.4 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.0.4 + - condition: postgresql.install + name: postgresql + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.49.2 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.11.0 + - condition: redis.install + name: redis + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: The One DevOps Platform + digest: 52902d3afa4eb686c9f3dbffa772b1c7e27d62ad063e5e0a5b05a08ddc84e990 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-6.8.3.tgz + version: 6.8.3 + - apiVersion: v1 + appVersion: 15.8.2 + created: "2023-02-14T18:54:46.146089855Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.5.4 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.0.4 + - condition: postgresql.install + name: postgresql + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.49.1 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.11.0 + - condition: redis.install + name: redis + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: The One DevOps Platform + digest: a8906df30be828842050bf1bdaadb358238ad117d6538d49ba29e1707b866e31 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-6.8.2.tgz + version: 6.8.2 + - apiVersion: v1 + appVersion: 15.8.1 + created: "2023-01-31T12:09:00.574185753Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.5.4 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.0.4 + - condition: postgresql.install + name: postgresql + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.48.1 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.11.0 + - condition: redis.install + name: redis + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: The One DevOps Platform + digest: 3c11a211e19f2bb753585d48c420c651e420a74435232795cf7408850291eff9 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-6.8.1.tgz + version: 6.8.1 + - apiVersion: v1 + appVersion: 15.8.0 + created: "2023-01-22T13:24:46.410310965Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.5.4 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.0.4 + - condition: postgresql.install + name: postgresql + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.48.1 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.11.0 + - condition: redis.install + name: redis + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: The One DevOps Platform + digest: 1d64d76971325fd357f9e8b3877cd754b93b47699dc961b70c529299ef5a9067 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-6.8.0.tgz + version: 6.8.0 + - apiVersion: v1 + appVersion: 15.7.9 + created: "2023-04-20T17:39:46.538232059Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.5.4 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.0.4 + - condition: postgresql.install + name: postgresql + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.48.0 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.11.0 + - condition: redis.install + name: redis + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: The One DevOps Platform + digest: bfeb14b0d45e3f7c6485b9823e7f30f62253f47e075b6d66b1fa5fa1f57d259f + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-6.7.9.tgz + version: 6.7.9 + - apiVersion: v1 + appVersion: 15.7.8 + created: "2023-03-02T15:46:49.657576682Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.5.4 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.0.4 + - condition: postgresql.install + name: postgresql + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.48.0 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.11.0 + - condition: redis.install + name: redis + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: The One DevOps Platform + digest: e2b2cfcca66da7298db78bf0647c9aa5925f58e5c5beecf7ae2696dbbdff65f6 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-6.7.8.tgz + version: 6.7.8 + - apiVersion: v1 + appVersion: 15.7.7 + created: "2023-02-14T19:19:00.825617528Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.5.4 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.0.4 + - condition: postgresql.install + name: postgresql + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.48.0 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.11.0 + - condition: redis.install + name: redis + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: The One DevOps Platform + digest: 3ef4c1b66c38372ce6776f6c4fe3e691b60daea3f638a207ad420b311383be01 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-6.7.7.tgz + version: 6.7.7 + - apiVersion: v1 + appVersion: 15.7.6 + created: "2023-01-31T12:31:20.497751706Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.5.4 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.0.4 + - condition: postgresql.install + name: postgresql + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.48.0 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.11.0 + - condition: redis.install + name: redis + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: The One DevOps Platform + digest: f292708d0174ab8979064ee89a69b4624e566eabd66c5687e4b2d4822032759f + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-6.7.6.tgz + version: 6.7.6 + - apiVersion: v1 + appVersion: 15.7.5 + created: "2023-01-17T20:16:10.353517728Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.5.4 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.0.4 + - condition: postgresql.install + name: postgresql + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.48.0 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.11.0 + - condition: redis.install + name: redis + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: The One DevOps Platform + digest: d65fab86a9562709d08412d76f83825d4905631da23c80618919d77859bc79ae + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-6.7.5.tgz + version: 6.7.5 + - apiVersion: v1 + appVersion: 15.7.3 + created: "2023-01-11T17:47:43.101928373Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.5.4 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.0.4 + - condition: postgresql.install + name: postgresql + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.48.0 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.11.0 + - condition: redis.install + name: redis + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: The One DevOps Platform + digest: 404b31a2fa256234ccca6dc3298a421ddc924df312e3f94a90f803c264ce5dbf + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-6.7.3.tgz + version: 6.7.3 + - apiVersion: v1 + appVersion: 15.7.2 + created: "2023-01-09T22:49:36.134253313Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.5.4 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.0.4 + - condition: postgresql.install + name: postgresql + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.48.0 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.11.0 + - condition: redis.install + name: redis + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: The One DevOps Platform + digest: 1ff67cc628a5844048983b0154981ea16d340adafb31bb677cea671afe79b104 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-6.7.2.tgz + version: 6.7.2 + - apiVersion: v1 + appVersion: 15.7.1 + created: "2023-01-05T20:31:10.031407644Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.5.4 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.0.4 + - condition: postgresql.install + name: postgresql + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.48.0 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.11.0 + - condition: redis.install + name: redis + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: The One DevOps Platform + digest: c515043e1d88a1eac01783f218bc50f4142510e035ce4659c9b8160271de90a9 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-6.7.1.tgz + version: 6.7.1 + - apiVersion: v1 + appVersion: 15.7.0 + created: "2022-12-22T13:27:52.913976514Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.5.4 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.0.4 + - condition: postgresql.install + name: postgresql + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.48.0 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.11.0 + - condition: redis.install + name: redis + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: The One DevOps Platform + digest: f74a43a90d492e98f5aa2ce78622af50fa8bab9b6f53a3c5d0c992f6e0b9ac49 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-6.7.0.tgz + version: 6.7.0 + - apiVersion: v1 + appVersion: 15.6.8 + created: "2023-02-14T19:32:51.870326051Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.5.4 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.0.4 + - condition: postgresql.install + name: postgresql + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.47.1 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.11.0 + - condition: redis.install + name: redis + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: The One DevOps Platform + digest: 95fbe155a385537e490f804cff0fde789fa322172c417e77aab2d846dbc55b92 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-6.6.8.tgz + version: 6.6.8 + - apiVersion: v1 + appVersion: 15.6.7 + created: "2023-01-31T12:43:10.050494232Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.5.4 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.0.4 + - condition: postgresql.install + name: postgresql + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.47.1 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.11.0 + - condition: redis.install + name: redis + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: The One DevOps Platform + digest: c8dcb13a9c3e5818198145304def04b08cf377df0ee368166ea8cff2a740a550 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-6.6.7.tgz + version: 6.6.7 + - apiVersion: v1 + appVersion: 15.6.6 + created: "2023-01-17T21:17:33.264420162Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.5.4 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.0.4 + - condition: postgresql.install + name: postgresql + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.47.1 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.11.0 + - condition: redis.install + name: redis + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: The One DevOps Platform + digest: f9469e3e85bdbc0c5c4abdb52b6317d50e91e7d8152ac22e318948a7c89e41e4 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-6.6.6.tgz + version: 6.6.6 + - apiVersion: v1 + appVersion: 15.6.4 + created: "2023-01-09T23:59:05.436954525Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.5.4 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.0.4 + - condition: postgresql.install + name: postgresql + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.47.1 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.11.0 + - condition: redis.install + name: redis + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: The One DevOps Platform + digest: 95c84b6df294842042dc05d1279ba39f7a0dd38099411538868058883eb33915 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-6.6.4.tgz + version: 6.6.4 + - apiVersion: v1 + appVersion: 15.6.3 + created: "2022-12-22T09:36:06.960754406Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.5.4 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.0.4 + - condition: postgresql.install + name: postgresql + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.47.1 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.11.0 + - condition: redis.install + name: redis + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: The One DevOps Platform + digest: 18fa154bd7764ab7ea0ab7ba7d4a61d9385f7ef55b0a3b09d8e5366005a2c1ae + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-6.6.3.tgz + version: 6.6.3 + - apiVersion: v1 + appVersion: 15.6.2 + created: "2022-12-06T09:14:28.364734721Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.5.4 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.0.4 + - condition: postgresql.install + name: postgresql + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.47.0 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.11.0 + - condition: redis.install + name: redis + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: The One DevOps Platform + digest: fb5d78be0e7f4d821fe29660281ba7d301284bbd04e9fdaa07771ba23c376451 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-6.6.2.tgz + version: 6.6.2 + - apiVersion: v1 + appVersion: 15.6.1 + created: "2022-11-30T19:14:12.311697551Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.5.4 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.0.4 + - condition: postgresql.install + name: postgresql + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.47.0 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.11.0 + - condition: redis.install + name: redis + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: The One DevOps Platform + digest: 923484455eafca7f8be7461ed93c7eae4d951cb533ee30d5d632b3f92c5e743d + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-6.6.1.tgz + version: 6.6.1 + - apiVersion: v1 + appVersion: 15.6.0 + created: "2022-11-22T13:26:45.184608969Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.5.4 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.0.4 + - condition: postgresql.install + name: postgresql + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.46.1 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.11.0 + - condition: redis.install + name: redis + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: The One DevOps Platform + digest: 085dbb4c5c87307f4bf672891b687f2ad1c0919a70435bb6653db29b26940ffe + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-6.6.0.tgz + version: 6.6.0 + - apiVersion: v1 + appVersion: 15.5.9 + created: "2023-01-17T21:42:13.543558625Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.5.4 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.0.4 + - condition: postgresql.install + name: postgresql + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.45.0 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.11.0 + - condition: redis.install + name: redis + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: The One DevOps Platform + digest: 70891995a94130df20ddcb3d67704aca83d442840e4df704ce9246e5d02098a4 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-6.5.9.tgz + version: 6.5.9 + - apiVersion: v1 + appVersion: 15.5.7 + created: "2023-01-10T00:24:09.970995095Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.5.4 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.0.4 + - condition: postgresql.install + name: postgresql + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.45.0 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.11.0 + - condition: redis.install + name: redis + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: The One DevOps Platform + digest: 42d033a8c522254f3f14b57030b5021c015c3e8fac0efb4446c13adb7fb50349 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-6.5.8.tgz + version: 6.5.8 + - apiVersion: v1 + appVersion: 15.5.6 + created: "2022-12-07T21:46:02.810336614Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.5.4 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.0.4 + - condition: postgresql.install + name: postgresql + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.45.0 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.11.0 + - condition: redis.install + name: redis + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: The One DevOps Platform + digest: daef1e82aff2dcbd2e466024be1ebbf21b287853e8c43c239b59603099d6ce52 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-6.5.7.tgz + version: 6.5.7 + - apiVersion: v1 + appVersion: 15.5.5 + created: "2022-11-30T19:20:01.821461383Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.5.4 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.0.4 + - condition: postgresql.install + name: postgresql + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.45.0 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.11.0 + - condition: redis.install + name: redis + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: The One DevOps Platform + digest: 719d27b4f7b76a11da0050f35bd0854e8868db195644d1277ecc55c5a835c490 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-6.5.6.tgz + version: 6.5.6 + - apiVersion: v1 + appVersion: 15.5.4 + created: "2022-11-14T06:26:20.786168446Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.5.4 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.0.4 + - condition: postgresql.install + name: postgresql + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.45.0 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.11.0 + - condition: redis.install + name: redis + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: The One DevOps Platform + digest: 4b1c808b1ee4f229ebc250ac53731728be828281091e7fbb6215f3ecebd88e6e + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-6.5.5.tgz + version: 6.5.5 + - apiVersion: v1 + appVersion: 15.5.3 + created: "2022-11-09T19:14:47.734506039Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.5.4 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.0.4 + - condition: postgresql.install + name: postgresql + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.45.0 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.11.0 + - condition: redis.install + name: redis + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: The One DevOps Platform + digest: 76f8b98aa8c8c809f5d48c5cb5138a1fca25c8131e19e2dcf4b191427928dd2e + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-6.5.4.tgz + version: 6.5.4 + - apiVersion: v1 + appVersion: 15.5.3 + created: "2022-11-08T01:50:01.841203506Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.5.4 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.0.4 + - condition: postgresql.install + name: postgresql + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.45.0 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.11.0 + - condition: redis.install + name: redis + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: The One DevOps Platform + digest: f5df2b986e77b046177a8a08c770f2980543cc300dbf6886a9b3dd3d7cb41773 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-6.5.3.tgz + version: 6.5.3 + - apiVersion: v1 + appVersion: 15.5.2 + created: "2022-11-02T12:51:16.772253777Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.5.4 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.0.4 + - condition: postgresql.install + name: postgresql + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.45.0 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.11.0 + - condition: redis.install + name: redis + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: The One DevOps Platform + digest: 6b8df8167b87cb60d333d1e238bdec56a3373ca0c17a6c570773155048b0672a + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-6.5.2.tgz + version: 6.5.2 + - apiVersion: v1 + appVersion: 15.5.1 + created: "2022-10-24T21:57:39.64617373Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.5.4 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.0.4 + - condition: postgresql.install + name: postgresql + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.45.0 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.11.0 + - condition: redis.install + name: redis + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: The One DevOps Platform + digest: 3420f3ceeda17d0651aad62b1fe814c602b537210b2221292bfece9d4e7ccfea + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-6.5.1.tgz + version: 6.5.1 + - apiVersion: v1 + appVersion: 15.5.0 + created: "2022-10-22T13:28:44.097535982Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.5.4 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.0.4 + - condition: postgresql.install + name: postgresql + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.45.0 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.11.0 + - condition: redis.install + name: redis + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: The One DevOps Platform + digest: 5dbdb9b4b2379acd46dd836872acee0a8264acdf181f8d2bd96e5b58d84f068f + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-6.5.0.tgz + version: 6.5.0 + - apiVersion: v1 + appVersion: 15.4.6 + created: "2022-11-30T19:31:07.873559445Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.5.4 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.0.4 + - condition: postgresql.install + name: postgresql + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.44.0 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.11.0 + - condition: redis.install + name: redis + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: The One DevOps Platform + digest: 5e45081b96f8fe148632c71df521a74a5c288e0f10fb9fa925680aa018ef2a03 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-6.4.6.tgz + version: 6.4.6 + - apiVersion: v1 + appVersion: 15.4.5 + created: "2022-11-17T01:07:12.052249333Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.5.4 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.0.4 + - condition: postgresql.install + name: postgresql + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.44.0 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.11.0 + - condition: redis.install + name: redis + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: The One DevOps Platform + digest: 1d565c77d71ef9ee57a9f02e82e4734abc677e714ab3a851f52c97786f172de5 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-6.4.5.tgz + version: 6.4.5 + - apiVersion: v1 + appVersion: 15.4.4 + created: "2022-11-02T13:04:17.230648326Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.5.4 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.0.4 + - condition: postgresql.install + name: postgresql + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.44.0 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.11.0 + - condition: redis.install + name: redis + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: The One DevOps Platform + digest: 5640cdcd4ffc4824918b2ded5f980377bc1778bab1d7fc10f24656a397b0d0d3 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-6.4.4.tgz + version: 6.4.4 + - apiVersion: v1 + appVersion: 15.4.3 + created: "2022-10-19T17:22:06.119877674Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.5.4 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.0.4 + - condition: postgresql.install + name: postgresql + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.44.0 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.11.0 + - condition: redis.install + name: redis + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: The One DevOps Platform + digest: 4a2ecdc05d5d7ca63ad609f334c6a9714a3c035bc7620a37a472105086c739af + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-6.4.3.tgz + version: 6.4.3 + - apiVersion: v1 + appVersion: 15.4.2 + created: "2022-10-04T17:37:01.665559035Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.5.4 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.0.4 + - condition: postgresql.install + name: postgresql + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.44.0 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.11.0 + - condition: redis.install + name: redis + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: The One DevOps Platform + digest: d6e3eceb446dd510a03ed5cab77b4e1a80d524fe82163e3665cba96d7a7f3fac + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-6.4.2.tgz + version: 6.4.2 + - apiVersion: v1 + appVersion: 15.4.1 + created: "2022-09-29T13:06:45.748370164Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.5.4 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.0.4 + - condition: postgresql.install + name: postgresql + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.44.0 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.11.0 + - condition: redis.install + name: redis + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: The One DevOps Platform + digest: ccf20a8e645a5b1a88f75d14717caf688517931ade62e65d8bca0437083d7f5d + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-6.4.1.tgz + version: 6.4.1 + - apiVersion: v1 + appVersion: 15.4.0 + created: "2022-09-22T13:52:51.51207785Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.5.4 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.0.4 + - condition: postgresql.install + name: postgresql + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.44.0 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.11.0 + - condition: redis.install + name: redis + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: The One DevOps Platform + digest: 932fcbcbb43d22fa1affdaf2345e70f3f571de266420216d1d4cd3d35b922b63 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-6.4.0.tgz + version: 6.4.0 + - apiVersion: v1 + appVersion: 15.3.5 + created: "2022-11-02T13:14:02.503619183Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.5.4 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.0.4 + - condition: postgresql.install + name: postgresql + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.43.1 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.11.0 + - condition: redis.install + name: redis + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: The One DevOps Platform + digest: 90a0d07b90e00f39a587f8deaa01042e233a8a18e03bb2a5b5cdae0512030e38 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-6.3.5.tgz + version: 6.3.5 + - apiVersion: v1 + appVersion: 15.3.4 + created: "2022-09-29T13:13:17.34880979Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.5.4 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.0.4 + - condition: postgresql.install + name: postgresql + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.43.1 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.11.0 + - condition: redis.install + name: redis + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: The One DevOps Platform + digest: b90deaa52129db3d1c159b793ba07bc262576454daea4a35da38a9e8d7398a5c + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-6.3.4.tgz + version: 6.3.4 + - apiVersion: v1 + appVersion: 15.3.3 + created: "2022-09-05T12:06:54.237173667Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.5.4 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.0.4 + - condition: postgresql.install + name: postgresql + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.43.1 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.11.0 + - condition: redis.install + name: redis + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: The One DevOps Platform + digest: cb145d130a4cc7af5043881c846c5094a33255f1bbf119b7c6b036761191fe97 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-6.3.3.tgz + version: 6.3.3 + - apiVersion: v1 + appVersion: 15.3.2 + created: "2022-08-30T15:39:48.460709634Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.5.4 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.0.4 + - condition: postgresql.install + name: postgresql + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.43.1 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.11.0 + - condition: redis.install + name: redis + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: The One DevOps Platform + digest: d3c8f376612611221bfe23fa4f4d045e1b2a39c65c403b856578881542b6d4a9 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-6.3.2.tgz + version: 6.3.2 + - apiVersion: v1 + appVersion: 15.3.1 + created: "2022-08-22T18:57:37.722654849Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.5.4 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.0.4 + - condition: postgresql.install + name: postgresql + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.43.1 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.11.0 + - condition: redis.install + name: redis + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: The One DevOps Platform + digest: 0f543a1754b1841559ce8c44650ed9a5974a201dd980d0d6c5d666141023dfb2 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-6.3.1.tgz + version: 6.3.1 + - apiVersion: v1 + appVersion: 15.3.0 + created: "2022-08-22T13:51:48.093566161Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.5.4 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.0.4 + - condition: postgresql.install + name: postgresql + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.43.1 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.11.0 + - condition: redis.install + name: redis + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: The One DevOps Platform + digest: 0ae34a83b6197b040cef2cc8af8efc9a8d220dfdc4a84c842251bd4f23a4e572 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-6.3.0.tgz + version: 6.3.0 + - apiVersion: v1 + appVersion: 15.2.5 + created: "2022-09-29T13:27:14.811565105Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.5.4 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.0.4 + - condition: postgresql.install + name: postgresql + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.43.1 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.9.1 + - condition: redis.install + name: redis + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: The One DevOps Platform + digest: 748d0fb9ba63e3619b18548e6ecfce6f53880115785a46da88434897c27e916b + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-6.2.5.tgz + version: 6.2.5 + - apiVersion: v1 + appVersion: 15.2.4 + created: "2022-08-30T15:52:50.721536041Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.5.4 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.0.4 + - condition: postgresql.install + name: postgresql + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.43.1 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.9.1 + - condition: redis.install + name: redis + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: The One DevOps Platform + digest: 64625e6ae939b6edd91bce151304eaf7506aec84dd86d1cf2b0032190e63f0ac + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-6.2.4.tgz + version: 6.2.4 + - apiVersion: v1 + appVersion: 15.2.3 + created: "2022-08-22T19:08:54.781791862Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.5.4 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.0.4 + - condition: postgresql.install + name: postgresql + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.43.1 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.9.1 + - condition: redis.install + name: redis + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: The One DevOps Platform + digest: 702ae069c818d31b1e83fe779609f747a5c5edad0fecbd1441be98d2fdac2b58 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-6.2.3.tgz + version: 6.2.3 + - apiVersion: v1 + appVersion: 15.2.2 + created: "2022-08-01T17:38:44.368121765Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.5.4 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.0.4 + - condition: postgresql.install + name: postgresql + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.43.0 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.9.1 + - condition: redis.install + name: redis + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: The One DevOps Platform + digest: c25b213faec2714ba9a251d4cfeb04e4caa7d289174df26e71363655011bece3 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-6.2.2.tgz + version: 6.2.2 + - apiVersion: v1 + appVersion: 15.2.1 + created: "2022-07-28T13:33:33.427316542Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.5.4 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.0.4 + - condition: postgresql.install + name: postgresql + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.43.0 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.9.1 + - condition: redis.install + name: redis + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: The One DevOps Platform + digest: d35842d721575d3773d3b3a3662c570bc4acb6c16bcb00a6051075b57e30113a + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-6.2.1.tgz + version: 6.2.1 + - apiVersion: v1 + appVersion: 15.2.0 + created: "2022-07-22T13:47:31.79114414Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.5.4 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.0.4 + - condition: postgresql.install + name: postgresql + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.42.0 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.9.1 + - condition: redis.install + name: redis + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: The One DevOps Platform + digest: c15626f38a5414465ca3ed0a1b6ecf09dbb4ce637740e247fb43145a0c7970f1 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-6.2.0.tgz + version: 6.2.0 + - apiVersion: v1 + appVersion: 15.1.6 + created: "2022-08-30T15:55:46.686719635Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.5.4 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.0.4 + - condition: postgresql.install + name: postgresql + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.41.0 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.9.1 + - condition: redis.install + name: redis + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: The One DevOps Platform + digest: 8e8b0cddf81bf300a7ffda8f8ee8f9f13af3f59a48a789ab39e65f85a0c86e01 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-6.1.6.tgz + version: 6.1.6 + - apiVersion: v1 + appVersion: 15.1.5 + created: "2022-08-22T19:20:23.03405097Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.5.4 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.0.4 + - condition: postgresql.install + name: postgresql + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.41.0 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.9.1 + - condition: redis.install + name: redis + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: The One DevOps Platform + digest: be1f546ee6fe6d3bfd5ab133d7dad026f8afaa0c36a22fecdca64e587b8ab0f4 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-6.1.5.tgz + version: 6.1.5 + - apiVersion: v1 + appVersion: 15.1.4 + created: "2022-07-28T13:42:36.52000841Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.5.4 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.0.4 + - condition: postgresql.install + name: postgresql + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.41.0 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.9.1 + - condition: redis.install + name: redis + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: The One DevOps Platform + digest: 4446fb74180f26fba8de075384b7eaa357c143e616b1a709849600dadf814234 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-6.1.4.tgz + version: 6.1.4 + - apiVersion: v1 + appVersion: 15.1.3 + created: "2022-07-19T18:07:25.847911291Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.5.4 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.0.4 + - condition: postgresql.install + name: postgresql + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.41.0 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.9.1 + - condition: redis.install + name: redis + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: The One DevOps Platform + digest: 35f55745bd3f905c8c10058c8b493735114e9e7d8cf97f579c40e5a3c95871f5 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-6.1.3.tgz + version: 6.1.3 + - apiVersion: v1 + appVersion: 15.1.2 + created: "2022-07-05T14:04:14.170825888Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.5.4 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.0.4 + - condition: postgresql.install + name: postgresql + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.41.0 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.9.1 + - condition: redis.install + name: redis + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: The One DevOps Platform + digest: 2c0ef969162b6be2b5141a751d97b899b3f4f5ca4c8a09f8eb0f620f9b7eed3e + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-6.1.2.tgz + version: 6.1.2 + - apiVersion: v1 + appVersion: 15.1.1 + created: "2022-06-30T15:19:51.869399301Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.5.4 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.0.4 + - condition: postgresql.install + name: postgresql + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.41.0 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.9.1 + - condition: redis.install + name: redis + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: The One DevOps Platform + digest: d74bd9ed83326c3ad7b441adbdce738876c86b5253e30b43c9de9bf27653ef7d + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-6.1.1.tgz + version: 6.1.1 + - apiVersion: v1 + appVersion: 15.1.0 + created: "2022-06-22T14:58:06.339570246Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.5.4 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.0.4 + - condition: postgresql.install + name: postgresql + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.41.0 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.9.1 + - condition: redis.install + name: redis + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: The One DevOps Platform + digest: b20aaedad3da53204eb05390bc8878e1724970041190a2ff32949bab9c46c1d1 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-6.1.0.tgz + version: 6.1.0 + - apiVersion: v1 + appVersion: 15.0.5 + created: "2022-07-28T13:53:07.930844934Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.5.4 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.0.4 + - condition: postgresql.install + name: postgresql + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.41.0 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.9.1 + - condition: redis.install + name: redis + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: The One DevOps Platform + digest: ee7c049e8ee5837a83f8c3a77e831301f390815fff29136b4a07b312326fc5b4 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-6.0.5.tgz + version: 6.0.5 + - apiVersion: v1 + appVersion: 15.0.4 + created: "2022-06-30T17:04:59.504347802Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.5.4 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.0.4 + - condition: postgresql.install + name: postgresql + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.41.0 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.9.1 + - condition: redis.install + name: redis + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: The One DevOps Platform + digest: e947a540b464dde02e91264528f10c47ee22586014f952277d933e393b504f46 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-6.0.4.tgz + version: 6.0.4 + - apiVersion: v1 + appVersion: 15.0.3 + created: "2022-06-16T12:38:56.409827297Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.5.4 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.0.4 + - condition: postgresql.install + name: postgresql + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.41.0 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.9.1 + - condition: redis.install + name: redis + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: The One DevOps Platform + digest: 309dec759b3ca4f8d180486fd2cf1b93b5bfce76dd4ed1318cbdef7fd0a77445 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-6.0.3.tgz + version: 6.0.3 + - apiVersion: v1 + appVersion: 15.0.2 + created: "2022-06-07T14:53:50.518434303Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.5.4 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.0.4 + - condition: postgresql.install + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.41.0 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.9.1 + - condition: redis.install + name: redis + repository: https://charts.bitnami.com/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: The One DevOps Platform + digest: ba45d79c75d52262216612edf65479283c2235f2bfda2a848ac20db345a61fc6 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-6.0.2.tgz + version: 6.0.2 + - apiVersion: v1 + appVersion: 15.0.1 + created: "2022-06-01T17:53:49.03201081Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.5.4 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.0.4 + - condition: postgresql.install + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.41.0 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.9.1 + - condition: redis.install + name: redis + repository: https://charts.bitnami.com/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: The One DevOps Platform + digest: 45ca35b3bea3b226f479596d86981ba0139044bf908d0d950abaa0c458a4ceec + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-6.0.1.tgz + version: 6.0.1 + - apiVersion: v1 + appVersion: 15.0.0 + created: "2022-05-22T13:44:51.115002466Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.5.4 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.0.4 + - condition: postgresql.install + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.40.1 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.9.1 + - condition: redis.install + name: redis + repository: https://charts.bitnami.com/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: The One DevOps Platform + digest: 937861b03d0ccb65aee2151c496df9832f307b3ceb572e22bd90cdf803850945 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-6.0.0.tgz + version: 6.0.0 + - apiVersion: v1 + appVersion: 14.10.5 + created: "2022-06-30T17:23:27.265778968Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.5.4 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.0.4 + - condition: postgresql.install + name: postgresql + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.40.1 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.9.1 + - condition: redis.install + name: redis + repository: https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: d262e2ecf0d8e9fbfe78061227602501a4e0dd267b466d3e4b89799832c8be94 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-5.10.5.tgz + version: 5.10.5 + - apiVersion: v1 + appVersion: 14.10.4 + created: "2022-06-01T18:05:18.658241504Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.5.4 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.0.4 + - condition: postgresql.install + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.40.1 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.9.1 + - condition: redis.install + name: redis + repository: https://charts.bitnami.com/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: d794f083283ac72d18a8ac9cc7bb41cc72b27b0fafcf463bc8ef292a08add3e4 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-5.10.4.tgz + version: 5.10.4 + - apiVersion: v1 + appVersion: 14.10.3 + created: "2022-05-20T14:30:54.230300601Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.5.4 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.0.4 + - condition: postgresql.install + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.40.1 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.9.1 + - condition: redis.install + name: redis + repository: https://charts.bitnami.com/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 230028ebfbebb9c6035f18f1eedd8504a4cdfa06b9aeca96290a13337c839b9a + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-5.10.3.tgz + version: 5.10.3 + - apiVersion: v1 + appVersion: 14.10.2 + created: "2022-05-05T08:11:18.076037482Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.5.4 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.0.4 + - condition: postgresql.install + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.40.0 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.9.1 + - condition: redis.install + name: redis + repository: https://charts.bitnami.com/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 2f4640ff6f7389f67a1bd714bc0fb2f9f622d4411bd71fa9a0567894e7182874 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-5.10.2.tgz + version: 5.10.2 + - apiVersion: v1 + appVersion: 14.10.1 + created: "2022-05-02T21:12:37.686422086Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.5.4 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.0.4 + - condition: postgresql.install + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.40.0 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.9.1 + - condition: redis.install + name: redis + repository: https://charts.bitnami.com/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 275bc63e53881dff5287058aebe9072d5092df614fa7a445602e16cf36294fe8 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-5.10.1.tgz + version: 5.10.1 + - apiVersion: v1 + appVersion: 14.10.0 + created: "2022-04-22T13:47:17.93464645Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.5.4 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.0.4 + - condition: postgresql.install + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.40.0 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.9.1 + - condition: redis.install + name: redis + repository: https://charts.bitnami.com/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: cf928fc46a57856bd8d015c41c609dd57eb3a0f28b07a86f19407b338fd4e3c9 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-5.10.0.tgz + version: 5.10.0 + - apiVersion: v1 + appVersion: 14.9.5 + created: "2022-06-01T21:20:04.028917053Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.5.4 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.0.4 + - condition: postgresql.install + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.39.0 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.9.1 + - condition: redis.install + name: redis + repository: https://charts.bitnami.com/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: c0a70c4553f5097d4050fe950ac5086ae012749c3d9df8d572d382ba5cb6146a + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-5.9.5.tgz + version: 5.9.5 + - apiVersion: v1 + appVersion: 14.9.4 + created: "2022-05-02T21:21:53.399777929Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.5.4 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.0.4 + - condition: postgresql.install + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.39.0 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.9.1 + - condition: redis.install + name: redis + repository: https://charts.bitnami.com/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 47f934332a50644388e86d4cae4c4ec1efba3d1d1efee4d0b9013c7a0d250c3e + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-5.9.4.tgz + version: 5.9.4 + - apiVersion: v1 + appVersion: 14.9.3 + created: "2022-04-12T17:17:53.334042548Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.5.4 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.0.4 + - condition: postgresql.install + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.39.0 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.9.1 + - condition: redis.install + name: redis + repository: https://charts.bitnami.com/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 753efddcca4c044996fcb0e449d2490351bf712017a32340d4663e3b759d9bde + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-5.9.3.tgz + version: 5.9.3 + - apiVersion: v1 + appVersion: 14.9.2 + created: "2022-03-31T13:48:20.433422501Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.5.4 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.0.4 + - condition: postgresql.install + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.39.0 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.9.1 + - condition: redis.install + name: redis + repository: https://charts.bitnami.com/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: cf4d8eed5a66bedf21d6330b6410b344322a1b31d5889f05b0abcf08954063f7 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-5.9.2.tgz + version: 5.9.2 + - apiVersion: v1 + appVersion: 14.9.1 + created: "2022-03-23T15:48:47.718024208Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.5.4 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.0.4 + - condition: postgresql.install + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.38.1 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.9.1 + - condition: redis.install + name: redis + repository: https://charts.bitnami.com/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 3b0a6737a079bddeb52187a97b87d4973948d126762ebb421870d961e0b3ecd3 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-5.9.1.tgz + version: 5.9.1 + - apiVersion: v1 + appVersion: 14.9.0 + created: "2022-03-22T13:47:04.402708365Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.5.4 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.0.4 + - condition: postgresql.install + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.38.1 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.9.1 + - condition: redis.install + name: redis + repository: https://charts.bitnami.com/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 2298ebbdd91a82409805b6c6bd34971e311d861d8ed10e4189ef461f6e1506ee + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-5.9.0.tgz + version: 5.9.0 + - apiVersion: v1 + appVersion: 14.8.6 + created: "2022-05-02T21:31:54.362076888Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.5.4 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.0.4 + - condition: postgresql.install + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.38.1 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.9.1 + - condition: redis.install + name: redis + repository: https://charts.bitnami.com/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 7446993e55d3ca4db3f9406fde1d6ef5bcbe85df45950cc5e59d971580a21c13 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-5.8.6.tgz + version: 5.8.6 + - apiVersion: v1 + appVersion: 14.8.5 + created: "2022-03-31T13:57:24.8214978Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.5.4 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.0.4 + - condition: postgresql.install + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.38.1 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.9.1 + - condition: redis.install + name: redis + repository: https://charts.bitnami.com/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: c232b522003d270c204369cc67eca603b7b33209f58cd087d7680cdd2a89d76f + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-5.8.5.tgz + version: 5.8.5 + - apiVersion: v1 + appVersion: 14.8.4 + created: "2022-03-16T21:13:40.42198168Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.5.4 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.0.4 + - condition: postgresql.install + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.38.1 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.9.1 + - condition: redis.install + name: redis + repository: https://charts.bitnami.com/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 928eb4d37d3f4390af32ca0ea8cfad531a679d958340a112e2a7f3c57cb63c11 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-5.8.4.tgz + version: 5.8.4 + - apiVersion: v1 + appVersion: 14.8.3 + created: "2022-03-15T08:57:10.5098113Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.5.4 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.0.4 + - condition: postgresql.install + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.38.1 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.9.1 + - condition: redis.install + name: redis + repository: https://charts.bitnami.com/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: cd964c9a452f7b60b7ffa14b2e6ea205e50c3e873bc348bbec2cbefeeda08a81 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-5.8.3.tgz + version: 5.8.3 + - apiVersion: v1 + appVersion: 14.8.2 + created: "2022-02-25T22:18:07.597516345Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.5.4 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.0.4 + - condition: postgresql.install + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.38.0 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.9.1 + - condition: redis.install + name: redis + repository: https://charts.bitnami.com/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 641e52b01a38acf28beb6d4f4ee75e1d4a7dec8d0ccc92a6c0eba401575d9605 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-5.8.2.tgz + version: 5.8.2 + - apiVersion: v1 + appVersion: 14.8.1 + created: "2022-02-23T17:33:40.072656772Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.5.4 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.0.4 + - condition: postgresql.install + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.38.0 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.9.1 + - condition: redis.install + name: redis + repository: https://charts.bitnami.com/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: bdca9d6e3cde307d0290223cca845ccbd8e0d15aa9d3b3bc3228def5d93aa197 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-5.8.1.tgz + version: 5.8.1 + - apiVersion: v1 + appVersion: 14.8.0 + created: "2022-02-22T13:46:02.146568976Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.5.4 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 15.0.4 + - condition: postgresql.install + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.37.2 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.9.1 + - condition: redis.install + name: redis + repository: https://charts.bitnami.com/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 0285f71cbf451b77e28e20041ce2da9ba4d2b2afde5fc752751383c82c6b7ca0 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-5.8.0.tgz + version: 5.8.0 + - apiVersion: v1 + appVersion: 14.7.7 + created: "2022-03-31T14:06:46.819790426Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.5.4 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 11.16.9 + - condition: postgresql.install + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.37.2 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.9.1 + - condition: redis.install + name: redis + repository: https://charts.bitnami.com/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 93fbb46e5c4d6e3e1b8adabe74f72f8789c75e2c82546134ddda4ef6e7b1a24f + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-5.7.7.tgz + version: 5.7.7 + - apiVersion: v1 + appVersion: 14.7.6 + created: "2022-03-24T20:00:14.340080916Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.5.4 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 11.16.9 + - condition: postgresql.install + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.37.2 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.9.1 + - condition: redis.install + name: redis + repository: https://charts.bitnami.com/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 372ecf607b6e6adcc6ac712126f3139651324d5714f5c70d2e36722fb763ef63 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-5.7.6.tgz + version: 5.7.6 + - apiVersion: v1 + appVersion: 14.7.5 + created: "2022-03-09T19:50:07.528053985Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.5.4 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 11.16.9 + - condition: postgresql.install + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.37.2 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.9.1 + - condition: redis.install + name: redis + repository: https://charts.bitnami.com/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: b679729c052c0db3bf0de70c3f86cadd4af8978310cccd3ce0824b49530bf065 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-5.7.5.tgz + version: 5.7.5 + - apiVersion: v1 + appVersion: 14.7.4 + created: "2022-02-25T22:26:53.633217078Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.5.4 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 11.16.9 + - condition: postgresql.install + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.37.2 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.9.1 + - condition: redis.install + name: redis + repository: https://charts.bitnami.com/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 1fe52ecc2e22de5e3e2719c41d40153b72be06e32bba6643b5db8752717a7a81 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-5.7.4.tgz + version: 5.7.4 + - apiVersion: v1 + appVersion: 14.7.3 + created: "2022-02-15T13:13:14.384399688Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.5.4 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 11.16.9 + - condition: postgresql.install + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.37.2 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.9.1 + - condition: redis.install + name: redis + repository: https://charts.bitnami.com/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 4aa23681aba9a73b166f00a72acd9b883718ececbb535dd1572e577a7f1e8722 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-5.7.3.tgz + version: 5.7.3 + - apiVersion: v1 + appVersion: 14.7.2 + created: "2022-02-09T22:26:05.876166305Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.5.4 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 11.16.9 + - condition: postgresql.install + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.37.2 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.9.1 + - condition: redis.install + name: redis + repository: https://charts.bitnami.com/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: d77423abb026099ab1e87df31ccc6ec01875ee4e3214adadb1f0037228f41da7 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-5.7.2.tgz + version: 5.7.2 + - apiVersion: v1 + appVersion: 14.7.1 + created: "2022-02-03T23:48:09.711913871Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.5.4 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 11.16.9 + - condition: postgresql.install + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.37.2 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.9.1 + - condition: redis.install + name: redis + repository: https://charts.bitnami.com/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 4739d42dbd33fdc5fe3d94a55ed0aa6d8822d46c0097188bded13b51d83bac86 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-5.7.1.tgz + version: 5.7.1 + - apiVersion: v1 + appVersion: 14.7.0 + created: "2022-01-22T13:51:22.472514605Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.5.4 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 11.16.9 + - condition: postgresql.install + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.37.0 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.9.1 + - condition: redis.install + name: redis + repository: https://charts.bitnami.com/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: bd88941076c89c6ae38d210bdd055b34d8dca3e630b9591e3a895af843c6a16d + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-5.7.0.tgz + version: 5.7.0 + - apiVersion: v1 + appVersion: 14.6.7 + created: "2022-04-01T12:44:09.491667402Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.5.4 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 11.16.9 + - condition: postgresql.install + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.36.0 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.9.1 + - condition: redis.install + name: redis + repository: https://charts.bitnami.com/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: d7b0460d338f9bad46fb425cbbf25ff20c86ae0ce987195c6811ca2da697d29a + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-5.6.7.tgz + version: 5.6.7 + - apiVersion: v1 + appVersion: 14.6.6 + created: "2022-03-02T15:58:39.091708372Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.5.4 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 11.16.9 + - condition: postgresql.install + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.36.0 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.9.1 + - condition: redis.install + name: redis + repository: https://charts.bitnami.com/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 71ca3b6f4f9418a5e2c21f6352d2e0d8117c966ba6cb2714d06b1c7a83a3c96f + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-5.6.6.tgz + version: 5.6.6 + - apiVersion: v1 + appVersion: 14.6.5 + created: "2022-02-25T22:38:24.25949478Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.5.4 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 11.16.9 + - condition: postgresql.install + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.36.0 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.9.1 + - condition: redis.install + name: redis + repository: https://charts.bitnami.com/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: d4f3889d33c28622d5eedb3889aa5659038e4b5f9d8ec429c7b8b86bd3520415 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-5.6.5.tgz + version: 5.6.5 + - apiVersion: v1 + appVersion: 14.6.4 + created: "2022-02-03T23:49:48.36134995Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.5.4 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 11.16.9 + - condition: postgresql.install + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.36.0 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.9.1 + - condition: redis.install + name: redis + repository: https://charts.bitnami.com/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 29212301a6c10f39c168b7341d9c65a478867a1ef9d517cb3ea6885b6f20a4a1 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-5.6.4.tgz + version: 5.6.4 + - apiVersion: v1 + appVersion: 14.6.3 + created: "2022-01-18T18:06:07.718670411Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.5.4 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 11.16.9 + - condition: postgresql.install + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.36.0 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.9.1 + - condition: redis.install + name: redis + repository: https://charts.bitnami.com/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 3f1587b15e0b4296995641d7bbe82f144049b306a18188dff3498f8649df07d9 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-5.6.3.tgz + version: 5.6.3 + - apiVersion: v1 + appVersion: 14.6.2 + created: "2022-01-11T20:53:23.854400879Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.5.4 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 11.16.9 + - condition: postgresql.install + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.36.0 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.9.1 + - condition: redis.install + name: redis + repository: https://charts.bitnami.com/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 9a97bd817d5fa31e424a2d72650b0e4a3ae7b029d773b58f5541790c6b731838 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-5.6.2.tgz + version: 5.6.2 + - apiVersion: v1 + appVersion: 14.6.1 + created: "2022-01-05T17:06:50.615508157Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.5.4 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 11.16.9 + - condition: postgresql.install + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.36.0 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.9.1 + - condition: redis.install + name: redis + repository: https://charts.bitnami.com/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: e20930d6a29f4ffd5c5257591c0b1664949a1ef8378468c120b868271e1a49e6 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-5.6.1.tgz + version: 5.6.1 + - apiVersion: v1 + appVersion: 14.6.0 + created: "2021-12-22T16:12:02.201459175Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.5.4 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 11.16.9 + - condition: postgresql.install + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.36.0 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.9.1 + - condition: redis.install + name: redis + repository: https://charts.bitnami.com/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: f1db87039055249c17729cf9d529f6139f4dc4f2fd9032f47d20459ce47cbc6a + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-5.6.0.tgz + version: 5.6.0 + - apiVersion: v1 + appVersion: 14.5.4 + created: "2022-02-03T23:51:39.484055498Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.5.4 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 11.16.9 + - condition: postgresql.install + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.34.0 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.9.1 + - condition: redis.install + name: redis + repository: https://charts.bitnami.com/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 395c200d9a6c2c49d78323fc9797c4a6bd8266ddb70f02f58b1284bbd3b2f2fa + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-5.5.4.tgz + version: 5.5.4 + - apiVersion: v1 + appVersion: 14.5.3 + created: "2022-01-12T14:40:20.702454161Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.5.4 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 11.16.9 + - condition: postgresql.install + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.34.0 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.9.1 + - condition: redis.install + name: redis + repository: https://charts.bitnami.com/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 64dc7fc1ab60bcaabd7c25be6682e1e1ad89a65419ecb43ade8f9777e54a7e79 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-5.5.3.tgz + version: 5.5.3 + - apiVersion: v1 + appVersion: 14.5.2 + created: "2021-12-06T23:13:51.002009791Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.5.4 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 11.16.9 + - condition: postgresql.install + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.34.0 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.9.1 + - condition: redis.install + name: redis + repository: https://charts.bitnami.com/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 5a8806eb768b9dcf8959610de0e7e395e491b5933146e323d6d4e4f7f9b805ff + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-5.5.2.tgz + version: 5.5.2 + - apiVersion: v1 + appVersion: 14.5.1 + created: "2021-12-01T16:46:27.23539506Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.5.4 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 11.16.9 + - condition: postgresql.install + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.34.0 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.9.1 + - condition: redis.install + name: redis + repository: https://charts.bitnami.com/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: f58c244b6c35a240cecc4b380f824c9a1b43ccf6c92fd82192a26ab7bdf9815c + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-5.5.1.tgz + version: 5.5.1 + - apiVersion: v1 + appVersion: 14.5.0 + created: "2021-11-22T14:15:10.668497654Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.5.4 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 11.16.9 + - condition: postgresql.install + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.34.0 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.9.1 + - condition: redis.install + name: redis + repository: https://charts.bitnami.com/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: fae313ff7e1dd5d9b7905775487897b3bc8cbd5da8445ab8f4010c9c4dafbffc + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-5.5.0.tgz + version: 5.5.0 + - apiVersion: v1 + appVersion: 14.4.5 + created: "2022-01-12T14:39:17.922723817Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.2.0 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 11.16.9 + - condition: postgresql.install + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.33.1 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.9.1 + - condition: redis.install + name: redis + repository: https://charts.bitnami.com/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: f39cb7bb445f78581a3f99b87131244e38ca7342f8d9da6d86efe6fa37aff065 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-5.4.5.tgz + version: 5.4.5 + - apiVersion: v1 + appVersion: 14.4.4 + created: "2021-12-06T23:23:22.012916105Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.2.0 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 11.16.9 + - condition: postgresql.install + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.33.1 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.9.1 + - condition: redis.install + name: redis + repository: https://charts.bitnami.com/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 3923d776d57b045424a0a240a723cb8a9c3cb8526df6238cf79b9f8199360b94 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-5.4.4.tgz + version: 5.4.4 + - apiVersion: v1 + appVersion: 14.4.3 + created: "2021-12-01T20:59:40.175685353Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.2.0 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 11.16.9 + - condition: postgresql.install + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.33.1 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.9.1 + - condition: redis.install + name: redis + repository: https://charts.bitnami.com/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: b2382a13eafbda5329d01acd87dad902537e7871110bc797c23ee801a7f9c960 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-5.4.3.tgz + version: 5.4.3 + - apiVersion: v1 + appVersion: 14.4.2 + created: "2021-11-09T16:20:56.313769152Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.2.0 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 11.16.9 + - condition: postgresql.install + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.33.1 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.9.1 + - condition: redis.install + name: redis + repository: https://charts.bitnami.com/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 89914d4ef30d1a5df5e389c3442c669efb95172b7b021306b583849e1f822a22 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-5.4.2.tgz + version: 5.4.2 + - apiVersion: v1 + appVersion: 14.4.1 + created: "2021-10-28T12:26:16.913033923Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.2.0 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 11.16.9 + - condition: postgresql.install + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.33.1 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.9.1 + - condition: redis.install + name: redis + repository: https://charts.bitnami.com/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 90bc86c0dd357dd57c4a48f5216b39c1a2aac4a34e4be46d8a73776edbc15a51 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-5.4.1.tgz + version: 5.4.1 + - apiVersion: v1 + appVersion: 14.4.0 + created: "2021-10-22T13:47:25.538524361Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.2.0 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 11.16.9 + - condition: postgresql.install + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.33.1 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.9.1 + - condition: redis.install + name: redis + repository: https://charts.bitnami.com/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: b65169b312c8b0dc1034a39b46d0094fab00b5be29d76a5a40238e1cc719c415 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-5.4.0.tgz + version: 5.4.0 + - apiVersion: v1 + appVersion: 14.3.6 + created: "2021-12-06T23:29:47.539898115Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.2.0 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 11.16.9 + - condition: postgresql.install + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.33.1 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.9.1 + - condition: redis.install + name: redis + repository: https://charts.bitnami.com/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: a1a2e5b497247b38c95851295eed11cc38ac28f842ed9417da74f6925d451c46 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-5.3.6.tgz + version: 5.3.6 + - apiVersion: v1 + appVersion: 14.3.5 + created: "2021-11-26T19:25:58.737749661Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.2.0 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 11.16.9 + - condition: postgresql.install + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.33.1 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.9.1 + - condition: redis.install + name: redis + repository: https://charts.bitnami.com/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: e301949165f2a343be52393a26dd22361a9b552b2134f8b6ca8e68684fd4799d + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-5.3.5.tgz + version: 5.3.5 + - apiVersion: v1 + appVersion: 14.3.4 + created: "2021-10-28T12:34:02.700902958Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.2.0 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 11.16.9 + - condition: postgresql.install + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.33.1 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.9.1 + - condition: redis.install + name: redis + repository: https://charts.bitnami.com/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: bba510611cba7bc87bef09495c8e02e16aaa821d44f340a8c51c20c24d1a276c + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-5.3.4.tgz + version: 5.3.4 + - apiVersion: v1 + appVersion: 14.3.3 + created: "2021-10-12T18:40:46.689758784Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.2.0 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 11.16.9 + - condition: postgresql.install + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.33.1 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.9.1 + - condition: redis.install + name: redis + repository: https://charts.bitnami.com/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 1bc6cce75adbdd2bd6c867cc92b0bdc440de576387ec28880a97b2ffc2eebdc1 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-5.3.3.tgz + version: 5.3.3 + - apiVersion: v1 + appVersion: 14.3.2 + created: "2021-10-01T18:01:08.025196903Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.2.0 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 11.16.9 + - condition: postgresql.install + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.32.0 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.9.1 + - condition: redis.install + name: redis + repository: https://charts.bitnami.com/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 5e7fecb86ad92600e91700eef95d55d5dce7820e0ab452fb1c1a9198d4e1369a + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-5.3.2.tgz + version: 5.3.2 + - apiVersion: v1 + appVersion: 14.3.1 + created: "2021-09-30T13:49:39.932002539Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.2.0 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 11.16.9 + - condition: postgresql.install + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.32.0 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.9.1 + - condition: redis.install + name: redis + repository: https://charts.bitnami.com/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: dbe71c6cd14615620c481da7cfcf96bb88c1a719079b7afc75da84afdf475f46 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-5.3.1.tgz + version: 5.3.1 + - apiVersion: v1 + appVersion: 14.3.0 + created: "2021-09-22T13:48:10.718996536Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.2.0 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 11.16.9 + - condition: postgresql.install + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.32.0 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.9.1 + - condition: redis.install + name: redis + repository: https://charts.bitnami.com/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 19179b32ee27df93c258385bb5c03bbfcacd4394a5178121ed4dd96cfcb28a3c + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-5.3.0.tgz + version: 5.3.0 + - apiVersion: v1 + appVersion: 14.2.7 + created: "2021-11-26T19:00:34.58359577Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.2.0 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 11.16.9 + - condition: postgresql.install + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.32.0 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.9.1 + - condition: redis.install + name: redis + repository: https://charts.bitnami.com/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 929f942dd4276cb8a3012babed1b5a0a33f989b1a5e122250121816b840e6929 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-5.2.7.tgz + version: 5.2.7 + - apiVersion: v1 + appVersion: 14.2.6 + created: "2021-11-01T13:32:39.266962923Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.2.0 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 11.16.9 + - condition: postgresql.install + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.32.0 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.9.1 + - condition: redis.install + name: redis + repository: https://charts.bitnami.com/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 669922d80e4ca2f39817024fe5c1c9dc5fa4f97d5d772419fc459a677bcbffec + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-5.2.6.tgz + version: 5.2.6 + - apiVersion: v1 + appVersion: 14.2.5 + created: "2021-09-30T13:59:01.582630403Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.2.0 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 11.16.9 + - condition: postgresql.install + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.32.0 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.9.1 + - condition: redis.install + name: redis + repository: https://charts.bitnami.com/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: d81575c12ba1a54829d345aa7efd1743baf6494f7d3e88324757906b50d1f03b + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-5.2.5.tgz + version: 5.2.5 + - apiVersion: v1 + appVersion: 14.2.4 + created: "2021-09-17T13:58:51.454507852Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.2.0 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 11.16.9 + - condition: postgresql.install + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.32.0 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.9.1 + - condition: redis.install + name: redis + repository: https://charts.bitnami.com/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: bbe33ed0254607002bbf3a75685a0a9ceeac8e3fe746cf7e824e50739b62672b + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-5.2.4.tgz + version: 5.2.4 + - apiVersion: v1 + appVersion: 14.2.3 + created: "2021-09-01T14:57:15.842358673Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.2.0 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 11.16.9 + - condition: postgresql.install + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.32.0 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.9.1 + - condition: redis.install + name: redis + repository: https://charts.bitnami.com/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 05b0c9a260df556fabbb2f62ab82cde42c16ba6f984ce2b5cab50e402004c099 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-5.2.3.tgz + version: 5.2.3 + - apiVersion: v1 + appVersion: 14.2.2 + created: "2021-08-31T17:44:45.919981638Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.2.0 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 11.16.9 + - condition: postgresql.install + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.32.0 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.9.1 + - condition: redis.install + name: redis + repository: https://charts.bitnami.com/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 0e05e53b8fd65d3ce09e4fc632c19cbc92561563b4482b7251482af467c7255f + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-5.2.2.tgz + version: 5.2.2 + - apiVersion: v1 + appVersion: 14.2.1 + created: "2021-08-23T19:21:14.041066436Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.2.0 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 11.16.9 + - condition: postgresql.install + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.32.0 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.9.1 + - condition: redis.install + name: redis + repository: https://charts.bitnami.com/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: acf479e604d6852f61dcb7114af11e6b4160e8db8685a281c5197b662fea1ab6 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-5.2.1.tgz + version: 5.2.1 + - apiVersion: v1 + appVersion: 14.2.0 + created: "2021-08-22T14:02:28.030733792Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.2.0 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 11.16.9 + - condition: postgresql.install + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.31.0 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.9.1 + - condition: redis.install + name: redis + repository: https://charts.bitnami.com/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 5a8d0af94df970e3cdaba56b105a7309fc271aadf69e16a10877784c6a8963ef + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-5.2.0.tgz + version: 5.2.0 + - apiVersion: v1 + appVersion: 14.1.8 + created: "2021-11-15T10:31:07.920823301Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.2.0 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 11.16.9 + - condition: postgresql.install + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.31.0 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.9.1 + - condition: redis.install + name: redis + repository: https://charts.bitnami.com/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 51dfc1ad2db1f6b4ae308f817d95f6298aa4a4b1e34a1b1dcfee0508c21d1853 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-5.1.8.tgz + version: 5.1.8 + - apiVersion: v1 + appVersion: 14.1.7 + created: "2021-09-30T14:05:27.17111971Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.2.0 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 11.16.9 + - condition: postgresql.install + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.31.0 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.9.1 + - condition: redis.install + name: redis + repository: https://charts.bitnami.com/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 13810bccc7f36159cf55d100fc7432b64baef8e4dbe86be3fb6c8e3ce28aa71f + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-5.1.7.tgz + version: 5.1.7 + - apiVersion: v1 + appVersion: 14.1.6 + created: "2021-09-27T17:37:15.889865364Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.2.0 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 11.16.9 + - condition: postgresql.install + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.31.0 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.9.1 + - condition: redis.install + name: redis + repository: https://charts.bitnami.com/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 5cceb20186daf8349cc6f421de5a5276e411eb75f9bd485d3ab70f1397f9e6a9 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-5.1.6.tgz + version: 5.1.6 + - apiVersion: v1 + appVersion: 14.1.5 + created: "2021-09-02T19:02:58.382169906Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.2.0 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 11.16.9 + - condition: postgresql.install + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.31.0 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.9.1 + - condition: redis.install + name: redis + repository: https://charts.bitnami.com/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: b929ce68ae192afce0626478085e94a3893536cd90fab13b04f0e8acc5be16e7 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-5.1.5.tgz + version: 5.1.5 + - apiVersion: v1 + appVersion: 14.1.4 + created: "2021-08-31T17:53:05.851162057Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.2.0 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 11.16.9 + - condition: postgresql.install + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.31.0 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.9.1 + - condition: redis.install + name: redis + repository: https://charts.bitnami.com/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 66d13ad21efe39ea7503469ffd517b0281eaf39b2137c0d773f20a776b98ae6b + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-5.1.4.tgz + version: 5.1.4 + - apiVersion: v1 + appVersion: 14.1.3 + created: "2021-08-17T19:51:02.752088332Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.2.0 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 11.16.9 + - condition: postgresql.install + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.31.0 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.9.1 + - condition: redis.install + name: redis + repository: https://charts.bitnami.com/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 8f2e652d68cb16a5eb4b8184fba2afe49c9a95346105c07e9a39b65dc6f109a5 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-5.1.3.tgz + version: 5.1.3 + - apiVersion: v1 + appVersion: 14.1.2 + created: "2021-08-03T19:24:52.432420868Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.2.0 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 11.16.9 + - condition: postgresql.install + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.31.0 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.9.1 + - condition: redis.install + name: redis + repository: https://charts.bitnami.com/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 194ffae4f5e32ab2418c943436801d03f78d4fd1a2d7a64eb009b7fb8e0f6495 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-5.1.2.tgz + version: 5.1.2 + - apiVersion: v1 + appVersion: 14.1.1 + created: "2021-07-28T13:51:35.095569184Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.2.0 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 11.16.9 + - condition: postgresql.install + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.31.0 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.9.1 + - condition: redis.install + name: redis + repository: https://charts.bitnami.com/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 9eeca0ee245d0cb32b450af632351beedfdfa2c381d73299cc32460e6115dc2a + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-5.1.1.tgz + version: 5.1.1 + - apiVersion: v1 + appVersion: 14.1.0 + created: "2021-07-22T13:45:05.108232134Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.2.0 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 11.16.9 + - condition: postgresql.install + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.30.0 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.9.1 + - condition: redis.install + name: redis + repository: https://charts.bitnami.com/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: c8b84abab6a8ff15720d20e940917907162faf9440b7e009e22a7a66a895ef2c + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-5.1.0.tgz + version: 5.1.0 + - apiVersion: v1 + appVersion: 14.0.12 + created: "2021-11-05T20:57:53.341841165Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.2.0 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 11.16.9 + - condition: postgresql.install + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.30.0 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.9.1 + - condition: redis.install + name: redis + repository: https://charts.bitnami.com/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 5d10e475546815b71b83dee65d034c28893887b03888c734834b4db3588fe6e5 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-5.0.12.tgz + version: 5.0.12 + - apiVersion: v1 + appVersion: 14.0.11 + created: "2021-09-27T11:33:00.726090399Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.2.0 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 11.16.9 + - condition: postgresql.install + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.30.0 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.9.1 + - condition: redis.install + name: redis + repository: https://charts.bitnami.com/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 2f372c6ca2323c9fd89dbb2524f0855570cfb69ebe1d96653a711a063705d609 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-5.0.11.tgz + version: 5.0.11 + - apiVersion: v1 + appVersion: 14.0.10 + created: "2021-09-02T18:44:00.773683037Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.2.0 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 11.16.9 + - condition: postgresql.install + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.30.0 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.9.1 + - condition: redis.install + name: redis + repository: https://charts.bitnami.com/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 4235641d8488739e52b52806c0752361b8e1767bd82ec2fe027994d442c3f16b + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-5.0.10.tgz + version: 5.0.10 + - apiVersion: v1 + appVersion: 14.0.9 + created: "2021-08-31T17:59:55.067230046Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.2.0 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 11.16.9 + - condition: postgresql.install + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.30.0 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.9.1 + - condition: redis.install + name: redis + repository: https://charts.bitnami.com/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 6f9c64ebaaa7ec418e87c2eab12dfc73b80d60d934fa99e661909b558d49b355 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-5.0.9.tgz + version: 5.0.9 + - apiVersion: v1 + appVersion: 14.0.8 + created: "2021-08-26T12:38:32.031814621Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.2.0 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 11.16.9 + - condition: postgresql.install + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.30.0 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.9.1 + - condition: redis.install + name: redis + repository: https://charts.bitnami.com/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 40c90f53ff340df808cdb85ec7f7e60765c5a0c4090d38b960fdab438b6617ee + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-5.0.8.tgz + version: 5.0.8 + - apiVersion: v1 + appVersion: 14.0.7 + created: "2021-08-03T19:45:07.300988095Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.2.0 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 11.16.9 + - condition: postgresql.install + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.30.0 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.9.1 + - condition: redis.install + name: redis + repository: https://charts.bitnami.com/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: e67f1183244d2387ad5264b7803eb8d530a16243084d0675e98eef30d112f64d + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-5.0.7.tgz + version: 5.0.7 + - apiVersion: v1 + appVersion: 14.0.6 + created: "2021-07-20T16:40:28.094808566Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.2.0 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 11.16.9 + - condition: postgresql.install + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.30.0 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.9.1 + - condition: redis.install + name: redis + repository: https://charts.bitnami.com/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: dfe8fbb3f9433b2a4290bc0f25502efd9f11c649b81c087687e42094e91ce347 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-5.0.6.tgz + version: 5.0.6 + - apiVersion: v1 + appVersion: 14.0.5 + created: "2021-07-08T16:44:51.217731645Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.2.0 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 11.16.9 + - condition: postgresql.install + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.30.0 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.9.1 + - condition: redis.install + name: redis + repository: https://charts.bitnami.com/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: c11270848da78c3ba853cb856f3cab7c8ab33ae3b7dc556394328af538b175f2 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-5.0.5.tgz + version: 5.0.5 + - apiVersion: v1 + appVersion: 14.0.4 + created: "2021-07-07T20:53:44.729552011Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.2.0 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 11.16.9 + - condition: postgresql.install + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.30.0 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.9.1 + - condition: redis.install + name: redis + repository: https://charts.bitnami.com/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 1f894fd7b26b589d8213ece18c0cdf22b9bea69d22ea19c9dfd96dcda86e7579 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-5.0.4.tgz + version: 5.0.4 + - apiVersion: v1 + appVersion: 14.0.3 + created: "2021-07-06T16:44:34.260221162Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.2.0 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 11.16.9 + - condition: postgresql.install + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.30.0 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.9.1 + - condition: redis.install + name: redis + repository: https://charts.bitnami.com/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: c68675e77c173db0fdaf5b9b07087d486db24af91f58d96929edfc78478364a3 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-5.0.3.tgz + version: 5.0.3 + - apiVersion: v1 + appVersion: 14.0.2 + created: "2021-07-01T16:22:48.149144153Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.2.0 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 11.16.9 + - condition: postgresql.install + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.30.0 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.9.1 + - condition: redis.install + name: redis + repository: https://charts.bitnami.com/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 3ab72f90846bd252457ebed57d9c8f11740150fc5bce72861dd51afb8cccda29 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-5.0.2.tgz + version: 5.0.2 + - apiVersion: v1 + appVersion: 14.0.1 + created: "2021-06-24T16:31:13.00794482Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.2.0 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 11.16.9 + - condition: postgresql.install + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.30.0 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.9.1 + - condition: redis.install + name: redis + repository: https://charts.bitnami.com/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: c3a132f35bb115ee89402f1b2a6b3c63bc6f1a3fcbeea2c121370c362f9c5dfa + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-5.0.1.tgz + version: 5.0.1 + - apiVersion: v1 + appVersion: 14.0.0 + created: "2021-06-22T17:52:44.266092389Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 1.2.0 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 11.16.9 + - condition: postgresql.install + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.30.0 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 6.9.1 + - condition: redis.install + name: redis + repository: https://charts.bitnami.com/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 4bd5e4a2857be2e6ffbd7920669eb1c1d7082b205736032750e1de8790e45594 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-5.0.0.tgz + version: 5.0.0 + - apiVersion: v1 + appVersion: 13.12.15 + created: "2021-11-03T22:33:07.892069867Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 0.10.1 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 11.16.9 + - condition: postgresql.install + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.29.0 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 4.0.1 + - condition: redis.install + name: redis + repository: https://charts.bitnami.com/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 3a2e7ddb5777bd2e66634a3a65a65d4f551d5c3ed227969a76c706159b9c63e5 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-4.12.13.tgz + version: 4.12.13 + - apiVersion: v1 + appVersion: 13.12.12 + created: "2021-09-22T09:22:29.702280442Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 0.10.1 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 11.16.9 + - condition: postgresql.install + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.29.0 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 4.0.1 + - condition: redis.install + name: redis + repository: https://charts.bitnami.com/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 90d70c8baffb4f1934fe180ccef4e4a153e431aa2dde97f88f84fc4305be4bf5 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-4.12.12.tgz + version: 4.12.12 + - apiVersion: v1 + appVersion: 13.12.11 + created: "2021-09-02T13:30:25.162293913Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 0.10.1 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 11.16.9 + - condition: postgresql.install + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.29.0 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 4.0.1 + - condition: redis.install + name: redis + repository: https://charts.bitnami.com/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 77281df2e6a0aa7c9bf584ca4d1d017be4a6ad647695f5f78923c500360f64f1 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-4.12.11.tgz + version: 4.12.11 + - apiVersion: v1 + appVersion: 13.12.10 + created: "2021-08-10T17:01:22.844178006Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 0.10.1 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 11.16.9 + - condition: postgresql.install + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.29.0 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 4.0.1 + - condition: redis.install + name: redis + repository: https://charts.bitnami.com/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 037755f7bb8b0b75fbb17a0e3c5a2019f3adac97c36a21b9ebca9b77d74335b9 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-4.12.10.tgz + version: 4.12.10 + - apiVersion: v1 + appVersion: 13.12.9 + created: "2021-08-03T19:55:09.821475252Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 0.10.1 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 11.16.9 + - condition: postgresql.install + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.29.0 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 4.0.1 + - condition: redis.install + name: redis + repository: https://charts.bitnami.com/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 99c185d8259e0237bdd7bbaf0511026354c575d822f546e66ddf0c4d08424041 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-4.12.9.tgz + version: 4.12.9 + - apiVersion: v1 + appVersion: 13.12.8 + created: "2021-07-07T21:03:04.311008809Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 0.10.1 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 11.16.9 + - condition: postgresql.install + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.29.0 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 4.0.1 + - condition: redis.install + name: redis + repository: https://charts.bitnami.com/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 2264fd75a546d3d2cd5b76ff8a8301f4fcc46638b7695592d90e7d705ad73a7b + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-4.12.8.tgz + version: 4.12.8 + - apiVersion: v1 + appVersion: 13.12.7 + created: "2021-07-05T20:32:46.332588909Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 0.10.1 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 11.16.9 + - condition: postgresql.install + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.29.0 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 4.0.1 + - condition: redis.install + name: redis + repository: https://charts.bitnami.com/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 70752def0aca728b952aa03ed8b6c1d6c9325aed7ecb5672ee5aa93046b28c0f + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-4.12.7.tgz + version: 4.12.7 + - apiVersion: v1 + appVersion: 13.12.6 + created: "2021-07-01T16:30:34.351870359Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 0.10.1 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 11.16.9 + - condition: postgresql.install + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.29.0 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 4.0.1 + - condition: redis.install + name: redis + repository: https://charts.bitnami.com/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: b8e8cf16ba5be28dbb8c5a9e2e38cd3d5914b515cbe48ae08caf3d79ebbfdabc + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-4.12.6.tgz + version: 4.12.6 + - apiVersion: v1 + appVersion: 13.12.5 + created: "2021-06-21T17:31:33.990973995Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: dfad56ef1da22906704c0d3755892c7a1a83d11c22e6a4fcb5f708b78b4601a3 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-4.12.5.tgz + version: 4.12.5 + - apiVersion: v1 + appVersion: 13.12.4 + created: "2021-06-14T18:57:49.279702744Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 7c37345ade26c9b0d14b887a2915c18c9e6845cedf03372bf9421723892789b4 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-4.12.4.tgz + version: 4.12.4 + - apiVersion: v1 + appVersion: 13.12.3 + created: "2021-06-07T22:11:04.769327507Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 7b779cb8b14ebb75a8f5c729bd36faaabbee96206bbf17068881dd56b3e62dc4 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-4.12.3.tgz + version: 4.12.3 + - apiVersion: v1 + appVersion: 13.12.2 + created: "2021-06-01T17:41:19.478484099Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 1098415bfb1b4f19a3bd72008a7dbbdaad9e5c4f64e16c5ffe69e21601253187 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-4.12.2.tgz + version: 4.12.2 + - apiVersion: v1 + appVersion: 13.12.1 + created: "2021-05-26T08:47:34.281882856Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 08f970405efb05d5958138963dc18f62235f4878a06e7b2004a804e97cc8195b + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-4.12.1.tgz + version: 4.12.1 + - apiVersion: v1 + appVersion: 13.12.0 + created: "2021-05-22T14:13:31.343707435Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: b2f485363437dfd37e2448c108e3c0e2fbbd6d7beda44be91f1aae4ebbcc4638 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-4.12.0.tgz + version: 4.12.0 + - apiVersion: v1 + appVersion: 13.11.7 + created: "2021-07-07T21:11:48.022953784Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: shared-secrets + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 0.10.1 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 10.0.0 + - condition: postgresql.install + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.28.0 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 4.0.1 + - condition: redis.install + name: redis + repository: https://charts.bitnami.com/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 4383c29b8a0898fa99c68ea0418fca80015d3a4284af46fef0bf10d3caae3f7a + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-4.11.7.tgz + version: 4.11.7 + - apiVersion: v1 + appVersion: 13.11.6 + created: "2021-07-01T16:40:23.446457153Z" + dependencies: + - name: gitlab + repository: "" + version: '*.*.*' + - name: shared-secrets + repository: "" + version: '*.*.*' + - name: certmanager-issuer + repository: "" + version: '*.*.*' + - name: minio + repository: "" + version: '*.*.*' + - name: registry + repository: "" + version: '*.*.*' + - alias: certmanager + condition: certmanager.install + name: cert-manager + repository: https://charts.jetstack.io/ + version: 0.10.1 + - condition: prometheus.install + name: prometheus + repository: https://prometheus-community.github.io/helm-charts + version: 10.0.0 + - condition: postgresql.install + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 8.9.4 + - condition: gitlab-runner.install + name: gitlab-runner + repository: https://charts.gitlab.io/ + version: 0.28.0 + - condition: global.grafana.enabled + name: grafana + repository: https://grafana.github.io/helm-charts + version: 4.0.1 + - condition: redis.install + name: redis + repository: https://charts.bitnami.com/bitnami + version: 11.3.4 + - condition: nginx-ingress.enabled + name: nginx-ingress + repository: "" + version: '*.*.*' + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: cfbd7e50d9cba8a72fbecf87fc30eb452cdb4fd90bd0585909c9ca82509140a8 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-4.11.6.tgz + version: 4.11.6 + - apiVersion: v1 + appVersion: 13.11.5 + created: "2021-06-01T17:43:47.398067823Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 7eff2be8781a8304c0cb1c3281976dbbddd17e123daced3a82d4054d9d50c0c0 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-4.11.5.tgz + version: 4.11.5 + - apiVersion: v1 + appVersion: 13.11.4 + created: "2021-05-14T18:04:28.991837271Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 9e148ee811432ce1b40965aff2efc46df2db54d2da94cdd5abda2d4fc54da879 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-4.11.4.tgz + version: 4.11.4 + - apiVersion: v1 + appVersion: 13.11.3 + created: "2021-04-30T13:43:18.331250777Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: f9716b1b8e6206f4c3bb17bae232e63e5b1f63e672f20700494d0386a75460f1 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-4.11.3.tgz + version: 4.11.3 + - apiVersion: v1 + appVersion: 13.11.2 + created: "2021-04-28T07:45:55.170736028Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: d3e83706d49cdffe665ae8661946527ea0829f6cae0a7eee762244ac7e116671 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-4.11.2.tgz + version: 4.11.2 + - apiVersion: v1 + appVersion: 13.11.1 + created: "2021-04-23T09:09:03.246737423Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 76c0a9c6ffa4a62ccd56ebbf5147724522f6f4e24125e5079b673b5c3f1e7435 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-4.11.1.tgz + version: 4.11.1 + - apiVersion: v1 + appVersion: 13.11.0 + created: "2021-04-22T13:44:02.404385151Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 62199fcfafefbb97cc8bc371b9e596d2553e4e96a97f36bd215c75a57a9df4f4 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-4.11.0.tgz + version: 4.11.0 + - apiVersion: v1 + appVersion: 13.10.5 + created: "2021-06-01T18:41:45.14661401Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 33130f11e3e8afff2ad8a53f35dc3dc12f569bccb9eba3ade6c1a30d7df6e964 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-4.10.5.tgz + version: 4.10.5 + - apiVersion: v1 + appVersion: 13.10.4 + created: "2021-04-28T07:58:26.397746303Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 8ee172185e43d9399c451789147a0ea20993eed3260dc2af28f9c0f2559f289c + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-4.10.4.tgz + version: 4.10.4 + - apiVersion: v1 + appVersion: 13.10.3 + created: "2021-04-14T09:23:56.92012942Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: f622d5273e57985a9cd7014a780aa144019c825cbd1c4709a9b713ac126124a6 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-4.10.3.tgz + version: 4.10.3 + - apiVersion: v1 + appVersion: 13.10.2 + created: "2021-04-01T20:43:58.758845596Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: e7617dd92e4bcb21a7c05506628cd54bbc419048f385321e8e74b953eeec894c + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-4.10.2.tgz + version: 4.10.2 + - apiVersion: v1 + appVersion: 13.10.1 + created: "2021-03-31T16:58:58.956626012Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: dc79a2c1f3b03bf14f156417617117edba32a5db0217cbd477997c2cd96805d2 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-4.10.1.tgz + version: 4.10.1 + - apiVersion: v1 + appVersion: 13.10.0 + created: "2021-03-22T15:40:18.012079036Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: e39dd60279ad3ea6587a67aed0899b7bba9bae0d949af904555669758c6e3920 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-4.10.0.tgz + version: 4.10.0 + - apiVersion: v1 + appVersion: 13.9.7 + created: "2021-04-28T08:43:05.600353281Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 5f4f6dde2bd8b335a6b3009986a923ddfcfd302669058c62f252cb47ee5a09e6 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-4.9.7.tgz + version: 4.9.7 + - apiVersion: v1 + appVersion: 13.9.6 + created: "2021-04-14T09:24:50.89710253Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: ad4a43ff3742bc853664f82caed1fb52f880c486241d1411e8e22d8c36cf03bf + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-4.9.6.tgz + version: 4.9.6 + - apiVersion: v1 + appVersion: 13.9.5 + created: "2021-03-31T16:59:45.797989772Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 84f908ad1e17bb5a4fb67e2da481178ecc94194ed1325f4477decb1c09932a47 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-4.9.5.tgz + version: 4.9.5 + - apiVersion: v1 + appVersion: 13.9.4 + created: "2021-03-17T14:23:35.976611515Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 13742feae64d11939a71e463b9956d5a093eb6a76f916ca8832c929b7749665f + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-4.9.4.tgz + version: 4.9.4 + - apiVersion: v1 + appVersion: 13.9.3 + created: "2021-03-08T14:25:12.602350597Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 3fd7259ef1671c0bd08e794deef037551b4a6b1388b9c4bb3b593bee95cb8a98 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-4.9.3.tgz + version: 4.9.3 + - apiVersion: v1 + appVersion: 13.9.2 + created: "2021-03-04T19:29:01.140311276Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: c1041503344a10eb5fde055d4e173e67ed714e569a88dc26a6aab0d45712789d + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-4.9.2.tgz + version: 4.9.2 + - apiVersion: v1 + appVersion: 13.9.1 + created: "2021-02-23T22:57:56.881720011Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 9cd41f5ac6256c4464ad549eef096e20df62a078067ec4f98c39358f316552da + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-4.9.1.tgz + version: 4.9.1 + - apiVersion: v1 + appVersion: 13.9.0 + created: "2021-02-22T13:49:30.692973618Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 9c285e39f286c5881920e24c53784117129f72ecc0020be3350fd1dd58810d78 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-4.9.0.tgz + version: 4.9.0 + - apiVersion: v1 + appVersion: 13.8.8 + created: "2021-04-14T09:25:47.94130542Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 1bb92030ff7411af564424cf57d38d71959485ded531f18f56fabcdef9e81cbe + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-4.8.8.tgz + version: 4.8.8 + - apiVersion: v1 + appVersion: 13.8.7 + created: "2021-03-31T16:58:01.100878127Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 6b49c3e848d5fca0bd6a2dcdff2807c20a0773f333812c18f13e2745d67a7200 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-4.8.7.tgz + version: 4.8.7 + - apiVersion: v1 + appVersion: 13.8.6 + created: "2021-03-17T14:20:15.584079224Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 20d72bc20f675ea0e4f22e910642f19704167dafcc78d700b72030484808b6b4 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-4.8.6.tgz + version: 4.8.6 + - apiVersion: v1 + appVersion: 13.8.5 + created: "2021-03-04T19:35:34.363576165Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 22674187c1052ca65ce5c69bbe5f09c012e99cca1badfb4eb7b6954512e85adf + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-4.8.5.tgz + version: 4.8.5 + - apiVersion: v1 + appVersion: 13.8.4 + created: "2021-02-11T14:31:04.237529374Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 871925b1b7863d46c8a241b616647a1e2bec804fa1c54a2e313a927447ada8c8 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-4.8.4.tgz + version: 4.8.4 + - apiVersion: v1 + appVersion: 13.8.3 + created: "2021-02-05T18:06:09.179967645Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: eda50ce6d00b84083df8666ca53db3571b01da2c41800f76d25374ee519d7540 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-4.8.3.tgz + version: 4.8.3 + - apiVersion: v1 + appVersion: 13.8.2 + created: "2021-02-01T21:00:58.230520775Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: e96f05e7711be4fcd24588f6b8f73b5d6308638c24aa8429f13bccd9c2422c8b + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-4.8.2.tgz + version: 4.8.2 + - apiVersion: v1 + appVersion: 13.8.1 + created: "2021-01-26T12:30:54.517144693Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: b3333e24e9036362b494f5e1b15a9061b06f002bd0e58faa6868d197a9fa2b73 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-4.8.1.tgz + version: 4.8.1 + - apiVersion: v1 + appVersion: 13.8.0 + created: "2021-01-22T13:47:40.306800512Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: d7f8bf94d2c4ab83bb559c70409ba22b1274a5f23cd84e92d52dd73d2a75d2be + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-4.8.0.tgz + version: 4.8.0 + - apiVersion: v1 + appVersion: 13.7.9 + created: "2021-03-17T14:18:31.173760112Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 5eb98cd16a25b05ec05dd6e5388ff87881c621f61d1d54c995b6ad656a74de35 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-4.7.9.tgz + version: 4.7.9 + - apiVersion: v1 + appVersion: 13.7.8 + created: "2021-03-04T19:49:35.222026291Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: a4cd1ac656e1015365aa00f489cf57a8fe5cfc9107c28737904c40a59dba4468 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-4.7.8.tgz + version: 4.7.8 + - apiVersion: v1 + appVersion: 13.7.7 + created: "2021-02-11T14:32:20.238853165Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: d65491794451130bc5599dd3913341ac78e0a244755919e8df15906c4534be13 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-4.7.7.tgz + version: 4.7.7 + - apiVersion: v1 + appVersion: 13.7.6 + created: "2021-02-01T21:07:46.700116181Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 532ac4c754ec2e7f287a94631f47d8ef26d1d24c89aefbaf18a6f7c264d8322c + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-4.7.6.tgz + version: 4.7.6 + - apiVersion: v1 + appVersion: 13.7.5 + created: "2021-01-25T16:16:44.614559963Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: d8a9c425d06207c6cc70cf3718c81005f2b2aeb7d459595de257a82fa04ec549 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-4.7.5.tgz + version: 4.7.5 + - apiVersion: v1 + appVersion: 13.7.4 + created: "2021-01-14T10:27:01.540934504Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 751906e210a97976a9cad3b26394765c956d18cf1865796f185e9934b54f0d37 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-4.7.4.tgz + version: 4.7.4 + - apiVersion: v1 + appVersion: 13.7.3 + created: "2021-01-08T14:20:16.133028363Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 10730bf385493de14846c9f5d823fa49fb11f913ce8cc5fa491a3546cbe9df39 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-4.7.3.tgz + version: 4.7.3 + - apiVersion: v1 + appVersion: 13.7.2 + created: "2021-01-07T16:01:32.840142935Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: db7e811fcf221b4318640b206ed28e9a607073654e1cf4c933d168a8e9f16626 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-4.7.2.tgz + version: 4.7.2 + - apiVersion: v1 + appVersion: 13.7.1 + created: "2020-12-23T19:19:06.339013425Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 3d9efdf3585dad2e12f8288d3d54880a2a89584a0bfb7e0d996219d2dbd45a04 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-4.7.1.tgz + version: 4.7.1 + - apiVersion: v1 + appVersion: 13.7.0 + created: "2020-12-22T13:47:28.204982379Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: b12ee84218e9da25d0d1b026a65a43a84ab6f4ed4f89c699b811eeee919f6d45 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-4.7.0.tgz + version: 4.7.0 + - apiVersion: v1 + appVersion: 13.6.7 + created: "2021-02-11T14:30:02.592916472Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: a1fd8e6ce3ea7808baef6a2bd51c6fe55b0c9453d62b2f364300a81d03be2288 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-4.6.7.tgz + version: 4.6.7 + - apiVersion: v1 + appVersion: 13.6.6 + created: "2021-02-01T21:13:42.436626714Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 958f69818826ef3fd78b3819a4377d0ff5c870fb09f4f8717b320e849d4c7d70 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-4.6.6.tgz + version: 4.6.6 + - apiVersion: v1 + appVersion: 13.6.5 + created: "2021-01-14T10:36:11.517107821Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 8310cd79cbed8c980bbf85116afb1946e5b6e283c54a2348271413e13d45bd3a + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-4.6.5.tgz + version: 4.6.5 + - apiVersion: v1 + appVersion: 13.6.4 + created: "2021-01-07T16:07:20.602766821Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 59b750307e2471de54b3ea8da8d1bf1e75c7103145a87707a27f3bc21596e40e + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-4.6.4.tgz + version: 4.6.4 + - apiVersion: v1 + appVersion: 13.6.3 + created: "2020-12-10T19:10:01.218497524Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: a2b402ee3bfa3b640ff28878d4626d909c1957ff3939973c9c1c75cda260c6e8 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-4.6.3.tgz + version: 4.6.3 + - apiVersion: v1 + appVersion: 13.6.2 + created: "2020-12-07T23:02:12.705987754Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: fa44713f408f5ac331eaae45a7c62a7201c4d6bc3a3a8608284513f64747d2f3 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-4.6.2.tgz + version: 4.6.2 + - apiVersion: v1 + appVersion: 13.6.1 + created: "2020-11-23T21:32:09.454531309Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: c5f4e1a53b1131d116d17f884f168d2964a5fdd1342cf62ea392ac55fb1e6a41 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-4.6.1.tgz + version: 4.6.1 + - apiVersion: v1 + appVersion: 13.6.0 + created: "2020-11-22T15:08:01.794327988Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: a25c2936fd74e00e276f8baa305ce2c6aa2ac3e2d678a82c2aa46e3d8042fc70 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-4.6.0.tgz + version: 4.6.0 + - apiVersion: v1 + appVersion: 13.5.7 + created: "2021-01-14T10:33:07.237920307Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 633607fe195ae914202c062e20f847a2d93af6367d19f08ba1341e7165d9a27e + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-4.5.7.tgz + version: 4.5.7 + - apiVersion: v1 + appVersion: 13.5.6 + created: "2021-01-07T16:13:30.370680429Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 22e28e10507cfb496d8c76dccad99112f6d8e67e312364fe705c913b1c0f923f + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-4.5.6.tgz + version: 4.5.6 + - apiVersion: v1 + appVersion: 13.5.5 + created: "2020-12-07T22:55:46.130899379Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 4e44598389220e04b4584708a05fed662849ac2c1b54028b8f894b98059cc34c + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-4.5.5.tgz + version: 4.5.5 + - apiVersion: v1 + appVersion: 13.5.4 + created: "2020-11-13T22:22:18.839891808Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 5f493c7ffdce7d4ee0c3e232aa9d8c9fea72da38b67f0da92172c7236345f98a + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-4.5.4.tgz + version: 4.5.4 + - apiVersion: v1 + appVersion: 13.5.3 + created: "2020-11-04T00:28:55.027326967Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: d07213bc65cc79c5ec52013ed2218a89b48e5dfcdb74e4645a3c95074c16b61f + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-4.5.3.tgz + version: 4.5.3 + - apiVersion: v1 + appVersion: 13.5.2 + created: "2020-11-02T17:28:05.74716032Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 3de564b95ed3cb2fe39321a1cd5a824f6978d97aa14a330030ac1589ae144dfa + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-4.5.2.tgz + version: 4.5.2 + - apiVersion: v1 + appVersion: 13.5.1 + created: "2020-10-22T21:25:10.029447783Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: f25c132caf5d4b3bf9f71f22bfa0b7205e4597f0ea5730e8a0c04ce3648891d4 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-4.5.1.tgz + version: 4.5.1 + - apiVersion: v1 + appVersion: 13.5.0 + created: "2020-10-22T14:38:39.761452263Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 9469770fac8c29bcfcef6c3507546dc788c90f387aae54f82fd45f1af5e54402 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-4.5.0.tgz + version: 4.5.0 + - apiVersion: v1 + appVersion: 13.4.7 + created: "2020-12-07T22:26:07.836340771Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: d3474c62b7db676502678f38cef75e083d3b4dc0dc6a2d7078200dd3ef024bcb + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-4.4.6.tgz + version: 4.4.6 + - apiVersion: v1 + appVersion: 13.4.6 + created: "2020-11-04T00:53:12.727193234Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 484fa85ec2d8949c4115d7d4ed6aaef34fe9987fa20f0ca4b23bc7ee8bea5895 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-4.4.5.tgz + version: 4.4.5 + - apiVersion: v1 + appVersion: 13.4.4 + created: "2020-10-15T21:42:15.40974629Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 94492deeaa2bcbcb13a2000d37bea8084334f2b45c1d32b74bb7fb8226445ba7 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-4.4.4.tgz + version: 4.4.4 + - apiVersion: v1 + appVersion: 13.4.3 + created: "2020-10-07T12:26:12.811339996Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: d73288473b5922e35398eb1b85d2c758aa2995fc795d9c9ec4b27470f07472ae + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-4.4.3.tgz + version: 4.4.3 + - apiVersion: v1 + appVersion: 13.4.2 + created: "2020-10-01T17:32:54.277580048Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 67795d7408ba1ddb00c1d1ec678c3757a0de8af5d6ef647553b3cce23aa2b6eb + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-4.4.2.tgz + version: 4.4.2 + - apiVersion: v1 + appVersion: 13.4.1 + created: "2020-09-24T17:29:23.769505204Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 948ef546e71547b232286488e1fdd37c7c29b7179e87799f6e2f6969955bfbb1 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-4.4.1.tgz + version: 4.4.1 + - apiVersion: v1 + appVersion: 13.4.0 + created: "2020-09-22T13:51:34.743879093Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 50b80936186c69d774e8230277e7907945b6912685c674cac38ff0a5d2eb71b7 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-4.4.0.tgz + version: 4.4.0 + - apiVersion: v1 + appVersion: 13.3.9 + created: "2020-11-02T17:24:53.857983346Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 1e0016a987b172eeefdf7389a62758af70f4b1d53f175a5033d6c44d78c7f61e + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-4.3.9.tgz + version: 4.3.9 + - apiVersion: v1 + appVersion: 13.3.8 + created: "2020-10-23T17:17:13.21562496Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 3920d6cccf7aadfed039d8604b3f2c9ec8c840c26df27823fa2d1b385eb17cd3 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-4.3.8.tgz + version: 4.3.8 + - apiVersion: v1 + appVersion: 13.3.7 + created: "2020-10-01T17:39:19.374474132Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 91d76936a5a7835abfc993b3f2dc591c8daacf2320716bb9eaadaf77fee9f895 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-4.3.7.tgz + version: 4.3.7 + - apiVersion: v1 + appVersion: 13.3.6 + created: "2020-09-14T21:17:45.018713543Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: aec235db859c00ceb94d9b8b546dde5bbce31c96c8e4a190e0ad4683b7e834fa + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-4.3.6.tgz + version: 4.3.6 + - apiVersion: v1 + appVersion: 13.3.5 + created: "2020-09-04T12:32:41.715927349Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: b7f85ab27dd91a64975ab71dda76d19ebe70d780b62580f5a3bc1c935183fbdf + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-4.3.5.tgz + version: 4.3.5 + - apiVersion: v1 + appVersion: 13.3.4 + created: "2020-09-02T21:56:07.186546886Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 31d5d3ec8a282be111fd63f6a7be9d6aa3120dafa5e6002bdaecdc19effed292 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-4.3.4.tgz + version: 4.3.4 + - apiVersion: v1 + appVersion: 13.3.3 + created: "2020-09-02T13:00:48.60504699Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 81763288bf31b0997402f75b25475574d507845f69318e4c5346eaffb7924823 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-4.3.3.tgz + version: 4.3.3 + - apiVersion: v1 + appVersion: 13.3.2 + created: "2020-08-28T17:25:56.13917443Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: a174cbf0a8653e7f16b770bba60ae93d84b3067f347674b4fd478f6fe3c394d4 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-4.3.2.tgz + version: 4.3.2 + - apiVersion: v1 + appVersion: 13.3.1 + created: "2020-08-25T16:33:32.085708941Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 3cfd5038032bc3da42b36e801d7ff06965107c8405f9d885f33c782227d47a12 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-4.3.1.tgz + version: 4.3.1 + - apiVersion: v1 + appVersion: 13.3.0 + created: "2020-08-22T13:52:52.671134654Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 46fd441e3110a722e61a01bb73991051ec91f43a29408f9d846c2e0c0e189430 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-4.3.0.tgz + version: 4.3.0 + - apiVersion: v1 + appVersion: 13.2.10 + created: "2020-10-01T17:47:02.230737932Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: b765ca86a7e65ca1e19248b53a710a6c597935262f053e188aba4ba4bbc02fd4 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-4.2.10.tgz + version: 4.2.10 + - apiVersion: v1 + appVersion: 13.2.9 + created: "2020-09-04T12:33:43.553681261Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: c98db21f3ca9cd02e3538cbd53ed1431d122600b453427aa6716e51eb1e3fa4e + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-4.2.9.tgz + version: 4.2.9 + - apiVersion: v1 + appVersion: 13.2.8 + created: "2020-09-02T22:07:59.179091776Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: b5e762e96bc32fffda09786c85bcacedb1df4f1641a888c13b8015cbbfa140f8 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-4.2.8.tgz + version: 4.2.8 + - apiVersion: v1 + appVersion: 13.2.7 + created: "2020-09-02T13:03:56.105370197Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: a24bc896172b828e2294ddd382c25ca9b96e0ff9bc0e820a59321fd7870206d3 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-4.2.7.tgz + version: 4.2.7 + - apiVersion: v1 + appVersion: 13.2.6 + created: "2020-08-18T16:26:11.45908985Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: c05ce9ba635214b84b8b4478b5d45f112010d2a7db4b276a7365443a631dfa48 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-4.2.6.tgz + version: 4.2.6 + - apiVersion: v1 + appVersion: 13.2.5 + created: "2020-08-18T09:09:28.350182245Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: b0ba8dafab9bd0664bfb2574f5559ea3ee423715d994528a2f89056792e166e5 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-4.2.5.tgz + version: 4.2.5 + - apiVersion: v1 + appVersion: 13.2.4 + created: "2020-08-11T15:59:05.007565211Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 116e0ca055910915b8fde09e78a34be90ace578b0af68276c69aeec6025567d8 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-4.2.4.tgz + version: 4.2.4 + - apiVersion: v1 + appVersion: 13.2.3 + created: "2020-08-05T18:20:05.743983699Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: ef3777b9e4984c7205952ef1d866f138b997301012b1609359cba3c7cb2c632f + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-4.2.3.tgz + version: 4.2.3 + - apiVersion: v1 + appVersion: 13.2.2 + created: "2020-07-30T13:13:51.248348835Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: c62ad162e17bc946e905a547fcbb301553e2a463b276dfa6d8374164c67cada8 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-4.2.2.tgz + version: 4.2.2 + - apiVersion: v1 + appVersion: 13.2.1 + created: "2020-07-24T11:40:20.584929044Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 0e3fdb0047b92c1d9e038d7e627fc17cc47ce0f0885fe2b42587b0f7873d3ef3 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-4.2.1.tgz + version: 4.2.1 + - apiVersion: v1 + appVersion: 13.2.0 + created: "2020-07-22T13:50:35.084597932Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 08c82fe64f5ff115b49dddf7689f3969c6ce1872dd8a933bcdd0f0c0364a23f2 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-4.2.0.tgz + version: 4.2.0 + - apiVersion: v1 + appVersion: 13.1.11 + created: "2020-09-04T12:31:08.908084461Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: ff9c5f10aedd3c4b103238af4b97be162bed27767ea40a6b701350742d8e5843 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-4.1.12.tgz + version: 4.1.12 + - apiVersion: v1 + appVersion: 13.1.10 + created: "2020-09-02T22:12:25.663104131Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: b34aa5ca10e50a4e37d199fcbb878dacef4167c68ef2a12ba7d2758e4bd55326 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-4.1.11.tgz + version: 4.1.11 + - apiVersion: v1 + appVersion: 13.1.9 + created: "2020-09-02T13:05:16.433538647Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 9a3ee38e89e221d3f13be2bcda88954efc28287d946c236d5268ce1aa2c98f6a + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-4.1.10.tgz + version: 4.1.10 + - apiVersion: v1 + appVersion: 13.1.8 + created: "2020-08-18T16:25:12.556321292Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: b036167d4c9bcaca72e5b840de6c3740f8a7025d38a403268f6c121b327791db + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-4.1.9.tgz + version: 4.1.9 + - apiVersion: v1 + appVersion: 13.1.7 + created: "2020-08-18T09:07:44.489770258Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 0f4ad010861acc1c3cb89675541b5f5b89dd4e34440b12d88293fbd097b76584 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-4.1.8.tgz + version: 4.1.8 + - apiVersion: v1 + appVersion: 13.1.6 + created: "2020-08-05T18:27:05.928461608Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 03f3b29c47d4ccf60605d232ea845d2e44f95c89586eb70d4df888fcb6acbb23 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-4.1.7.tgz + version: 4.1.7 + - apiVersion: v1 + appVersion: 13.1.5 + created: "2020-07-24T14:50:12.706487197Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: e5268d815f6b7288a8d681491d62f58337de5e189507e9ee36993137ed4a0ae2 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-4.1.6.tgz + version: 4.1.6 + - apiVersion: v1 + appVersion: 13.1.4 + created: "2020-07-09T16:57:45.818815552Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 9d6860f3e0f614c94a59fc4524ff6fae0af6cbb78a4892d4efbe7fdec57e96d8 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-4.1.4.tgz + version: 4.1.4 + - apiVersion: v1 + appVersion: 13.1.3 + created: "2020-07-06T22:10:27.800804509Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 2320d65d11024e2e3cdc24048c6c28e763a8fe30339382f17706f1ac5341cc5e + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-4.1.3.tgz + version: 4.1.3 + - apiVersion: v1 + appVersion: 13.1.2 + created: "2020-07-01T17:12:57.395909761Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 572382bac0f8217af779e4872d15b79fcde38901a1020dbd3fe3185c0de31ccc + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-4.1.2.tgz + version: 4.1.2 + - apiVersion: v1 + appVersion: 13.1.1 + created: "2020-06-24T14:00:33.80561883Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 6415f9529fdcd8939877d0e95fc88dfc511a260dbd317185aaf5230bdaa2f0bd + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-4.1.1.tgz + version: 4.1.1 + - apiVersion: v1 + appVersion: 13.1.0 + created: "2020-06-22T14:17:52.303349174Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 869a0d1b82a8a33fcb190e6401bb3f09523075a92ff982d73fb73fe6141e98d4 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-4.1.0.tgz + version: 4.1.0 + - apiVersion: v1 + appVersion: 13.0.14 + created: "2020-08-18T16:21:11.862102713Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 402842b9fdd6b199b907191df201aae4175e6f2be69fc8b42f1ff5c90a94ee15 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-4.0.12.tgz + version: 4.0.12 + - apiVersion: v1 + appVersion: 13.0.13 + created: "2020-08-18T09:04:17.622681313Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: d2cd241063ef4c0b9455f381e96a33a87b670cb41ccd75df0a71e8fe255a47a8 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-4.0.11.tgz + version: 4.0.11 + - apiVersion: v1 + appVersion: 13.0.12 + created: "2020-08-05T18:35:25.041727788Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 175124ff1d83f5476ee2c16c9178e89d59342e0bb7739eac66dedc92c139e2ca + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-4.0.10.tgz + version: 4.0.10 + - apiVersion: v1 + appVersion: 13.0.10 + created: "2020-07-09T16:43:00.702736693Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 8dcbac44934ecc20bcc427dd69af631f07c3e0a5976b68ad4a46264f9008407b + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-4.0.9.tgz + version: 4.0.9 + - apiVersion: v1 + appVersion: 13.0.9 + created: "2020-07-06T22:15:45.291608304Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: dbc49cabd7c59ee2d6df202cf55b8026d0f3905479875ae5633b0c5881ba9732 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-4.0.8.tgz + version: 4.0.8 + - apiVersion: v1 + appVersion: 13.0.8 + created: "2020-07-01T17:18:46.141256895Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 2bd1108396e6fb0a3497c65510df3d2babaa1057aa051e5d3a47b6bee50ec55c + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-4.0.7.tgz + version: 4.0.7 + - apiVersion: v1 + appVersion: 13.0.7 + created: "2020-06-25T18:45:47.851473957Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: c798cd30e12b91140ee3665b986c6dd4ff86f1dea73a55d35a1ae5370c282e1b + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-4.0.6.tgz + version: 4.0.6 + - apiVersion: v1 + appVersion: 13.0.6 + created: "2020-06-10T19:58:58.583909121Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 9a988c0c1d188917f6b66b74348ebd73249b7750cd2852487565c192b28e62d5 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-4.0.5.tgz + version: 4.0.5 + - apiVersion: v1 + appVersion: 13.0.5 + created: "2020-06-04T18:58:22.7307219Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 6a9c95548e0aa58044350e8d3d34f23691f8b5142424907df6928921d08e1090 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-4.0.4.tgz + version: 4.0.4 + - apiVersion: v1 + appVersion: 13.0.4 + created: "2020-06-03T18:10:29.089965364Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: dedb388035327bf7b4e55942cf0b915adbf177f1a468af86ebcad4c79f84fa71 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-4.0.3.tgz + version: 4.0.3 + - apiVersion: v1 + appVersion: 13.0.3 + created: "2020-05-29T15:21:47.136976355Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 20a2ce7f93c82b3cf4910bc3d0336b8b305f7176c9ae305be3e32da8fb1c2f92 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-4.0.2.tgz + version: 4.0.2 + - apiVersion: v1 + appVersion: 13.0.1 + created: "2020-05-27T17:38:05.030965914Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 09ca8f575c92d6508988a8778cb9b2e80cc175ec6985b7e0efe9df2f01d9fecb + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-4.0.1.tgz + version: 4.0.1 + - apiVersion: v1 + appVersion: 13.0.0 + created: "2020-05-22T14:22:29.020077928Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 77013338db805fcece4dac8eb3a85598cb629b2196858277d78c9ecada51c3e8 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-4.0.0.tgz + version: 4.0.0 + - apiVersion: v1 + appVersion: 12.10.14 + created: "2020-07-06T22:19:24.844026437Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 523d9b70ca96e6b3b953168ce54ae5c51d4fe3a49b22aa9485d61d7ee2591a04 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-3.3.13.tgz + version: 3.3.13 + - apiVersion: v1 + appVersion: 12.10.13 + created: "2020-07-01T17:28:49.461545028Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 80227ab63b97525d389f7095abe83e65e37fe7b1654e10391caeb55fd77391b3 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-3.3.12.tgz + version: 3.3.12 + - apiVersion: v1 + appVersion: 12.10.12 + created: "2020-06-25T18:35:59.848805646Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 1abad8f44e278dcf0dc0eb553f8a94a2d5fdd8dd71787b278305435edf83486c + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-3.3.11.tgz + version: 3.3.11 + - apiVersion: v1 + appVersion: 12.10.11 + created: "2020-06-10T19:55:51.034950162Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 77cc93f7a63406ac42b7f2efb8de5f261d723aa12d717baf629c1fb3af707d2b + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-3.3.10.tgz + version: 3.3.10 + - apiVersion: v1 + appVersion: 12.10.10 + created: "2020-06-04T18:56:22.552658765Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: c52956f58ffbe71e640cbc1921ad53086057e2c5e6d23d171d4df440e98c057d + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-3.3.9.tgz + version: 3.3.9 + - apiVersion: v1 + appVersion: 12.10.9 + created: "2020-06-03T18:09:18.040915019Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 25759896025c11dbc931f2c8e84a837cc3415818c67fbe20cdbb6875346cbd9a + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-3.3.8.tgz + version: 3.3.8 + - apiVersion: v1 + appVersion: 12.10.8 + created: "2020-05-29T07:39:57.529898103Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: dbd0bd2edd3f2fca8a283046d6c2c167e67a355d22397f9d4328b049f88e5161 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-3.3.7.tgz + version: 3.3.7 + - apiVersion: v1 + appVersion: 12.10.7 + created: "2020-05-27T17:35:34.275894662Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 52714914affff061aaa658adaf99e29589fa3b829f4af4c71b60433209214272 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-3.3.6.tgz + version: 3.3.6 + - apiVersion: v1 + appVersion: 12.10.6 + created: "2020-05-15T21:24:11.635219025Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: e75903426daa97c5cf73dcd21ec450b9bffc0b6109df0568ea59fccde21dc1c1 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-3.3.5.tgz + version: 3.3.5 + - apiVersion: v1 + appVersion: 12.10.5 + created: "2020-05-14T12:51:46.317431628Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 37bd3b8312d5dce52c3340dfffd3e88a0f4daa7d91d99d477f121cb40e7dd1fd + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-3.3.4.tgz + version: 3.3.4 + - apiVersion: v1 + appVersion: 12.10.3 + created: "2020-05-04T16:20:12.201698514Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 9bee478db0c3036595fe127cef57c644768a031fb6b3bcbd7453d3964d2b59a6 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-3.3.3.tgz + version: 3.3.3 + - apiVersion: v1 + appVersion: 12.10.2 + created: "2020-04-30T19:39:50.49637596Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 6d8686617de80d6e8c8f0dfbddf57e9b87535eca3a3c8943b1bcec4dac4be189 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-3.3.2.tgz + version: 3.3.2 + - apiVersion: v1 + appVersion: 12.10.1 + created: "2020-04-24T12:24:12.804570858Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: d8f5248a0c6aaf18ae675f79371927d75eec3a765890385ecc48f979aeb3666a + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-3.3.1.tgz + version: 3.3.1 + - apiVersion: v1 + appVersion: 12.10.0 + created: "2020-04-22T13:46:23.991913403Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: e157f23d40e6ac18c6400137e3c18617033a178ce4c0332c41004f5a1b1601de + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-3.3.0.tgz + version: 3.3.0 + - apiVersion: v1 + appVersion: 12.9.10 + created: "2020-06-10T19:54:59.127387604Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 2d93997f0f1e72e10663fd19ab2c6dd48d22833ef8a483ffd35018fdfee5ca56 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-3.2.9.tgz + version: 3.2.9 + - apiVersion: v1 + appVersion: 12.9.9 + created: "2020-06-03T18:07:31.050502121Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 561439d20e22ccd0a2bfcfc48b13207b27333d21bafa73b8cba69e373af23cd2 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-3.2.8.tgz + version: 3.2.8 + - apiVersion: v1 + appVersion: 12.9.8 + created: "2020-05-27T17:34:27.052565205Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 50809cae239bfe21f1f74ac93f214531fd4b01a5706f96556ba6809ea1c8a06d + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-3.2.7.tgz + version: 3.2.7 + - apiVersion: v1 + appVersion: 12.9.7 + created: "2020-05-14T12:54:22.044132516Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: d2a0082ca8d11ce58865fd5c7b5ade4bd2ef110646872338abe1e31e06dab4e7 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-3.2.6.tgz + version: 3.2.6 + - apiVersion: v1 + appVersion: 12.9.5 + created: "2020-04-30T20:13:21.752511817Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 6316b9b92ae76c14254da4b82bfc9e7b6df06c8d833eeeb81c6e90ce2de57cdf + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-3.2.5.tgz + version: 3.2.5 + - apiVersion: v1 + appVersion: 12.9.4 + created: "2020-04-20T09:54:26.123648924Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: f8b99f4c90306e1d8fb5039da81ff2e3f33bc742df9b032043499fa39d067597 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-3.2.4.tgz + version: 3.2.4 + - apiVersion: v1 + appVersion: 12.9.3 + created: "2020-04-15T00:40:50.836880573Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 575bd7b36d842a7e19479a5a7ef9141137cb2e4154e514b227dd824ff09ed561 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-3.2.3.tgz + version: 3.2.3 + - apiVersion: v1 + appVersion: 12.9.2 + created: "2020-03-31T18:57:10.626545477Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 6f0834d8c276b1ddd88e7f2efb6bfe63b1c1d1566977b02d36516ff134adb4d8 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-3.2.2.tgz + version: 3.2.2 + - apiVersion: v1 + appVersion: 12.9.1 + created: "2020-03-26T18:03:01.359249083Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 0267f866d164f195421162083d0ba9ffd3c6223609e0f166cc2476f22d28ab35 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-3.2.1.tgz + version: 3.2.1 + - apiVersion: v1 + appVersion: 12.9.0 + created: "2020-03-23T06:16:17.339810087Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: d9cc5f57ed2584e53279a667c99c372fa3e571617980e4e35b88d1c65a8f5de0 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-3.2.0.tgz + version: 3.2.0 + - apiVersion: v1 + appVersion: 12.8.10 + created: "2020-04-30T20:03:23.174040546Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 9b23f83fafc60bf18c58fb43904a63a4c1464dd6ae400e066758d877344e9eff + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-3.1.8.tgz + version: 3.1.8 + - apiVersion: v1 + appVersion: 12.8.9 + created: "2020-04-15T00:36:34.916079806Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: d5284ec6226f976a2662c9419988df55b8e34cad53bb3b5236c3baf6f269c529 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-3.1.7.tgz + version: 3.1.7 + - apiVersion: v1 + appVersion: 12.8.8 + created: "2020-03-26T17:55:47.121583483Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 08b7e3f736ee743b408395b5541b4daa65bb37de5b0b419682545616113e868a + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-3.1.6.tgz + version: 3.1.6 + - apiVersion: v1 + appVersion: 12.8.7 + created: "2020-03-16T22:51:05.868251225Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 67ac6703fa98c8894e4a013f8b52e5abdc563980cc24026a7d374ea09f246159 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-3.1.5.tgz + version: 3.1.5 + - apiVersion: v1 + appVersion: 12.8.6 + created: "2020-03-11T23:25:27.220638329Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: f38ff5be027cf37277cffc2081eca5ed82585580a4d1c39a88a700b095bb594a + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-3.1.4.tgz + version: 3.1.4 + - apiVersion: v1 + appVersion: 12.8.5 + created: "2020-03-09T17:52:42.664124208Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 25cdb3785164a0a0d617bba3d241cd504b522fc9306180ca6e0ce82a7e45b46e + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-3.1.3.tgz + version: 3.1.3 + - apiVersion: v1 + appVersion: 12.8.2 + created: "2020-03-05T14:03:44.83008572Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 36f56c84d408fe1240d16d22566ed0458a1d3fe8e9cb05464fc8763d1d352871 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-3.1.2.tgz + version: 3.1.2 + - apiVersion: v1 + appVersion: 12.8.1 + created: "2020-02-24T19:20:40.401860927Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 94b6f9d8e42f287e5d22d512b3a3b73babdab0ff1921c7bb6a762024b9538e86 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-3.1.1.tgz + version: 3.1.1 + - apiVersion: v1 + appVersion: 12.8.0 + created: "2020-02-22T13:55:08.771117804Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 841a619932c323bb758adb12582849f00a6e017297ec9cac4531d47dfe5b6bc0 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-3.1.0.tgz + version: 3.1.0 + - apiVersion: v1 + appVersion: 12.7.9 + created: "2020-04-15T00:28:08.173167933Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 929c7495e872203d7660793bf725b5c69193b74d86839ab023d99f4153b75611 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-3.0.7.tgz + version: 3.0.7 + - apiVersion: v1 + appVersion: 12.7.8 + created: "2020-03-26T18:12:12.893034425Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 5de0249a784c94306358bb5d7ef60a35aca7d5563482885d2b1d8e247ec62728 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-3.0.6.tgz + version: 3.0.6 + - apiVersion: v1 + appVersion: 12.7.7 + created: "2020-03-04T19:34:35.13387585Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 15914fd526b54a0fdd79b6a31f3bca3171939e8a1ae79d9b525d6e1438f5e89f + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-3.0.5.tgz + version: 3.0.5 + - apiVersion: v1 + appVersion: 12.7.6 + created: "2020-02-13T19:15:42.717756891Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 5ff40c732f7ba4f435b516cbd50852c94b5633901ee4866534f6331fafde850f + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-3.0.4.tgz + version: 3.0.4 + - apiVersion: v1 + appVersion: 12.7.5 + created: "2020-02-01T00:22:14.303237982Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 4a603843de467288de5b0ab325739ab01795fd4fe92777ff8e27fb43edb0443a + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-3.0.3.tgz + version: 3.0.3 + - apiVersion: v1 + appVersion: 12.7.4 + created: "2020-01-30T18:50:22.937670369Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 30b615c2dc527c8c2071473481675b1113322d4ff34875e4610ae710b2616884 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-3.0.2.tgz + version: 3.0.2 + - apiVersion: v1 + appVersion: 12.7.2 + created: "2020-01-24T20:16:29.16771795Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 294a2c0453051d3302db457a600e2754346a7e74ed6e559ee206f7e1dd4685de + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-3.0.1.tgz + version: 3.0.1 + - apiVersion: v1 + appVersion: 12.7.0 + created: "2020-01-22T13:11:10.42485339Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 34af8d996a642e326341b9730d2864169dea22b14d1988fc87c7936bc706ffbe + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-3.0.0.tgz + version: 3.0.0 + - apiVersion: v1 + appVersion: 12.6.8 + created: "2020-03-04T19:37:54.659835675Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: c11edc62acba9cbb8d7671e64ccbbd02ed67cbd89af5545612602ee6c13b5f4f + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-2.6.9.tgz + version: 2.6.9 + - apiVersion: v1 + appVersion: 12.6.7 + created: "2020-02-13T19:20:39.828590457Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: e973d0ce7d44434ee71f9fd33b3b6cee956b664767fa8181b1689da2ef31c35f + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-2.6.8.tgz + version: 2.6.8 + - apiVersion: v1 + appVersion: 12.6.6 + created: "2020-01-30T18:14:50.891348011Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 5acb337de3b4c9af665cd0a5795ddc8373368f978a85d84fe10b721aae9e02d0 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-2.6.7.tgz + version: 2.6.7 + - apiVersion: v1 + appVersion: 12.6.4 + created: "2020-01-20T17:34:35.466428609Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 90fcd3dc983606a92708d5360ec8134cebcdbd15519b93685ef4d86627d70148 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-2.6.6.tgz + version: 2.6.6 + - apiVersion: v1 + appVersion: 12.6.4 + created: "2020-01-13T16:38:33.381446545Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: b47f2264329f91aa1edf3c4621ef5e2a5492a6edfd1351178662d9f0e5dd7fce + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-2.6.5.tgz + version: 2.6.5 + - apiVersion: v1 + appVersion: 12.6.3 + created: "2020-01-09T23:34:42.715204159Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: fcbf6a4731a7febcd3fc7287a828cf15fb1d460ae61de12982ae41b503292712 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-2.6.4.tgz + version: 2.6.4 + - apiVersion: v1 + appVersion: 12.6.2 + created: "2020-01-02T22:43:41.223871962Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: e1f5f85fb4ec6693c3798b21450b4c8c8eec4b5cb6991a97839a7f04b181228a + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-2.6.3.tgz + version: 2.6.3 + - apiVersion: v1 + appVersion: 12.6.2 + created: "2020-01-02T19:32:38.510759534Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 8f32c9d60f8cda831b26c6271d482a1e83c6410aa331b82cfee23293f738550b + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-2.6.2.tgz + version: 2.6.2 + - apiVersion: v1 + appVersion: 12.6.1 + created: "2019-12-27T21:03:43.517398924Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: af27e0642e725bbb74206a599f828af4355ea2ea8c8a5d889a618927cf7a236a + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-2.6.1.tgz + version: 2.6.1 + - apiVersion: v1 + appVersion: 12.6.0 + created: "2019-12-22T13:45:46.877050074Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 4755c8fe973e373f8e09616e36147bd0d020b9df1a33033aafd00c452d665a81 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-2.6.0.tgz + version: 2.6.0 + - apiVersion: v1 + appVersion: 12.5.10 + created: "2020-02-13T19:28:08.23359863Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 895820f645d4362a725fb76c81f6f6ac4c61ca9da89d8223b03273aef53d709b + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-2.5.11.tgz + version: 2.5.11 + - apiVersion: v1 + appVersion: 12.5.9 + created: "2020-01-30T19:59:49.767569165Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 00085d04cf0d8966fde1dfae019899b595484b8f01c23b2bdf9c66f9b7689161 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-2.5.10.tgz + version: 2.5.10 + - apiVersion: v1 + appVersion: 12.5.7 + created: "2020-01-20T17:39:01.014903292Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: c67902ccc48883bd1440183ee73d23db24163c588fb86a263bea94cda4a9b6ab + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-2.5.9.tgz + version: 2.5.9 + - apiVersion: v1 + appVersion: 12.5.7 + created: "2020-01-13T17:39:20.298151082Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 1f625c1500623a2be8e0809b328660e36d94f4b05e6b9db36c9571f48af3eb7b + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-2.5.8.tgz + version: 2.5.8 + - apiVersion: v1 + appVersion: 12.5.6 + created: "2020-01-02T19:34:06.745080478Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: f103373191f56b55bdde5f2c49a0dea102fe488e03a5dd814f2133228c1be459 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-2.5.7.tgz + version: 2.5.7 + - apiVersion: v1 + appVersion: 12.5.5 + created: "2019-12-19T09:13:46.336577717Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 9f2aeb8d6e8affba3e220371e7eb34c276158458a6163f3b8a081fc1eea3b6e3 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-2.5.6.tgz + version: 2.5.6 + - apiVersion: v1 + appVersion: 12.5.4 + created: "2019-12-10T18:32:38.227755928Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 679671d90e1d7f90c33848ecaa285195597a74c78d79ce36da2e3df0667b083b + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-2.5.5.tgz + version: 2.5.5 + - apiVersion: v1 + appVersion: 12.5.3 + created: "2019-12-03T18:41:33.37219012Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 0f17b6d2aadff4d70751b2abaef7ee5bf771d7afe4f0864e6b0864e982ea4e7e + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-2.5.4.tgz + version: 2.5.4 + - apiVersion: v1 + appVersion: 12.5.2 + created: "2019-11-27T21:35:21.197328363Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 24d27bf3a2f1b4e7580fe93dd588789d8b99cd68b6c3c2407e5df03a801adfcc + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-2.5.3.tgz + version: 2.5.3 + - apiVersion: v1 + appVersion: 12.5.1 + created: "2019-11-27T15:32:11.43033057Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: cada5905afa4903f17ffe4f1bda7a54b98c4013c1de8e312961988f77e3d9314 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-2.5.2.tgz + version: 2.5.2 + - apiVersion: v1 + appVersion: 12.5.0 + created: "2019-11-22T19:16:06.607395162Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 26743d859b5160975887f483df36844ca8790b80df2b58c575556b8cbd630184 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-2.5.1.tgz + version: 2.5.1 + - apiVersion: v1 + appVersion: 12.5.0 + created: "2019-11-22T12:50:42.164913964Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 7eef7dde50704aed6cedd7941ad39ea4af504e7b16b4e0a8d9b7e57f89bd1d12 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-2.5.0.tgz + version: 2.5.0 + - apiVersion: v1 + appVersion: 12.4.8 + created: "2020-01-13T16:57:36.178402476Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 6e5242236222fa4ec45f83f9b153b94158d188398adfc5f21cda94f56a813a30 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-2.4.13.tgz + version: 2.4.13 + - apiVersion: v1 + appVersion: 12.4.7 + created: "2020-01-02T19:35:14.975499341Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: ecc75566c723021d2522b4f3af357d42e7edc904e9db267aac02068bec284fa5 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-2.4.12.tgz + version: 2.4.12 + - apiVersion: v1 + appVersion: 12.4.6 + created: "2019-12-10T19:54:17.569508859Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 25bcd6e87f22c6aff88921369036acdfd3ee410573428ef587fd8b75133ba3a9 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-2.4.11.tgz + version: 2.4.11 + - apiVersion: v1 + appVersion: 12.4.5 + created: "2019-11-27T20:54:49.646024508Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: c230b1dab318255e1e0f49d7866099f881213e40ff30c8bbd6e63c6152173465 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-2.4.10.tgz + version: 2.4.10 + - apiVersion: v1 + appVersion: 12.4.4 + created: "2019-11-27T15:35:30.624370349Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: f7a3d590fbbe497e0c9b7b2e9cf5605c59a98cb8f2ea3b3602addf9ac103d0c5 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-2.4.9.tgz + version: 2.4.9 + - apiVersion: v1 + appVersion: 12.4.3 + created: "2019-11-18T21:08:58.032766309Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: bee4e7b32df1de69c39a15527cda7660dc6c58bcd9a50294b6418c1b327e2f60 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-2.4.8.tgz + version: 2.4.8 + - apiVersion: v1 + appVersion: 12.4.2 + created: "2019-11-13T16:35:21.62823714Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 20620b49d1d72a1cda147241951cce6c5a57ecd77f46cf6f306300145085b39a + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-2.4.7.tgz + version: 2.4.7 + - apiVersion: v1 + appVersion: 12.4.2 + created: "2019-11-04T19:21:49.643933373Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 88a02ab3980bcf5fccdb439eb0306633207ccabeaf034045d3e997198a9f0932 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-2.4.6.tgz + version: 2.4.6 + - apiVersion: v1 + appVersion: 12.4.1 + created: "2019-10-30T21:10:26.133537329Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 1bf41add7a36416c89ee64eb90a85575ae9e66daa4a0b8e1317e8519569c3708 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-2.4.5.tgz + version: 2.4.5 + - apiVersion: v1 + appVersion: 12.4.1 + created: "2019-10-30T16:36:21.251030316Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 8e31f810083dd6dd6235c2ff29d93f3c528c1eb83de65f7c8c9664cb268c21ad + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-2.4.4.tgz + version: 2.4.4 + - apiVersion: v1 + appVersion: 12.4.1 + created: "2019-10-30T15:12:55.948395669Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 313642eeaf5305608cbf75088f08ea253a766d06b11d7e8fbca1c793eabdadcc + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-2.4.3.tgz + version: 2.4.3 + - apiVersion: v1 + appVersion: 12.4.0 + created: "2019-10-24T22:33:27.958329754Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: be49f91331d55eb8887eaa840ef1caa2f180c5a39caf48120ca000897f5ac299 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-2.4.2.tgz + version: 2.4.2 + - apiVersion: v1 + appVersion: 12.4.0 + created: "2019-10-23T21:59:32.120871007Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 39a2a6e265f2dd7c419bf5ea80ca86490190f35676d1d590a2513a8babbd20d5 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-2.4.1.tgz + version: 2.4.1 + - apiVersion: v1 + appVersion: 12.4.0 + created: "2019-10-22T14:53:25.519142367Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: e6e52dac597ce524acc83f29da79a7d699abdaa29971e5d18543cdb56540fb55 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-2.4.0.tgz + version: 2.4.0 + - apiVersion: v1 + appVersion: 12.3.9 + created: "2019-12-10T21:49:07.346380442Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 941cdbf6ec878d926d6481a2e7551083ac24d3c3d01658f4e3f662033ee4eb8a + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-2.3.12.tgz + version: 2.3.12 + - apiVersion: v1 + appVersion: 12.3.7 + created: "2019-11-27T11:45:35.073851541Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 93ae5d73988afbe18c75659db6002747982742b7725c6698c18bd1076fea5f8f + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-2.3.10.tgz + version: 2.3.10 + - apiVersion: v1 + appVersion: 12.3.5 + created: "2019-10-21T14:50:34.62691571Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: dcc4eb5f5c47d2d23dd6c83759efc52ab033ac8d08bf7ff3da9f4ed14bbeb991 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-2.3.8.tgz + version: 2.3.8 + - apiVersion: v1 + appVersion: 12.3.5 + created: "2019-10-07T13:34:57.945783911Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: b3319fbc4325f98b3700de13b59be7dd8adf319fab299e0b6b261901c7bd5da2 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-2.3.7.tgz + version: 2.3.7 + - apiVersion: v1 + appVersion: 12.3.4 + created: "2019-10-04T19:59:38.936417471Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 49b54a09c278bcfc43f749c6202e196d2d317655e21baec104f0c6bd52a0c373 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-2.3.6.tgz + version: 2.3.6 + - apiVersion: v1 + appVersion: 12.3.4 + created: "2019-10-03T21:47:45.301569992Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 2f4b367c24919e10648adc2963b52d504f7e4eecc1752211861f3fd1b12436f6 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-2.3.5.tgz + version: 2.3.5 + - apiVersion: v1 + appVersion: 12.3.3 + created: "2019-10-02T08:33:06.964409472Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: f088b561618aadfd5cfa5d4e9547d3e2116987fe7d980fc8ccf2ed26c1ba20e3 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-2.3.4.tgz + version: 2.3.4 + - apiVersion: v1 + appVersion: 12.3.2 + created: "2019-09-30T11:10:00.003087828Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 2e9abfb6b71967d989bcbe7a5d31d33e9b4901b236122fce2af5d68d4c4594ea + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-2.3.3.tgz + version: 2.3.3 + - apiVersion: v1 + appVersion: 12.3.1 + created: "2019-09-24T14:39:17.633461921Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 2091568430f3d63cc05e69a7ee17e4a45be17621bd7d831bfe294d511577373c + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-2.3.2.tgz + version: 2.3.2 + - apiVersion: v1 + appVersion: 12.3.0 + created: "2019-09-22T18:28:20.794352939Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: f6ef87b8035d0e5c8cd180657d02fa7214588874b2abad683d8b2ccdf4d58582 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-2.3.1.tgz + version: 2.3.1 + - apiVersion: v1 + appVersion: 12.3.0 + created: "2019-09-22T11:35:24.583781459Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: fbc6c8ea4e9bb081d3ab2972dcc80eb4b5b83c8395a79a3affadc9cc7139b69f + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/gitlab-org/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-2.3.0.tgz + version: 2.3.0 + - apiVersion: v1 + appVersion: 12.2.9 + created: "2019-10-30T14:07:59.96369715Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: e2969876cfb881e52277d1e1c36c6f52e0bce7314f028dbb8c4450c619067449 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-2.2.12.tgz + version: 2.2.12 + - apiVersion: v1 + appVersion: 12.2.8 + created: "2019-10-21T15:10:39.45179129Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: cb2fcf3a5719df23e9a81fe401b98ba7a3baf2f83bf7e03d5e6bf93511686455 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-2.2.11.tgz + version: 2.2.11 + - apiVersion: v1 + appVersion: 12.2.7 + created: "2019-10-21T15:05:48.344608892Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: da090a1eef1f8ba91dfdb617a8dfa37abe0d9777edcae7c2fa5fc4a72c7a8860 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-2.2.10.tgz + version: 2.2.10 + - apiVersion: v1 + appVersion: 12.2.7 + created: "2019-10-02T08:34:34.355377401Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: a79e92bbe51f7c86d7dd11c04a13f6988a3d1d67e4fe1cb928d318f18bb22738 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-2.2.8.tgz + version: 2.2.8 + - apiVersion: v1 + appVersion: 12.2.6 + created: "2019-09-30T11:09:35.040280517Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 48e271d72ebc4338c269fd3c88c61718b63268f45ba1eb6337128d0e9a2e01c3 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-2.2.7.tgz + version: 2.2.7 + - apiVersion: v1 + appVersion: 12.2.5 + created: "2019-09-11T00:27:02.67443046Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 1fc3cd8b4ec864cb5e1e692f1201fb70e291144177c3b470ebfdb7d05fbce87b + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-2.2.6.tgz + version: 2.2.6 + - apiVersion: v1 + appVersion: 12.2.4 + created: "2019-09-09T22:02:55.72431943Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 395a6e677539a7697f13ffcc4a366084e7af723df008ed0f4658e273f3c41062 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-2.2.5.tgz + version: 2.2.5 + - apiVersion: v1 + appVersion: 12.2.4 + created: "2019-09-04T17:32:10.273047651Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 68b6d4bc680429b07c9d2df364fb37b001ccf78a0eda5e8a604072877da7ca2b + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-2.2.4.tgz + version: 2.2.4 + - apiVersion: v1 + appVersion: 12.2.4 + created: "2019-09-03T06:44:47.215897742Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 424e1c52adcbcaed12992a2c977ced81f1e2f7d9f7378281dbd402f5650e78a7 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-2.2.3.tgz + version: 2.2.3 + - apiVersion: v1 + appVersion: 12.2.3 + created: "2019-08-29T21:24:19.577158706Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 684f18231f8033944e40364eff7fe6ac452bd18ea48dad672ad480ab73be8b5d + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-2.2.2.tgz + version: 2.2.2 + - apiVersion: v1 + appVersion: 12.2.1 + created: "2019-08-24T12:15:06.430091391Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 8c6610e593ff472cf36fa9c35c71c99b990fc504569e8a396f5dbc734b700755 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-2.2.1.tgz + version: 2.2.1 + - apiVersion: v1 + appVersion: 12.2.0 + created: "2019-08-22T08:29:58.871254237Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: ba4227832e726ae258342b9e2fcfe70273320b7488f6dcc0c44f84fe0f7ae6d2 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-2.2.0.tgz + version: 2.2.0 + - apiVersion: v1 + appVersion: 12.1.14 + created: "2019-10-21T15:10:00.026858697Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: e47f93c36d290b9cac3549fd9b5eb5badbc8bd07d68497b004e7800311d2dcf1 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-2.1.14.tgz + version: 2.1.14 + - apiVersion: v1 + appVersion: 12.1.14 + created: "2019-10-07T13:36:45.251732856Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 92b25935a8fdc7859128dd1ebe884cfab1dafd89b9b2bda351b3f94885111ed2 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-2.1.13.tgz + version: 2.1.13 + - apiVersion: v1 + appVersion: 12.1.13 + created: "2019-10-02T08:34:06.540314207Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 6332807c49c851ba6188a55d84ba813dde087578bb89480c3397902a6eaba83f + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-2.1.12.tgz + version: 2.1.12 + - apiVersion: v1 + appVersion: 12.1.12 + created: "2019-09-30T11:01:21.241244979Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 413cafb9e0cffb7e0f0e683b1643cad15047506bf2969dc31943f36912e301c8 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-2.1.11.tgz + version: 2.1.11 + - apiVersion: v1 + appVersion: 12.1.11 + created: "2019-09-19T23:53:32.812662019Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: d2ec9d4b986c3e9b5bb921c777cae412e4ccc03a778ba78eac10121316555baf + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-2.1.10.tgz + version: 2.1.10 + - apiVersion: v1 + appVersion: 12.1.9 + created: "2019-09-11T00:28:03.688808948Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: f8d6d37ceeac391aa48a9d347e51b875cb3385d52428f600c1a97a8c2fdcf3bb + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-2.1.9.tgz + version: 2.1.9 + - apiVersion: v1 + appVersion: 12.1.8 + created: "2019-08-29T21:31:02.498777657Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: c9dc466435e06c96183ba66b2b1da704e5f32e298389a1e4003ccc1c02cd7c31 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-2.1.8.tgz + version: 2.1.8 + - apiVersion: v1 + appVersion: 12.1.6 + created: "2019-08-12T22:40:40.59135222Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 8db35037bd6e62728c46443e5e4665a135f42825b154cb17a19c5cd2ce9dbb24 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-2.1.7.tgz + version: 2.1.7 + - apiVersion: v1 + appVersion: 12.1.4 + created: "2019-08-09T21:15:00.254328728Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: f7dcdbb83e7a514a7ef68e5414dd2d22b85020ce59e37c50767f6872df354f99 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-2.1.6.tgz + version: 2.1.6 + - apiVersion: v1 + appVersion: 12.1.4 + created: "2019-08-09T14:20:37.1564566Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 6386cbb1672f4f16603f94d46002cb6de3bbb374ad8c7cf2783ec7083b95112c + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-2.1.5.tgz + version: 2.1.5 + - apiVersion: v1 + appVersion: 12.1.4 + created: "2019-08-06T15:52:26.463703272Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: b167cdb2c773412a3eb88bbe1d58bc72188199f25b1dfbdf036d8b5c093f6f25 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-2.1.4.tgz + version: 2.1.4 + - apiVersion: v1 + appVersion: 12.1.3 + created: "2019-07-31T06:36:24.602439497Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: a7cf0e982a0cba0517a6f4c6bed730859fda68813b3b40b0347cc0d9f9b57ba7 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-2.1.3.tgz + version: 2.1.3 + - apiVersion: v1 + appVersion: 12.1.2 + created: "2019-07-29T17:57:10.315389513Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 4647f4be70c3bcbd99beebf1a9d4332fee4e627ca75162f30a8dbdd46fd233bd + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-2.1.2.tgz + version: 2.1.2 + - apiVersion: v1 + appVersion: 12.1.1 + created: "2019-07-24T14:46:18.11745587Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: a4f4431cd7454184769d160630e3a32ed935b2759d64d080d1b61ecafe8f39db + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-2.1.1.tgz + version: 2.1.1 + - apiVersion: v1 + appVersion: 12.1.0 + created: "2019-07-22T13:56:26.463125285Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 2562f9f64dedc36ec8ba12dc4b3b3e39167301847efd120cd6c0be7e82f1eaf5 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-2.1.0.tgz + version: 2.1.0 + - apiVersion: v1 + appVersion: 12.0.9 + created: "2019-09-11T00:28:27.078940065Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: a5e5f852903676d72c36a3f1b20cac631558b641c67efdf8d30eed2d5322ef1a + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-2.0.7.tgz + version: 2.0.7 + - apiVersion: v1 + appVersion: 12.0.8 + created: "2019-08-29T21:33:44.478906164Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 83847433d7d9196c4e720fab43d4940881087a1f06b24583d31d966835b7f289 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-2.0.6.tgz + version: 2.0.6 + - apiVersion: v1 + appVersion: 12.0.6 + created: "2019-08-12T20:07:50.633143158Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 1961b2c4cb656b40e196e178029dfb435b663e7582d3daad4a294940e85ba741 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-2.0.5.tgz + version: 2.0.5 + - apiVersion: v1 + appVersion: 12.0.4 + created: "2019-07-29T17:56:32.614301337Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 5c6443d5f5d69b261328d065aa8aec0cfb3756ae1a6da4b5d835732f5ae70e35 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-2.0.4.tgz + version: 2.0.4 + - apiVersion: v1 + appVersion: 12.0.3 + created: "2019-07-03T15:46:05.804766493Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 3cf58ef523c5490f9ff75ef190a7efc7838ed6ead3e0043ff448a9cdc921a40c + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-2.0.3.tgz + version: 2.0.3 + - apiVersion: v1 + appVersion: 12.0.2 + created: "2019-06-27T00:08:24.458203865Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 52364e96bda3ebfe57d56cf9a2d510735dcb1dfdca834c74489b1e205aad2b37 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-2.0.2.tgz + version: 2.0.2 + - apiVersion: v1 + appVersion: 12.0.1 + created: "2019-06-25T10:35:57.984921969Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 3f37fdef9930260c5defdcfcbdd6baffb1f5184ecb313bac32ebb97c1053f8cf + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-2.0.1.tgz + version: 2.0.1 + - apiVersion: v1 + appVersion: 12.0.0 + created: "2019-06-22T13:46:22.965238158Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: c51bda984e272dd62da29cd4d7adf42af543af93fe347742a625baca2b66fc64 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-2.0.0.tgz + version: 2.0.0 + - apiVersion: v1 + appVersion: 11.11.8 + created: "2019-08-12T22:37:18.543030165Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 1a4957b6e0439a54708d492eb050ab8e85a44b6c865f87bf73354ad39137f5f7 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-1.9.8.tgz + version: 1.9.8 + - apiVersion: v1 + appVersion: 11.11.7 + created: "2019-07-29T18:09:32.284413672Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 628f421cf9a04dcbdd1f4d944c9a06b2ef2d0ce269203ae23950bdfc6b05678d + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-1.9.7.tgz + version: 1.9.7 + - apiVersion: v1 + appVersion: 11.11.5 + created: "2019-07-03T09:47:33.33926142Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: f0086384e3003f99f4dea07ec2570ca8383a7ce5329bda3d255001c7281f5d0a + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-1.9.6.tgz + version: 1.9.6 + - apiVersion: v1 + appVersion: 11.11.4 + created: "2019-06-26T21:32:28.464865983Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: d722c9da7d0bd9620787f00cd0ec7e99bcda93ae39fd6f4580384659067fd742 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-1.9.5.tgz + version: 1.9.5 + - apiVersion: v1 + appVersion: 11.11.3 + created: "2019-06-21T17:05:54.513381596Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 4743919db891d99be068c13d74e4c1a1ef4006dc376edba41fdc27c29669f222 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-1.9.4.tgz + version: 1.9.4 + - apiVersion: v1 + appVersion: 11.11.3 + created: "2019-06-11T20:09:14.623551084Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: a0e50ea8ae219f5331eaa523e41591ca9de3ba82c81ba9e8d4a21852d2f35317 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-1.9.3.tgz + version: 1.9.3 + - apiVersion: v1 + appVersion: 11.11.2 + created: "2019-06-06T19:48:50.033244611Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 5927806eced45aa1294e657636eb44cc711e7948bf2a85e0a7b3af986f8e11cd + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-1.9.2.tgz + version: 1.9.2 + - apiVersion: v1 + appVersion: 11.11.1 + created: "2019-06-03T10:41:32.468447428Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: fb012071553c5cae8b9d12d1b03f8e5d660626338e8d96590ee3f4876bdfc2c4 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-1.9.1.tgz + version: 1.9.1 + - apiVersion: v1 + appVersion: 11.11.0 + created: "2019-05-22T13:55:05.876845821Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 844711832d199465b473ad1e3cefb13da3b37ebec0a0ee074e54a6c3d31db317 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-1.9.0.tgz + version: 1.9.0 + - apiVersion: v1 + appVersion: 11.10.8 + created: "2019-07-03T09:48:33.142043762Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 68ae84fd542e9440752d14dab55f368ad9fbb69886ceae9e751b009d031eca48 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-1.8.6.tgz + version: 1.8.6 + - apiVersion: v1 + appVersion: 11.10.7 + created: "2019-06-26T21:30:09.330451959Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: a9c1ae64bc2e2f5e68c462f2fa5aaf33d17b8f56b2398472ce03b24757c5a6a5 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-1.8.5.tgz + version: 1.8.5 + - apiVersion: v1 + appVersion: 11.10.4 + created: "2019-05-02T13:49:22.422884438Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: c0a1aa715de3ad30836708eabbbaf90ad2251df6b786c08a2e05e52c8f49f067 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-1.8.4.tgz + version: 1.8.4 + - apiVersion: v1 + appVersion: 11.10.3 + created: "2019-04-30T23:01:38.623752786Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 29fb7b1f5fc0d928f5a7e9eca5da0845cc8ebf003979d28cb7a08e7af4a5af2a + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-1.8.3.tgz + version: 1.8.3 + - apiVersion: v1 + appVersion: 11.10.2 + created: "2019-04-29T12:36:42.071778368Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 189a527546e02172ac1ce9c0c9069616d80879ea3f33996ab572865bacc7a7fc + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-1.8.2.tgz + version: 1.8.2 + - apiVersion: v1 + appVersion: 11.10.1 + created: "2019-04-24T17:54:10.026508019Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 36703a20db828a0bbf7abb8638223d11cb774ea150a859420e4c1196eec5b3b2 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-1.8.1.tgz + version: 1.8.1 + - apiVersion: v1 + appVersion: 11.10.0 + created: "2019-04-22T18:11:32.257876628Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 939257bf2f0f7cb3fd0568c2541050e3b4a7d7d9054f16ed307e5822d71374fe + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-1.8.0.tgz + version: 1.8.0 + - apiVersion: v1 + appVersion: 11.9.8 + created: "2019-04-11T23:25:50.403792705Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 2884407d979966c31af4cf12dd127ad92c36387729eea90b586b7464860076ae + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-1.7.5.tgz + version: 1.7.5 + - apiVersion: v1 + appVersion: 11.9.7 + created: "2019-04-10T20:20:07.689632752Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 61ba625aa7fb7a9d76c0e9384903ede1febb5c44bfe47598199b3e9b4ffd37cd + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-1.7.4.tgz + version: 1.7.4 + - apiVersion: v1 + appVersion: 11.9.6 + created: "2019-04-05T16:15:55.983673536Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: f1c2cc27825255a2be2d9e7e1eab56d9c31717643fda647a10b5f269f383a3eb + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-1.7.3.tgz + version: 1.7.3 + - apiVersion: v1 + appVersion: 11.9.4 + created: "2019-04-02T20:20:46.491895191Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 75f14c811d28b68804234ffbd08bc20596dace49fc675d821f3da24ff5ce2389 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-1.7.2.tgz + version: 1.7.2 + - apiVersion: v1 + appVersion: 11.9.1 + created: "2019-03-25T21:30:54.396618173Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 82fc6bbd868aaa26fae1d5626693a53305245b218963a351f8996756ec74b505 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-1.7.1.tgz + version: 1.7.1 + - apiVersion: v1 + appVersion: 11.9.0 + created: "2019-03-21T20:24:49.788951454Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 5e0a9d53d7ef26ab385e6af3ea9036a7995d5d52d06e48bfd0a254b542205657 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-1.7.0.tgz + version: 1.7.0 + - apiVersion: v1 + appVersion: 11.8.3 + created: "2019-03-20T22:22:54.300725388Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: f2345efc0d256e29466d4ce2d08185f5996ab56b1defb0e30d7df625e04b00f5 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-1.6.3.tgz + version: 1.6.3 + - apiVersion: v1 + appVersion: 11.8.2 + created: "2019-03-13T17:37:25.599853398Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 9cdbebc22c0c2e42dbca642d91849e553d355643c8103516c70fc2d68015d966 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-1.6.2.tgz + version: 1.6.2 + - apiVersion: v1 + appVersion: 11.8.1 + created: "2019-03-04T20:19:25.83803989Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 98b5718b29c86412bd2d4b0b4efb29ff458a7a6da74f81845de09ee54b0084a3 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-1.6.1.tgz + version: 1.6.1 + - apiVersion: v1 + appVersion: 11.8.0 + created: "2019-02-22T06:05:21.067905725Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 8d565e35e188ab6f0ba2e19c91d5f69b2b9ba0159ab3b557210bee1bf29c3e95 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-1.6.0.tgz + version: 1.6.0 + - apiVersion: v1 + appVersion: 11.7.5 + created: "2019-02-05T23:26:51.873781979Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 898970044d5596b36270d0e051e13c586602c9bf3b0c7e3ee9391342c28df13f + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-1.5.3.tgz + version: 1.5.3 + - apiVersion: v1 + appVersion: 11.7.4 + created: "2019-02-05T16:37:46.899783495Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: be0aa39e41188db3bc8ec5505bd194909b8c0d6584dc7694e4b514011c594179 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-1.5.2.tgz + version: 1.5.2 + - apiVersion: v1 + appVersion: 11.7.3 + created: "2019-01-31T21:02:20.701447102Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: bf815dac5e87d16665d493441447b38499b8622951dfde0111bb9fdac95f1662 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-1.5.1.tgz + version: 1.5.1 + - apiVersion: v1 + appVersion: 11.7.0 + created: "2019-01-21T21:18:56.069337976Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 6e9bd71ae9fa52e210e04e979f0b1f226de049e1685844718615cb156f330d49 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-1.5.0.tgz + version: 1.5.0 + - apiVersion: v1 + appVersion: 11.6.5 + created: "2019-01-17T05:22:22.993021766Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 632745af8cd9752fdb17bb3dfc8df769c63a460bb297576451b049698383552f + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-1.4.4.tgz + version: 1.4.4 + - apiVersion: v1 + appVersion: 11.6.4 + created: "2019-01-16T19:50:54.279391312Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: e08483f3da5eaba59e1625872daef126f786411d7d6e4bbbca3ca4d31bc95566 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-1.4.3.tgz + version: 1.4.3 + - apiVersion: v1 + appVersion: 11.6.3 + created: "2019-01-05T00:42:07.863239286Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: fa94c7ab5981a4319579a4bb9b8c6567a6e8396a152b70faa788858630716820 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-1.4.2.tgz + version: 1.4.2 + - apiVersion: v1 + appVersion: 11.6.2 + created: "2019-01-02T23:26:39.967448797Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 1cdbd22733dfe55a8e04fed52913e4b223c54f82c6711743b3d92e4c84f52399 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-1.4.1.tgz + version: 1.4.1 + - apiVersion: v1 + appVersion: 11.6.0 + created: "2018-12-21T15:29:49.253576663Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 4061bfda2e869159621d37b8fd74b66f54e4c6ec16545ca8ad164e20741ff56f + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-1.4.0.tgz + version: 1.4.0 + - apiVersion: v1 + appVersion: 11.5.4 + created: "2018-12-14T00:58:20.955491215Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: a7db7ff4b916dd77c294513af7b71b1adb9f185db545c70fb332c48274bf5ddd + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-1.3.4.tgz + version: 1.3.4 + - apiVersion: v1 + appVersion: 11.5.3 + created: "2018-12-06T22:06:16.623564048Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 632f3907f0d77fe220bb13b17c7f85b52857518ec50c33ab3ee4e92f50a62243 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.svg + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-1.3.3.tgz + version: 1.3.3 + - apiVersion: v1 + appVersion: 11.5.2 + created: "2018-12-04T01:08:37.128094008Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 6e49c55c49ff7e1f29f9830350f586401a23402461701805c62bec18f12512db + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.svg + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-1.3.2.tgz + version: 1.3.2 + - apiVersion: v1 + appVersion: 11.5.1 + created: "2018-11-28T17:41:03.940886068Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: a2d064429b10133bda4f956afb17a257c507dd2634b0295b4bd1842eae472dac + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.svg + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-1.3.1.tgz + version: 1.3.1 + - apiVersion: v1 + appVersion: 11.5.0 + created: "2018-11-21T11:46:18.460659164Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: ab69acc71057490657f6370ce9e09259195a7370e21f08d2e7940b34b3690800 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.svg + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-1.3.0.tgz + version: 1.3.0 + - apiVersion: v1 + appVersion: 11.4.7 + created: "2018-11-20T19:10:24.113715038Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: c35fc0ad7c12bea576ce04314ae8566578ba249b116e52aad3ab16f4085d5f24 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.svg + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-1.2.6.tgz + version: 1.2.6 + - apiVersion: v1 + appVersion: 11.4.6 + created: "2018-11-20T18:33:05.850614638Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 8d1966b77cd8814c75d0b3936268764b9f24dfbef9983103a7cae6e02a8d0489 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.svg + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-1.2.5.tgz + version: 1.2.5 + - apiVersion: v1 + appVersion: 11.4.5 + created: "2018-11-05T00:32:03.899539964Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: e0c572b3337ec3fa00aa534e01a5d6a58e54c35ef9016a3d3cff8523c1221c89 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.svg + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-1.2.4.tgz + version: 1.2.4 + - apiVersion: v1 + appVersion: 11.4.4 + created: "2018-11-01T18:10:25.278068011Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 781090a71ddc0f91eefbe1ecb7d7e0d93b168289f566152fb90601bf5dacc86e + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.svg + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-1.2.3.tgz + version: 1.2.3 + - apiVersion: v1 + appVersion: 11.4.3 + created: "2018-10-29T15:47:02.816316166Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: a6b79ca9952df1daf60fd426f256b0e1034b4cb9a250a64b1988359a9a00dec0 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.svg + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-1.2.2.tgz + version: 1.2.2 + - apiVersion: v1 + appVersion: 11.4.2 + created: "2018-10-29T15:42:41.40001614Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: f477026117f98be3f60f18651dcb50cbc02e60f125d7b96461c989c5c44d829e + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.svg + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-1.2.1.tgz + version: 1.2.1 + - apiVersion: v1 + appVersion: 11.4.0 + created: "2018-10-19T14:52:53.518732099Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: ae0d86af657a16c8a6bc585c0ebaf9b585025281b6928ff534672d61d06e233f + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.svg + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-1.2.0.tgz + version: 1.2.0 + - apiVersion: v1 + appVersion: 11.3.6 + created: "2018-10-17T15:12:14.198225866Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: a0cca3818426fdeae3170f9411506accdf7a819c423d91044595e65269045621 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.svg + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-1.1.6.tgz + version: 1.1.6 + - apiVersion: v1 + appVersion: 11.3.5 + created: "2018-10-15T13:40:56.409959172Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 886f8791a589b17397cd3903628c74626ea25a2e3fe59fc22603ddb089a881b8 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.svg + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-1.1.5.tgz + version: 1.1.5 + - apiVersion: v1 + appVersion: 11.3.4 + created: "2018-10-05T17:51:23.368263146Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 91fbed7d64358d56fd086ae5a7a1bd85141c41b1f7919551a93533c98f63f42a + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.svg + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-1.1.4.tgz + version: 1.1.4 + - apiVersion: v1 + appVersion: 11.3.3 + created: "2018-10-04T09:01:57.624224732Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: e123ab10a27a454949fb384f6fc4205222d16eb9198adb33cd59be75cb02cbbb + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.svg + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-1.1.3.tgz + version: 1.1.3 + - apiVersion: v1 + appVersion: 11.3.2 + created: "2018-10-03T13:12:50.764394499Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 9012d7836dd042c311ad590885fd2d062ad627654527cf2d1ded01838b435c36 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.svg + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-1.1.2.tgz + version: 1.1.2 + - apiVersion: v1 + appVersion: 11.3.1 + created: "2018-10-01T17:52:38.719818531Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 1efe799da3579411e012a11c9b45260c5820dca0da18781c0f4c962fe94a9552 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.svg + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-1.1.1.tgz + version: 1.1.1 + - apiVersion: v1 + appVersion: 11.3.0 + created: "2018-09-21T14:50:33.812164932Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 0eaebd056d9d2256cbb0eb5bdc554a675e0841b3d0ec563c55452eac8916c0b5 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.svg + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-1.1.0.tgz + version: 1.1.0 + - apiVersion: v1 + appVersion: 11.2.3 + created: "2018-09-21T13:54:37.389957437Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 5bdfad604212b779e0ce595d6b61ffa72ac35cad6e092b36e5d948577ba57bd1 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.svg + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-1.0.2.tgz + version: 1.0.2 + - apiVersion: v1 + appVersion: 11.2.1 + created: "2018-08-22T23:16:15.497815252Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 604f95e9400b4ba0ae24bb6785d6fdea72a355a6c6e6e54e75925a1baf72c321 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.svg + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-1.0.1.tgz + version: 1.0.1 + - apiVersion: v1 + appVersion: 11.2.0 + created: "2018-08-22T07:22:44.944103402Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: b068b23e1889da5f774783e2c8240f3c237797ad9dcec3eb85d26d94fb8fb9ee + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.svg + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-1.0.0.tgz + version: 1.0.0 + - apiVersion: v1 + appVersion: 11.1.4 + created: "2018-07-31T22:36:08.082677412Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: afb4e07ab4c4e4c0ee0a5acb5d99651d6ed4da8a3eb864fbdd5b51e462a20cc5 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.svg + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-0.3.5.tgz + version: 0.3.5 + - apiVersion: v1 + appVersion: 11.1.4 + created: "2018-07-31T00:35:14.381883572Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: fc3f4bc3116725085509c3ddacd5db49624c63df2db6838d3f8a5d780f174564 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.svg + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-0.3.4.tgz + version: 0.3.4 + - apiVersion: v1 + appVersion: 11.1.3 + created: "2018-07-27T22:01:03.212534479Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 04df088978e3bda27ecc1009df81b341ddd53f1b25d243b65f6dc38505aedcb0 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.svg + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-0.3.3.tgz + version: 0.3.3 + - apiVersion: v1 + appVersion: 11.1.2 + created: "2018-07-26T22:17:51.650908341Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: da3462fc514921a6720f98e9a9ac8c98c1deb10e0cf95c8d2af73be60c47eee4 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.svg + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-0.3.2.tgz + version: 0.3.2 + - apiVersion: v1 + appVersion: 11.1.1 + created: "2018-07-23T14:11:15.736092192Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 2e412511cd683ce0f409ac10817b627a615d66bfe923f286e6db8f1fb9c6ec54 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.svg + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-0.3.1.tgz + version: 0.3.1 + - apiVersion: v1 + appVersion: 11.1.0 + created: "2018-07-20T10:51:11.921668044Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 33f38c50c3d5dd9dadf62481a7d8adeb64d3f356b8f861c73b4e1f7756663439 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.svg + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-0.3.0.tgz + version: 0.3.0 + - apiVersion: v1 + appVersion: 11.0.4 + created: "2018-07-17T22:41:55.398686748Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: ad66485a20319cc6447fd58630cb3abc3320af51944737cf9d5ec85d51231768 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.svg + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-0.2.4.tgz + version: 0.2.4 + - apiVersion: v1 + appVersion: 11.0.3 + created: "2018-07-05T09:00:31.444558024Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 7bda60c993f7698960fa80dd58292ed40e3a12095188c25ad760c35ea6d68781 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.svg + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-0.2.3.tgz + version: 0.2.3 + - apiVersion: v1 + appVersion: 11.0.2 + created: "2018-06-26T20:39:17.141363624Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: f525f9abe31a6ecc986a71daaea701b99a6933e71fed5c01e8f889e204096a84 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.svg + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-0.2.2.tgz + version: 0.2.2 + - apiVersion: v1 + appVersion: 11.0.1 + created: "2018-06-25T18:19:28.651292188Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 2a169047f5228e3597d8b52a92b64aaac7c822cea37717bb5a7f565b9fb25eab + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.svg + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-0.2.1.tgz + version: 0.2.1 + - apiVersion: v1 + appVersion: 11.0.0 + created: "2018-06-22T14:04:19.370906524Z" + description: Web-based Git-repository manager with wiki and issue-tracking features. + digest: 95ca105f40c10352887a84ba3c2c92d57cc9549049f20824394d8ac9f0bb9017 + home: https://about.gitlab.com/ + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.svg + keywords: + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab + sources: + - https://gitlab.com/charts/gitlab + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-0.2.0.tgz + version: 0.2.0 + - apiVersion: v1 + created: "2018-05-10T08:51:48.190743435Z" + deprecated: true + description: 'GitLab. Collaboration and source control management: code, test, + and deploy together!' + digest: 4e1ee0158b5411fc951ae42b428663d62f68983820cbdc6f3d0916e4d57ae03a + home: https://about.gitlab.com + icon: https://gitlab.com/uploads/group/avatar/6543/gitlab-logo-square.png + keywords: + - git + - ci + - deploy + - issue tracker + - code review + - wiki + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + - name: DJ Mountney + name: gitlab + sources: + - https://hub.docker.com/r/gitlab/gitlab-ce/ + - https://hub.docker.com/r/gitlab/gitlab-ee/ + - https://docs.gitlab.com/omnibus/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-0.1.9.tgz + version: 0.1.9 + gitlab-agent: + - apiVersion: v2 + appVersion: v16.9.3 + created: "2024-02-19T12:18:22.117685427Z" + description: GitLab Agent for Kubernetes is a way to integrate your cluster with + GitLab in a secure way. + digest: 034b480a0d8b4f0de451fbbc10b86f64762d2b2cf1f13a277e89137608d77f52 + home: https://gitlab.com/gitlab-org/charts/gitlab-agent + icon: https://gitlab.com/uploads/-/system/project/avatar/34907799/kubernetes-agent.png?width=128 + name: gitlab-agent + sources: + - https://gitlab.com/gitlab-org/charts/gitlab-agent + - https://gitlab.com/gitlab-org/cluster-integration/gitlab-agent + type: application + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-agent-1.24.0.tgz + version: 1.24.0 + - apiVersion: v2 + appVersion: v16.8.0 + created: "2024-01-10T08:54:57.148370638Z" + description: GitLab Agent for Kubernetes is a way to integrate your cluster with + GitLab in a secure way. + digest: 754beddce02d5fe36583d7c3be8afe32f72267fac41634ff1e64362b262a6a9f + home: https://gitlab.com/gitlab-org/charts/gitlab-agent + icon: https://gitlab.com/uploads/-/system/project/avatar/34907799/kubernetes-agent.png?width=128 + name: gitlab-agent + sources: + - https://gitlab.com/gitlab-org/charts/gitlab-agent + - https://gitlab.com/gitlab-org/cluster-integration/gitlab-agent + type: application + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-agent-1.23.0.tgz + version: 1.23.0 + - apiVersion: v2 + appVersion: v16.7.0 + created: "2023-12-24T22:53:05.96184853Z" + description: GitLab Agent for Kubernetes is a way to integrate your cluster with + GitLab in a secure way. + digest: 49554ca7e62bd353cdd726b8a80ace508cc332d44f57f6c8e96ba2feac7805ba + home: https://gitlab.com/gitlab-org/charts/gitlab-agent + icon: https://gitlab.com/uploads/-/system/project/avatar/34907799/kubernetes-agent.png?width=128 + name: gitlab-agent + sources: + - https://gitlab.com/gitlab-org/charts/gitlab-agent + - https://gitlab.com/gitlab-org/cluster-integration/gitlab-agent + type: application + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-agent-1.22.0.tgz + version: 1.22.0 + - apiVersion: v2 + appVersion: v16.6.0 + created: "2023-11-07T09:46:26.054641616Z" + description: GitLab Agent for Kubernetes is a way to integrate your cluster with + GitLab in a secure way. + digest: ca277e80081626d8ec00e33e62ca1a96b37a1f8113ea4d5ba15f09ebaa03de0c + home: https://gitlab.com/gitlab-org/charts/gitlab-agent + icon: https://gitlab.com/uploads/-/system/project/avatar/34907799/kubernetes-agent.png?width=128 + name: gitlab-agent + sources: + - https://gitlab.com/gitlab-org/charts/gitlab-agent + - https://gitlab.com/gitlab-org/cluster-integration/gitlab-agent + type: application + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-agent-1.21.0.tgz + version: 1.21.0 + - apiVersion: v2 + appVersion: v16.5.0 + created: "2023-10-25T01:20:53.689974012Z" + description: GitLab Agent for Kubernetes is a way to integrate your cluster with + GitLab in a secure way. + digest: a06793adf8331167c2430141a4deb089454696a83ed98722427210adcd0ecb3f + home: https://gitlab.com/gitlab-org/charts/gitlab-agent + icon: https://gitlab.com/uploads/-/system/project/avatar/34907799/kubernetes-agent.png?width=128 + name: gitlab-agent + sources: + - https://gitlab.com/gitlab-org/charts/gitlab-agent + - https://gitlab.com/gitlab-org/cluster-integration/gitlab-agent + type: application + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-agent-1.20.0.tgz + version: 1.20.0 + - apiVersion: v2 + appVersion: v16.4.0 + created: "2023-09-22T10:49:50.15201522Z" + description: GitLab Agent for Kubernetes is a way to integrate your cluster with + GitLab in a secure way. + digest: 1c73a342f7ec12903da2646036df114afc769bc63993fc65f808ecce37cf77f7 + home: https://gitlab.com/gitlab-org/charts/gitlab-agent + icon: https://gitlab.com/uploads/-/system/project/avatar/34907799/kubernetes-agent.png?width=128 + name: gitlab-agent + sources: + - https://gitlab.com/gitlab-org/charts/gitlab-agent + - https://gitlab.com/gitlab-org/cluster-integration/gitlab-agent + type: application + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-agent-1.19.0.tgz + version: 1.19.0 + - apiVersion: v2 + appVersion: v16.3.0 + created: "2023-09-07T14:30:27.104059583Z" + description: GitLab Agent for Kubernetes is a way to integrate your cluster with + GitLab in a secure way. + digest: 292605bffbccd5068eaebb2949e2b5fe2d447bab5deea1fe743a38269785f8c6 + home: https://gitlab.com/gitlab-org/charts/gitlab-agent + icon: https://gitlab.com/uploads/-/system/project/avatar/34907799/kubernetes-agent.png?width=128 + name: gitlab-agent + sources: + - https://gitlab.com/gitlab-org/charts/gitlab-agent + - https://gitlab.com/gitlab-org/cluster-integration/gitlab-agent + type: application + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-agent-1.18.1.tgz + version: 1.18.1 + - apiVersion: v2 + appVersion: v16.3.0 + created: "2023-08-17T12:42:34.943774441Z" + description: GitLab Agent for Kubernetes is a way to integrate your cluster with + GitLab in a secure way. + digest: 69a6f8ae5bfc20b1de1cf25f8ab8ccd864411cea679c042cb07edb55c200833f + home: https://gitlab.com/gitlab-org/charts/gitlab-agent + icon: https://gitlab.com/uploads/-/system/project/avatar/34907799/kubernetes-agent.png?width=128 + name: gitlab-agent + sources: + - https://gitlab.com/gitlab-org/charts/gitlab-agent + - https://gitlab.com/gitlab-org/cluster-integration/gitlab-agent + type: application + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-agent-1.18.0.tgz + version: 1.18.0 + - apiVersion: v2 + appVersion: v16.2.0 + created: "2023-07-26T03:35:55.138646542Z" + description: GitLab Agent for Kubernetes is a way to integrate your cluster with + GitLab in a secure way. + digest: 344c664ca4d0065edbfc2a5ced53abc3d9197781c4079ff68db605aa3c2b3e3f + home: https://gitlab.com/gitlab-org/charts/gitlab-agent + icon: https://gitlab.com/uploads/-/system/project/avatar/34907799/kubernetes-agent.png?width=128 + name: gitlab-agent + sources: + - https://gitlab.com/gitlab-org/charts/gitlab-agent + - https://gitlab.com/gitlab-org/cluster-integration/gitlab-agent + type: application + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-agent-1.17.2.tgz + version: 1.17.2 + - apiVersion: v2 + appVersion: v16.1.3 + created: "2023-07-21T05:46:55.366771658Z" + description: GitLab Agent for Kubernetes is a way to integrate your cluster with + GitLab in a secure way. + digest: 6342ddde8c2594d17ddb346fe744b678a90a5a91c3f922097ece5a31ef8d1ecc + home: https://gitlab.com/gitlab-org/charts/gitlab-agent + icon: https://gitlab.com/uploads/-/system/project/avatar/34907799/kubernetes-agent.png?width=128 + name: gitlab-agent + sources: + - https://gitlab.com/gitlab-org/charts/gitlab-agent + - https://gitlab.com/gitlab-org/cluster-integration/gitlab-agent + type: application + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-agent-1.17.1.tgz + version: 1.17.1 + - apiVersion: v2 + appVersion: v16.1.3 + created: "2023-07-20T07:00:54.937844628Z" + description: GitLab Agent for Kubernetes is a way to integrate your cluster with + GitLab in a secure way. + digest: b43a347e27ef7b5848c3c2b85b9e89adfca2a363730eaac5da838723e4a81b63 + home: https://gitlab.com/gitlab-org/charts/gitlab-agent + icon: https://gitlab.com/uploads/-/system/project/avatar/34907799/kubernetes-agent.png?width=128 + name: gitlab-agent + sources: + - https://gitlab.com/gitlab-org/charts/gitlab-agent + - https://gitlab.com/gitlab-org/cluster-integration/gitlab-agent + type: application + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-agent-1.17.0.tgz + version: 1.17.0 + - apiVersion: v2 + appVersion: v16.1.3 + created: "2023-07-17T00:03:50.636966007Z" + description: GitLab Agent for Kubernetes is a way to integrate your cluster with + GitLab in a secure way. + digest: 7cfc756e0ef4ec76ca92e0b19a6a0ace1cbd127e7eb37b674e614f9f2b0d18e8 + home: https://gitlab.com/gitlab-org/charts/gitlab-agent + icon: https://gitlab.com/uploads/-/system/project/avatar/34907799/kubernetes-agent.png?width=128 + name: gitlab-agent + sources: + - https://gitlab.com/gitlab-org/charts/gitlab-agent + - https://gitlab.com/gitlab-org/cluster-integration/gitlab-agent + type: application + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-agent-1.16.2.tgz + version: 1.16.2 + - apiVersion: v2 + appVersion: v16.1.3 + created: "2023-07-14T18:00:52.047592565Z" + description: GitLab Agent for Kubernetes is a way to integrate your cluster with + GitLab in a secure way. + digest: 1d2a5fab4a35c890d3cc5103627651fcd30a27e89ffca1631d940faaec644989 + home: https://gitlab.com/gitlab-org/charts/gitlab-agent + icon: https://gitlab.com/uploads/-/system/project/avatar/34907799/kubernetes-agent.png?width=128 + name: gitlab-agent + sources: + - https://gitlab.com/gitlab-org/charts/gitlab-agent + - https://gitlab.com/gitlab-org/cluster-integration/gitlab-agent + type: application + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-agent-1.16.1.tgz + version: 1.16.1 + - apiVersion: v2 + appVersion: v16.1.3 + created: "2023-06-21T08:42:12.782173427Z" + description: GitLab Agent for Kubernetes is a way to integrate your cluster with + GitLab in a secure way. + digest: ca63e3d8062298827a7aba59492cd2c57f5abafca6a02d98d7a18be4de78e87a + home: https://gitlab.com/gitlab-org/charts/gitlab-agent + icon: https://gitlab.com/uploads/-/system/project/avatar/34907799/kubernetes-agent.png?width=128 + name: gitlab-agent + sources: + - https://gitlab.com/gitlab-org/charts/gitlab-agent + - https://gitlab.com/gitlab-org/cluster-integration/gitlab-agent + type: application + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-agent-1.16.0.tgz + version: 1.16.0 + - apiVersion: v2 + appVersion: v16.1.3 + created: "2023-06-16T11:33:57.137036361Z" + description: GitLab Agent for Kubernetes is a way to integrate your cluster with + GitLab in a secure way. + digest: 1c420da6abfe9497726d38e0cb8e7efa065cb324f37890ea5093c3a4dcd788e8 + home: https://gitlab.com/gitlab-org/charts/gitlab-agent + icon: https://gitlab.com/uploads/-/system/project/avatar/34907799/kubernetes-agent.png?width=128 + name: gitlab-agent + sources: + - https://gitlab.com/gitlab-org/charts/gitlab-agent + - https://gitlab.com/gitlab-org/cluster-integration/gitlab-agent + type: application + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-agent-1.15.0.tgz + version: 1.15.0 + - apiVersion: v2 + appVersion: v16.0.1 + created: "2023-06-08T12:10:28.26566441Z" + description: GitLab Agent for Kubernetes is a way to integrate your cluster with + GitLab in a secure way. + digest: cf7b54fdf0a41b7c08fd4c83adf2e5f901b387879ba490cb4b2a397edff18706 + home: https://gitlab.com/gitlab-org/charts/gitlab-agent + icon: https://gitlab.com/uploads/-/system/project/avatar/34907799/kubernetes-agent.png?width=128 + name: gitlab-agent + sources: + - https://gitlab.com/gitlab-org/charts/gitlab-agent + - https://gitlab.com/gitlab-org/cluster-integration/gitlab-agent + type: application + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-agent-1.14.1.tgz + version: 1.14.1 + - apiVersion: v2 + appVersion: v16.0.1 + created: "2023-05-15T11:01:46.429196989Z" + description: GitLab Agent for Kubernetes is a way to integrate your cluster with + GitLab in a secure way. + digest: 07c2f9d7e74a2104cda6c0ebe1e8175d3901f58f14ddb01d679d782ddde2bc16 + home: https://gitlab.com/gitlab-org/charts/gitlab-agent + icon: https://gitlab.com/uploads/-/system/project/avatar/34907799/kubernetes-agent.png?width=128 + name: gitlab-agent + sources: + - https://gitlab.com/gitlab-org/charts/gitlab-agent + - https://gitlab.com/gitlab-org/cluster-integration/gitlab-agent + type: application + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-agent-1.14.0.tgz + version: 1.14.0 + - apiVersion: v2 + appVersion: v15.11.0 + created: "2023-04-14T13:49:20.047174875Z" + description: GitLab Agent for Kubernetes is a way to integrate your cluster with + GitLab in a secure way. + digest: ff2be75aa1a6ab585136ad81115729dfa348504df1850c8edb92aaf17b540a03 + home: https://gitlab.com/gitlab-org/charts/gitlab-agent + icon: https://gitlab.com/uploads/-/system/project/avatar/34907799/kubernetes-agent.png?width=128 + name: gitlab-agent + sources: + - https://gitlab.com/gitlab-org/charts/gitlab-agent + - https://gitlab.com/gitlab-org/cluster-integration/gitlab-agent + type: application + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-agent-1.13.0.tgz + version: 1.13.0 + - apiVersion: v2 + appVersion: v15.10.0 + created: "2023-03-16T10:08:17.300279697Z" + description: GitLab Agent for Kubernetes is a way to integrate your cluster with + GitLab in a secure way. + digest: 7a91f8bf2a9f9f53b8a8374e050af01038ddaeac7065190031a46a07386b87b5 + home: https://gitlab.com/gitlab-org/charts/gitlab-agent + icon: https://gitlab.com/uploads/-/system/project/avatar/34907799/kubernetes-agent.png?width=128 + name: gitlab-agent + sources: + - https://gitlab.com/gitlab-org/charts/gitlab-agent + - https://gitlab.com/gitlab-org/cluster-integration/gitlab-agent + type: application + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-agent-1.12.0.tgz + version: 1.12.0 + - apiVersion: v2 + appVersion: v15.9.0 + created: "2023-02-13T14:08:04.810690848Z" + description: GitLab Agent for Kubernetes is a way to integrate your cluster with + GitLab in a secure way. + digest: 86be3490eaeec693b79fe53b32871256c4a8534440c548063890aa5e41cc2065 + home: https://gitlab.com/gitlab-org/charts/gitlab-agent + icon: https://gitlab.com/uploads/-/system/project/avatar/34907799/kubernetes-agent.png?width=128 + name: gitlab-agent + sources: + - https://gitlab.com/gitlab-org/charts/gitlab-agent + - https://gitlab.com/gitlab-org/cluster-integration/gitlab-agent + type: application + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-agent-1.11.0.tgz + version: 1.11.0 + - apiVersion: v2 + appVersion: v15.8.0 + created: "2023-01-17T01:41:36.844305761Z" + description: GitLab Agent for Kubernetes is a way to integrate your cluster with + GitLab in a secure way. + digest: 0f65e2d104bc4e43999440877cd9c6263ccc11cf2bd9a2765fefd619957385ff + home: https://gitlab.com/gitlab-org/charts/gitlab-agent + icon: https://gitlab.com/uploads/-/system/project/avatar/34907799/kubernetes-agent.png?width=128 + name: gitlab-agent + sources: + - https://gitlab.com/gitlab-org/charts/gitlab-agent + - https://gitlab.com/gitlab-org/cluster-integration/gitlab-agent + type: application + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-agent-1.10.0.tgz + version: 1.10.0 + - apiVersion: v2 + appVersion: v15.7.0 + created: "2022-12-29T13:39:35.541462874Z" + description: GitLab Agent for Kubernetes is a way to integrate your cluster with + GitLab in a secure way. + digest: 740984ea815c3cc498708f6610889e5685a1b49df36aa8e6fb0029ec49f0c295 + home: https://gitlab.com/gitlab-org/charts/gitlab-agent + name: gitlab-agent + sources: + - https://gitlab.com/gitlab-org/charts/gitlab-agent + - https://gitlab.com/gitlab-org/cluster-integration/gitlab-agent + type: application + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-agent-1.9.2.tgz + version: 1.9.2 + - apiVersion: v2 + appVersion: v15.7.0 + created: "2022-12-20T09:17:19.55656624Z" + description: GitLab Agent for Kubernetes is a way to integrate your cluster with + GitLab in a secure way. + digest: d07019d6653433c17c025657c2ef38700f82fd98269846c3ed0720a116accfc0 + home: https://gitlab.com/gitlab-org/charts/gitlab-agent + name: gitlab-agent + sources: + - https://gitlab.com/gitlab-org/charts/gitlab-agent + - https://gitlab.com/gitlab-org/cluster-integration/gitlab-agent + type: application + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-agent-1.9.1.tgz + version: 1.9.1 + - apiVersion: v2 + appVersion: v15.7.0 + created: "2022-12-12T03:15:31.815334952Z" + description: GitLab Agent for Kubernetes is a way to integrate your cluster with + GitLab in a secure way. + digest: 14757d871379a99366480598310d1dbc9f8ccda1a80058d6c1d90e4a7c26d893 + home: https://gitlab.com/gitlab-org/charts/gitlab-agent + name: gitlab-agent + sources: + - https://gitlab.com/gitlab-org/charts/gitlab-agent + - https://gitlab.com/gitlab-org/cluster-integration/gitlab-agent + type: application + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-agent-1.9.0.tgz + version: 1.9.0 + - apiVersion: v2 + appVersion: v15.6.0 + created: "2022-12-01T12:47:38.998397342Z" + description: GitLab Agent for Kubernetes is a way to integrate your cluster with + GitLab in a secure way. + digest: 07f6ca446dad07ad204e5f7151a856d3646728050183a28c25d974a36d5ce530 + home: https://gitlab.com/gitlab-org/charts/gitlab-agent + name: gitlab-agent + sources: + - https://gitlab.com/gitlab-org/charts/gitlab-agent + - https://gitlab.com/gitlab-org/cluster-integration/gitlab-agent + type: application + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-agent-1.8.0.tgz + version: 1.8.0 + - apiVersion: v2 + appVersion: v15.5.1 + created: "2022-11-25T03:08:50.391840729Z" + description: GitLab Agent for Kubernetes is a way to integrate your cluster with + GitLab in a secure way. + digest: ea194ea5856e10e3e016a177b4d6b1290abe3f96b913986690d4b77cafa413ea + home: https://gitlab.com/gitlab-org/charts/gitlab-agent + name: gitlab-agent + sources: + - https://gitlab.com/gitlab-org/charts/gitlab-agent + - https://gitlab.com/gitlab-org/cluster-integration/gitlab-agent + type: application + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-agent-1.7.0.tgz + version: 1.7.0 + - apiVersion: v2 + appVersion: v15.5.1 + created: "2022-10-22T00:25:15.062887081Z" + description: GitLab Agent for Kubernetes is a way to integrate your cluster with + GitLab in a secure way. + digest: e8c9e013843c65b48002a30780751dfeb8aa00fafcc0e5d4beed4266c6156f23 + home: https://gitlab.com/gitlab-org/charts/gitlab-agent + name: gitlab-agent + sources: + - https://gitlab.com/gitlab-org/charts/gitlab-agent + - https://gitlab.com/gitlab-org/cluster-integration/gitlab-agent + type: application + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-agent-1.6.0.tgz + version: 1.6.0 + - apiVersion: v2 + appVersion: v15.4.0 + created: "2022-09-05T11:50:50.014456644Z" + description: GitLab Agent for Kubernetes is a way to integrate your cluster with + GitLab in a secure way. + digest: 428ba7c952935315fe5ea072693d9c68c5085342e2240b25121948449a6b0bc3 + home: https://gitlab.com/gitlab-org/charts/gitlab-agent + name: gitlab-agent + sources: + - https://gitlab.com/gitlab-org/charts/gitlab-agent + - https://gitlab.com/gitlab-org/cluster-integration/gitlab-agent + type: application + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-agent-1.5.0.tgz + version: 1.5.0 + - apiVersion: v2 + appVersion: v15.3.0 + created: "2022-08-12T15:20:23.49207425Z" + description: GitLab Agent for Kubernetes is a way to integrate your cluster with + GitLab in a secure way. + digest: 36575b0a5613dc163bd8b4c4901916fe27aba7fd237bba5efb6dc06f092db920 + home: https://gitlab.com/gitlab-org/charts/gitlab-agent + name: gitlab-agent + sources: + - https://gitlab.com/gitlab-org/charts/gitlab-agent + - https://gitlab.com/gitlab-org/cluster-integration/gitlab-agent + type: application + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-agent-1.4.0.tgz + version: 1.4.0 + - apiVersion: v2 + appVersion: v15.2.0 + created: "2022-07-22T10:15:54.259524499Z" + description: GitLab Agent for Kubernetes is a way to integrate your cluster with + GitLab in a secure way. + digest: 9d43332329ac92b0a4228ab5d31f2a8fa5e162cb0a3ea1ed7308ffbe27fd511f + home: https://gitlab.com/gitlab-org/charts/gitlab-agent + name: gitlab-agent + sources: + - https://gitlab.com/gitlab-org/charts/gitlab-agent + - https://gitlab.com/gitlab-org/cluster-integration/gitlab-agent + type: application + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-agent-1.3.0.tgz + version: 1.3.0 + - apiVersion: v2 + appVersion: v15.1.0 + created: "2022-06-15T19:33:46.25025071Z" + description: GitLab Agent for Kubernetes is a way to integrate your cluster with + GitLab in a secure way. + digest: c8fd139b07a70ba059b02a4d0b0ef587bc74ce5ded4dbec8cb5046489e3ffb3b + home: https://gitlab.com/gitlab-org/charts/gitlab-agent + name: gitlab-agent + sources: + - https://gitlab.com/gitlab-org/charts/gitlab-agent + - https://gitlab.com/gitlab-org/cluster-integration/gitlab-agent + type: application + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-agent-1.2.0.tgz + version: 1.2.0 + - apiVersion: v2 + appVersion: v15.0.0 + created: "2022-05-17T01:02:32.717011921Z" + description: GitLab Agent for Kubernetes is a way to integrate your cluster with + GitLab in a secure way. + digest: fcbbc04ba44b69b756bdceed92b5864288086f5c4dcc9be1c0b33e24fcbf33a6 + home: https://gitlab.com/gitlab-org/charts/gitlab-agent + name: gitlab-agent + sources: + - https://gitlab.com/gitlab-org/charts/gitlab-agent + - https://gitlab.com/gitlab-org/cluster-integration/gitlab-agent + type: application + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-agent-1.1.0.tgz + version: 1.1.0 + - apiVersion: v2 + appVersion: v15.0.0 + created: "2022-05-12T00:22:56.766354035Z" + description: GitLab Agent for Kubernetes is a way to integrate your cluster with + GitLab in a secure way. + digest: d178b222a0c0b210be2714d3cd947360c1021d1fce1a41839bc6aaa1fb20cc9b + home: https://gitlab.com/gitlab-org/charts/gitlab-agent + name: gitlab-agent + sources: + - https://gitlab.com/gitlab-org/charts/gitlab-agent + - https://gitlab.com/gitlab-org/cluster-integration/gitlab-agent + type: application + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-agent-1.0.0.tgz + version: 1.0.0 + - apiVersion: v2 + appVersion: v14.10.0 + created: "2022-04-28T14:42:29.679036736Z" + description: GitLab Agent for Kubernetes is a way to integrate your cluster with + GitLab in a secure way. + digest: 455f8c5492265a02addc4f333a11f57d2df402dc295c85fff9df0314c70128ae + home: https://gitlab.com/gitlab-org/charts/gitlab-agent + name: gitlab-agent + sources: + - https://gitlab.com/gitlab-org/charts/gitlab-agent + - https://gitlab.com/gitlab-org/cluster-integration/gitlab-agent + type: application + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-agent-0.6.1.tgz + version: 0.6.1 + - apiVersion: v2 + appVersion: v14.10.0 + created: "2022-04-15T19:03:37.577359325Z" + description: GitLab Agent for Kubernetes is a way to integrate your cluster with + GitLab in a secure way. + digest: 7bbf7aea312bfe3658b799bdeea73dd47ba1ee1a9942b73032f821b37195947f + home: https://gitlab.com/gitlab-org/charts/gitlab-agent + name: gitlab-agent + sources: + - https://gitlab.com/gitlab-org/charts/gitlab-agent + - https://gitlab.com/gitlab-org/cluster-integration/gitlab-agent + type: application + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-agent-0.6.0.tgz + version: 0.6.0 + - apiVersion: v2 + appVersion: v14.9.1 + created: "2022-04-08T03:41:54.821612518Z" + description: GitLab Agent for Kubernetes is a way to integrate your cluster with + GitLab in a secure way. + digest: 70bbd11c4d820f716f6f72d388a8a2a784a0b24aa893cb505c362aad94f706ad + home: https://gitlab.com/gitlab-org/charts/gitlab-agent + name: gitlab-agent + sources: + - https://gitlab.com/gitlab-org/charts/gitlab-agent + - https://gitlab.com/gitlab-org/cluster-integration/gitlab-agent + type: application + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-agent-0.5.0.tgz + version: 0.5.0 + - apiVersion: v2 + appVersion: v14.9.1 + created: "2022-04-04T16:39:40.039347699Z" + description: GitLab Agent for Kubernetes is a way to integrate your cluster with + GitLab in a secure way. + digest: 6c93af25bc08cea51360883cbec5d554d04892fd9e4e105646b9beadfa2fa4e4 + home: https://gitlab.com/gitlab-org/charts/gitlab-agent + name: gitlab-agent + sources: + - https://gitlab.com/gitlab-org/charts/gitlab-agent + - https://gitlab.com/gitlab-org/cluster-integration/gitlab-agent + type: application + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-agent-0.4.2.tgz + version: 0.4.2 + - apiVersion: v2 + appVersion: v14.9.1 + created: "2022-04-04T16:24:34.812952516Z" + description: GitLab Agent for Kubernetes is a way to integrate your cluster with + GitLab in a secure way. + digest: caf9b410325fc5cf70cfb05d8f547fc535b3e80d92a6ed2e6000a36b0e5298ac + name: gitlab-agent + type: application + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-agent-0.4.1.tgz + version: 0.4.1 + - apiVersion: v2 + appVersion: v14.9.1 + created: "2022-04-04T15:03:21.016511782Z" + description: GitLab Agent for Kubernetes is a way to integrate your cluster with + GitLab in a secure way. + digest: 310787071392db7fe9017ffa9fa53cb0c98acd6df0a7de292a3bb936adaee0eb + name: gitlab-agent + type: application + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-agent-0.4.0.tgz + version: 0.4.0 + - apiVersion: v2 + appVersion: v14.9.1 + created: "2022-03-31T21:11:14.560792032Z" + description: GitLab Agent for Kubernetes is a way to integrate your cluster with + GitLab in a secure way. + digest: 5454584ceb06df09709f3956c07e166ac31eb485a5693d75e6f4da325812c8a5 + name: gitlab-agent + type: application + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-agent-0.3.0.tgz + version: 0.3.0 + gitlab-omnibus: + - apiVersion: v1 + created: "2020-09-14T21:18:24.016724004Z" + deprecated: true + description: GitLab Omnibus all-in-one bundle + digest: 0b67bf7e790e526672c7d8dfdb59e918b9f83e710a359dcaf6d10a6e2433616c + home: https://about.gitlab.com + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - git + - ci + - cd + - deploy + - issue tracker + - code review + - wiki + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + - name: Mark Pundsack + - name: Jason Plum + - name: DJ Mountney + - name: Joshua Lambert + name: gitlab-omnibus + sources: + - http://docs.gitlab.com/ce/install/kubernetes/ + - https://gitlab.com/charts/charts.gitlab.io + tillerVersion: '>=2.5.0' + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-omnibus-0.1.37.tgz + version: 0.1.37 + gitlab-runner: + - apiVersion: v1 + appVersion: 16.9.1 + created: "2024-03-01T16:06:44.302721653Z" + description: GitLab Runner + digest: 767c7a8f6e7851dd3e194392fbfc1f6068b788e588d5621d893530c4b145ff56 + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab-runner + sources: + - https://gitlab.com/gitlab-org/charts/gitlab-runner + - https://gitlab.com/gitlab-org/gitlab-runner + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.62.1.tgz + version: 0.62.1 + - apiVersion: v1 + appVersion: 16.9.0 + created: "2024-02-15T21:39:21.068953655Z" + description: GitLab Runner + digest: 489d832ac699a950f4f1659c1cb6cc0127ca36eb506e04ded5cd2170a5a6d840 + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab-runner + sources: + - https://gitlab.com/gitlab-org/charts/gitlab-runner + - https://gitlab.com/gitlab-org/gitlab-runner + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.62.0.tgz + version: 0.62.0 + - apiVersion: v1 + appVersion: 16.8.1 + created: "2024-02-15T21:39:46.113524228Z" + description: GitLab Runner + digest: ef306ac38418df91f5fd3eae95c2f71c323a311acf5f0b8c4e42fe0a1f59d832 + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab-runner + sources: + - https://gitlab.com/gitlab-org/charts/gitlab-runner + - https://gitlab.com/gitlab-org/gitlab-runner + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.61.3.tgz + version: 0.61.3 + - apiVersion: v1 + appVersion: 16.8.0 + created: "2024-02-09T17:33:54.368883348Z" + description: GitLab Runner + digest: 321e7d563ca4dab8fa5ac228ec5a5c98f4c64d198559eb215c604218b79b9133 + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab-runner + sources: + - https://gitlab.com/gitlab-org/charts/gitlab-runner + - https://gitlab.com/gitlab-org/gitlab-runner + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.61.2.tgz + version: 0.61.2 + - apiVersion: v1 + appVersion: 16.8.0 + created: "2024-02-05T12:14:01.968660533Z" + description: GitLab Runner + digest: 041e83185990ec50b61b2a9530b5a1385d34b875170bd7a4a978e949fa4e2660 + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab-runner + sources: + - https://gitlab.com/gitlab-org/charts/gitlab-runner + - https://gitlab.com/gitlab-org/gitlab-runner + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.61.1.tgz + version: 0.61.1 + - apiVersion: v1 + appVersion: 16.8.0 + created: "2024-01-19T10:34:27.501764923Z" + description: GitLab Runner + digest: 26acbb7c924c421b737ab982e526c9516413230b37c36a078a13dc13130ce9ed + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab-runner + sources: + - https://gitlab.com/gitlab-org/charts/gitlab-runner + - https://gitlab.com/gitlab-org/gitlab-runner + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.61.0.tgz + version: 0.61.0 + - apiVersion: v1 + appVersion: 16.7.1 + created: "2024-01-19T10:34:52.009878856Z" + description: GitLab Runner + digest: 6fac090276b9378c02ae2a63d0abdb00aa377466aac8e10e7a8066a06a8141fb + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab-runner + sources: + - https://gitlab.com/gitlab-org/charts/gitlab-runner + - https://gitlab.com/gitlab-org/gitlab-runner + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.60.1.tgz + version: 0.60.1 + - apiVersion: v1 + appVersion: 16.7.0 + created: "2023-12-21T22:34:28.397776857Z" + description: GitLab Runner + digest: 20c5ae728363c7b61836031e4f9db7db8d92d9c66ed5910cb591e50b54604633 + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab-runner + sources: + - https://gitlab.com/gitlab-org/charts/gitlab-runner + - https://gitlab.com/gitlab-org/gitlab-runner + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.60.0.tgz + version: 0.60.0 + - apiVersion: v1 + appVersion: 16.6.2 + created: "2023-12-21T22:33:16.488590007Z" + description: GitLab Runner + digest: e4c12fb99ac3756a3f3afa0d0769fcdf5ed1ebc7b91fa4c004c0b4348532b8af + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab-runner + sources: + - https://gitlab.com/gitlab-org/charts/gitlab-runner + - https://gitlab.com/gitlab-org/gitlab-runner + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.59.3.tgz + version: 0.59.3 + - apiVersion: v1 + appVersion: 16.6.1 + created: "2023-11-25T02:57:54.585729335Z" + description: GitLab Runner + digest: bb3f31ccbc0820e94ae51f595576f14a95b05d345eb754a04830e8d6b79407bb + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab-runner + sources: + - https://gitlab.com/gitlab-org/charts/gitlab-runner + - https://gitlab.com/gitlab-org/gitlab-runner + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.59.2.tgz + version: 0.59.2 + - apiVersion: v1 + appVersion: 16.6.0 + created: "2023-11-20T17:51:50.874920018Z" + description: GitLab Runner + digest: 1155e00ca35469b5026eb87f47b9db92685f6108d750e035cc4b92c7846d7148 + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab-runner + sources: + - https://gitlab.com/gitlab-org/charts/gitlab-runner + - https://gitlab.com/gitlab-org/gitlab-runner + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.59.1.tgz + version: 0.59.1 + - apiVersion: v1 + appVersion: 16.6.0 + created: "2023-11-17T09:43:48.727479231Z" + description: GitLab Runner + digest: 13d624fe5a10e4236a3dc866a7a3e787d245c26b12c70a08cf19c74a8f8947e9 + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab-runner + sources: + - https://gitlab.com/gitlab-org/charts/gitlab-runner + - https://gitlab.com/gitlab-org/gitlab-runner + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.59.0.tgz + version: 0.59.0 + - apiVersion: v1 + appVersion: 16.5.0 + created: "2023-11-03T02:16:35.434465041Z" + description: GitLab Runner + digest: b7ee6c336f86733595e5ccc5cac8f82e54a87ced26ff5549e168adf6c57fe0ce + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab-runner + sources: + - https://gitlab.com/gitlab-org/charts/gitlab-runner + - https://gitlab.com/gitlab-org/gitlab-runner + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.58.2.tgz + version: 0.58.2 + - apiVersion: v1 + appVersion: 16.5.0 + created: "2023-10-24T17:24:50.813017545Z" + description: GitLab Runner + digest: 464cdfea66d8459bd8c4f15b3873c7d184f266044e325490a59e505b3af7533d + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab-runner + sources: + - https://gitlab.com/gitlab-org/charts/gitlab-runner + - https://gitlab.com/gitlab-org/gitlab-runner + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.58.1.tgz + version: 0.58.1 + - apiVersion: v1 + appVersion: 16.5.0 + created: "2023-10-20T21:28:04.566650244Z" + description: GitLab Runner + digest: 33f8585a277f9731065aab177b7ad37904a2a53bec3c6f13d2ebdd0ceaf9c99d + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab-runner + sources: + - https://gitlab.com/gitlab-org/charts/gitlab-runner + - https://gitlab.com/gitlab-org/gitlab-runner + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.58.0.tgz + version: 0.58.0 + - apiVersion: v1 + appVersion: 16.4.2 + created: "2023-10-20T21:24:20.472836081Z" + description: GitLab Runner + digest: 5ed0eb4152bab90f393bf1b0a10002eb59bb1942c7a047395f6753ba1c1b69be + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab-runner + sources: + - https://gitlab.com/gitlab-org/charts/gitlab-runner + - https://gitlab.com/gitlab-org/gitlab-runner + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.57.2.tgz + version: 0.57.2 + - apiVersion: v1 + appVersion: 16.4.1 + created: "2023-10-06T13:08:09.501938099Z" + description: GitLab Runner + digest: f7111bd21ad617d65b2ac60bdc666b75fb26348a5d37e7b4643b11920cafb71e + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab-runner + sources: + - https://gitlab.com/gitlab-org/charts/gitlab-runner + - https://gitlab.com/gitlab-org/gitlab-runner + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.57.1.tgz + version: 0.57.1 + - apiVersion: v1 + appVersion: 16.4.0 + created: "2023-09-25T16:12:22.349484928Z" + description: GitLab Runner + digest: 0e8b92937bc2caad2f2a7ad0b9579140bfbab83dde9e19253b59716dfb245108 + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab-runner + sources: + - https://gitlab.com/gitlab-org/charts/gitlab-runner + - https://gitlab.com/gitlab-org/gitlab-runner + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.57.0.tgz + version: 0.57.0 + - apiVersion: v1 + appVersion: 16.3.3 + created: "2023-10-20T21:23:11.368592276Z" + description: GitLab Runner + digest: 57ffa1a29680bd5ecacfaec943cae79ff184a89d0a86bd7c89fe99d7aa742594 + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab-runner + sources: + - https://gitlab.com/gitlab-org/charts/gitlab-runner + - https://gitlab.com/gitlab-org/gitlab-runner + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.56.3.tgz + version: 0.56.3 + - apiVersion: v1 + appVersion: 16.3.2 + created: "2023-10-06T13:06:59.073752227Z" + description: GitLab Runner + digest: c88ac9f43876b479d9c4ca46f7a394f6812c7b84b549c671b5ccbaeb89a72dd4 + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab-runner + sources: + - https://gitlab.com/gitlab-org/charts/gitlab-runner + - https://gitlab.com/gitlab-org/gitlab-runner + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.56.2.tgz + version: 0.56.2 + - apiVersion: v1 + appVersion: 16.3.1 + created: "2023-09-18T16:52:24.588076536Z" + description: GitLab Runner + digest: da180395c75bdf5b638c46bdd23744304ac6a6ed8d66db9a586417828cc980d9 + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab-runner + sources: + - https://gitlab.com/gitlab-org/charts/gitlab-runner + - https://gitlab.com/gitlab-org/gitlab-runner + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.56.1.tgz + version: 0.56.1 + - apiVersion: v1 + appVersion: 16.3.0 + created: "2023-08-21T20:16:20.930031298Z" + description: GitLab Runner + digest: 841ee2f2a6e55eb0d2be4308036c5fcc032d2906cf15e31229f581725c0b685d + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab-runner + sources: + - https://gitlab.com/gitlab-org/charts/gitlab-runner + - https://gitlab.com/gitlab-org/gitlab-runner + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.56.0.tgz + version: 0.56.0 + - apiVersion: v1 + appVersion: 16.2.3 + created: "2023-10-20T21:29:14.007894524Z" + description: GitLab Runner + digest: d1ecde07b0854e3c3825aba3c1fd0dfd9639c5eb9b572965e934f3adf3cda6fa + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab-runner + sources: + - https://gitlab.com/gitlab-org/charts/gitlab-runner + - https://gitlab.com/gitlab-org/gitlab-runner + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.55.3.tgz + version: 0.55.3 + - apiVersion: v1 + appVersion: 16.2.2 + created: "2023-10-06T13:11:40.374540135Z" + description: GitLab Runner + digest: 7b21202bb4fa066c1b2641b0471a3cea18bf3d62162cd670def45c7268ad6a77 + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab-runner + sources: + - https://gitlab.com/gitlab-org/charts/gitlab-runner + - https://gitlab.com/gitlab-org/gitlab-runner + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.55.2.tgz + version: 0.55.2 + - apiVersion: v1 + appVersion: 16.2.1 + created: "2023-09-22T01:24:40.035120517Z" + description: GitLab Runner + digest: 2ae4f8b98656c192c1a48669282bd4d2891cd41853ca62d5f3f5ebcb0eaf2b73 + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab-runner + sources: + - https://gitlab.com/gitlab-org/charts/gitlab-runner + - https://gitlab.com/gitlab-org/gitlab-runner + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.55.1.tgz + version: 0.55.1 + - apiVersion: v1 + appVersion: 16.2.0 + created: "2023-07-23T19:21:19.988779479Z" + description: GitLab Runner + digest: fd6cac4c14ef098812dcc0554204f45e1027b7fb6e2b45efc999f4c73eb06bd1 + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab-runner + sources: + - https://gitlab.com/gitlab-org/charts/gitlab-runner + - https://gitlab.com/gitlab-org/gitlab-runner + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.55.0.tgz + version: 0.55.0 + - apiVersion: v1 + appVersion: 16.1.1 + created: "2023-09-22T01:23:30.558231756Z" + description: GitLab Runner + digest: 59ba1f887a1c9e1103d537f9b0f9fd9e5367e8abfb16ee311699475b79fc0d6f + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab-runner + sources: + - https://gitlab.com/gitlab-org/charts/gitlab-runner + - https://gitlab.com/gitlab-org/gitlab-runner + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.54.1.tgz + version: 0.54.1 + - apiVersion: v1 + appVersion: 16.1.0 + created: "2023-06-21T23:32:40.884082473Z" + description: GitLab Runner + digest: c615bdd169ff066d8797ee38e44cf55b1e9d83214a61c84e122e8b59b4acb22e + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab-runner + sources: + - https://gitlab.com/gitlab-org/charts/gitlab-runner + - https://gitlab.com/gitlab-org/gitlab-runner + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.54.0.tgz + version: 0.54.0 + - apiVersion: v1 + appVersion: 16.0.3 + created: "2023-09-22T01:34:19.959893397Z" + description: GitLab Runner + digest: e7ffe67c46f812ac64ea41561b8ac50ebd1739dfc6dee4ebed9e40d97d45de68 + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab-runner + sources: + - https://gitlab.com/gitlab-org/charts/gitlab-runner + - https://gitlab.com/gitlab-org/gitlab-runner + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.53.3.tgz + version: 0.53.3 + - apiVersion: v1 + appVersion: 16.0.2 + created: "2023-06-08T13:05:11.753659513Z" + description: GitLab Runner + digest: 757197f2961ab71457fe45a79ec831c9f6ec538fb0f8e05da6182ac3a958fc1a + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab-runner + sources: + - https://gitlab.com/gitlab-org/charts/gitlab-runner + - https://gitlab.com/gitlab-org/gitlab-runner + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.53.2.tgz + version: 0.53.2 + - apiVersion: v1 + appVersion: 16.0.1 + created: "2023-05-25T19:04:11.16304784Z" + description: GitLab Runner + digest: 4994b03d7b9296de47ffe1bd662dbe28a5e2e03279c15c9fc1567186b39217a2 + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab-runner + sources: + - https://gitlab.com/gitlab-org/charts/gitlab-runner + - https://gitlab.com/gitlab-org/gitlab-runner + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.53.1.tgz + version: 0.53.1 + - apiVersion: v1 + appVersion: 16.0.0 + created: "2023-05-22T20:35:18.242251911Z" + description: GitLab Runner + digest: 082323353edeb6a0d1ae58534cb447a9621a5b1917345e5d2194a9a1b915149c + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab-runner + sources: + - https://gitlab.com/gitlab-org/charts/gitlab-runner + - https://gitlab.com/gitlab-org/gitlab-runner + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.53.0.tgz + version: 0.53.0 + - apiVersion: v1 + appVersion: 15.11.1 + created: "2023-06-02T14:05:43.350284703Z" + description: GitLab Runner + digest: 2223b5605c79464e53c0ccf147e873d77808ce35aca70937a3ce3c702f42d641 + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab-runner + sources: + - https://gitlab.com/gitlab-org/charts/gitlab-runner + - https://gitlab.com/gitlab-org/gitlab-runner + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.52.1.tgz + version: 0.52.1 + - apiVersion: v1 + appVersion: 15.11.0 + created: "2023-04-22T12:56:02.196502652Z" + description: GitLab Runner + digest: bbc70f57d46eadd3a596fc00bc5c5ab1ebdb6a718248495c823ddd2a702a24e6 + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab-runner + sources: + - https://gitlab.com/gitlab-org/charts/gitlab-runner + - https://gitlab.com/gitlab-org/gitlab-runner + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.52.0.tgz + version: 0.52.0 + - apiVersion: v1 + appVersion: 15.10.1 + created: "2023-03-30T12:19:11.881887795Z" + description: GitLab Runner + digest: 3cc875d669b8a0b84a6bc2da6e1bb6455331911b06a2f1957fe2be4dbbc95335 + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab-runner + sources: + - https://gitlab.com/gitlab-org/charts/gitlab-runner + - https://gitlab.com/gitlab-org/gitlab-runner + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.51.1.tgz + version: 0.51.1 + - apiVersion: v1 + appVersion: 15.10.0 + created: "2023-03-20T12:24:28.053296029Z" + description: GitLab Runner + digest: fe43832440c5dedc43d7f2763bf19a14ac3eef6d409a52005d7b80070831ff33 + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab-runner + sources: + - https://gitlab.com/gitlab-org/charts/gitlab-runner + - https://gitlab.com/gitlab-org/gitlab-runner + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.51.0.tgz + version: 0.51.0 + - apiVersion: v1 + appVersion: 15.9.1 + created: "2023-02-21T00:57:10.45227114Z" + description: GitLab Runner + digest: 17aa2ebf2277caa4f6384af348b9f39793b4cfed2f5507e5b64967da30656d4c + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab-runner + sources: + - https://gitlab.com/gitlab-org/charts/gitlab-runner + - https://gitlab.com/gitlab-org/gitlab-runner + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.50.1.tgz + version: 0.50.1 + - apiVersion: v1 + appVersion: 15.9.0 + created: "2023-02-21T00:53:20.834203452Z" + description: GitLab Runner + digest: 17204e2688b29ece2c903e3e6961306bef6d5033a91e9920aa5888ae7d8bff09 + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab-runner + sources: + - https://gitlab.com/gitlab-org/charts/gitlab-runner + - https://gitlab.com/gitlab-org/gitlab-runner + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.50.0.tgz + version: 0.50.0 + - apiVersion: v1 + appVersion: 15.8.3 + created: "2023-02-21T00:27:14.227930565Z" + description: GitLab Runner + digest: ba883dc93ca72a676f3797a1fe662f5568634c1a996aea8d8092102184f891c3 + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab-runner + sources: + - https://gitlab.com/gitlab-org/gitlab-runner + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.49.3.tgz + version: 0.49.3 + - apiVersion: v1 + appVersion: 15.8.2 + created: "2023-02-10T14:02:10.600320728Z" + description: GitLab Runner + digest: 9c46bfe2cb928cddf04a0c812e2ad75bd184d118a538521331772bb60edab70b + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab-runner + sources: + - https://gitlab.com/gitlab-org/gitlab-runner + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.49.2.tgz + version: 0.49.2 + - apiVersion: v1 + appVersion: 15.8.1 + created: "2023-02-03T12:44:46.540165377Z" + description: GitLab Runner + digest: b63eb71d3083da07cd764dd65c554b524abbb0203a9bea03691b80cdb269116a + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab-runner + sources: + - https://gitlab.com/gitlab-org/gitlab-runner + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.49.1.tgz + version: 0.49.1 + - apiVersion: v1 + appVersion: 15.8.0 + created: "2023-01-19T10:51:52.44020726Z" + description: GitLab Runner + digest: e610b682d671209bda7d353fc2c228c5a07877411d62c45f72d3e8fdb1d8e8fe + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab-runner + sources: + - https://gitlab.com/gitlab-org/gitlab-runner + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.49.0.tgz + version: 0.49.0 + - apiVersion: v1 + appVersion: 15.7.4 + created: "2023-02-03T12:43:00.172877998Z" + description: GitLab Runner + digest: c60181cf2cf1be45a665b13a38d0d1d4b816782ba74993bbdefeec25fe52b630 + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab-runner + sources: + - https://gitlab.com/gitlab-org/gitlab-runner + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.48.3.tgz + version: 0.48.3 + - apiVersion: v1 + appVersion: 15.7.3 + created: "2023-01-19T10:45:07.643601362Z" + description: GitLab Runner + digest: 2e95b42bdb344632ed02a03a12058baf8fe4b310a6023f9633bb118b993efcb9 + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab-runner + sources: + - https://gitlab.com/gitlab-org/gitlab-runner + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.48.2.tgz + version: 0.48.2 + - apiVersion: v1 + appVersion: 15.7.2 + created: "2023-01-14T13:31:00.986286282Z" + description: GitLab Runner + digest: 490b3f16c798b396063ac1cd3101dae7f030dc29c0df206e5af4cedf3b3f4721 + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab-runner + sources: + - https://gitlab.com/gitlab-org/gitlab-runner + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.48.1.tgz + version: 0.48.1 + - apiVersion: v1 + appVersion: 15.7.0 + created: "2022-12-17T01:36:46.783985537Z" + description: GitLab Runner + digest: 0584e408d7479bd64dbfe21eed787d07ec6cb30236b4c5eadb7506586483dfd9 + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab-runner + sources: + - https://gitlab.com/gitlab-org/gitlab-runner + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.48.0.tgz + version: 0.48.0 + - apiVersion: v1 + appVersion: 15.6.3 + created: "2023-01-19T10:40:26.36355626Z" + description: GitLab Runner + digest: bb7a96f521806a251a69398e35907ff2123b0ea67fdb9d889a9ae31b46104379 + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab-runner + sources: + - https://gitlab.com/gitlab-org/gitlab-runner + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.47.3.tgz + version: 0.47.3 + - apiVersion: v1 + appVersion: 15.6.2 + created: "2023-01-14T13:22:10.18518122Z" + description: GitLab Runner + digest: 5d9d06a26b08da51ee13ea066860f0e7a5325d10b1ba142da0a70ccdffb7ec12 + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab-runner + sources: + - https://gitlab.com/gitlab-org/gitlab-runner + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.47.2.tgz + version: 0.47.2 + - apiVersion: v1 + appVersion: 15.6.1 + created: "2022-11-24T18:56:29.359728911Z" + description: GitLab Runner + digest: 312be6f35112e71cfe2ae17a2ba404d791c9b0eea7248d354677e33fc83111a8 + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab-runner + sources: + - https://gitlab.com/gitlab-org/gitlab-runner + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.47.1.tgz + version: 0.47.1 + - apiVersion: v1 + appVersion: 15.6.0 + created: "2022-11-22T02:07:21.982095602Z" + description: GitLab Runner + digest: 64abcef8140b40a5611514fb879494570700319e355c2a081d9e9abdb76fb0b5 + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab-runner + sources: + - https://gitlab.com/gitlab-org/gitlab-runner + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.47.0.tgz + version: 0.47.0 + - apiVersion: v1 + appVersion: 15.5.1 + created: "2022-11-11T15:29:49.385243597Z" + description: GitLab Runner + digest: 0fe3caa18323f689015ccdef88c0921438590b7bf05c0f67fd574153d9c387e1 + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab-runner + sources: + - https://gitlab.com/gitlab-org/gitlab-runner + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.46.1.tgz + version: 0.46.1 + - apiVersion: v1 + appVersion: 15.5.0 + created: "2022-10-21T03:10:09.476093904Z" + description: GitLab Runner + digest: 68eb91a79ae74b6ac9df07055861e73d96741fb0b640d79f7ade0e294f918ea6 + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab-runner + sources: + - https://gitlab.com/gitlab-org/gitlab-runner + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.46.0.tgz + version: 0.46.0 + - apiVersion: v1 + appVersion: 15.4.2 + created: "2022-11-11T15:52:20.923620931Z" + description: GitLab Runner + digest: d764b2cf1b8e86f67057a77255e5bc37915f0352ef68bfcdea2fbabe6d5f9c6e + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab-runner + sources: + - https://gitlab.com/gitlab-org/gitlab-runner + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.45.2.tgz + version: 0.45.2 + - apiVersion: v1 + appVersion: 15.4.1 + created: "2022-10-21T19:15:15.895908217Z" + description: GitLab Runner + digest: 429c9aa306dcacda7605b837880bc2b4973382891ddde5dedd0e24abee7eb5a3 + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab-runner + sources: + - https://gitlab.com/gitlab-org/gitlab-runner + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.45.1.tgz + version: 0.45.1 + - apiVersion: v1 + appVersion: 15.4.0 + created: "2022-09-21T22:13:39.371166933Z" + description: GitLab Runner + digest: 641099dbc5ec354d621488dd5264f14e72fd8f0b219e3ca207acfd452d77ae23 + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab-runner + sources: + - https://gitlab.com/gitlab-org/gitlab-runner + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.45.0.tgz + version: 0.45.0 + - apiVersion: v1 + appVersion: 15.3.3 + created: "2022-11-11T15:52:51.804169912Z" + description: GitLab Runner + digest: c6aa4e8df8f2c2840910dc6b6c7a3688ee28d4071ec96511c817aca1a69c2607 + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab-runner + sources: + - https://gitlab.com/gitlab-org/gitlab-runner + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.44.3.tgz + version: 0.44.3 + - apiVersion: v1 + appVersion: 15.3.2 + created: "2022-10-21T19:16:47.397344763Z" + description: GitLab Runner + digest: 898b764e51dadc8a7fffe7bab6dfc17417bdb70193620195ca2b1a587a93a0eb + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab-runner + sources: + - https://gitlab.com/gitlab-org/gitlab-runner + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.44.2.tgz + version: 0.44.2 + - apiVersion: v1 + appVersion: 15.3.1 + created: "2022-09-21T22:11:56.884384892Z" + description: GitLab Runner + digest: 34ec88d84ecfcb3b0f3907bde6cf476080ad41eb6cf738269f0ed0726a21fa90 + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab-runner + sources: + - https://gitlab.com/gitlab-org/gitlab-runner + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.44.1.tgz + version: 0.44.1 + - apiVersion: v1 + appVersion: 15.3.0 + created: "2022-08-22T10:15:29.908384685Z" + description: GitLab Runner + digest: 11f7feaee4ca89f503a4d479c5b174c07bb2f2515f31c89984f8bbde7e1221b4 + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab-runner + sources: + - https://gitlab.com/gitlab-org/gitlab-runner + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.44.0.tgz + version: 0.44.0 + - apiVersion: v1 + appVersion: 15.2.2 + created: "2022-09-21T22:11:27.657180314Z" + description: GitLab Runner + digest: fb3ec58a662f27463b69334216b9c4c0050d31807ca803bdd4951cded4fc1efb + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab-runner + sources: + - https://gitlab.com/gitlab-org/gitlab-runner + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.43.2.tgz + version: 0.43.2 + - apiVersion: v1 + appVersion: 15.2.1 + created: "2022-07-28T00:35:28.790391276Z" + description: GitLab Runner + digest: 4518d166b178f20646b61d31819149bb4fee77593eec38ca7b140c35dd7ee1e8 + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab-runner + sources: + - https://gitlab.com/gitlab-org/gitlab-runner + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.43.1.tgz + version: 0.43.1 + - apiVersion: v1 + appVersion: 15.2.0 + created: "2022-07-20T21:04:57.322160683Z" + description: GitLab Runner + digest: d82dc5d0e9c315a637c669a7626605926b1b84947267bf8cc5caa98e8d746ea8 + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab-runner + sources: + - https://gitlab.com/gitlab-org/gitlab-runner + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.43.0.tgz + version: 0.43.0 + - apiVersion: v1 + appVersion: 15.1.0 + created: "2022-06-20T19:44:16.131923426Z" + description: GitLab Runner + digest: 6f82aa33e8edefa894713b1fc377f5d2a38ccda25ae9e6711fc29c9a53220b4d + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab-runner + sources: + - https://gitlab.com/gitlab-org/gitlab-runner + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.42.0.tgz + version: 0.42.0 + - apiVersion: v1 + appVersion: 15.0.1 + created: "2022-07-20T15:26:12.840516682Z" + description: GitLab Runner + digest: afd842cbd136c4453fcab2a76e9759367d552c5ee65595d13eb685f6a1e3cc2b + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab-runner + sources: + - https://hub.docker.com/r/gitlab/gitlab-runner/ + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.41.1.tgz + version: 0.41.1 + - apiVersion: v1 + appVersion: 15.0.0 + created: "2022-05-20T14:05:13.546305995Z" + description: GitLab Runner + digest: 386b6dd7f335a0f41f3ca67ab995cac446131d83beba7b7232b0fb295322a4ea + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab-runner + sources: + - https://hub.docker.com/r/gitlab/gitlab-runner/ + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.41.0.tgz + version: 0.41.0 + - apiVersion: v1 + appVersion: 14.10.1 + created: "2022-05-02T20:29:26.667195117Z" + description: GitLab Runner + digest: b756f38956375909c780e7e30ae1c796b35bfbc8a1835f293c2e5930b75b9bee + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab-runner + sources: + - https://hub.docker.com/r/gitlab/gitlab-runner/ + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.40.1.tgz + version: 0.40.1 + - apiVersion: v1 + appVersion: 14.10.0 + created: "2022-04-19T22:29:53.106577782Z" + description: GitLab Runner + digest: 6bb687548aca55ca46bb87329eb3b0aca1459bea5290990435efaf2fd5771b33 + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab-runner + sources: + - https://hub.docker.com/r/gitlab/gitlab-runner/ + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.40.0.tgz + version: 0.40.0 + - apiVersion: v1 + appVersion: 14.9.2 + created: "2022-05-02T20:02:34.536815638Z" + description: GitLab Runner + digest: 05e2b579efd6db259ce27662d5bdccc68f62f739c97f8c48c1b20bb229e177a8 + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab-runner + sources: + - https://hub.docker.com/r/gitlab/gitlab-runner/ + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.39.1.tgz + version: 0.39.1 + - apiVersion: v1 + appVersion: 14.9.0 + created: "2022-03-21T20:02:32.194548863Z" + description: GitLab Runner + digest: 12b627f91ea592353e0cc21ddb70db8e0e7cd66d47c248ce82800a86c00164c9 + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab-runner + sources: + - https://hub.docker.com/r/gitlab/gitlab-runner/ + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.39.0.tgz + version: 0.39.0 + - apiVersion: v1 + appVersion: 14.8.3 + created: "2022-05-02T20:04:37.800087425Z" + description: GitLab Runner + digest: b25fd3bb5ea337248202a587596d64166ea54d69c15206458f4317f6095e14fa + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab-runner + sources: + - https://hub.docker.com/r/gitlab/gitlab-runner/ + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.38.2.tgz + version: 0.38.2 + - apiVersion: v1 + appVersion: 14.8.2 + created: "2022-03-02T13:58:21.241379912Z" + description: GitLab Runner + digest: 8eaf51f31b8e3b57d4be3f48543a8fad34e41883631a45d12d935837b8d58a3e + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab-runner + sources: + - https://hub.docker.com/r/gitlab/gitlab-runner/ + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.38.1.tgz + version: 0.38.1 + - apiVersion: v1 + appVersion: 14.8.0 + created: "2022-02-20T22:21:16.120259496Z" + description: GitLab Runner + digest: 3fba3bc38621906df1d277e24681c832f32a26ac5e81ce652b8b663470e55d50 + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab-runner + sources: + - https://hub.docker.com/r/gitlab/gitlab-runner/ + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.38.0.tgz + version: 0.38.0 + - apiVersion: v1 + appVersion: 14.7.1 + created: "2022-03-02T14:01:54.328376505Z" + description: GitLab Runner + digest: 96c7bc89a5353fd2d530636ffcb821f288e6b77ef8fe4933fb758c9b33a0206d + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab-runner + sources: + - https://hub.docker.com/r/gitlab/gitlab-runner/ + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.37.3.tgz + version: 0.37.3 + - apiVersion: v1 + appVersion: 14.7.0 + created: "2022-01-24T12:09:55.374024757Z" + description: GitLab Runner + digest: 5b117e62a32bcd7cef25348515c4943fec4eccda2d5d9e4529adb65106c05653 + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab-runner + sources: + - https://hub.docker.com/r/gitlab/gitlab-runner/ + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.37.2.tgz + version: 0.37.2 + - apiVersion: v1 + appVersion: bleeding + created: "2022-01-20T10:53:40.959597138Z" + description: GitLab Runner + digest: 04dce6b722ea24f3c4ce110924e2cfe7f16a99b23981e3f7a6c56d76570f1b19 + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab-runner + sources: + - https://hub.docker.com/r/gitlab/gitlab-runner/ + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.37.1.tgz + version: 0.37.1 + - apiVersion: v1 + appVersion: 14.7.0 + created: "2022-01-19T17:14:46.599276733Z" + description: GitLab Runner + digest: d7fbd3dba312870c49452a3b5c3e7ff96115906b88057b23b8005ed6b6710d7a + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab-runner + sources: + - https://hub.docker.com/r/gitlab/gitlab-runner/ + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.37.0.tgz + version: 0.37.0 + - apiVersion: v1 + appVersion: 14.6.1 + created: "2022-03-02T13:55:49.192043219Z" + description: GitLab Runner + digest: d83920956db08e503f3316f4ef56d533e59492092b8a6bdef3d49768b5ea6a6a + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab-runner + sources: + - https://hub.docker.com/r/gitlab/gitlab-runner/ + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.36.1.tgz + version: 0.36.1 + - apiVersion: v1 + appVersion: 14.6.0 + created: "2021-12-18T17:41:59.683413137Z" + description: GitLab Runner + digest: 52e7f43b9893896c01abddb64fd621a793a50599febea8e34d82e2f2aab7eef3 + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab-runner + sources: + - https://hub.docker.com/r/gitlab/gitlab-runner/ + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.36.0.tgz + version: 0.36.0 + - apiVersion: v1 + appVersion: 14.5.2 + created: "2021-12-13T00:53:27.669542768Z" + description: GitLab Runner + digest: 5a231e463c979ff47d64c9849585a90fbfe60b27d16cd18ea572cb35e1671ef6 + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab-runner + sources: + - https://hub.docker.com/r/gitlab/gitlab-runner/ + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.35.3.tgz + version: 0.35.3 + - apiVersion: v1 + appVersion: 14.5.2 + created: "2021-12-10T22:08:32.144484021Z" + description: GitLab Runner + digest: d6d08cf9699125813c7846feadbe8122ea3b80610ccd2cfab56eed4f39518944 + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab-runner + sources: + - https://hub.docker.com/r/gitlab/gitlab-runner/ + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.35.2.tgz + version: 0.35.2 + - apiVersion: v1 + appVersion: 14.5.0 + created: "2021-11-23T12:45:38.955941494Z" + description: GitLab Runner + digest: b1ca30ce4b9b2257e57919b53fe06ba3780b6449dde50be2a76ab72465e63c86 + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab-runner + sources: + - https://hub.docker.com/r/gitlab/gitlab-runner/ + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.35.0.tgz + version: 0.35.0 + - apiVersion: v1 + appVersion: 14.4.2 + created: "2021-12-10T19:16:40.017458647Z" + description: GitLab Runner + digest: d86786be99655eaf3276c61acd56e107886f7a5ee7fde413133fa1851d4ccdf9 + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab-runner + sources: + - https://hub.docker.com/r/gitlab/gitlab-runner/ + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.34.2.tgz + version: 0.34.2 + - apiVersion: v1 + appVersion: 14.4.1 + created: "2021-12-02T17:52:47.929707667Z" + description: GitLab Runner + digest: a82ac7688ea1c1b453aa38fd6431bc77de033fff7794aad15d53d60553f9347a + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab-runner + sources: + - https://hub.docker.com/r/gitlab/gitlab-runner/ + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.34.1.tgz + version: 0.34.1 + - apiVersion: v1 + appVersion: 14.4.0 + created: "2021-10-25T15:55:45.613217494Z" + description: GitLab Runner + digest: 644fff128c0510a3cb766fba990b63b7dad0df4bb810439308d44c81af29ebce + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab-runner + sources: + - https://hub.docker.com/r/gitlab/gitlab-runner/ + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.34.0.tgz + version: 0.34.0 + - apiVersion: v1 + appVersion: 14.4.0-rc1 + created: "2021-10-11T00:26:37.056801376Z" + description: GitLab Runner + digest: fcc2cefdc4b63bd8bbcb6d85eed4a98d5bca96998274d22c9455b109b2cb1877 + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab-runner + sources: + - https://hub.docker.com/r/gitlab/gitlab-runner/ + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.34.0-rc1.tgz + version: 0.34.0-rc1 + - apiVersion: v1 + appVersion: 14.3.4 + created: "2021-12-10T19:16:10.255210828Z" + description: GitLab Runner + digest: 9fa8784190d5752ad01edb99475810fec0294891bbadf65a357fb717ffaa6ea3 + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab-runner + sources: + - https://hub.docker.com/r/gitlab/gitlab-runner/ + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.33.3.tgz + version: 0.33.3 + - apiVersion: v1 + appVersion: 14.3.3 + created: "2021-12-02T18:09:21.792699583Z" + description: GitLab Runner + digest: 31a683f56d33db16d5db2e49400ff6a36c35f434256e0e5c9e0abeeae9327bdb + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab-runner + sources: + - https://hub.docker.com/r/gitlab/gitlab-runner/ + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.33.2.tgz + version: 0.33.2 + - apiVersion: v1 + appVersion: 14.3.2 + created: "2021-10-01T12:31:18.095464792Z" + description: GitLab Runner + digest: b9f69fd6673729f025f2cabebbad073d4c2c354493afa3251199a0c487a23ce9 + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab-runner + sources: + - https://hub.docker.com/r/gitlab/gitlab-runner/ + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.33.1.tgz + version: 0.33.1 + - apiVersion: v1 + appVersion: 14.3.0 + created: "2021-09-29T11:26:21.243415846Z" + description: GitLab Runner + digest: c53b3a316fbb4155eeed0746a2d083542fb5fe12587e3775e6c35dfe7d2138e8 + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab-runner + sources: + - https://hub.docker.com/r/gitlab/gitlab-runner/ + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.33.0.tgz + version: 0.33.0 + - apiVersion: v1 + appVersion: 14.3.0-rc1 + created: "2021-09-13T13:17:54.846130405Z" + description: GitLab Runner + digest: 3a44045b1f90614bccf4b281fc76d4f0d5d87be4a1b3cb2e47596458e9f17149 + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab-runner + sources: + - https://hub.docker.com/r/gitlab/gitlab-runner/ + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.33.0-rc1.tgz + version: 0.33.0-rc1 + - apiVersion: v1 + appVersion: 14.2.0 + created: "2021-08-22T19:50:35.921289922Z" + description: GitLab Runner + digest: 80dfb9e1a67bbfa549313f64f402b5a05c37ea19df18b60121f614ddbd1b0730 + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab-runner + sources: + - https://hub.docker.com/r/gitlab/gitlab-runner/ + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.32.0.tgz + version: 0.32.0 + - apiVersion: v1 + appVersion: 14.2.0-rc1 + created: "2021-08-12T21:05:27.219296335Z" + description: GitLab Runner + digest: bfe3127a42c6a6fc7e2bbd9f8b4fcbdb0c6be8ca1f8ba2cef9a4ddba3444c475 + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab-runner + sources: + - https://hub.docker.com/r/gitlab/gitlab-runner/ + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.32.0-rc1.tgz + version: 0.32.0-rc1 + - apiVersion: v1 + appVersion: 14.1.0 + created: "2021-07-23T08:58:41.373348164Z" + description: GitLab Runner + digest: 82b5d32769a65a1a91fb3c0331ffd94b4c7f974e289093df8344bb2ecf851c07 + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab-runner + sources: + - https://hub.docker.com/r/gitlab/gitlab-runner/ + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.31.0.tgz + version: 0.31.0 + - apiVersion: v1 + appVersion: 14.1.0-rc1 + created: "2021-07-08T08:15:20.712423563Z" + description: GitLab Runner + digest: fb478193ecdd91e265122164d6924efc1b5ba5f6033574610bb9bab8245b11b6 + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab-runner + sources: + - https://hub.docker.com/r/gitlab/gitlab-runner/ + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.31.0-rc1.tgz + version: 0.31.0-rc1 + - apiVersion: v1 + appVersion: 14.0.0 + created: "2021-06-19T12:25:39.284874677Z" + description: GitLab Runner + digest: 388012f13f22cde9dbf417f5fca24699627f5db1bb41735c21f6d1876b068a10 + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab-runner + sources: + - https://hub.docker.com/r/gitlab/gitlab-runner/ + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.30.0.tgz + version: 0.30.0 + - apiVersion: v1 + appVersion: 14.0.0-rc1 + created: "2021-06-16T12:41:43.907129556Z" + description: GitLab Runner + digest: d518bde29c09a00cec179f4940951fdf046dc6bdb35fb595b4b9733b26c12122 + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab-runner + sources: + - https://hub.docker.com/r/gitlab/gitlab-runner/ + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.30.0-rc1.tgz + version: 0.30.0-rc1 + - apiVersion: v1 + appVersion: 13.12.0 + created: "2021-05-20T15:29:51.618024487Z" + description: GitLab Runner + digest: eeaff2f9aa9a61c2f52c87cf2a4027317495a4f7341088b28943bea9329f6f6f + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab-runner + sources: + - https://hub.docker.com/r/gitlab/gitlab-runner/ + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.29.0.tgz + version: 0.29.0 + - apiVersion: v1 + appVersion: 13.12.0-rc1 + created: "2021-05-10T16:54:28.152957472Z" + description: GitLab Runner + digest: cfd1488a482960a577bea8488e296ce1a43b236805b85918104325504cb5fdc4 + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab-runner + sources: + - https://hub.docker.com/r/gitlab/gitlab-runner/ + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.29.0-rc1.tgz + version: 0.29.0-rc1 + - apiVersion: v1 + appVersion: 13.11.0 + created: "2021-04-20T18:34:20.042457459Z" + description: GitLab Runner + digest: 3b2f3978bf492dcfbba2c9c847c7f16bdea168658e2d65060768b0a6d49ecd8a + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab-runner + sources: + - https://hub.docker.com/r/gitlab/gitlab-runner/ + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.28.0.tgz + version: 0.28.0 + - apiVersion: v1 + appVersion: 13.11.0-rc1 + created: "2021-04-09T12:33:28.567667318Z" + description: GitLab Runner + digest: 1f01bcf2ca1485f15599a8b571de235464f6177363f40a274caf74abe89183a0 + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab-runner + sources: + - https://hub.docker.com/r/gitlab/gitlab-runner/ + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.28.0-rc1.tgz + version: 0.28.0-rc1 + - apiVersion: v1 + appVersion: 13.10.0 + created: "2021-03-21T09:18:27.632006681Z" + description: GitLab Runner + digest: ef34b1696d9eb945cb1221cef8031caded07dd6f345f6228d41ec49ba73986fc + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab-runner + sources: + - https://hub.docker.com/r/gitlab/gitlab-runner/ + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.27.0.tgz + version: 0.27.0 + - apiVersion: v1 + appVersion: 13.10.0-rc1 + created: "2021-03-08T13:12:34.61367774Z" + description: GitLab Runner + digest: dbab7e5df51de7cdae34a80e7306e3687c9399ffbd6d67d40dff41b2f1d80cff + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab-runner + sources: + - https://hub.docker.com/r/gitlab/gitlab-runner/ + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.27.0-rc1.tgz + version: 0.27.0-rc1 + - apiVersion: v1 + appVersion: 13.9.0 + created: "2021-02-22T20:38:27.954010255Z" + description: GitLab Runner + digest: f909cd8328eb24c4a303e0ae46545029caf5742bdce292b49da2a04263cbcb60 + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab-runner + sources: + - https://hub.docker.com/r/gitlab/gitlab-runner/ + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.26.0.tgz + version: 0.26.0 + - apiVersion: v1 + appVersion: 13.9.0-rc2 + created: "2021-02-15T17:49:44.309598705Z" + description: GitLab Runner + digest: ec6c3545e6971190a38856034ece1b9a644905c6e2e846ed869fa4d355d25385 + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab-runner + sources: + - https://hub.docker.com/r/gitlab/gitlab-runner/ + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.26.0-rc2.tgz + version: 0.26.0-rc2 + - apiVersion: v1 + appVersion: 13.9.0-rc1 + created: "2021-02-08T22:05:06.746148988Z" + description: GitLab Runner + digest: 593237bb71ec02e1119d637dde8848281c3748a702b674f6acd935d4d7421194 + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab-runner + sources: + - https://hub.docker.com/r/gitlab/gitlab-runner/ + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.26.0-rc1.tgz + version: 0.26.0-rc1 + - apiVersion: v1 + appVersion: 13.8.0 + created: "2021-01-20T13:35:53.665257354Z" + description: GitLab Runner + digest: 8ba94f0f993df4c7a2c1a80c54237f87e09e28af5e4a7078187068e37ca74923 + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab-runner + sources: + - https://hub.docker.com/r/gitlab/gitlab-runner/ + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.25.0.tgz + version: 0.25.0 + - apiVersion: v1 + appVersion: 13.8.0-rc1 + created: "2021-01-08T10:47:12.224310484Z" + description: GitLab Runner + digest: 486ec41f603d0454dde1eb050c75aaaeb77e506110020be8cf3ac1d861ffa44c + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab-runner + sources: + - https://hub.docker.com/r/gitlab/gitlab-runner/ + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.25.0-rc1.tgz + version: 0.25.0-rc1 + - apiVersion: v1 + appVersion: 13.7.0 + created: "2020-12-21T13:52:58.185302149Z" + description: GitLab Runner + digest: e6659e696c9a7b12f3dd11e6eaf38d53775a1346e824b933ea920b8e0779700b + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab-runner + sources: + - https://hub.docker.com/r/gitlab/gitlab-runner/ + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.24.0.tgz + version: 0.24.0 + - apiVersion: v1 + appVersion: 13.7.0-rc1 + created: "2020-12-10T07:15:02.781810267Z" + description: GitLab Runner + digest: cd76d2e2ba7a85016b2670e3d87858b0004d5b82d17d03b88cd7a1ce3b3f4843 + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab-runner + sources: + - https://hub.docker.com/r/gitlab/gitlab-runner/ + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.24.0-rc1.tgz + version: 0.24.0-rc1 + - apiVersion: v1 + appVersion: 13.6.0 + created: "2020-11-21T06:18:08.202393532Z" + description: GitLab Runner + digest: 8f710962f9b8912dee035b2399ac5bd81bda5f0877580d72e368991a2f016edb + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab-runner + sources: + - https://hub.docker.com/r/gitlab/gitlab-runner/ + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.23.0.tgz + version: 0.23.0 + - apiVersion: v1 + appVersion: 13.6.0-rc1 + created: "2020-11-10T12:10:10.619195175Z" + description: GitLab Runner + digest: be7bc60f9fb9969c9e8acb4e94d370f92e21e4fe8917943cc66edf1feff8ac37 + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab-runner + sources: + - https://hub.docker.com/r/gitlab/gitlab-runner/ + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.23.0-rc1.tgz + version: 0.23.0-rc1 + - apiVersion: v1 + appVersion: 13.5.0 + created: "2020-10-20T12:09:13.370048734Z" + description: GitLab Runner + digest: d414880e77bbc04b0ad139ece0d5b494ce063f333498b347332467fbeab170a1 + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab-runner + sources: + - https://hub.docker.com/r/gitlab/gitlab-runner/ + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.22.0.tgz + version: 0.22.0 + - apiVersion: v1 + appVersion: 13.5.0-rc2 + created: "2020-10-08T21:02:54.4714416Z" + description: GitLab Runner + digest: 574b88ed259f8e03ac69ce8ee6ded855fde172e47580269e59e4b93e3f34292a + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab-runner + sources: + - https://hub.docker.com/r/gitlab/gitlab-runner/ + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.22.0-rc2.tgz + version: 0.22.0-rc2 + - apiVersion: v1 + appVersion: 13.5.0-rc1 + created: "2020-10-08T19:04:13.03140232Z" + description: GitLab Runner + digest: 19b9516dc2818f480fe43cb2349bb75b2476bca06e984cc36d61d038796191d3 + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab-runner + sources: + - https://hub.docker.com/r/gitlab/gitlab-runner/ + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.22.0-rc1.tgz + version: 0.22.0-rc1 + - apiVersion: v1 + appVersion: 13.4.1 + created: "2020-09-25T20:07:16.871408941Z" + description: GitLab Runner + digest: a6ea440f6c9a5440be799d6c654de530344be30299ea89647a4c6768efc7f13e + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab-runner + sources: + - https://hub.docker.com/r/gitlab/gitlab-runner/ + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.21.1.tgz + version: 0.21.1 + - apiVersion: v1 + appVersion: 13.4.0 + created: "2020-09-21T14:03:13.032305414Z" + description: GitLab Runner + digest: 9542d486c0cf36d8340cd96c43e7367cd17d79d073063295a13448efccf196d9 + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab-runner + sources: + - https://hub.docker.com/r/gitlab/gitlab-runner/ + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.21.0.tgz + version: 0.21.0 + - apiVersion: v1 + appVersion: 13.4.0-rc1 + created: "2020-09-09T12:20:17.151272298Z" + description: GitLab Runner + digest: 7f88a27ac69d7a51150e8f4a97550fe5d0c6ee70c83d3089a360cad95b56b278 + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab-runner + sources: + - https://hub.docker.com/r/gitlab/gitlab-runner/ + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.21.0-rc1.tgz + version: 0.21.0-rc1 + - apiVersion: v1 + appVersion: 13.3.2 + created: "2020-09-25T19:59:31.305177938Z" + description: GitLab Runner + digest: 941f0e14831b7dde6b067df4b18c280bb405f909efde804ecd6fdccb42f4a37a + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab-runner + sources: + - https://hub.docker.com/r/gitlab/gitlab-runner/ + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.20.2.tgz + version: 0.20.2 + - apiVersion: v1 + appVersion: 13.3.1 + created: "2020-09-01T16:05:29.27290316Z" + description: GitLab Runner + digest: 1fb8e5cdac38d9c0846715a7a6e39d813133ae287d00f58ccb26e556cb35b9b7 + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab-runner + sources: + - https://hub.docker.com/r/gitlab/gitlab-runner/ + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.20.1.tgz + version: 0.20.1 + - apiVersion: v1 + appVersion: 13.3.0 + created: "2020-08-20T06:36:30.12083099Z" + description: GitLab Runner + digest: 3ad82c8260e36d5ad617145f030905ed997913967d02e2bfbcb214de3b6d3573 + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab-runner + sources: + - https://hub.docker.com/r/gitlab/gitlab-runner/ + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.20.0.tgz + version: 0.20.0 + - apiVersion: v1 + appVersion: 13.3.0-rc1 + created: "2020-08-13T12:19:03.104047638Z" + description: GitLab Runner + digest: 260ac77da0e7dc8678b7b83ef376160a04523fbcbf6125503d93dc36607091fc + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab-runner + sources: + - https://hub.docker.com/r/gitlab/gitlab-runner/ + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.20.0-rc1.tgz + version: 0.20.0-rc1 + - apiVersion: v1 + appVersion: 13.2.4 + created: "2020-09-28T06:35:40.872010136Z" + description: GitLab Runner + digest: c36313ed3418583ce6d7dd43b15e93f62e4a60051cf90e4152d9e7eac2547767 + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab-runner + sources: + - https://hub.docker.com/r/gitlab/gitlab-runner/ + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.19.4.tgz + version: 0.19.4 + - apiVersion: v1 + appVersion: 13.2.3 + created: "2020-09-07T05:42:30.416967487Z" + description: GitLab Runner + digest: 3268b78c473311c3990f4ea00f17de815eaf55c6dbdb9f8b9e3b02f55bc3875f + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab-runner + sources: + - https://hub.docker.com/r/gitlab/gitlab-runner/ + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.19.3.tgz + version: 0.19.3 + - apiVersion: v1 + appVersion: 13.2.2 + created: "2020-08-06T06:20:19.266149454Z" + description: GitLab Runner + digest: 56b9e4eaea02adbc0fc069e3f1d79c6b28048ca8a0a8c6bfdcbac57d00beb95b + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab-runner + sources: + - https://hub.docker.com/r/gitlab/gitlab-runner/ + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.19.2.tgz + version: 0.19.2 + - apiVersion: v1 + appVersion: 13.2.1 + created: "2020-07-22T11:11:15.11445828Z" + description: GitLab Runner + digest: f383061dc12fc6a46eb8879ea9da007436d4110cdfac054b76b81c9ee724a143 + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab-runner + sources: + - https://hub.docker.com/r/gitlab/gitlab-runner/ + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.19.1.tgz + version: 0.19.1 + - apiVersion: v1 + appVersion: 13.2.0 + created: "2020-07-20T06:31:49.91014427Z" + description: GitLab Runner + digest: a439b9ed6c9eaa9a34e55124c2f947187f7b1a06237ddc35cdddf08f388a1564 + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab-runner + sources: + - https://hub.docker.com/r/gitlab/gitlab-runner/ + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.19.0.tgz + version: 0.19.0 + - apiVersion: v1 + appVersion: 13.2.0-rc2 + created: "2020-07-15T06:12:17.875517147Z" + description: GitLab Runner + digest: 98199afda0a610264a0e6f275e05956b4b433b2aafb8897453c7af489cdcf6cf + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab-runner + sources: + - https://hub.docker.com/r/gitlab/gitlab-runner/ + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.19.0-rc2.tgz + version: 0.19.0-rc2 + - apiVersion: v1 + appVersion: 13.2.0-rc1 + created: "2020-07-09T08:08:00.173197812Z" + description: GitLab Runner + digest: 829b35c9fff8d78477354d5cc5b130c41ea586348ea256e84d17b7ce936fbf08 + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab-runner + sources: + - https://hub.docker.com/r/gitlab/gitlab-runner/ + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.19.0-rc1.tgz + version: 0.19.0-rc1 + - apiVersion: v1 + appVersion: 13.1.3 + created: "2020-09-07T05:43:44.518458971Z" + description: GitLab Runner + digest: f608c22bbef1669bcc7951648c314d64eb05165ba4b38cedcdb7234d7b1d020b + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab-runner + sources: + - https://hub.docker.com/r/gitlab/gitlab-runner/ + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.18.3.tgz + version: 0.18.3 + - apiVersion: v1 + appVersion: 13.1.2 + created: "2020-08-06T06:29:32.366184583Z" + description: GitLab Runner + digest: 4c51e9ef0fc48e3cebd9a36a93ca9013b58e82c2266ab82a80a3a71a1e0b1f28 + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab-runner + sources: + - https://hub.docker.com/r/gitlab/gitlab-runner/ + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.18.2.tgz + version: 0.18.2 + - apiVersion: v1 + appVersion: 13.1.1 + created: "2020-07-01T14:57:49.007103533Z" + description: GitLab Runner + digest: 24d558b8763217f73b4daad0b1272bc2312153a392a72dda2d6a6a37cf75cc33 + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab-runner + sources: + - https://hub.docker.com/r/gitlab/gitlab-runner/ + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.18.1.tgz + version: 0.18.1 + - apiVersion: v1 + appVersion: 13.1.0 + created: "2020-06-19T20:41:32.390330003Z" + description: GitLab Runner + digest: 83c1617b66fa3be00614817360ad2a7fe23f0fc0de2c782f94f134db447d5ef2 + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab-runner + sources: + - https://hub.docker.com/r/gitlab/gitlab-runner/ + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.18.0.tgz + version: 0.18.0 + - apiVersion: v1 + appVersion: 13.1.0-rc1 + created: "2020-06-12T17:19:08.94037616Z" + description: GitLab Runner + digest: d7cdb3ebcf4697c25ce4829fae5e7b0397727681725aa4173a6d15a3a0c2aee6 + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab-runner + sources: + - https://hub.docker.com/r/gitlab/gitlab-runner/ + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.18.0-rc1.tgz + version: 0.18.0-rc1 + - apiVersion: v1 + appVersion: 13.0.2 + created: "2020-08-06T06:31:23.485739608Z" + description: GitLab Runner + digest: f80a291bda210529f86d8e785ac3c614b7cbcc0dc81cb64bdd09b3a7723f26d9 + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab-runner + sources: + - https://hub.docker.com/r/gitlab/gitlab-runner/ + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.17.2.tgz + version: 0.17.2 + - apiVersion: v1 + appVersion: 13.0.1 + created: "2020-06-01T11:37:14.02396624Z" + description: GitLab Runner + digest: 5fd56e4161ce6d520cc14c313cc7c570763ce67e286e84579a6c1b9fda9a01bf + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab-runner + sources: + - https://hub.docker.com/r/gitlab/gitlab-runner/ + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.17.1.tgz + version: 0.17.1 + - apiVersion: v1 + appVersion: 13.0.0 + created: "2020-05-20T08:35:43.182893239Z" + description: GitLab Runner + digest: 47703b07b6d9c8ee115aa43c3cb1d92901329493ba2680ca7d3e63dd61159bc3 + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab-runner + sources: + - https://hub.docker.com/r/gitlab/gitlab-runner/ + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.17.0.tgz + version: 0.17.0 + - apiVersion: v1 + appVersion: 13.0.0-rc3 + created: "2020-05-20T07:28:58.984709871Z" + description: GitLab Runner + digest: 7ba2d48f0b9b1e6e66194e866496dc79bebfe5aa8bd60987417d7a7427d35295 + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab-runner + sources: + - https://hub.docker.com/r/gitlab/gitlab-runner/ + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.17.0-rc3.tgz + version: 0.17.0-rc3 + - apiVersion: v1 + appVersion: 13.0.0-rc2 + created: "2020-05-15T15:34:49.6619415Z" + description: GitLab Runner + digest: 1a4dbc3ac58c921a0e7a2a778aeab0d732beb989d2fa202a14e8904549e2d45d + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab-runner + sources: + - https://hub.docker.com/r/gitlab/gitlab-runner/ + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.17.0-rc2.tgz + version: 0.17.0-rc2 + - apiVersion: v1 + appVersion: 13.0.0-rc1 + created: "2020-05-12T12:07:13.221524246Z" + description: GitLab Runner + digest: a24e7b3e3fc8422005d4e741ecad99490b54ca4c6fc2021425ab22175512a545 + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab-runner + sources: + - https://hub.docker.com/r/gitlab/gitlab-runner/ + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.17.0-rc1.tgz + version: 0.17.0-rc1 + - apiVersion: v1 + appVersion: 12.10.3 + created: "2020-06-01T11:42:05.303826333Z" + description: GitLab Runner + digest: 82ea4e342d6b2dce5c884a28bf4afd92ae39574d2ed333af560c4c5b5a5fb04a + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab-runner + sources: + - https://hub.docker.com/r/gitlab/gitlab-runner/ + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.16.2.tgz + version: 0.16.2 + - apiVersion: v1 + appVersion: 12.10.2 + created: "2020-05-07T23:48:58.85027266Z" + description: GitLab Runner + digest: c840020cb8b7befa5e0752f50bf1eeabcf8c491e35ab983a7ab1a0c1d95bbb5a + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab-runner + sources: + - https://hub.docker.com/r/gitlab/gitlab-runner/ + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.16.1.tgz + version: 0.16.1 + - apiVersion: v1 + appVersion: 12.10.1 + created: "2020-04-22T21:59:11.818312246Z" + description: GitLab Runner + digest: 697c4bcf447c463daef55653be6a466eb61400f2fe6c69b3f266af477455d691 + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab-runner + sources: + - https://hub.docker.com/r/gitlab/gitlab-runner/ + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.16.0.tgz + version: 0.16.0 + - apiVersion: v1 + appVersion: 12.10.0-rc2 + created: "2020-04-20T22:20:23.626718494Z" + description: GitLab Runner + digest: 285cd2101a3a4fb8274b326c10b10c82659559d9752fbea00f7b3f3b48afc751 + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab-runner + sources: + - https://hub.docker.com/r/gitlab/gitlab-runner/ + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.16.0-rc2.tgz + version: 0.16.0-rc2 + - apiVersion: v1 + appVersion: 12.10.0-rc1 + created: "2020-04-14T12:29:50.090340602Z" + description: GitLab Runner + digest: eef40e25c6e16dafb04b6799e3568754ee707b9ec2294f00077a6a6686f07844 + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab-runner + sources: + - https://hub.docker.com/r/gitlab/gitlab-runner/ + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.16.0-rc1.tgz + version: 0.16.0-rc1 + - apiVersion: v1 + appVersion: 12.9.1 + created: "2020-06-01T16:08:55.960913774Z" + description: GitLab Runner + digest: bf5a28b3f9b6f75886a759efa3896ad35b94b0ef85fc3ecb16cedf86fe05c577 + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab-runner + sources: + - https://hub.docker.com/r/gitlab/gitlab-runner/ + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.15.1.tgz + version: 0.15.1 + - apiVersion: v1 + appVersion: 12.9.0 + created: "2020-03-20T12:28:31.936897267Z" + description: GitLab Runner + digest: 8624e840732c66db6d929660388f4b69db73bdead15d97e2b1522893b0e5df51 + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab-runner + sources: + - https://hub.docker.com/r/gitlab/gitlab-runner/ + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.15.0.tgz + version: 0.15.0 + - apiVersion: v1 + appVersion: 12.9.0-rc3 + created: "2020-03-18T19:37:06.287703861Z" + description: GitLab Runner + digest: 62480571b55bf45fffd30771f80f07ff20deab8de2bca3a915b1ebe60cde5f3c + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab-runner + sources: + - https://hub.docker.com/r/gitlab/gitlab-runner/ + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.15.0-rc3.tgz + version: 0.15.0-rc3 + - apiVersion: v1 + appVersion: 12.9.0-rc2 + created: "2020-03-18T16:22:00.986892738Z" + description: GitLab Runner + digest: 3a1c0b9c68af80ccaa0ce2a239c98d502bfe93527e122298c63d6c974c77c5ae + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab-runner + sources: + - https://hub.docker.com/r/gitlab/gitlab-runner/ + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.15.0-rc2.tgz + version: 0.15.0-rc2 + - apiVersion: v1 + appVersion: 12.9.0-rc1 + created: "2020-03-10T15:03:18.758778268Z" + description: GitLab Runner + digest: e0468789fba4e59a017a7817457563f760f6b1871ade1893f0514cc454ce1bfc + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab-runner + sources: + - https://hub.docker.com/r/gitlab/gitlab-runner/ + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.15.0-rc1.tgz + version: 0.15.0-rc1 + - apiVersion: v1 + appVersion: 12.8.0 + created: "2020-02-22T02:15:38.791451471Z" + description: GitLab Runner + digest: 37e68193a4c958e08d261d59d2150e2021a66d38f70c7450f73b33436f0b24aa + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab-runner + sources: + - https://hub.docker.com/r/gitlab/gitlab-runner/ + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.14.0.tgz + version: 0.14.0 + - apiVersion: v1 + appVersion: 12.8.0-rc1 + created: "2020-02-14T15:26:05.795183026Z" + description: GitLab Runner + digest: 8a1db7edea720444886dd389b74df2e0ca753166bf0ff93f354fd5c93bf9be30 + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab-runner + sources: + - https://hub.docker.com/r/gitlab/gitlab-runner/ + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.14.0-rc1.tgz + version: 0.14.0-rc1 + - apiVersion: v1 + appVersion: 12.7.1 + created: "2020-01-23T09:38:28.988624733Z" + description: GitLab Runner + digest: ea56655ebf7ab9b96c239a3ed45a08216607431b906b3000baaaa0a11b66fce0 + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab-runner + sources: + - https://hub.docker.com/r/gitlab/gitlab-runner/ + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.13.1.tgz + version: 0.13.1 + - apiVersion: v1 + appVersion: 12.7.0 + created: "2020-01-20T08:51:21.756032795Z" + description: GitLab Runner + digest: 46acdd9fa9e48ed76b17d254834938237de7ef0c15ff51304487231beb953fc2 + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab-runner + sources: + - https://hub.docker.com/r/gitlab/gitlab-runner/ + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.13.0.tgz + version: 0.13.0 + - apiVersion: v1 + appVersion: 12.7.0-rc1 + created: "2020-01-08T13:59:46.471902738Z" + description: GitLab Runner + digest: d33c7d41bcc6f771eade0587089895d7184e10cb367e1afa605f39e28e9ef112 + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab-runner + sources: + - https://hub.docker.com/r/gitlab/gitlab-runner/ + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.13.0-rc1.tgz + version: 0.13.0-rc1 + - apiVersion: v1 + appVersion: 12.6.0 + created: "2019-12-22T11:14:30.915729423Z" + description: GitLab Runner + digest: 62723672f1e3f0144e05b62a49cd7455883424fcc238876705ed4607a924576c + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab-runner + sources: + - https://hub.docker.com/r/gitlab/gitlab-runner/ + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.12.0.tgz + version: 0.12.0 + - apiVersion: v1 + appVersion: 12.6.0-rc1 + created: "2019-12-11T15:12:24.848041567Z" + description: GitLab Runner + digest: d5b1d336644703ceda9636b84733aaf68cf37d3a573a7af73fe6723b562090dc + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab-runner + sources: + - https://hub.docker.com/r/gitlab/gitlab-runner/ + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.12.0-rc1.tgz + version: 0.12.0-rc1 + - apiVersion: v1 + appVersion: 12.5.0 + created: "2019-11-20T13:28:47.086238549Z" + description: GitLab Runner + digest: bae26a984c0eb9431f2f89e434a84349bac26d946b01ea5175e603b3812df269 + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab-runner + sources: + - https://hub.docker.com/r/gitlab/gitlab-runner/ + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.11.0.tgz + version: 0.11.0 + - apiVersion: v1 + appVersion: 12.5.0-rc1 + created: "2019-11-08T09:56:30.266578775Z" + description: GitLab Runner + digest: e4bd1450a3871d03735948efd3a239229542ac28c0bbe6ec1d633deaf8dc01ea + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab-runner + sources: + - https://hub.docker.com/r/gitlab/gitlab-runner/ + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.11.0-rc1.tgz + version: 0.11.0-rc1 + - apiVersion: v1 + appVersion: 12.4.1 + created: "2019-10-28T14:05:11.282070836Z" + description: GitLab Runner + digest: 5de0294749ad8569d57428e6840f987eaa396df7eef73f9934e470bf4e970cca + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab-runner + sources: + - https://hub.docker.com/r/gitlab/gitlab-runner/ + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.10.1.tgz + version: 0.10.1 + - apiVersion: v1 + appVersion: 12.4.0 + created: "2019-10-21T13:50:09.60992967Z" + description: GitLab Runner + digest: bcf3c551edf47e23c6b2b0abe993e702126d94eb45955b4e0795f90c56defe34 + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab-runner + sources: + - https://hub.docker.com/r/gitlab/gitlab-runner/ + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.10.0.tgz + version: 0.10.0 + - apiVersion: v1 + appVersion: 12.4.0-rc2 + created: "2019-10-19T09:59:41.528539705Z" + description: GitLab Runner + digest: c1d7b6f67b77f2645c18af8e169f71e6524f473757d937bd506a9102ebaf0409 + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab-runner + sources: + - https://hub.docker.com/r/gitlab/gitlab-runner/ + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.10.0-rc2.tgz + version: 0.10.0-rc2 + - apiVersion: v1 + appVersion: 12.4.0-rc1 + created: "2019-10-09T13:15:13.886518647Z" + description: GitLab Runner + digest: c1d5e88c66d2dc77395d744891de662c891f35251485a312ff17a4fada5e6afe + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab-runner + sources: + - https://hub.docker.com/r/gitlab/gitlab-runner/ + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.10.0-rc1.tgz + version: 0.10.0-rc1 + - apiVersion: v1 + appVersion: 12.3.0 + created: "2019-10-04T11:45:30.179027408Z" + description: GitLab Runner + digest: 7f4c1859b83e466967ac34ed6bac9ea412120e5a5a2641c4236dbf30856317a5 + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab-runner + sources: + - https://hub.docker.com/r/gitlab/gitlab-runner/ + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.9.1.tgz + version: 0.9.1 + - apiVersion: v1 + appVersion: 12.3.0 + created: "2019-09-20T07:04:13.949527612Z" + description: GitLab Runner + digest: 8c8e1da35eeab6403cd546be46d09dacd1d4b523d3d7d009bff1e1e02e0844bb + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab-runner + sources: + - https://hub.docker.com/r/gitlab/gitlab-runner/ + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.9.0.tgz + version: 0.9.0 + - apiVersion: v1 + appVersion: 12.3.0-rc2 + created: "2019-09-19T09:25:29.490400814Z" + description: GitLab Runner + digest: a2e49adf5efbb054bb4fac9c5a46ea3981cf98a7d0f0e85e11a8c910a9828113 + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: gitlab-runner + sources: + - https://hub.docker.com/r/gitlab/gitlab-runner/ + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.9.0-rc3.tgz + version: 0.9.0-rc3 + - apiVersion: v1 + appVersion: 12.2.0 + created: "2019-08-22T14:15:52.408245896Z" + description: GitLab Runner + digest: e585d0a183c6da6d4f3fcde4314ff834ba087307eb41feee644508376f0c594b + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + - email: dj@gitlab.com + name: DJ Mountney + name: gitlab-runner + sources: + - https://hub.docker.com/r/gitlab/gitlab-runner/ + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.8.0.tgz + version: 0.8.0 + - apiVersion: v1 + appVersion: 12.1.0 + created: "2019-07-22T07:18:53.537117379Z" + description: GitLab Runner + digest: f95937b3e25fbdfa47cd610117f081b6d55a5657bdd95ff3e957c74b1eb386ad + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + - email: dj@gitlab.com + name: DJ Mountney + name: gitlab-runner + sources: + - https://hub.docker.com/r/gitlab/gitlab-runner/ + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.7.0.tgz + version: 0.7.0 + - apiVersion: v1 + appVersion: 12.1.0-rc2 + created: "2019-07-15T13:22:55.440137798Z" + description: GitLab Runner + digest: f93c5569bd7ddd53d876e165b43961a1f9d83198c474a39fd4afeaf73e0658d1 + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + - email: dj@gitlab.com + name: DJ Mountney + name: gitlab-runner + sources: + - https://hub.docker.com/r/gitlab/gitlab-runner/ + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.7.0-rc2.tgz + version: 0.7.0-rc2 + - apiVersion: v1 + appVersion: 12.1.0-rc1 + created: "2019-07-09T15:04:10.307626664Z" + description: GitLab Runner + digest: 40cab97a601a3dcbf19318f478905c2a2e03db739fb0dba462cd5eebc7f46be3 + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + - email: dj@gitlab.com + name: DJ Mountney + name: gitlab-runner + sources: + - https://hub.docker.com/r/gitlab/gitlab-runner/ + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.7.0-rc1.tgz + version: 0.7.0-rc1 + - apiVersion: v1 + appVersion: 12.0.1 + created: "2019-07-03T08:38:01.214608622Z" + description: GitLab Runner + digest: c05c446244491f6768d976021cd928b57960acc63a50c1d0b06d2d9e4092e42f + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + - email: dj@gitlab.com + name: DJ Mountney + name: gitlab-runner + sources: + - https://hub.docker.com/r/gitlab/gitlab-runner/ + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.6.1.tgz + version: 0.6.1 + - apiVersion: v1 + appVersion: 12.0.0 + created: "2019-06-24T11:28:59.547787832Z" + description: GitLab Runner + digest: 4d35113f7d297f82cf10106f7ab65c36c6195eca13290d394a67c24a65a4ae01 + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + - email: dj@gitlab.com + name: DJ Mountney + name: gitlab-runner + sources: + - https://hub.docker.com/r/gitlab/gitlab-runner/ + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.6.0.tgz + version: 0.6.0 + - apiVersion: v1 + appVersion: 12.0.0-rc1 + created: "2019-06-12T09:14:42.429219772Z" + description: GitLab Runner + digest: 70b2c819c024eed97e5e136cb23f462dded67266e47135a0a6328a912a887cb2 + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + - email: dj@gitlab.com + name: DJ Mountney + name: gitlab-runner + sources: + - https://hub.docker.com/r/gitlab/gitlab-runner/ + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.6.0-rc1.tgz + version: 0.6.0-rc1 + - apiVersion: v1 + appVersion: 11.11.2 + created: "2019-06-03T11:56:03.974570008Z" + description: GitLab Runner + digest: 4b8a010e90b8929096b14ab3ae98ef09544232e744965aa46a3caa9bd76b6bf3 + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + - email: dj@gitlab.com + name: DJ Mountney + name: gitlab-runner + sources: + - https://hub.docker.com/r/gitlab/gitlab-runner/ + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.5.2.tgz + version: 0.5.2 + - apiVersion: v1 + appVersion: 11.11.1 + created: "2019-05-24T15:33:55.005700521Z" + description: GitLab Runner + digest: 2b5af668f7e426bc078d5a01a92b85adf77bc30cba954ea66df41423cd81c6c9 + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + - email: dj@gitlab.com + name: DJ Mountney + name: gitlab-runner + sources: + - https://hub.docker.com/r/gitlab/gitlab-runner/ + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.5.1.tgz + version: 0.5.1 + - apiVersion: v1 + appVersion: 11.11.0 + created: "2019-05-21T14:59:25.552500848Z" + description: GitLab Runner + digest: 3a0525672455dd877c2ed432833f20f4cbe530b5d5061edb62bd557b5422e173 + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + - email: dj@gitlab.com + name: DJ Mountney + name: gitlab-runner + sources: + - https://hub.docker.com/r/gitlab/gitlab-runner/ + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.5.0.tgz + version: 0.5.0 + - apiVersion: v1 + appVersion: 11.11.0-rc3 + created: "2019-05-12T15:23:33.89376944Z" + description: GitLab Runner + digest: 8106571eae7f7abd12599d191e82b04966d84029d23c2d13f15a68b1bdbb4d71 + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + - email: dj@gitlab.com + name: DJ Mountney + name: gitlab-runner + sources: + - https://hub.docker.com/r/gitlab/gitlab-runner/ + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.5.0-rc3.tgz + version: 0.5.0-rc3 + - apiVersion: v1 + appVersion: 11.11.0-rc2 + created: "2019-05-06T12:29:37.988302945Z" + description: GitLab Runner + digest: 6e84652b575bae8bbc20252ca55ca230c4417e1c343b4c49991a655e59b6652c + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + - email: dj@gitlab.com + name: DJ Mountney + name: gitlab-runner + sources: + - https://hub.docker.com/r/gitlab/gitlab-runner/ + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.5.0-rc2.tgz + version: 0.5.0-rc2 + - apiVersion: v1 + appVersion: 11.11.0-rc1 + created: "2019-05-06T11:24:19.799703978Z" + description: GitLab Runner + digest: c1ba7a189bfffcb06a7ff6c7b125a67ee174b3db5a6bbda35178ed4b70f00764 + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + - email: dj@gitlab.com + name: DJ Mountney + name: gitlab-runner + sources: + - https://hub.docker.com/r/gitlab/gitlab-runner/ + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.5.0-rc1.tgz + version: 0.5.0-rc1 + - apiVersion: v1 + appVersion: 11.10.1 + created: "2019-04-24T11:16:40.47633319Z" + description: GitLab Runner + digest: 665a23dc594655eba49afc747ef252c5c5ef3d3588b0dd78ac0f493c80ed79ab + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + - email: dj@gitlab.com + name: DJ Mountney + name: gitlab-runner + sources: + - https://hub.docker.com/r/gitlab/gitlab-runner/ + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.4.1.tgz + version: 0.4.1 + - apiVersion: v1 + appVersion: 11.10.0 + created: "2019-04-19T09:32:53.533371967Z" + description: GitLab Runner + digest: 668d0ba6cb7a928f863304ef293d935e413ce28127549d640b0e1f9d43eec2d0 + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + - email: dj@gitlab.com + name: DJ Mountney + name: gitlab-runner + sources: + - https://hub.docker.com/r/gitlab/gitlab-runner/ + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.4.0.tgz + version: 0.4.0 + - apiVersion: v1 + appVersion: 11.10.0-rc2 + created: "2019-04-10T11:51:43.95825748Z" + description: GitLab Runner + digest: 091a283a88a6633d4ca4ba3a6d2967b52e59c3b3f0852e94e5f89a34c2a9bee3 + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + - email: dj@gitlab.com + name: DJ Mountney + name: gitlab-runner + sources: + - https://hub.docker.com/r/gitlab/gitlab-runner/ + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.4.0-rc2.tgz + version: 0.4.0-rc2 + - apiVersion: v1 + appVersion: 11.10.0-rc1 + created: "2019-04-10T08:55:33.190914957Z" + description: GitLab Runner + digest: ffab574fe85dac8211525f7712d1d9475db72bbbec08f7be3ba76105800eb5a6 + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + - email: dj@gitlab.com + name: DJ Mountney + name: gitlab-runner + sources: + - https://hub.docker.com/r/gitlab/gitlab-runner/ + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.4.0-rc1.tgz + version: 0.4.0-rc1 + - apiVersion: v1 + appVersion: 11.9.0 + created: "2019-03-22T09:59:43.7851306Z" + description: GitLab Runner + digest: f04aacdbafb9f79adf76cbf4b964493ceaa333de67511052a3776815221939c2 + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + - email: dj@gitlab.com + name: DJ Mountney + name: gitlab-runner + sources: + - https://hub.docker.com/r/gitlab/gitlab-runner/ + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.3.0.tgz + version: 0.3.0 + - apiVersion: v1 + appVersion: 11.9.0-rc2 + created: "2019-03-14T14:06:10.72548963Z" + description: GitLab Runner + digest: a46f0e0b39e58a80ea51206765f5b28e3a9cf20c0e5d587ecd58f9c2407c999f + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + - email: dj@gitlab.com + name: DJ Mountney + name: gitlab-runner + sources: + - https://hub.docker.com/r/gitlab/gitlab-runner/ + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.3.0-rc2.tgz + version: 0.3.0-rc2 + - apiVersion: v1 + appVersion: 11.9.0-rc1 + created: "2019-03-08T13:14:41.590980375Z" + description: GitLab Runner + digest: 7e0a29e3b4548a6bf6117dc98a9ed153892f8fc8601ebbe7d43335604e42f776 + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + - email: dj@gitlab.com + name: DJ Mountney + name: gitlab-runner + sources: + - https://hub.docker.com/r/gitlab/gitlab-runner/ + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.3.0-rc1.tgz + version: 0.3.0-rc1 + - apiVersion: v1 + appVersion: 11.8.0 + created: "2019-02-22T12:16:44.548811135Z" + description: GitLab Runner + digest: 4de575cbd300422ded02f1a5aec38369726ed6c3cc21dd1b8fc87a1d7205cb54 + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + - email: dj@gitlab.com + name: DJ Mountney + name: gitlab-runner + sources: + - https://hub.docker.com/r/gitlab/gitlab-runner/ + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.2.0.tgz + version: 0.2.0 + - apiVersion: v1 + appVersion: 11.8.0-rc1 + created: "2019-02-11T16:34:32.497691858Z" + description: GitLab Runner + digest: ef05f05cc89c22d6a410b2bb3afc42151c9a78a30db8ed1f8a0e675bd7771e65 + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + - email: dj@gitlab.com + name: DJ Mountney + name: gitlab-runner + sources: + - https://hub.docker.com/r/gitlab/gitlab-runner/ + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.2.0-rc1.tgz + version: 0.2.0-rc1 + - apiVersion: v1 + appVersion: 11.7.0 + created: "2019-01-22T11:23:02.60550906Z" + description: GitLab Runner + digest: 04eb1597a7f2d67e88112ece1651e4ee63444335c5a05fd5aedcd0d5bb9611e2 + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + - email: dj@gitlab.com + name: DJ Mountney + name: gitlab-runner + sources: + - https://hub.docker.com/r/gitlab/gitlab-runner/ + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.1.45.tgz + version: 0.1.45 + - apiVersion: v1 + appVersion: 11.7.0-rc1 + created: "2019-01-08T17:56:39.975970979Z" + description: GitLab Runner + digest: 7b9fa2d93161a2223eb8e535d5c2dbadec684f39f810a5232c4c616016315167 + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + - email: dj@gitlab.com + name: DJ Mountney + name: gitlab-runner + sources: + - https://hub.docker.com/r/gitlab/gitlab-runner/ + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.1.45-rc1.tgz + version: 0.1.45-rc1 + - apiVersion: v1 + created: "2019-01-03T17:58:04.284018623Z" + description: GitLab Runner + digest: 4e4e067fcf2b1e663750ae35c1f9a5426211cf3b31589cb9f78bd6590b50c624 + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + - email: dj@gitlab.com + name: DJ Mountney + name: gitlab-runner + sources: + - https://hub.docker.com/r/gitlab/gitlab-runner/ + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.1.44.tgz + version: 0.1.44 + - apiVersion: v1 + created: "2019-01-03T15:53:09.683729517Z" + description: GitLab Runner + digest: 5957ca19c5e9fe7057246473b4c34cd879b8858bf71883c9156e89de0e800977 + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + - email: dj@gitlab.com + name: DJ Mountney + name: gitlab-runner + sources: + - https://hub.docker.com/r/gitlab/gitlab-runner/ + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.1.43.tgz + version: 0.1.43 + - apiVersion: v1 + created: "2018-12-22T16:08:38.044570029Z" + description: GitLab Runner + digest: f4f045928bc771e3b175cd06238111fc404470248e52e8440042db4e3a4685e6 + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + - email: dj@gitlab.com + name: DJ Mountney + name: gitlab-runner + sources: + - https://hub.docker.com/r/gitlab/gitlab-runner/ + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.1.42.tgz + version: 0.1.42 + - apiVersion: v1 + created: "2018-12-12T18:15:01.070420044Z" + description: GitLab Runner + digest: b019251e8c858ff22866802518c53b8e227033bab96fc7a24e5b8477b8492cdf + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + - email: dj@gitlab.com + name: DJ Mountney + name: gitlab-runner + sources: + - https://hub.docker.com/r/gitlab/gitlab-runner/ + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.1.41.tgz + version: 0.1.41 + - apiVersion: v1 + created: "2018-12-11T10:27:47.496513047Z" + description: GitLab Runner + digest: f9ae7843bc8ddf73afab3d06f3d3a58fd53b5f6bb5bab08febb606dca9135829 + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + - email: dj@gitlab.com + name: DJ Mountney + name: gitlab-runner + sources: + - https://hub.docker.com/r/gitlab/gitlab-runner/ + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.1.40.tgz + version: 0.1.40 + - apiVersion: v1 + created: "2018-12-06T22:07:03.015382973Z" + description: GitLab Runner + digest: 83e6f57ea54abae67f70621a1dc443ecaf4eb961a55255b1d1af10db70a353ff + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + - email: dj@gitlab.com + name: DJ Mountney + name: gitlab-runner + sources: + - https://hub.docker.com/r/gitlab/gitlab-runner/ + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.1.39.tgz + version: 0.1.39 + - apiVersion: v1 + created: "2018-12-06T03:55:30.474382583Z" + description: GitLab Runner + digest: 2c240bed1669f46bf934097e67c796bd955fd9f8adaed6c162e8ca4fb17d190e + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + - email: dj@gitlab.com + name: DJ Mountney + name: gitlab-runner + sources: + - https://hub.docker.com/r/gitlab/gitlab-runner/ + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.1.38.tgz + version: 0.1.38 + - apiVersion: v1 + created: "2018-11-21T11:47:11.876479545Z" + description: GitLab Runner + digest: 205255df0ff8bf6547f91aaf4a16e91b3e05e0ef7ec3fe8de1ba89ba3c58745d + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + - email: dj@gitlab.com + name: DJ Mountney + name: gitlab-runner + sources: + - https://hub.docker.com/r/gitlab/gitlab-runner/ + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.1.37.tgz + version: 0.1.37 + - apiVersion: v1 + created: "2018-10-29T15:47:47.617120562Z" + description: GitLab Runner + digest: 735b1feac7e50617848576acae0dc76e3d8c8bf609626bb13d2f16bc3f338c5f + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + - email: dj@gitlab.com + name: DJ Mountney + name: gitlab-runner + sources: + - https://hub.docker.com/r/gitlab/gitlab-runner/ + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.1.36.tgz + version: 0.1.36 + - apiVersion: v1 + created: "2018-10-22T17:16:30.544605069Z" + description: GitLab Runner + digest: 39284f99c6269c8968992ebc59a55a3b257ef196e5720384545ebf7d4701f7fd + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + - email: dj@gitlab.com + name: DJ Mountney + name: gitlab-runner + sources: + - https://hub.docker.com/r/gitlab/gitlab-runner/ + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.1.35.tgz + version: 0.1.35 + - apiVersion: v1 + created: "2018-10-19T14:53:32.984061996Z" + description: GitLab Runner + digest: 7999a45077d63efac761f1d2816f982cabc925bca0d4b2b1746666f13514646d + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + - email: dj@gitlab.com + name: DJ Mountney + name: gitlab-runner + sources: + - https://hub.docker.com/r/gitlab/gitlab-runner/ + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.1.34.tgz + version: 0.1.34 + - apiVersion: v1 + created: "2018-09-21T14:51:23.645603872Z" + description: GitLab Runner + digest: 8f2c05cd77ca2877e44e43073a3a9f265bed41bee545d3a8c164af7ca0b52109 + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + - email: dj@gitlab.com + name: DJ Mountney + name: gitlab-runner + sources: + - https://hub.docker.com/r/gitlab/gitlab-runner/ + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.1.33.tgz + version: 0.1.33 + - apiVersion: v1 + created: "2018-08-15T23:09:53.132729691Z" + description: GitLab Runner + digest: 1b55c5e84feb05a607b08ab37e1587d13c70129c478ec8c8d276b554381fa200 + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + - email: dj@gitlab.com + name: DJ Mountney + name: gitlab-runner + sources: + - https://hub.docker.com/r/gitlab/gitlab-runner/ + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.1.32.tgz + version: 0.1.32 + - apiVersion: v1 + created: "2018-08-03T17:12:37.553438541Z" + description: GitLab Runner + digest: 587b9bd944f2e1472bc2f524f5f32cba75ce7f4eadc23b9d894a7d7958a4dbf8 + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + - email: dj@gitlab.com + name: DJ Mountney + name: gitlab-runner + sources: + - https://hub.docker.com/r/gitlab/gitlab-runner/ + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.1.31.tgz + version: 0.1.31 + - apiVersion: v1 + created: "2018-07-17T22:42:46.982885817Z" + description: GitLab Runner + digest: f6e61083b95c8c7516db247b13b27c26c173cb4f1750993d2762382a2a097e88 + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + - email: dj@gitlab.com + name: DJ Mountney + name: gitlab-runner + sources: + - https://hub.docker.com/r/gitlab/gitlab-runner/ + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.1.30.tgz + version: 0.1.30 + - apiVersion: v1 + created: "2018-06-28T16:59:06.098150093Z" + description: GitLab Runner + digest: 6570b23b989691e2afa2a8f7f69f83cd2217d035aeb7e29e13f2f23e9a5c8e6c + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + - email: dj@gitlab.com + name: DJ Mountney + name: gitlab-runner + sources: + - https://hub.docker.com/r/gitlab/gitlab-runner/ + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.1.29.tgz + version: 0.1.29 + - apiVersion: v1 + created: "2018-06-28T14:24:25.652226718Z" + description: GitLab Runner + digest: d922b6638ae0e488d37e8a4249d2f3b4ec6a2ed4679a790c3f4e0f59be1d154b + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + - email: dj@gitlab.com + name: DJ Mountney + name: gitlab-runner + sources: + - https://hub.docker.com/r/gitlab/gitlab-runner/ + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.1.28.tgz + version: 0.1.28 + - apiVersion: v1 + created: "2018-06-22T14:48:20.481416907Z" + description: GitLab Runner + digest: c07f4e7639f42f38e740d6767588b1c7f6026d4e633f853198bcbc802f6ea4c2 + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + - email: dj@gitlab.com + name: DJ Mountney + name: gitlab-runner + sources: + - https://hub.docker.com/r/gitlab/gitlab-runner/ + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.1.27.tgz + version: 0.1.27 + - apiVersion: v1 + created: "2018-06-21T18:17:07.23124749Z" + description: GitLab Runner + digest: 9fece10fc68fadb5432eb81d0d3bd8af2cc007671d088a99e542282fb5658e65 + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + - email: dj@gitlab.com + name: DJ Mountney + name: gitlab-runner + sources: + - https://hub.docker.com/r/gitlab/gitlab-runner/ + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.1.26.tgz + version: 0.1.26 + - apiVersion: v1 + created: "2018-06-20T21:19:21.97344802Z" + description: GitLab Runner + digest: bfadd8e276e9c08ba0082b93bd4148829d362816d9697e9d54fd567102c17bea + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + - email: dj@gitlab.com + name: DJ Mountney + name: gitlab-runner + sources: + - https://hub.docker.com/r/gitlab/gitlab-runner/ + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.1.25.tgz + version: 0.1.25 + - apiVersion: v1 + created: "2018-06-18T22:49:12.303531584Z" + description: GitLab Runner + digest: ed28239f6f986863f96c58bbc72caffb6d5970f66e4136b9c614847d31ecc6c3 + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + - email: dj@gitlab.com + name: DJ Mountney + name: gitlab-runner + sources: + - https://hub.docker.com/r/gitlab/gitlab-runner/ + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.1.24.tgz + version: 0.1.24 + - apiVersion: v1 + created: "2018-06-15T22:48:32.992821306Z" + description: GitLab Runner + digest: 034f08a9e6bb733e7e56b3bf2542498da75872d1e373dce70334485829f68d0e + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + - email: dj@gitlab.com + name: DJ Mountney + name: gitlab-runner + sources: + - https://hub.docker.com/r/gitlab/gitlab-runner/ + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.1.23.tgz + version: 0.1.23 + - apiVersion: v1 + created: "2018-06-15T22:35:02.572502983Z" + description: GitLab Runner + digest: c82d3d98a810322bf87edf47934814e6d3f24f26f614acb1d322f6586a96d593 + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + - email: dj@gitlab.com + name: DJ Mountney + name: gitlab-runner + sources: + - https://hub.docker.com/r/gitlab/gitlab-runner/ + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.1.22.tgz + version: 0.1.22 + - apiVersion: v1 + created: "2018-06-14T16:30:13.81292576Z" + description: GitLab Runner + digest: be75401889b81945faa52305bf734117648513f0e7814286ed1a52e2652758a7 + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + - email: dj@gitlab.com + name: DJ Mountney + name: gitlab-runner + sources: + - https://hub.docker.com/r/gitlab/gitlab-runner/ + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.1.21.tgz + version: 0.1.21 + - apiVersion: v1 + created: "2018-06-07T15:22:28.486461965Z" + description: GitLab Runner + digest: d8258443107d13792875f6ae3fdb90cc4fcaabc5f83f3bbf3317143c44493b1f + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + - email: dj@gitlab.com + name: DJ Mountney + name: gitlab-runner + sources: + - https://hub.docker.com/r/gitlab/gitlab-runner/ + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.1.20.tgz + version: 0.1.20 + - apiVersion: v1 + created: "2018-06-06T14:26:15.253296358Z" + description: GitLab Runner + digest: 3bf24c26fc9cc64bb6d860fccba99672e90445dab5ce1d745115042615759b6f + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + - email: dj@gitlab.com + name: DJ Mountney + name: gitlab-runner + sources: + - https://hub.docker.com/r/gitlab/gitlab-runner/ + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.1.19.tgz + version: 0.1.19 + - apiVersion: v1 + created: "2018-05-30T10:35:21.5443457Z" + description: GitLab Runner + digest: 540bf4756d198ae75824e733a3d1740cf37464d9ec33e80f62e0097ad2453e26 + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + - email: dj@gitlab.com + name: DJ Mountney + name: gitlab-runner + sources: + - https://hub.docker.com/r/gitlab/gitlab-runner/ + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.1.18.tgz + version: 0.1.18 + - apiVersion: v1 + created: "2018-05-25T17:47:52.665684883Z" + description: GitLab Runner + digest: 88886a71b1ec6065117bda3341f3c4f0bbe2360fad8a22c6d8a8dbcd3c7db880 + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + - email: dj@gitlab.com + name: DJ Mountney + name: gitlab-runner + sources: + - https://hub.docker.com/r/gitlab/gitlab-runner/ + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.1.17.tgz + version: 0.1.17 + - apiVersion: v1 + created: "2018-05-21T14:12:40.310853577Z" + description: GitLab Runner + digest: 06fd24339ed112b961e79d40f4509efd350c2bb5d3ed66b214ce28f067b07aea + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + - email: dj@gitlab.com + name: DJ Mountney + name: gitlab-runner + sources: + - https://hub.docker.com/r/gitlab/gitlab-runner/ + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.1.16.tgz + version: 0.1.16 + - apiVersion: v1 + created: "2018-05-18T13:13:54.657084419Z" + description: GitLab Runner + digest: 6ac756566fbbfebd7b49f18e61357747c28424eec9ac1a2aa295f475bd0f4e94 + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + - email: dj@gitlab.com + name: DJ Mountney + name: gitlab-runner + sources: + - https://hub.docker.com/r/gitlab/gitlab-runner/ + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.1.15.tgz + version: 0.1.15 + - apiVersion: v1 + created: "2018-05-18T12:12:35.192390219Z" + description: GitLab Runner + digest: 3eb963ee322434e56bb0b9878476a1a734e9b1dce26901a96c1dff8ee16f4e1b + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + - email: dj@gitlab.com + name: DJ Mountney + name: gitlab-runner + sources: + - https://hub.docker.com/r/gitlab/gitlab-runner/ + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.1.14.tgz + version: 0.1.14 + - apiVersion: v1 + created: "2018-05-15T12:09:04.553132449Z" + description: GitLab Runner + digest: 82192920f22fd497b5fe08556a2af6ad41b024950c46f69376003adc9dbd1102 + icon: https://gitlab.com/uploads/-/system/project/avatar/250833/runner_logo.png + keywords: + - git + - ci + - deploy + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + - email: dj@gitlab.com + name: DJ Mountney + name: gitlab-runner + sources: + - https://hub.docker.com/r/gitlab/gitlab-runner/ + - https://docs.gitlab.com/runner/ + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-runner-0.1.13.tgz + version: 0.1.13 + gitlab-zoekt: + - apiVersion: v2 + appVersion: 0.4.0 + created: "2024-01-24T07:57:19.622338762Z" + description: A Helm chart for deploying Zoekt as a search engine for GitLab + digest: 19bde1d500daf83035d1b441bb8bdc8a0eafc232865a6b1a6f3fcf89b098c60d + name: gitlab-zoekt + type: application + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-zoekt-1.0.1.tgz + version: 1.0.1 + - apiVersion: v2 + appVersion: 0.2.0 + created: "2024-01-02T11:41:26.742349806Z" + description: A Helm chart for deploying Zoekt as a search engine for GitLab + digest: 646ee9403ed2feda113a0ab6484ec15909df085ca2f818e558b0cd9116cc6eb0 + name: gitlab-zoekt + type: application + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-zoekt-1.0.0.tgz + version: 1.0.0 + - apiVersion: v2 + appVersion: 0.2.0 + created: "2023-12-08T21:18:25.052419627Z" + description: A Helm chart for deploying Zoekt as a search engine for GitLab + digest: f82ca639b47e976c4b6aca6f37b60e82714389024e154c2271321383aa06ca49 + name: gitlab-zoekt + type: application + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-zoekt-0.9.2.tgz + version: 0.9.2 + - apiVersion: v2 + appVersion: 0.2.0 + created: "2023-11-30T19:10:13.813735223Z" + description: A Helm chart for deploying Zoekt as a search engine for GitLab + digest: b1611359f99693dba15adbaa788742beb96612b4ddf2d990773d2cb677e09599 + name: gitlab-zoekt + type: application + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-zoekt-0.9.1.tgz + version: 0.9.1 + - apiVersion: v2 + appVersion: 0.2.0 + created: "2023-11-29T22:00:19.187079773Z" + description: A Helm chart for deploying Zoekt as a search engine for GitLab + digest: d59d22ac3ce460fc35eba56cc6ba181c365917f15e0589c1474489b4c3121d23 + name: gitlab-zoekt + type: application + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-zoekt-0.9.0.tgz + version: 0.9.0 + - apiVersion: v2 + appVersion: 0.1.1 + created: "2023-11-17T14:32:38.099315268Z" + description: A Helm chart for deploying Zoekt as a search engine for GitLab + digest: b0082fd4627e6823ef92b44aafea4b8e1f8dd1c451b8c862b588c8cc0a5b279e + name: gitlab-zoekt + type: application + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-zoekt-0.8.2.tgz + version: 0.8.2 + - apiVersion: v2 + appVersion: 0.1.1 + created: "2023-11-09T08:08:57.648641237Z" + description: A Helm chart for deploying Zoekt as a search engine for GitLab + digest: 25960b603fc1cd7a8ec58f67ec417e3b8d9c6fb61ffaecf76e803c95f06af391 + name: gitlab-zoekt + type: application + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-zoekt-0.8.1.tgz + version: 0.8.1 + - apiVersion: v2 + appVersion: 0.1.1 + created: "2023-10-26T19:43:23.769254889Z" + description: A Helm chart for deploying Zoekt as a search engine for GitLab + digest: 971a699d69a8699f709803b502e8cbedb5a5f788e5ce83071ea95f4dc7e02865 + name: gitlab-zoekt + type: application + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-zoekt-0.8.0.tgz + version: 0.8.0 + - apiVersion: v2 + appVersion: 0.0.6 + created: "2023-10-20T05:45:37.74038268Z" + description: A Helm chart for deploying Zoekt as a search engine for GitLab + digest: 49fd7deac3ad518428ccb2142cccdd54a3e8b1babf9e1e7fdfce18a7cdd63cd4 + name: gitlab-zoekt + type: application + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-zoekt-0.7.0.tgz + version: 0.7.0 + - apiVersion: v2 + appVersion: 0.0.6 + created: "2023-09-30T05:51:24.595466237Z" + description: A Helm chart for deploying Zoekt as a search engine for GitLab + digest: e493889961694f680823df45e82e83a2d2d57c5820de22b0cb90604494900769 + name: gitlab-zoekt + type: application + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-zoekt-0.6.0.tgz + version: 0.6.0 + - apiVersion: v2 + appVersion: 0.0.6 + created: "2023-09-21T17:11:50.041816589Z" + description: A Helm chart for deploying Zoekt as a search engine for GitLab + digest: 8f6b85237d000922b269b6cc7efe75c2bd34e39302f25e7660bd1d6526a5f620 + name: gitlab-zoekt + type: application + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-zoekt-0.5.11.tgz + version: 0.5.11 + - apiVersion: v2 + appVersion: 0.0.6 + created: "2023-09-21T14:31:14.326549828Z" + description: A Helm chart for deploying Zoekt as a search engine for GitLab + digest: 80cac286e18ffe9a92df834d3ff72a8467f8c0ddd51003db3dd6b5c8fb5fbd7d + name: gitlab-zoekt + type: application + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-zoekt-0.5.10.tgz + version: 0.5.10 + - apiVersion: v2 + appVersion: 0.0.6 + created: "2023-08-22T09:43:46.368148861Z" + description: A Helm chart for deploying Zoekt as a search engine for GitLab + digest: 9dd45e1decf4727389da2be6da0b5495ce9336ed165f507754eaef494ea7f230 + name: gitlab-zoekt + type: application + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-zoekt-0.5.9.tgz + version: 0.5.9 + - apiVersion: v2 + appVersion: 0.0.6 + created: "2023-08-09T15:55:02.361300295Z" + description: A Helm chart for deploying Zoekt as a search engine for GitLab + digest: 7bc4f9002cf1881cc0a6b29d773a2be749b53571f5972b2b42fd768246d9c497 + name: gitlab-zoekt + type: application + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-zoekt-0.5.8.tgz + version: 0.5.8 + - apiVersion: v2 + appVersion: 0.0.5 + created: "2023-08-03T06:45:30.674491871Z" + description: A Helm chart for deploying Zoekt as a search engine for GitLab + digest: d38943cb4fee83646117230a32ba5eb572162180ce2d62353799d95e69e5f08a + name: gitlab-zoekt + type: application + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-zoekt-0.5.7.tgz + version: 0.5.7 + - apiVersion: v2 + appVersion: 0.0.4 + created: "2023-07-28T15:06:53.622214995Z" + description: A Helm chart for deploying Zoekt as a search engine for GitLab + digest: 9feb231acbdc645b6bda197100a036165c7a07a60654c04d68a438e6381b5bf6 + name: gitlab-zoekt + type: application + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-zoekt-0.5.6.tgz + version: 0.5.6 + - apiVersion: v2 + appVersion: 0.0.4 + created: "2023-07-21T00:28:56.172336231Z" + description: A Helm chart for deploying Zoekt as a search engine for GitLab + digest: 60529844d7a829bccb7f856365ae34f3cd1ac6f43b69f715c855c682a56ba19d + name: gitlab-zoekt + type: application + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-zoekt-0.5.5.tgz + version: 0.5.5 + - apiVersion: v2 + appVersion: 0.0.2 + created: "2023-07-07T04:24:26.849930076Z" + description: A Helm chart for deploying Zoekt as a search engine for GitLab + digest: f3b3ac0f2d6b312c6e4f3206856874d089070fd5df31349ff3c00dc5c0a9b25a + name: gitlab-zoekt + type: application + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-zoekt-0.5.4.tgz + version: 0.5.4 + - apiVersion: v2 + appVersion: 0.0.2 + created: "2023-07-05T16:59:35.544472088Z" + description: A Helm chart for deploying Zoekt as a search engine for GitLab + digest: 1c131c7a7cada776944ab56d2186a528be745e49875eeeb3882b521aa6f5a3b6 + name: gitlab-zoekt + type: application + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-zoekt-0.4.3.tgz + version: 0.4.3 + - apiVersion: v2 + appVersion: 0.0.1 + created: "2023-06-28T15:00:40.706248195Z" + description: A Helm chart for deploying Zoekt as a search engine for GitLab + digest: 0431ecfcdd23f3a6376d8ba361793a910a8b40cff131a343db93e48aca6f941e + name: gitlab-zoekt + type: application + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-zoekt-0.4.2.tgz + version: 0.4.2 + - apiVersion: v2 + appVersion: 0.0.1 + created: "2023-06-22T04:04:52.700450851Z" + description: A Helm chart for deploying Zoekt as a search engine for GitLab + digest: 4cd22e6175c256226c6c99465d62bb62a28c4cffa0bcc21b2c458f5b75b0eb0f + name: gitlab-zoekt + type: application + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-zoekt-0.4.1.tgz + version: 0.4.1 + - apiVersion: v2 + appVersion: 0.0.1 + created: "2023-06-13T02:33:09.599318316Z" + description: A Helm chart for deploying Zoekt as a search engine for GitLab + digest: 833267bbdb72a3e8ee78c3a768d4a32fa2fcf6cf48512ac6a16e1a26e4286e66 + name: gitlab-zoekt + type: application + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-zoekt-0.4.0.tgz + version: 0.4.0 + - apiVersion: v2 + appVersion: 0.0.1 + created: "2023-04-14T00:39:00.099991117Z" + description: A Helm chart for deploying Zoekt as a search engine for GitLab + digest: a0c1369d109c4123f0abc202677198bdd6a4db204568364d5d7784884c632c3c + name: gitlab-zoekt + type: application + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-zoekt-0.3.0.tgz + version: 0.3.0 + - apiVersion: v2 + appVersion: 0.0.1 + created: "2023-03-23T02:15:32.232141295Z" + description: A Helm chart for deploying Zoekt as a search engine for GitLab + digest: c8bbbd0c3bde84257688ab97b8ce58d063aede9629f0801400a39bf0676414c7 + name: gitlab-zoekt + type: application + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-zoekt-0.2.0.tgz + version: 0.2.0 + - apiVersion: v2 + appVersion: 0.0.1 + created: "2023-03-10T03:44:28.378163434Z" + description: A Helm chart for deploying Zoekt as a search engine for GitLab + digest: 7014aa8dfa55798c7cda687614d8f8e4121a30804a3f00c096ceeaa3eeb4ccd4 + name: gitlab-zoekt + type: application + urls: + - https://gitlab-charts.s3.amazonaws.com/gitlab-zoekt-0.1.0.tgz + version: 0.1.0 + knative: + - apiVersion: v1 + appVersion: 0.9.0 + created: "2020-12-10T21:40:42.01126503Z" + description: A Helm chart for Knative + digest: 12655009ff7fd591a16a3589005f1063d9eec1cc5ecf27e1f48d859e62486b10 + icon: https://raw.githubusercontent.com/knative/website/master/assets/icons/logo.svg + name: knative + urls: + - https://gitlab-charts.s3.amazonaws.com/knative-0.10.0.tgz + version: 0.10.0 + - apiVersion: v1 + appVersion: 0.9.0 + created: "2020-03-27T18:59:47.973429511Z" + description: A Helm chart for Knative + digest: 3652ccc19775b0158d45fe8df7de8f11f217a6d9df834e01ccd957f93e1b419d + icon: https://raw.githubusercontent.com/knative/website/master/assets/icons/logo.svg + name: knative + urls: + - https://gitlab-charts.s3.amazonaws.com/knative-0.9.0.tgz + version: 0.9.0 + kubernetes-gitlab-demo: + - apiVersion: v1 + created: "2018-05-10T08:51:48.195111007Z" + description: GitLab running on Kubernetes suitable for demos + digest: e41d0aef3616687c4327f9d447d5132bc7325cb1e5f380591a40496462441ab8 + home: https://about.gitlab.com + icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png + keywords: + - git + - ci + - cd + - deploy + - issue tracker + - code review + - wiki + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + - name: Mark Pundsack + - name: Jason Plum + - name: DJ Mountney + name: kubernetes-gitlab-demo + sources: + - https://hub.docker.com/r/gitlab/gitlab-ce/ + - https://docs.gitlab.com/omnibus/ + urls: + - https://gitlab-charts.s3.amazonaws.com/kubernetes-gitlab-demo-0.1.29.tgz + version: 0.1.29 + plantuml: + - apiVersion: v1 + appVersion: "1.0" + created: "2021-04-07T15:48:36.984509535Z" + description: PlantUML server + digest: 2009dd946011fc7db9439a2d32946698a74e99a48653e55f410e24d99d49ce1e + keywords: + - plantuml + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: plantuml + urls: + - https://gitlab-charts.s3.amazonaws.com/plantuml-0.1.17.tgz + version: 0.1.17 + - apiVersion: v1 + appVersion: "1.0" + created: "2021-01-29T15:04:55.824877354Z" + description: PlantUML server + digest: 186553f5b9886918d43a5c599f366279a773a9d6c1d90bc590f90360e8a18a0f + keywords: + - plantuml + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: plantuml + urls: + - https://gitlab-charts.s3.amazonaws.com/plantuml-0.1.16.tgz + version: 0.1.16 + - apiVersion: v1 + appVersion: "1.0" + created: "2020-12-09T10:34:55.720530865Z" + description: PlantUML server + digest: 92d2596fed63b3b4d30b61fa3ba059a636be0eab0a9f6c55f1a66a95bc849240 + keywords: + - plantuml + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: plantuml + urls: + - https://gitlab-charts.s3.amazonaws.com/plantuml-0.1.15.tgz + version: 0.1.15 + - apiVersion: v1 + appVersion: "1.0" + created: "2020-08-24T09:08:36.262766489Z" + description: PlantUML server + digest: ee01f5841f445be7513cb94982e158469dc3471bf6755a0919eb27b676de9eed + keywords: + - plantuml + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: plantuml + urls: + - https://gitlab-charts.s3.amazonaws.com/plantuml-0.1.14.tgz + version: 0.1.14 + - apiVersion: v1 + appVersion: "1.0" + created: "2020-07-07T13:10:02.217893237Z" + description: PlantUML server + digest: eea23e33638bfe762f9e400a065f79eeac05fca1eaa15733fa2880c19cdc7b89 + keywords: + - plantuml + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: plantuml + urls: + - https://gitlab-charts.s3.amazonaws.com/plantuml-0.1.13.tgz + version: 0.1.13 + - apiVersion: v1 + appVersion: "1.0" + created: "2019-09-30T14:13:07.488200769Z" + description: PlantUML server + digest: e6482308ebfc31e6dcf0a78b56bd9b27f4781f3d818def7796cd572f8fec6f1d + keywords: + - plantuml + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: plantuml + urls: + - https://gitlab-charts.s3.amazonaws.com/plantuml-0.1.12.tgz + version: 0.1.12 + - apiVersion: v1 + appVersion: "1.0" + created: "2019-09-30T14:09:56.28900179Z" + description: PlantUML server + digest: a65eb8de3efade81acba913325dd41da98cd513aff1389078fec2eec5e523f07 + keywords: + - plantuml + - gitlab + maintainers: + - email: support@gitlab.com + name: GitLab Inc. + name: plantuml + urls: + - https://gitlab-charts.s3.amazonaws.com/plantuml-0.1.10.tgz + version: 0.1.10 +generated: "2024-03-07T16:15:32.724545279Z" diff --git a/.cache/helm/repository/sshd-0.1.1.tgz b/.cache/helm/repository/sshd-0.1.1.tgz new file mode 100644 index 0000000000000000000000000000000000000000..898e5a1fb77a9990f76f2898414fd6ed24ad6a32 GIT binary patch literal 2292 zcmVDc zVQyr3R8em|NM&qo0PH$#Z`(N1{mfr6kF$$y^VG5|$H_v#0@q6lY;l`5SQlL^4u^uK zMiv{2R7uLI+vI-xfuv68~vlo16QK0Im2t z)P^gW!aO0gs#ZUH!zk{N3=Pw~vVQ0V{EVUm=FSV`O2a?uDQbxp4Jj#?mU4;Oq@)j6 zQZ7uf82 zuBl{-n}9;XpgZ|w-fT9GhS89GYim3{c>kYMQKNaV0C0={4-bywP5(cLk9Pk57_bK? znA2KV2#3IXwL26M*@L$QH^2>0`2EG{Fa2EUl3I%y)tDp5r2gOR@)!RbLwlMwMs_E@xW@Q5YmdVicW?kpXDN8zmH5NAqown*Vs{#w~HjRvJ9#GsyY z=E>Pbg()11+E~=D&fGGkZ3;=^gfObs3{47Ot_Z*${Dx4QnhLQ1jZBp#$_%8kP8X&^ z#`6VaOC_&X1C^OW5J=|;)+w4gMKdK0b-Ryg*jT=MgJiV?iZo!uZ)a6x5f zC#_|*47;^nxLgULE}R7&b-|@Wq1lJp`1#T?kjT&&su$1w{xz1$?;e5GS}b6ysn<J)}?T!x<|mfrlscR2fcCAhSw)%Mz;u zYU=WyN#URWB828Sm)tJ=^tblg`vM>TSKc{z{pRhdnq|S5x33~lCF_&fCa}e%WBee*0#Urm>LjG7&!E=ro(5muc zN8~pQ)IGj+JlqxxOp(#rpszYw7n`uzoTJDLxMIg=A@teX=k2G{g;&JM>xskVa^{oe zvxvOPL8EXPIuK#X-;kDRI*f4(7hDKeHPxPHnektvCy*h-hZh5{^Wiz=_XM=Mi z!kzRj%$m}7UiS2-yPLEn=SmHMO7v^cQCPf^wKMwF0#=$!n?vt=)BoP|HmC)@UvtQA zdhQ&)mQ|gjEbo@iqTaI0V-m0gouatOx*nx><6hdT4$sRwJ6yU-SWt%0`~M#F-uJ$0 zlixZP?cniYBmZYu3AJ!F{XKRAZpr_ngVAUs|BsWyUH*R*X!rkURhhwjNY1&;QaD*1 z1yZ7=8MQQBb=1CmSzYO`WuyqM+{M^OIDh#9M|sat(+6@yT3ka?Tpvj6+mbJL9b;zKNPJSLU47J zUYoXb23J?TO-g62=Fqh@>&{VEhDvGM61y$BF-2#*wb8Stq12tPw6cmRk;2>Kv(}tO znsJH7oM|=1E;q}niDKty(@kRAcyP%rr{V+!T}+TEnVA&E9h3?+SJ`TE7`J8xpX0;H zG5kY8lDMOhra45M3#i{|DOw)fwAn6!%M7K3VbV3*T#35GQ|IFy>ovBcwJnt9pD{bf zh3SapjPXW_Me1rR>`ax8p7VhedV@8I_l`z$+ydt;^S4u__d)(SsObL~%3ZguU} z#M`aByVL*HsrgZ0qyB5f?fc_#TmNqq4>$Wiqr=gz{(B7Qy#H-VzllEu*UCOqQHEPG z<7zHA(M=U%D<*{(EN?3Mu}0Fc*a(-N#Psk0C0p?eua4jnKGw>5cK;h*`fzZ~|9y#k zzX9Mj|36B`*ZRM^?>`;~Zt#D93jT}leIWp~B3X0r-9(_)s_Xm95_Su|n`jjpRL{_c z+J0U9Z!7BC7liKZ@@_i&Lsfi*{k{K31&Wf-q|*2hXY4lr9}hSEKN*e3JO6(S*n=}_ zEo$jM-3Vs@E((+|t+~j!oIyp|Ih~E?P}9&8;d1ueolI)^9HFAN zXpK{ukv)(&^MyD(tu*HR6K0`)|G#GuxH}an=~p_D-2KmgNDz_eWb%Gul}54$$Eqxq zgm=di$hbBnnsGbue}niWnts*;|F;<^W&`)9`Dx~IuqHI6?7Xi0yDvlbBXd!a{b)+h z$$n(ZitPWJ?7=&#xvCAkI(cbGRB81AnI#d=kPZT#Rv-R~wTSosUthjBIei(G*~9R- zwf-L;ZTSCi93Srd|1n^14 z(C|U%G66mJ9}O`ofii~1Q*%V73&<3gvy}MUbzV=AS>cmvKUeyK>J0jF_2pKd(Zy%k zXJx`rSF1oMMn$2FO&xl)yDjWs2Rqoo3jPxS O0RR7uH=q>&G5`SE=6ZYp literal 0 HcmV?d00001 diff --git a/.cache/helm/repository/wiremind-charts.txt b/.cache/helm/repository/wiremind-charts.txt new file mode 100644 index 0000000..db71191 --- /dev/null +++ b/.cache/helm/repository/wiremind-charts.txt @@ -0,0 +1,52 @@ +buildkitd +s3-chart +keycloak-operator-crds +pypi +scrapoxy +nginx +wiremind-crds +koherence +external-monitoring +istio-operator-crds +keycloak-operator +sshd +clair +dask-crds +docker-hub-rate-limit-exporter +raw +silence-operator +silence-operator-crds +cerebro +chartreuse +druid +kubemod-crds +postgresql +cert-manager-crds +clamav +dex +druid-tasks-exporter +elasticsearch-cluster +karma +topolvm-crds +kubemod +postgres-operator-crds +cluster-manager +csi-driver-host-path +istio-operator +traefik-crds +marge-bot +ack-iam-controller-crds +argo-crds +grafana-pdf-exporter +ack-s3-controller-crds +pghoard +wiremind-istio +dex-k8s-authenticator +remoulade +iam-chart +kube-prometheus-stack-crds +snapshot-controller-crds +velero-crds +wiremind-baremetal +wiremind-kubies +pythie diff --git a/.cache/helm/repository/wiremind-index.yaml b/.cache/helm/repository/wiremind-index.yaml new file mode 100644 index 0000000..2bdf701 --- /dev/null +++ b/.cache/helm/repository/wiremind-index.yaml @@ -0,0 +1,11339 @@ +apiVersion: v1 +entries: + ack-iam-controller-crds: + - apiVersion: v1 + appVersion: v0.1.1 + created: "2023-02-06T15:16:01.281625146Z" + description: Manage CRDs of the ACK service controller for AWS Identity & Access + Management (IAM) + digest: b22a48b99059324f24a623f0af1545392f7d01181deb336754f02faeb5d06dee + home: https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/ack-iam-controller-crds + icon: https://raw.githubusercontent.com/aws/eks-charts/master/docs/logo/aws.png + keywords: + - aws + - kubernetes + - iam + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: ack-iam-controller-crds + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/ack-iam-controller-crds + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/ack-iam-controller-crds-0.1.1/ack-iam-controller-crds-0.1.1.tgz + version: 0.1.1 + ack-s3-controller-crds: + - apiVersion: v1 + appVersion: v0.1.7 + created: "2023-02-06T15:16:01.474978643Z" + description: Manage CRDs of the ACK service controller for Amazon Simple Storage + Service (S3) + digest: 8c26b62a2d12947029a20bffec6cea799ba28c603b91539237ad7ac8f7476055 + home: https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/ack-s3-controller-crds + icon: https://raw.githubusercontent.com/aws/eks-charts/master/docs/logo/aws.png + keywords: + - aws + - kubernetes + - s3 + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: ack-s3-controller-crds + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/ack-s3-controller-crds + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/ack-s3-controller-crds-0.1.7/ack-s3-controller-crds-0.1.7.tgz + version: 0.1.7 + argo-crds: + - annotations: + category: DeveloperTools + apiVersion: v2 + appVersion: 3.5.0 + created: "2023-11-23T19:24:08.267017855Z" + description: Manage argo CRDs + digest: de14cfd86ee63de67481659a1853637a790000819bf840ebe813d7d158dbcdbb + keywords: + - argo + - workflow + - crds + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: argo-crds + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/argo-crds + - https://raw.githubusercontent.com/argoproj/argo-workflows/master/manifests/quick-start-postgres.yaml + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/argo-crds-1.1.0/argo-crds-1.1.0.tgz + version: 1.1.0 + - annotations: + category: DeveloperTools + apiVersion: v2 + appVersion: 1.0.1 + created: "2022-05-04T13:27:07.931568206Z" + description: Manage argo CRDs + digest: 991356016d0358157169902009d40155ce0a6e1b1549a1dc113a5a74da54fa7e + keywords: + - argo + - workflow + - crds + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + - email: 19607336+maxime1907@users.noreply.github.com + name: maxime1907 + - email: ctcheumadjeu@wiremind.io + name: chrysgide + name: argo-crds + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/argo-crds + - https://raw.githubusercontent.com/argoproj/argo-workflows/master/manifests/quick-start-postgres.yaml + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/argo-crds-1.0.2/argo-crds-1.0.2.tgz + version: 1.0.2 + - annotations: + category: DeveloperTools + apiVersion: v2 + appVersion: 1.0.1 + created: "2022-05-04T13:04:09.649936394Z" + description: Manage argo CRDs + digest: 43566ef2f362825f752c67bcc9325576fe18a0b36ee1811a555a91f159e4e8c3 + keywords: + - argo + - workflow + - crds + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + - email: 19607336+maxime1907@users.noreply.github.com + name: maxime1907 + - email: ctcheumadjeu@wiremind.io + name: chrysgide + name: argo-crds + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/argo-crds + - https://raw.githubusercontent.com/argoproj/argo-workflows/master/manifests/quick-start-postgres.yaml + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/argo-crds-1.0.1/argo-crds-1.0.1.tgz + version: 1.0.1 + buildkitd: + - apiVersion: v2 + appVersion: 0.12.5 + created: "2024-02-01T13:34:26.796871974Z" + description: A Helm chart for https://github.com/moby/buildkit (rootless) + digest: fa9d055fc59aba5875e259e47ee510698b173a4e32ec10375ee258a012de1593 + kubeVersion: '>=1.19.0-0' + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: buildkitd + type: application + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/buildkitd-0.11.6/buildkitd-0.11.6.tgz + version: 0.11.6 + - apiVersion: v2 + appVersion: 0.12.4 + created: "2023-12-04T17:39:03.711947947Z" + description: A Helm chart for https://github.com/moby/buildkit (rootless) + digest: 5d96c8dbe9145e3122273a8dc4976e1e01017718d5e328e53a6ad425faf4bbd0 + kubeVersion: '>=1.19.0-0' + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: buildkitd + type: application + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/buildkitd-0.11.5/buildkitd-0.11.5.tgz + version: 0.11.5 + - apiVersion: v2 + appVersion: 0.12.3 + created: "2023-10-20T09:26:31.163705889Z" + description: A Helm chart for https://github.com/moby/buildkit (rootless) + digest: 6131b525f682a0c882ac4f39b83d7dc0f94ee0ae1384bb5d059413df2dda36bf + kubeVersion: '>=1.19.0-0' + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: buildkitd + type: application + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/buildkitd-0.11.4/buildkitd-0.11.4.tgz + version: 0.11.4 + - apiVersion: v2 + appVersion: 0.12.2 + created: "2023-09-07T14:46:59.35807055Z" + description: A Helm chart for https://github.com/moby/buildkit (rootless) + digest: fe93a082e1dd28d0832d2fea3717ea536425b036c40ef4c81694297c7ddabb99 + kubeVersion: '>=1.19.0-0' + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: buildkitd + type: application + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/buildkitd-0.11.3/buildkitd-0.11.3.tgz + version: 0.11.3 + - apiVersion: v2 + appVersion: 0.12.2 + created: "2023-09-07T14:32:12.376762712Z" + description: A Helm chart for https://github.com/moby/buildkit (rootless) + digest: 1e81c0112c40bbadd5cd513a64ef5f6b9a8c2b7f31a5c374a578fc4645a92eea + kubeVersion: '>=1.19.0-0' + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: buildkitd + type: application + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/buildkitd-0.11.2/buildkitd-0.11.2.tgz + version: 0.11.2 + - apiVersion: v2 + appVersion: 0.12.2 + created: "2023-09-06T14:36:02.122795185Z" + description: A Helm chart for https://github.com/moby/buildkit (rootless) + digest: d9c5d32308acf7f598f818e00015e2f78e596b6ca2570cde9fad5a95825fe2d3 + kubeVersion: '>=1.19.0-0' + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: buildkitd + type: application + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/buildkitd-0.11.1/buildkitd-0.11.1.tgz + version: 0.11.1 + - apiVersion: v2 + appVersion: 0.12.2 + created: "2023-09-06T14:34:25.563955518Z" + description: A Helm chart for https://github.com/moby/buildkit (rootless) + digest: 71deec0446e877389684b7fcc241402387898f5c5888fe9ee7638df7f3f5682d + kubeVersion: '>=1.19.0-0' + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: buildkitd + type: application + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/buildkitd-0.11.0/buildkitd-0.11.0.tgz + version: 0.11.0 + - apiVersion: v2 + appVersion: 0.12.2 + created: "2023-08-31T09:06:35.506515996Z" + description: A Helm chart for https://github.com/moby/buildkit (rootless) + digest: a2a77b740c41931298b619c523553c3e647e263068fc58116ff2f4f1ec71254b + kubeVersion: '>=1.19.0-0' + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: buildkitd + type: application + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/buildkitd-0.10.2/buildkitd-0.10.2.tgz + version: 0.10.2 + - apiVersion: v2 + appVersion: 0.12.2 + created: "2023-08-28T07:08:50.667698273Z" + description: A Helm chart for https://github.com/moby/buildkit (rootless) + digest: 4d6df4893a35b75b9e8cc4abe628db178e15da234475944de3397c8078e02971 + kubeVersion: '>=1.19.0-0' + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: buildkitd + type: application + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/buildkitd-0.10.1/buildkitd-0.10.1.tgz + version: 0.10.1 + - apiVersion: v2 + appVersion: 0.12.1 + created: "2023-08-11T13:32:19.734210195Z" + description: A Helm chart for https://github.com/moby/buildkit (rootless) + digest: 1bcc19b47fb39116a42419c5852347998407298411192992c925d33d35a35aea + kubeVersion: '>=1.19.0-0' + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: buildkitd + type: application + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/buildkitd-0.10.0/buildkitd-0.10.0.tgz + version: 0.10.0 + - apiVersion: v2 + appVersion: 0.12.1 + created: "2023-08-09T09:40:22.912501313Z" + description: A Helm chart for https://github.com/moby/buildkit (rootless) + digest: e0a9a446622589343e07aae16a413a82d035b84107e9e88a3a13cf036098fa70 + kubeVersion: '>=1.19.0-0' + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: buildkitd + type: application + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/buildkitd-0.9.0/buildkitd-0.9.0.tgz + version: 0.9.0 + - apiVersion: v2 + appVersion: 0.12.1 + created: "2023-08-02T16:39:07.796329887Z" + description: A Helm chart for https://github.com/moby/buildkit (rootless) + digest: e4d734d93a22f24e7a3e68b57c1fefafecd9fbe3a18281bedea7a780ae71c5d5 + kubeVersion: '>=1.19.0-0' + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: buildkitd + type: application + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/buildkitd-0.8.1/buildkitd-0.8.1.tgz + version: 0.8.1 + - apiVersion: v2 + appVersion: 0.12.0 + created: "2023-07-17T10:08:12.741423933Z" + description: A Helm chart for https://github.com/moby/buildkit (rootless) + digest: ea17b85d18a32079019c837931b6d2503394cba2d102293fc2200ab7cac0573f + kubeVersion: '>=1.19.0-0' + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: buildkitd + type: application + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/buildkitd-0.8.0/buildkitd-0.8.0.tgz + version: 0.8.0 + - apiVersion: v2 + appVersion: 0.11.6 + created: "2023-06-29T13:26:52.554578032Z" + description: A Helm chart for https://github.com/moby/buildkit (rootless) + digest: f5c0c2f4c7daf24ca1c97fe7779c01c17de4576d9d34986d802e716055ff6907 + kubeVersion: '>=1.19.0-0' + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: buildkitd + type: application + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/buildkitd-0.7.0/buildkitd-0.7.0.tgz + version: 0.7.0 + - apiVersion: v2 + appVersion: 0.11.6 + created: "2023-06-22T13:15:51.496356136Z" + description: A Helm chart for https://github.com/moby/buildkit (rootless) + digest: 763cd95fd3fac0873f46348c0338ecb61736fd2608f2d207fec9a7b50568ab09 + kubeVersion: '>=1.19.0-0' + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: buildkitd + type: application + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/buildkitd-0.6.3/buildkitd-0.6.3.tgz + version: 0.6.3 + - apiVersion: v2 + appVersion: 0.11.6 + created: "2023-06-22T07:48:53.013944749Z" + description: A Helm chart for https://github.com/moby/buildkit (rootless) + digest: 1bc2ef16bd5f8a5ee5b70ecdf319eaacaa6a7be0eeddc4abeaa341673562dd48 + kubeVersion: '>=1.19.0-0' + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: buildkitd + type: application + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/buildkitd-0.6.2/buildkitd-0.6.2.tgz + version: 0.6.2 + - apiVersion: v2 + appVersion: 0.11.6 + created: "2023-06-21T17:01:56.543455324Z" + description: A Helm chart for https://github.com/moby/buildkit + digest: 5b91e2271bc72b7bbdc1668ac8f8d6ee9063d625bac086be6372ac82d5cc418e + kubeVersion: '>=1.19.0-0' + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: buildkitd + type: application + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/buildkitd-0.6.1/buildkitd-0.6.1.tgz + version: 0.6.1 + - apiVersion: v2 + appVersion: 0.11.6 + created: "2023-06-21T15:42:21.293592478Z" + description: A Helm chart for https://github.com/moby/buildkit + digest: f720967473448511bfb901dae843ae5720d464168e62e4587c103314f3adc110 + kubeVersion: '>=1.19.0-0' + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: buildkitd + type: application + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/buildkitd-0.6.0/buildkitd-0.6.0.tgz + version: 0.6.0 + - apiVersion: v2 + appVersion: 0.11.6 + created: "2023-06-21T11:03:53.23755184Z" + description: A Helm chart for https://github.com/moby/buildkit + digest: 3ce6ddbc9b5871a4a1837022a3268b0f59ba2d5353777640f77e5dbf592cd018 + kubeVersion: '>=1.19.0-0' + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: buildkitd + type: application + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/buildkitd-0.5.1/buildkitd-0.5.1.tgz + version: 0.5.1 + - apiVersion: v2 + appVersion: 0.11.6 + created: "2023-06-21T09:50:55.598146908Z" + description: A Helm chart for https://github.com/moby/buildkit + digest: f9c51b3c01d7456cecc6569bffa9263bb9c50aa33c0da326f70350f0cf99d591 + kubeVersion: '>=1.19.0-0' + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: buildkitd + type: application + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/buildkitd-0.5.0/buildkitd-0.5.0.tgz + version: 0.5.0 + - apiVersion: v2 + created: "2023-06-19T13:24:30.988537056Z" + description: A Helm chart for https://github.com/moby/buildkit + digest: 1add4994653daf765b16506057f8c461cf35a80df3fe2a168c79d3bbd4931cd7 + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: buildkitd + type: application + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/buildkitd-0.4.0/buildkitd-0.4.0.tgz + version: 0.4.0 + - apiVersion: v2 + created: "2023-06-19T12:11:01.057245493Z" + description: A Helm chart for https://github.com/moby/buildkit + digest: 2ed6abc683d15ccf1220658bf0727dca537e8e215533745ba57563585bc4530e + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: buildkitd + type: application + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/buildkitd-0.3.2/buildkitd-0.3.2.tgz + version: 0.3.2 + - apiVersion: v2 + created: "2023-06-19T12:00:20.911696741Z" + description: A Helm chart for https://github.com/moby/buildkit + digest: c2fa24acf6f7be9fa8aa3f03a460268e06aef2584c88e66546737ca152cb0361 + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: buildkitd + type: application + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/buildkitd-0.3.1/buildkitd-0.3.1.tgz + version: 0.3.1 + - apiVersion: v2 + created: "2023-06-19T11:31:22.165627703Z" + description: A Helm chart for https://github.com/moby/buildkit + digest: 5178e01b1dff736529f82369b4444b4e467e20a133279881c293227bf2cc6a15 + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: buildkitd + type: application + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/buildkitd-0.3.0/buildkitd-0.3.0.tgz + version: 0.3.0 + - apiVersion: v2 + created: "2023-03-24T11:33:24.758356225Z" + description: A Helm chart for https://github.com/moby/buildkit + digest: d6ba0c792767285533218f720da99abbd01bd58317a200bd22fc1cee2d579baf + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: buildkitd + type: application + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/buildkitd-0.2.0/buildkitd-0.2.0.tgz + version: 0.2.0 + - apiVersion: v2 + created: "2022-12-14T13:05:45.631787207Z" + description: A Helm chart for https://github.com/moby/buildkit + digest: cfc072b8a484eb6a8199d68aeba168e6285d1ddf4a9e978b0eafd45696f4194a + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: buildkitd + type: application + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/buildkitd-0.1.0/buildkitd-0.1.0.tgz + version: 0.1.0 + cerebro: + - apiVersion: v2 + appVersion: 0.9.4 + created: "2023-09-04T14:58:38.934688385Z" + description: A Helm chart for Cerebro - a web admin tool to manage ElasticSearch + digest: 6ee9207164a529d1080d1cfc5e26562df620b0bb2704d5d45cee19e1f002d7c9 + home: https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/cerebro + icon: https://raw.githubusercontent.com/lmenezes/cerebro/main/public/img/logo.png + keywords: + - cerebro + - elasticsearch + - admin + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: cerebro + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/cerebro + - https://github.com/lmenezes/cerebro-docker + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/cerebro-2.0.4/cerebro-2.0.4.tgz + version: 2.0.4 + - apiVersion: v2 + appVersion: 0.9.4 + created: "2022-09-22T14:27:32.858006895Z" + description: A Helm chart for Cerebro - a web admin tool to manage ElasticSearch + digest: 7e396ed436376a041b3472fcc8e2b674055698b5b98560b9137ac66379b7dd0e + home: https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/cerebro + icon: https://raw.githubusercontent.com/lmenezes/cerebro/main/public/img/logo.png + keywords: + - cerebro + - elasticsearch + - admin + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + name: cerebro + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/cerebro + - https://github.com/lmenezes/cerebro-docker + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/cerebro-2.0.3/cerebro-2.0.3.tgz + version: 2.0.3 + - apiVersion: v2 + appVersion: 0.9.4 + created: "2022-06-08T07:23:46.39809116Z" + description: A Helm chart for Cerebro - a web admin tool to manage ElasticSearch + digest: 8a89d67268ef38ac35810ce9cae447c2d3868df538f768fca5540214d45b645e + home: https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/cerebro + icon: https://raw.githubusercontent.com/lmenezes/cerebro/main/public/img/logo.png + keywords: + - cerebro + - elasticsearch + - admin + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + name: cerebro + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/cerebro + - https://github.com/lmenezes/cerebro-docker + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/cerebro-2.0.2/cerebro-2.0.2.tgz + version: 2.0.2 + - apiVersion: v2 + appVersion: 0.9.4 + created: "2022-02-17T08:21:10.193745759Z" + description: A Helm chart for Cerebro - a web admin tool to manage ElasticSearch + digest: 1c7506c8ef5b681073008b3b0dfaca2cda42400188142c29f1e3d3f3a54773a3 + home: https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/cerebro + icon: https://raw.githubusercontent.com/lmenezes/cerebro/main/public/img/logo.png + keywords: + - cerebro + - elasticsearch + - admin + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + name: cerebro + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/cerebro + - https://github.com/lmenezes/cerebro-docker + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/cerebro-2.0.1/cerebro-2.0.1.tgz + version: 2.0.1 + - apiVersion: v2 + appVersion: 0.9.4 + created: "2022-02-08T15:34:48.830512153Z" + description: A Helm chart for Cerebro - a web admin tool to manage ElasticSearch + digest: 668be47d813128f94742e3f4face74906b70ce665a61b920bc1bf761c733e433 + home: https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/cerebro + icon: https://raw.githubusercontent.com/lmenezes/cerebro/main/public/img/logo.png + keywords: + - cerebro + - elasticsearch + - admin + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + name: cerebro + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/cerebro + - https://github.com/lmenezes/cerebro-docker + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/cerebro-2.0.0/cerebro-2.0.0.tgz + version: 2.0.0 + - apiVersion: v2 + appVersion: 0.9.4 + created: "2022-02-03T10:27:17.916412721Z" + description: A Helm chart for Cerebro - a web admin tool to manage ElasticSearch + digest: 98eb5343fe04689e5ad8379eeecbe3f2b6a26673f7bf51f339560d0ebe6e320f + home: https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/cerebro + icon: https://raw.githubusercontent.com/lmenezes/cerebro/main/public/img/logo.png + keywords: + - cerebro + - elasticsearch + - admin + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + name: cerebro + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/cerebro + - https://github.com/lmenezes/cerebro-docker + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/cerebro-1.11.0/cerebro-1.11.0.tgz + version: 1.11.0 + - apiVersion: v2 + appVersion: 0.9.4 + created: "2021-11-03T13:02:29.200055464Z" + description: A Helm chart for Cerebro - a web admin tool to manage ElasticSearch + digest: cef9e6c7e7c94ba02e95d72d06feb3963d09907d3e6c70e3516686513297c794 + home: https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/cerebro + icon: https://raw.githubusercontent.com/lmenezes/cerebro/main/public/img/logo.png + keywords: + - cerebro + - elasticsearch + - admin + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + name: cerebro + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/cerebro + - https://github.com/lmenezes/cerebro-docker + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/cerebro-1.10.5/cerebro-1.10.5.tgz + version: 1.10.5 + - apiVersion: v2 + appVersion: 0.9.4 + created: "2021-10-29T15:39:05.265742541Z" + description: A Helm chart for Cerebro - a web admin tool to manage ElasticSearch + digest: 77b45db1989a14a90b9e5458cbfe5add1c82c31220d718aa19a632714859e1ac + home: https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/cerebro + icon: https://raw.githubusercontent.com/lmenezes/cerebro/main/public/img/logo.png + keywords: + - cerebro + - elasticsearch + - admin + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + name: cerebro + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/cerebro + - https://github.com/lmenezes/cerebro-docker + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/cerebro-1.10.4/cerebro-1.10.4.tgz + version: 1.10.4 + - apiVersion: v2 + appVersion: 0.9.4 + created: "2021-10-29T15:19:27.680948823Z" + description: A Helm chart for Cerebro - a web admin tool to manage ElasticSearch + digest: 2ddeb618a7329e591f2620d801efc271bb929ddcf921b65ecf1d817cca841be0 + home: https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/cerebro + icon: https://github.com/lmenezes/cerebro/blob/master/public/img/logo.png + keywords: + - cerebro + - elasticsearch + - admin + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + name: cerebro + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/cerebro + - https://github.com/lmenezes/cerebro-docker + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/cerebro-1.10.3/cerebro-1.10.3.tgz + version: 1.10.3 + - apiVersion: v2 + appVersion: 0.9.4 + created: "2021-10-29T15:09:53.969533987Z" + description: A Helm chart for Cerebro - a web admin tool to manage ElasticSearch + digest: b4b465404d36aa1fdb0ff74cbef4eac9ddad2e24bdbfb8ad8bde9128ab3ce65c + home: https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/cerebro + icon: https://github.com/lmenezes/cerebro/blob/master/public/img/logo.png + keywords: + - cerebro + - elasticsearch + - admin + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + name: cerebro + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/cerebro + - https://github.com/lmenezes/cerebro-docker + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/cerebro-1.10.2/cerebro-1.10.2.tgz + version: 1.10.2 + - apiVersion: v2 + appVersion: 0.9.4 + created: "2021-10-29T15:01:21.345479306Z" + description: A Helm chart for Cerebro - a web admin tool that replaces Kopf. + digest: 9cb72cc59616b029ef456afc191171dfc816c98f86cb3cb0e204c806e2610675 + home: https://github.com/lmenezes/cerebro + icon: https://github.com/lmenezes/cerebro/blob/master/public/img/logo.png + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + name: cerebro + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/cerebro + - https://github.com/lmenezes/cerebro-docker + - https://github.com/lmenezes/cerebro + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/cerebro-1.10.1/cerebro-1.10.1.tgz + version: 1.10.1 + - apiVersion: v2 + appVersion: 0.9.4 + created: "2021-10-14T07:02:45.600024114Z" + description: A Helm chart for Cerebro - a web admin tool that replaces Kopf. + digest: 99330ffaa5ec3ee3547d8aa44c055fad67a700a1cf9059bbc6e93df839d3dbe6 + home: https://github.com/lmenezes/cerebro + icon: https://github.com/lmenezes/cerebro/blob/master/public/img/logo.png + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + name: cerebro + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/cerebro + - https://github.com/lmenezes/cerebro-docker + - https://github.com/lmenezes/cerebro + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/cerebro-1.10.0/cerebro-1.10.0.tgz + version: 1.10.0 + - apiVersion: v2 + appVersion: 0.9.4 + created: "2021-04-10T18:29:19.580811777Z" + description: A Helm chart for Cerebro - a web admin tool that replaces Kopf. + digest: 848aa6141c1661db31c510f9bd08938e41a09081ba962ab69581eb6914f891e2 + home: https://github.com/lmenezes/cerebro + icon: https://github.com/lmenezes/cerebro/blob/master/public/img/logo.png + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + name: cerebro + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/cerebro + - https://github.com/lmenezes/cerebro-docker + - https://github.com/lmenezes/cerebro + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/cerebro-1.9.10/cerebro-1.9.10.tgz + version: 1.9.10 + - apiVersion: v2 + appVersion: 0.9.3 + created: "2021-02-03T09:16:58.960214329Z" + description: A Helm chart for Cerebro - a web admin tool that replaces Kopf. + digest: c309bf01254a8db17828d29625f8b7a7b1e0fef0080e894807e30be0a0a68fec + home: https://github.com/lmenezes/cerebro + icon: https://github.com/lmenezes/cerebro/blob/master/public/img/logo.png + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + name: cerebro + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/clamav + - https://github.com/lmenezes/cerebro-docker + - https://github.com/lmenezes/cerebro + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/cerebro-1.9.8/cerebro-1.9.8.tgz + version: 1.9.8 + - apiVersion: v2 + appVersion: 0.9.2 + created: "2020-11-24T16:08:06.525159859Z" + description: A Helm chart for Cerebro - a web admin tool that replaces Kopf. + digest: 410de46914af8a411af0873fe822b73e0d14b5806367a3f8abba23e60d7c00b3 + home: https://github.com/lmenezes/cerebro + icon: https://github.com/lmenezes/cerebro/blob/master/public/img/logo.png + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + name: cerebro + sources: + - https://github.com/lmenezes/cerebro-docker + - https://github.com/lmenezes/cerebro + - https://github.com/elastic/elasticsearch + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/cerebro-1.9.6/cerebro-1.9.6.tgz + version: 1.9.6 + cert-manager-crds: + - annotations: + category: DeveloperTools + apiVersion: v2 + appVersion: v1.10.1 + created: "2022-12-15T11:05:16.611635893Z" + description: Manage cert-manager CRDs + digest: 4374e3636065c5f1da3fa33cea90d367be246a9e53afbdc6ff454cbb3f588872 + icon: https://raw.githubusercontent.com/jetstack/cert-manager/master/logo/logo.png + keywords: + - cert + - manager + - crds + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: cert-manager-crds + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/cert-manager-crds + - https://github.com/cert-manager/cert-manager + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/cert-manager-crds-1.10.1/cert-manager-crds-1.10.1.tgz + version: 1.10.1 + - annotations: + category: DeveloperTools + apiVersion: v2 + appVersion: v1.9.1 + created: "2022-09-22T14:38:20.460405134Z" + description: Manage cert-manager CRDs + digest: e106fb0225de74414d919de83d291d0fbd70cbdb3df1f12bb087cf8372c77877 + icon: https://raw.githubusercontent.com/jetstack/cert-manager/master/logo/logo.png + keywords: + - cert + - manager + - crds + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + - email: 19607336+maxime1907@users.noreply.github.com + name: maxime1907 + name: cert-manager-crds + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/cert-manager-crds + - https://github.com/cert-manager/cert-manager + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/cert-manager-crds-1.9.1/cert-manager-crds-1.9.1.tgz + version: 1.9.1 + - annotations: + category: DeveloperTools + apiVersion: v2 + appVersion: v1.8.0 + created: "2022-06-02T10:00:53.032223084Z" + description: Manage cert-manager CRDs + digest: 29df1a5e38176f562791ecdf7712c000d53b506ae57cf1b2eec538a6027b7a3d + icon: https://raw.githubusercontent.com/jetstack/cert-manager/master/logo/logo.png + keywords: + - cert + - manager + - crds + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + - email: 19607336+maxime1907@users.noreply.github.com + name: maxime1907 + name: cert-manager-crds + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/cert-manager-crds + - https://github.com/cert-manager/cert-manager + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/cert-manager-crds-1.8.0/cert-manager-crds-1.8.0.tgz + version: 1.8.0 + - annotations: + category: DeveloperTools + apiVersion: v2 + appVersion: v1.7.1 + created: "2022-03-31T13:44:29.686591289Z" + description: Manage cert-manager CRDs + digest: b3c5dfa36c77040515a2a991a88bb0ad00cb8b339b00fbfa9a8cda84550c373a + icon: https://raw.githubusercontent.com/jetstack/cert-manager/master/logo/logo.png + keywords: + - cert + - manager + - crds + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + - email: 19607336+maxime1907@users.noreply.github.com + name: maxime1907 + name: cert-manager-crds + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/cert-manager-crds + - https://github.com/cert-manager/cert-manager + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/cert-manager-crds-1.7.2-labels0/cert-manager-crds-1.7.2-labels0.tgz + version: 1.7.2-labels0 + - annotations: + category: DeveloperTools + apiVersion: v2 + appVersion: v1.7.1 + created: "2022-03-30T12:36:55.094704986Z" + description: Manage cert-manager CRDs + digest: 3a1fdb81956f153826946b40a9c6b5658fbca4dc7b463da2340a0c1928821998 + icon: https://raw.githubusercontent.com/jetstack/cert-manager/master/logo/logo.png + keywords: + - cert + - manager + - crds + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + - email: 19607336+maxime1907@users.noreply.github.com + name: maxime1907 + name: cert-manager-crds + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/cert-manager-crds + - https://github.com/cert-manager/cert-manager + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/cert-manager-crds-1.7.1/cert-manager-crds-1.7.1.tgz + version: 1.7.1 + chartreuse: + - apiVersion: v1 + appVersion: 4.3.3 + created: "2023-08-17T10:17:05.958143158Z" + description: Automate Alembic SQL schema migrations. + digest: c8bf56a954b91166ea0d9609e5e784db1509a13f643147ae916d4a2e1346387e + keywords: + - alembic + - database + - migration + - postgresql + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: chartreuse + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/chartreuse + - https://github.com/wiremind/chartreuse + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/chartreuse-4.3.3/chartreuse-4.3.3.tgz + version: 4.3.3 + - apiVersion: v1 + appVersion: 4.3.0 + created: "2022-10-06T08:14:07.77803767Z" + description: Automate Alembic SQL schema migrations. + digest: b4c8dbd3d8011c4bbaf34ae4ae8379e24b6d4ef79ac3d512b6f348f28c6d1446 + keywords: + - alembic + - database + - migration + - postgresql + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + - email: 19607336+maxime1907@users.noreply.github.com + name: maxime1907 + name: chartreuse + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/chartreuse + - https://github.com/wiremind/chartreuse + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/chartreuse-4.3.0/chartreuse-4.3.0.tgz + version: 4.3.0 + - apiVersion: v1 + appVersion: 4.2.0 + created: "2022-08-02T08:58:08.209106684Z" + description: Automate Alembic SQL schema migrations. + digest: f86c7e88244deee19bea537276354ce95a289af4cb041ab384a297f0c8d39d97 + keywords: + - alembic + - database + - migration + - postgresql + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + - email: 19607336+maxime1907@users.noreply.github.com + name: maxime1907 + name: chartreuse + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/chartreuse + - https://github.com/wiremind/chartreuse + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/chartreuse-4.2.0/chartreuse-4.2.0.tgz + version: 4.2.0 + - apiVersion: v1 + appVersion: 4.1.0 + created: "2022-08-01T15:17:03.231797735Z" + description: Automate Alembic SQL schema migrations. + digest: dda0986259e61026998ea1883a89d253e6eb0233b01fa307d3cd8e39d8ded7ff + keywords: + - alembic + - database + - migration + - postgresql + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + - email: 19607336+maxime1907@users.noreply.github.com + name: maxime1907 + name: chartreuse + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/chartreuse + - https://github.com/wiremind/chartreuse + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/chartreuse-4.1.0/chartreuse-4.1.0.tgz + version: 4.1.0 + - apiVersion: v1 + appVersion: 4.0.5 + created: "2022-08-01T13:29:25.036879096Z" + description: Automate Alembic SQL schema migrations. + digest: b21056ccfe81dac1fb315851ea60d8039176eedc2245d8556ee89118cc6762ad + keywords: + - alembic + - database + - migration + - postgresql + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + - email: 19607336+maxime1907@users.noreply.github.com + name: maxime1907 + name: chartreuse + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/chartreuse + - https://github.com/wiremind/chartreuse + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/chartreuse-4.0.5/chartreuse-4.0.5.tgz + version: 4.0.5 + - apiVersion: v1 + appVersion: 4.0.0 + created: "2021-10-04T13:51:20.813286282Z" + description: Automate Alembic SQL schema migrations. + digest: 285236f3a238739fea4479007a9b60e57c3c0c04845f544bc7db10b4d8a98bed + keywords: + - alembic + - database + - migration + - postgresql + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + name: chartreuse + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/chartreuse + - https://github.com/wiremind/chartreuse + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/chartreuse-4.0.0/chartreuse-4.0.0.tgz + version: 4.0.0 + clair: + - apiVersion: v2 + appVersion: 2.1.6 + created: "2022-06-02T09:55:57.553547905Z" + dependencies: + - condition: postgresql.enabled + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 10.16.2 + description: Clair is an open source project for the static analysis of vulnerabilities + in application containers. + digest: bf5ad1a33a061dc9ea56d001e714161b45a2736e19af64096dbb8ca5f28a56df + home: https://coreos.com/clair + icon: https://cloud.githubusercontent.com/assets/343539/21630811/c5081e5c-d202-11e6-92eb-919d5999c77a.png + kubeVersion: '>=1.14.0-0' + maintainers: + - email: dev@wiremind.io + name: Wiremind + name: clair + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/clair + - https://github.com/quay/clair + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/clair-0.2.10-dev0/clair-0.2.10-dev0.tgz + version: 0.2.10-dev0 + - apiVersion: v2 + appVersion: 2.1.6 + created: "2022-02-17T17:23:42.677919271Z" + dependencies: + - condition: postgresql.enabled + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 10.0.0 + description: Clair is an open source project for the static analysis of vulnerabilities + in application containers. + digest: b12458507dc1ff3ea363a8243450c8ad96d06055a319e9a6db43e2e90bcb1b83 + home: https://coreos.com/clair + icon: https://cloud.githubusercontent.com/assets/343539/21630811/c5081e5c-d202-11e6-92eb-919d5999c77a.png + kubeVersion: '>=1.14.0-0' + maintainers: + - email: dev@wiremind.io + name: Wiremind + name: clair + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/clair + - https://github.com/quay/clair + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/clair-0.2.9/clair-0.2.9.tgz + version: 0.2.9 + - apiVersion: v2 + appVersion: 2.1.6 + created: "2021-09-27T12:08:55.898390976Z" + dependencies: + - condition: postgresql.enabled + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 10.0.0 + description: Clair is an open source project for the static analysis of vulnerabilities + in application containers. + digest: 5a317a7656bc98587bdeb9fad12ad671203ce8dfbd235164daa8441dd60c5f59 + home: https://coreos.com/clair + icon: https://cloud.githubusercontent.com/assets/343539/21630811/c5081e5c-d202-11e6-92eb-919d5999c77a.png + kubeVersion: '>=1.14.0-0' + maintainers: + - email: dev@wiremind.io + name: Wiremind + name: clair + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/clair + - https://github.com/quay/clair + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/clair-0.2.8/clair-0.2.8.tgz + version: 0.2.8 + - apiVersion: v2 + appVersion: 2.1.6 + created: "2021-09-27T07:30:59.28318637Z" + dependencies: + - condition: postgresql.enabled + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 10.0.0 + description: Clair is an open source project for the static analysis of vulnerabilities + in application containers. + digest: 50222a20af206ad9bc10166b68105dba7fc9d085f0aa5c8799bacee141e8b402 + home: https://coreos.com/clair + icon: https://cloud.githubusercontent.com/assets/343539/21630811/c5081e5c-d202-11e6-92eb-919d5999c77a.png + kubeVersion: '>=1.14.0-0' + maintainers: + - email: dev@wiremind.io + name: Wiremind + name: clair + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/clair + - https://github.com/quay/clair + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/clair-0.2.7/clair-0.2.7.tgz + version: 0.2.7 + - apiVersion: v2 + appVersion: v2.1.6 + created: "2021-03-09T16:38:33.789999994Z" + dependencies: + - condition: postgresql.enabled + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 10.0.0 + description: Clair is an open source project for the static analysis of vulnerabilities + in application containers. + digest: 8299e10fc441449d982c5726a63f245fc7e9d85df95501bad24f27801104eec0 + home: https://coreos.com/clair + icon: https://cloud.githubusercontent.com/assets/343539/21630811/c5081e5c-d202-11e6-92eb-919d5999c77a.png + kubeVersion: '>=1.14.0-0' + maintainers: + - email: dev@wiremind.io + name: Wiremind + name: clair + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/clair + - https://github.com/quay/clair + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/clair-0.2.6/clair-0.2.6.tgz + version: 0.2.6 + - apiVersion: v2 + appVersion: v2.1.4 + created: "2020-11-24T16:08:06.83138199Z" + dependencies: + - condition: postgresql.enabled + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 10.0.0 + description: Clair is an open source project for the static analysis of vulnerabilities + in application containers. + digest: c63288b1879b3d1c93b43cbed2602abb0ab33dbfb5e4e151db22d54d13e4dea5 + home: https://coreos.com/clair + icon: https://cloud.githubusercontent.com/assets/343539/21630811/c5081e5c-d202-11e6-92eb-919d5999c77a.png + kubeVersion: '>=1.14.0-0' + maintainers: + - email: dev@wiremind.io + name: Wiremind + name: clair + sources: + - https://github.com/coreos/clair + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/clair-0.2.2/clair-0.2.2.tgz + version: 0.2.2 + clamav: + - apiVersion: v2 + appVersion: 1.9.50 + created: "2024-02-12T11:37:59.243710838Z" + description: An Open-Source antivirus engine for detecting trojans, viruses, malware + & other malicious threats. Using Mailu docker image. + digest: 4954004ff0d066e79d66d108605f05b02ab7d0f4232d012f0b0a5340df346e24 + home: https://www.clamav.net + icon: https://www.clamav.net/assets/clamav-trademark.png + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: clamav + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/clamav + - https://github.com/Mailu/Mailu/tree/master/optional/clamav + - https://hub.docker.com/r/mailu/clamav + - https://github.com/Cisco-Talos/clamav-devel + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/clamav-2.8.2/clamav-2.8.2.tgz + version: 2.8.2 + - apiVersion: v2 + appVersion: 1.9.50 + created: "2023-08-09T10:29:27.679866721Z" + description: An Open-Source antivirus engine for detecting trojans, viruses, malware + & other malicious threats. Using Mailu docker image. + digest: e33f97c475cf7692f8e34c23dd2c07116c6b823eaa46a1e6591f435817e9208f + home: https://www.clamav.net + icon: https://www.clamav.net/assets/clamav-trademark.png + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: clamav + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/clamav + - https://github.com/Mailu/Mailu/tree/master/optional/clamav + - https://hub.docker.com/r/mailu/clamav + - https://github.com/Cisco-Talos/clamav-devel + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/clamav-2.8.1/clamav-2.8.1.tgz + version: 2.8.1 + - apiVersion: v2 + appVersion: 1.9.50 + created: "2023-08-09T09:49:15.139468416Z" + description: An Open-Source antivirus engine for detecting trojans, viruses, malware + & other malicious threats. Using Mailu docker image. + digest: 34efd7ecacdf50efbce2baaae9c0eccca5e35332f5ecafa42c1b45cff45fd1b4 + home: https://www.clamav.net + icon: https://www.clamav.net/assets/clamav-trademark.png + kubeVersion: '>=1.19.0' + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: clamav + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/clamav + - https://github.com/Mailu/Mailu/tree/master/optional/clamav + - https://hub.docker.com/r/mailu/clamav + - https://github.com/Cisco-Talos/clamav-devel + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/clamav-2.8.0/clamav-2.8.0.tgz + version: 2.8.0 + - apiVersion: v2 + appVersion: 1.9.50 + created: "2023-05-11T08:35:21.746218099Z" + description: An Open-Source antivirus engine for detecting trojans, viruses, malware + & other malicious threats. Using Mailu docker image. + digest: 60cc858b88daefa00dc8b3a9f8ba28b730916ae8a43ac74bb1cde18a13eee838 + home: https://www.clamav.net + icon: https://www.clamav.net/assets/clamav-trademark.png + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: clamav + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/clamav + - https://github.com/Mailu/Mailu/tree/master/optional/clamav + - https://hub.docker.com/r/mailu/clamav + - https://github.com/Cisco-Talos/clamav-devel + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/clamav-2.7.1/clamav-2.7.1.tgz + version: 2.7.1 + - apiVersion: v2 + appVersion: 1.9.43 + created: "2023-01-27T16:32:30.825976377Z" + description: An Open-Source antivirus engine for detecting trojans, viruses, malware + & other malicious threats. Using Mailu docker image. + digest: 080da3fe2b7d6d66f2f3fd4cec3805be7cfa498a21c6f1bfe443f02e38a1d287 + home: https://www.clamav.net + icon: https://www.clamav.net/assets/clamav-trademark.png + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: clamav + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/clamav + - https://github.com/Mailu/Mailu/tree/master/optional/clamav + - https://hub.docker.com/r/mailu/clamav + - https://github.com/Cisco-Talos/clamav-devel + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/clamav-2.7.0/clamav-2.7.0.tgz + version: 2.7.0 + - apiVersion: v2 + appVersion: 1.9.43 + created: "2022-12-15T13:20:23.445235498Z" + description: An Open-Source antivirus engine for detecting trojans, viruses, malware + & other malicious threats. Using Mailu docker image. + digest: 95d3d265567f030379974e37a359f95c5b8e946da3d5b36888657fde1c2d6807 + home: https://www.clamav.net + icon: https://www.clamav.net/assets/clamav-trademark.png + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: clamav + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/clamav + - https://github.com/Mailu/Mailu/tree/master/optional/clamav + - https://hub.docker.com/r/mailu/clamav + - https://github.com/Cisco-Talos/clamav-devel + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/clamav-2.6.2/clamav-2.6.2.tgz + version: 2.6.2 + - apiVersion: v2 + appVersion: "1.9" + created: "2022-12-13T12:37:13.316981863Z" + description: An Open-Source antivirus engine for detecting trojans, viruses, malware + & other malicious threats. Using Mailu docker image. + digest: 8a97a349962c092e10067de08b832b4b9bf8912b04e44466a9c62cf6a66d78c7 + home: https://www.clamav.net + icon: https://www.clamav.net/assets/clamav-trademark.png + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: clamav + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/clamav + - https://github.com/Mailu/Mailu/tree/master/optional/clamav + - https://hub.docker.com/r/mailu/clamav + - https://github.com/Cisco-Talos/clamav-devel + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/clamav-2.6.1/clamav-2.6.1.tgz + version: 2.6.1 + - apiVersion: v2 + appVersion: "1.9" + created: "2022-10-25T09:56:12.899717756Z" + description: An Open-Source antivirus engine for detecting trojans, viruses, malware + & other malicious threats. Using Mailu docker image. + digest: 9016a0d089824a84d09ed4b0bd181c345ccb175cd30e7d497b931b376d657ea6 + home: https://www.clamav.net + icon: https://www.clamav.net/assets/clamav-trademark.png + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: clamav + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/clamav + - https://github.com/Mailu/Mailu/tree/master/optional/clamav + - https://hub.docker.com/r/mailu/clamav + - https://github.com/Cisco-Talos/clamav-devel + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/clamav-2.6.0/clamav-2.6.0.tgz + version: 2.6.0 + - apiVersion: v2 + appVersion: "1.9" + created: "2022-08-24T10:06:53.42328332Z" + description: An Open-Source antivirus engine for detecting trojans, viruses, malware + & other malicious threats. Using Mailu docker image. + digest: 77722908dcfad942b6ccdb9c1e375013a9f2ad46568f748fdec800ee90340b7a + home: https://www.clamav.net + icon: https://www.clamav.net/assets/clamav-trademark.png + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + name: clamav + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/clamav + - https://github.com/Mailu/Mailu/tree/master/optional/clamav + - https://hub.docker.com/r/mailu/clamav + - https://github.com/Cisco-Talos/clamav-devel + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/clamav-2.5.0/clamav-2.5.0.tgz + version: 2.5.0 + - apiVersion: v2 + appVersion: "1.9" + created: "2022-07-19T09:16:33.710611737Z" + description: An Open-Source antivirus engine for detecting trojans, viruses, malware + & other malicious threats. Using Mailu docker image. + digest: e929b15509c871e47459ebdd98f9276e0dbd632552276f159e4b568c7caeced9 + home: https://www.clamav.net + icon: https://www.clamav.net/assets/clamav-trademark.png + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + name: clamav + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/clamav + - https://github.com/Mailu/Mailu/tree/master/optional/clamav + - https://hub.docker.com/r/mailu/clamav + - https://github.com/Cisco-Talos/clamav-devel + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/clamav-2.4.1/clamav-2.4.1.tgz + version: 2.4.1 + - apiVersion: v2 + appVersion: "1.9" + created: "2022-02-09T09:24:58.814063586Z" + description: An Open-Source antivirus engine for detecting trojans, viruses, malware + & other malicious threats. Using Mailu docker image. + digest: 6b60b82eb9f196aa678da7279f2fba275da521dfc47b46e6b4ace9856aa044b2 + home: https://www.clamav.net + icon: https://www.clamav.net/assets/clamav-trademark.png + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + name: clamav + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/clamav + - https://github.com/Mailu/Mailu/tree/master/optional/clamav + - https://hub.docker.com/r/mailu/clamav + - https://github.com/Cisco-Talos/clamav-devel + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/clamav-2.4.0/clamav-2.4.0.tgz + version: 2.4.0 + - apiVersion: v2 + appVersion: "1.9" + created: "2022-01-06T09:55:34.986050726Z" + description: An Open-Source antivirus engine for detecting trojans, viruses, malware + & other malicious threats. Using Mailu docker image. + digest: 66db10a3aef818d93397b39e8bca7b47d40b7793c117796c81f538aead52383d + home: https://www.clamav.net + icon: https://www.clamav.net/assets/clamav-trademark.png + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + name: clamav + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/clamav + - https://github.com/Mailu/Mailu/tree/master/optional/clamav + - https://hub.docker.com/r/mailu/clamav + - https://github.com/Cisco-Talos/clamav-devel + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/clamav-2.3.3/clamav-2.3.3.tgz + version: 2.3.3 + - apiVersion: v2 + appVersion: "1.9" + created: "2022-01-06T09:43:36.455660869Z" + description: An Open-Source antivirus engine for detecting trojans, viruses, malware + & other malicious threats. Using Mailu docker image. + digest: a488e3141d94d6d777c7e4f942a33b7433eb0db0ad68a2c55afb3b2221c5c729 + home: https://www.clamav.net + icon: https://www.clamav.net/assets/clamav-trademark.png + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + name: clamav + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/clamav + - https://github.com/Mailu/Mailu/tree/master/optional/clamav + - https://hub.docker.com/r/mailu/clamav + - https://github.com/Cisco-Talos/clamav-devel + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/clamav-2.3.2/clamav-2.3.2.tgz + version: 2.3.2 + - apiVersion: v2 + appVersion: "1.8" + created: "2021-12-15T14:27:23.391732163Z" + description: An Open-Source antivirus engine for detecting trojans, viruses, malware + & other malicious threats. Using Mailu docker image. + digest: a94c9de56beda964b284c4fbf258692dc8c8e9d48954001f57ce2eeb7b8f983b + home: https://www.clamav.net + icon: https://www.clamav.net/assets/clamav-trademark.png + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + name: clamav + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/clamav + - https://github.com/Mailu/Mailu/tree/master/optional/clamav + - https://hub.docker.com/r/mailu/clamav + - https://github.com/Cisco-Talos/clamav-devel + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/clamav-2.3.1/clamav-2.3.1.tgz + version: 2.3.1 + - apiVersion: v2 + appVersion: "1.8" + created: "2021-12-09T16:33:14.507391804Z" + description: An Open-Source antivirus engine for detecting trojans, viruses, malware + & other malicious threats. Using Mailu docker image. + digest: badc11a6bb8b87c448c90467a0e3e60952beb69bad020a7c6d7d7a62b24692a5 + home: https://www.clamav.net + icon: https://www.clamav.net/assets/clamav-trademark.png + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + name: clamav + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/clamav + - https://github.com/Mailu/Mailu/tree/master/optional/clamav + - https://hub.docker.com/r/mailu/clamav + - https://github.com/Cisco-Talos/clamav-devel + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/clamav-2.3.0/clamav-2.3.0.tgz + version: 2.3.0 + - apiVersion: v2 + appVersion: "1.8" + created: "2021-12-09T08:11:27.316633256Z" + description: An Open-Source antivirus engine for detecting trojans, viruses, malware + & other malicious threats. Using Mailu docker image. + digest: 6a6f19034a286f12f2ebe7095609c9351cafcddfa8e7fcfc6a2330c360b1f833 + home: https://www.clamav.net + icon: https://www.clamav.net/assets/clamav-trademark.png + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + name: clamav + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/clamav + - https://github.com/Mailu/Mailu/tree/master/optional/clamav + - https://hub.docker.com/r/mailu/clamav + - https://github.com/Cisco-Talos/clamav-devel + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/clamav-2.2.1/clamav-2.2.1.tgz + version: 2.2.1 + - apiVersion: v2 + appVersion: "1.8" + created: "2021-11-09T07:57:02.80396084Z" + description: An Open-Source antivirus engine for detecting trojans, viruses, malware + & other malicious threats. Using Mailu docker image. + digest: 271484439cb463ea494e820b3a31ef9f166c83b8fa2f893b03532d3ed64abf6d + home: https://www.clamav.net + icon: https://www.clamav.net/assets/clamav-trademark.png + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + name: clamav + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/clamav + - https://github.com/Mailu/Mailu/tree/master/optional/clamav + - https://hub.docker.com/r/mailu/clamav + - https://github.com/Cisco-Talos/clamav-devel + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/clamav-2.2.0/clamav-2.2.0.tgz + version: 2.2.0 + - apiVersion: v2 + appVersion: "1.8" + created: "2021-08-30T07:26:36.651923343Z" + description: An Open-Source antivirus engine for detecting trojans, viruses, malware + & other malicious threats. Using Mailu docker image. + digest: 79e4aa5938e995df7a223e576f66bdd845b1e69efdedeb2053e2601c171986f7 + home: https://www.clamav.net + icon: https://www.clamav.net/assets/clamav-trademark.png + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + name: clamav + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/clamav + - https://github.com/Mailu/Mailu/tree/master/optional/clamav + - https://hub.docker.com/r/mailu/clamav + - https://github.com/Cisco-Talos/clamav-devel + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/clamav-2.1.0/clamav-2.1.0.tgz + version: 2.1.0 + - apiVersion: v2 + appVersion: "1.8" + created: "2021-07-28T13:37:12.97030271Z" + description: An Open-Source antivirus engine for detecting trojans, viruses, malware + & other malicious threats. Using Mailu docker image. + digest: c9c8b493668d68b415770e02188625ffb96841742e5399fa4ca4e9f6651a24d0 + home: https://www.clamav.net + icon: https://www.clamav.net/assets/clamav-trademark.png + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + name: clamav + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/clamav + - https://github.com/Mailu/Mailu/tree/master/optional/clamav + - https://hub.docker.com/r/mailu/clamav + - https://github.com/Cisco-Talos/clamav-devel + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/clamav-2.0.0/clamav-2.0.0.tgz + version: 2.0.0 + - apiVersion: v2 + appVersion: "1.8" + created: "2021-06-15T16:18:22.198488233Z" + description: An Open-Source antivirus engine for detecting trojans, viruses, malware + & other malicious threats. Using Mailu docker image. + digest: b4f5df367616345253c38fc9f33b43e1150e0fad6008d030a345f1cd1913a223 + home: https://www.clamav.net + icon: https://www.clamav.net/assets/clamav-trademark.png + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + name: clamav + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/clamav + - https://github.com/Mailu/Mailu/tree/master/optional/clamav + - https://hub.docker.com/r/mailu/clamav + - https://github.com/Cisco-Talos/clamav-devel + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/clamav-1.4.0/clamav-1.4.0.tgz + version: 1.4.0 + - apiVersion: v2 + appVersion: "1.8" + created: "2021-05-04T14:00:12.530047318Z" + description: An Open-Source antivirus engine for detecting trojans, viruses, malware + & other malicious threats. Using Mailu docker image. + digest: b82fbfce4f2175ebb623ed52cb5486d68f06e65e1d7bb08ae8c34881dcfeb187 + home: https://www.clamav.net + icon: https://www.clamav.net/assets/clamav-trademark.png + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + name: clamav + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/clamav + - https://github.com/Mailu/Mailu/tree/master/optional/clamav + - https://hub.docker.com/r/mailu/clamav + - https://github.com/Cisco-Talos/clamav-devel + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/clamav-1.3.2/clamav-1.3.2.tgz + version: 1.3.2 + - apiVersion: v2 + appVersion: "1.8" + created: "2021-04-12T07:00:26.666914289Z" + description: An Open-Source antivirus engine for detecting trojans, viruses, malware + & other malicious threats. Using Mailu docker image. + digest: 6d8324a630ba18f9004bcec4f151a199343b52b735cb12c83fb48db00fdb7859 + home: https://www.clamav.net + icon: https://www.clamav.net/assets/clamav-trademark.png + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + name: clamav + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/clamav + - https://github.com/Mailu/Mailu/tree/master/optional/clamav + - https://hub.docker.com/r/mailu/clamav + - https://github.com/Cisco-Talos/clamav-devel + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/clamav-1.3.1/clamav-1.3.1.tgz + version: 1.3.1 + - apiVersion: v2 + appVersion: "1.8" + created: "2021-04-12T06:39:59.938007132Z" + description: An Open-Source antivirus engine for detecting trojans, viruses, malware + & other malicious threats. + digest: 5100eb2b3227f2ace8b7ecc4587ee23e2fee20584810b94a6eea206ef7edbd70 + home: https://www.clamav.net + icon: https://www.clamav.net/assets/clamav-trademark.png + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + name: clamav + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/clamav + - https://github.com/Mailu/Mailu + - https://github.com/Cisco-Talos/clamav-devel + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/clamav-1.3.0/clamav-1.3.0.tgz + version: 1.3.0 + - apiVersion: v2 + appVersion: "1.8" + created: "2021-04-01T19:08:39.997122665Z" + description: An Open-Source antivirus engine for detecting trojans, viruses, malware + & other malicious threats. + digest: b73a60ac2bee1cf66ef7187bc62bda4f1d6fdf6ba4f5237ccccda2cb1451a626 + home: https://www.clamav.net + icon: https://www.clamav.net/assets/clamav-trademark.png + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + name: clamav + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/clamav + - https://github.com/Mailu/Mailu + - https://github.com/Cisco-Talos/clamav-devel + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/clamav-1.2.1/clamav-1.2.1.tgz + version: 1.2.1 + - apiVersion: v2 + appVersion: "1.8" + created: "2021-03-16T11:58:07.045065313Z" + description: An Open-Source antivirus engine for detecting trojans, viruses, malware + & other malicious threats. + digest: 84234ceffce13c92f0be32b6f170d303aada27e3e79b5cffd6afbb9465108d73 + home: https://www.clamav.net + icon: https://www.clamav.net/assets/clamav-trademark.png + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + name: clamav + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/clamav + - https://github.com/Mailu/Mailu + - https://github.com/Cisco-Talos/clamav-devel + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/clamav-1.2.0/clamav-1.2.0.tgz + version: 1.2.0 + - apiVersion: v2 + appVersion: "1.8" + created: "2021-03-03T09:44:30.933763321Z" + description: An Open-Source antivirus engine for detecting trojans, viruses, malware + & other malicious threats. + digest: bda3b2b79dd471b74248f9b71a819e6f92e3edf8f4cc27cce76d2b3b3154bc21 + home: https://www.clamav.net + icon: https://www.clamav.net/assets/clamav-trademark.png + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + name: clamav + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/clamav + - https://github.com/Mailu/Mailu + - https://github.com/Cisco-Talos/clamav-devel + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/clamav-1.1.0/clamav-1.1.0.tgz + version: 1.1.0 + - apiVersion: v2 + appVersion: "1.8" + created: "2021-03-02T06:32:05.271827677Z" + description: An Open-Source antivirus engine for detecting trojans, viruses, malware + & other malicious threats. + digest: 1da3592280fa2b191655b5f9bc170b0206d24c4b9e4faec56884ae7a2cb14837 + home: https://www.clamav.net + icon: https://www.clamav.net/assets/clamav-trademark.png + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + name: clamav + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/clamav + - https://github.com/Mailu/Mailu + - https://github.com/Cisco-Talos/clamav-devel + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/clamav-1.0.11/clamav-1.0.11.tgz + version: 1.0.11 + - apiVersion: v2 + appVersion: "1.8" + created: "2021-02-05T11:44:12.287813336Z" + description: An Open-Source antivirus engine for detecting trojans, viruses, malware + & other malicious threats. + digest: 3444e755f37ffd649a0dd1988e9dfdcafe5a7c6de9e49aaf1ab70ef6356eae87 + home: https://www.clamav.net + icon: https://www.clamav.net/assets/clamav-trademark.png + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + name: clamav + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/clamav + - https://github.com/Mailu/Mailu + - https://github.com/Cisco-Talos/clamav-devel + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/clamav-1.0.10/clamav-1.0.10.tgz + version: 1.0.10 + - apiVersion: v2 + appVersion: "1.8" + created: "2021-02-03T09:16:59.06362265Z" + description: An Open-Source antivirus engine for detecting trojans, viruses, malware + & other malicious threats. + digest: 9015a699c9db695c127bbc00803ce53bd3f9824e3640a92f6db017a12f542398 + home: https://www.clamav.net + icon: https://www.clamav.net/assets/clamav-trademark.png + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + name: clamav + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/clamav + - https://www.clamav.net + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/clamav-1.0.9/clamav-1.0.9.tgz + version: 1.0.9 + cluster-manager: + - annotations: + category: DeveloperTools + apiVersion: v2 + appVersion: v1.2.0 + created: "2024-02-22T14:49:38.363383208Z" + description: Helm chart to deploy cluster-manager + digest: a02a53fe978c0f8ac640226fabbd6377a3b694e3ec1d42ddc66af801bfba5938 + home: https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/cluster-manager + icon: https://avatars.githubusercontent.com/u/9391624?s=200&v=4 + keywords: + - cluster + - manager + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: cluster-manager + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/cluster-manager + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/cluster-manager-0.17.0/cluster-manager-0.17.0.tgz + version: 0.17.0 + - annotations: + category: DeveloperTools + apiVersion: v2 + appVersion: v0.30.0 + created: "2023-11-21T12:20:22.149169915Z" + description: Helm chart to deploy cluster-manager + digest: 6968d8c6c6a6349f63d8330aba18fcf2cb50ce549f7af1a976514f3d8bdaf334 + home: https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/cluster-manager + icon: https://avatars.githubusercontent.com/u/9391624?s=200&v=4 + keywords: + - cluster + - manager + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: cluster-manager + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/cluster-manager + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/cluster-manager-0.16.3/cluster-manager-0.16.3.tgz + version: 0.16.3 + - annotations: + category: DeveloperTools + apiVersion: v2 + appVersion: v0.30.0 + created: "2023-11-21T12:08:15.913388213Z" + description: Helm chart to deploy cluster-manager + digest: c73b8a98d6d4573138b8f32e35065150360827aa31b1a3e145c41f4f775f15ab + home: https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/cluster-manager + icon: https://avatars.githubusercontent.com/u/9391624?s=200&v=4 + keywords: + - cluster + - manager + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: cluster-manager + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/cluster-manager + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/cluster-manager-0.16.2/cluster-manager-0.16.2.tgz + version: 0.16.2 + csi-driver-host-path: + - apiVersion: v2 + appVersion: v1.11.0 + created: "2023-07-25T09:49:02.791328451Z" + description: A sample (non-production) CSI Driver that creates a local directory + as a volume on a single node + digest: c5a695b423f55f0e0e110d2127e8432df9760052852212ab323c239ff414f321 + home: https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/csi-driver-host-path + icon: https://avatars.githubusercontent.com/u/33050221?s=48&v=4 + keywords: + - csi + - driver + - host + - path + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: csi-driver-host-path + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/csi-driver-host-path + type: application + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/csi-driver-host-path-0.1.1/csi-driver-host-path-0.1.1.tgz + version: 0.1.1 + - apiVersion: v2 + appVersion: v1.11.0 + created: "2023-07-25T08:45:40.892511133Z" + description: A sample (non-production) CSI Driver that creates a local directory + as a volume on a single node + digest: 738f26a974c747a8a2e255dcbefdbebbe789164f45ef34ebe8f33b5f175996b9 + home: https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/csi-driver-host-path + icon: https://avatars.githubusercontent.com/u/33050221?s=48&v=4 + keywords: + - csi + - driver + - host + - path + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: csi-driver-host-path + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/csi-driver-host-path + type: application + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/csi-driver-host-path-0.1.0/csi-driver-host-path-0.1.0.tgz + version: 0.1.0 + dask-crds: + - annotations: + category: DeveloperTools + apiVersion: v2 + appVersion: 2022.6.1 + created: "2022-08-10T14:53:41.309784725Z" + description: Manage dask CRDs + digest: dce8125a60ce610d0c71236deb360ec5376b7ff765ddb9f17f8056013661273c + keywords: + - dask + - gateway + - crds + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + - email: 19607336+maxime1907@users.noreply.github.com + name: maxime1907 + name: dask-crds + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/dask-crds + - https://github.com/dask/dask-gateway/tree/main/resources/helm/dask-gateway + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/dask-crds-2022.6.2/dask-crds-2022.6.2.tgz + version: 2022.6.2 + - annotations: + category: DeveloperTools + apiVersion: v2 + appVersion: 2022.6.1 + created: "2022-08-10T13:40:49.666915254Z" + description: Manage dask CRDs + digest: e6ea72d958f489bfce2bb570816da81249f20f75a938c84702d904e477802b16 + keywords: + - dask + - gateway + - crds + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + - email: 19607336+maxime1907@users.noreply.github.com + name: maxime1907 + name: dask-crds + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/dask-crds + - https://github.com/dask/dask-gateway/tree/main/resources/helm/dask-gateway + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/dask-crds-2022.6.1/dask-crds-2022.6.1.tgz + version: 2022.6.1 + dex: + - apiVersion: v2 + appVersion: 2.24.0 + created: "2023-04-11T08:15:35.722002436Z" + description: OpenID Connect Identity (OIDC) and OAuth 2.0 Provider with Pluggable + Connectors + digest: ca0836c702630def030a758ecb4883815a77613311da5d0ce69c2ec693412995 + home: https://github.com/dexidp/dex/ + icon: https://github.com/dexidp/dex/raw/master/Documentation/logos/dex-glyph-color.png + keywords: + - dex + - oidc + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: dex + sources: + - https://github.com/dexidp/dex/ + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/dex-2.15.7/dex-2.15.7.tgz + version: 2.15.7 + - apiVersion: v2 + appVersion: 2.24.0 + created: "2022-06-03T11:22:05.106683682Z" + description: OpenID Connect Identity (OIDC) and OAuth 2.0 Provider with Pluggable + Connectors + digest: 0d1be9f50e9cd116a3f112679543a82319aa36d135443ce8520c4e06e6a5ff86 + home: https://github.com/dexidp/dex/ + icon: https://github.com/dexidp/dex/raw/master/Documentation/logos/dex-glyph-color.png + keywords: + - dex + - oidc + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + name: dex + sources: + - https://github.com/dexidp/dex/ + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/dex-2.15.6/dex-2.15.6.tgz + version: 2.15.6 + - apiVersion: v2 + appVersion: 2.24.0 + created: "2022-02-17T17:23:42.837141501Z" + description: OpenID Connect Identity (OIDC) and OAuth 2.0 Provider with Pluggable + Connectors + digest: 0a1abcfb9dc81ff8ef8a5cd3db15a8fbf9980fbd46232ae86cdeb97bc1a12f80 + home: https://github.com/dexidp/dex/ + icon: https://github.com/dexidp/dex/raw/master/Documentation/logos/dex-glyph-color.png + keywords: + - dex + - oidc + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + name: dex + sources: + - https://github.com/dexidp/dex/ + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/dex-2.15.5/dex-2.15.5.tgz + version: 2.15.5 + - apiVersion: v2 + appVersion: 2.24.0 + created: "2021-10-18T15:46:07.271746274Z" + description: OpenID Connect Identity (OIDC) and OAuth 2.0 Provider with Pluggable + Connectors + digest: 883c663a7e2b40146c41e67324c5b8316e273dbbd871e1e7e0ea2f61547f363a + home: https://github.com/dexidp/dex/ + icon: https://github.com/dexidp/dex/raw/master/Documentation/logos/dex-glyph-color.png + keywords: + - dex + - oidc + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + name: dex + sources: + - https://github.com/dexidp/dex/ + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/dex-2.15.4/dex-2.15.4.tgz + version: 2.15.4 + - apiVersion: v2 + appVersion: 2.24.0 + created: "2020-11-24T16:08:07.124797208Z" + description: OpenID Connect Identity (OIDC) and OAuth 2.0 Provider with Pluggable + Connectors + digest: 3d6eb47a3f1c85687632a667c331b2329deffc3baf9db4418b826e9667c9abf7 + home: https://github.com/dexidp/dex/ + icon: https://github.com/dexidp/dex/raw/master/Documentation/logos/dex-glyph-color.png + keywords: + - dex + - oidc + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + name: dex + sources: + - https://github.com/dexidp/dex/ + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/dex-2.15.3/dex-2.15.3.tgz + version: 2.15.3 + dex-k8s-authenticator: + - apiVersion: v1 + appVersion: v1.4.0 + created: "2023-07-12T09:18:51.249950501Z" + description: Authenticator for using Dex with Kubernetes + digest: 451b284fa96a68c2bdc9e59ba7f41d361884b0158a1791e08d8d285120231c4d + maintainers: + - email: nbadger@mintel.com + name: nabadger + name: dex-k8s-authenticator + sources: + - https://github.com/mintel/dex-k8s-authenticator + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/dex-k8s-authenticator + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/dex-k8s-authenticator-1.6.0/dex-k8s-authenticator-1.6.0.tgz + version: 1.6.0 + - apiVersion: v1 + appVersion: v1.4.0 + created: "2022-05-08T19:40:00.814691061Z" + description: Authenticator for using Dex with Kubernetes + digest: 6bcb00329c6517f35a9e3a0d53aab3c442f5f3eb71e4faf94fb7b9c5884dfe98 + maintainers: + - email: nbadger@mintel.com + name: nabadger + name: dex-k8s-authenticator + sources: + - https://github.com/mintel/dex-k8s-authenticator + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/dex-k8s-authenticator + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/dex-k8s-authenticator-1.5.3/dex-k8s-authenticator-1.5.3.tgz + version: 1.5.3 + - apiVersion: v1 + appVersion: v1.4.0 + created: "2022-02-17T17:23:42.953318435Z" + description: Authenticator for using Dex with Kubernetes + digest: 657d6dd7b50ab56437e6401bfa87e2bf0837b0aaf15f3094f783cdee82b03282 + maintainers: + - email: nbadger@mintel.com + name: nabadger + name: dex-k8s-authenticator + sources: + - https://github.com/mintel/dex-k8s-authenticator + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/dex-k8s-authenticator + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/dex-k8s-authenticator-1.5.2/dex-k8s-authenticator-1.5.2.tgz + version: 1.5.2 + - apiVersion: v1 + appVersion: v1.4.0 + created: "2022-02-11T09:07:47.590003918Z" + description: Authenticator for using Dex with Kubernetes + digest: 1201e8f5b4184f9d9050523b095bafb4a5ba563b5db890bd0bb780ce6b3853da + maintainers: + - email: nbadger@mintel.com + name: nabadger + name: dex-k8s-authenticator + sources: + - https://github.com/mintel/dex-k8s-authenticator + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/dex-k8s-authenticator + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/dex-k8s-authenticator-1.5.1/dex-k8s-authenticator-1.5.1.tgz + version: 1.5.1 + - apiVersion: v1 + appVersion: v1.4.0 + created: "2022-02-09T16:46:40.446151068Z" + description: Authenticator for using Dex with Kubernetes + digest: fdaa7512082047b7b017d606b114c2911be13150229e5f52aa5586930385326d + maintainers: + - email: nbadger@mintel.com + name: nabadger + name: dex-k8s-authenticator + sources: + - https://github.com/mintel/dex-k8s-authenticator + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/dex-k8s-authenticator + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/dex-k8s-authenticator-1.5.0/dex-k8s-authenticator-1.5.0.tgz + version: 1.5.0 + docker-hub-rate-limit-exporter: + - apiVersion: v2 + appVersion: version-1.5 + created: "2022-05-10T15:41:06.493781622Z" + description: Export your current docker hub rate limit status to prometheus. + digest: efec9db7cd14f76e8f3fbb283e7e5c09eecfec2c8e270c6fd546bdb17590bbbb + home: https://github.com/viadee/docker-hub-rate-limit-exporter/ + icon: https://raw.githubusercontent.com/viadee/docker-hub-rate-limit-exporter/main/charts/docker-hub-rate-limit-exporter-chart/icon.png + keywords: + - docker + - hub + - rate + - limit + - exporter + maintainers: + - email: sebastian.sirch@viadee.de + name: sebastiansirch + - email: frank.koehne@viadee.de + name: fkoehne + - email: marius.stein@viadee.de + name: mstein11 + name: docker-hub-rate-limit-exporter + sources: + - https://github.com/viadee/docker-hub-rate-limit-exporter/ + type: application + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/docker-hub-rate-limit-exporter-0.3.0/docker-hub-rate-limit-exporter-0.3.0.tgz + version: 0.3.0 + druid: + - apiVersion: v2 + appVersion: 26.0.0 + created: "2024-02-12T11:39:45.098644277Z" + dependencies: + - condition: zookeeper.enabled + name: zookeeper + repository: https://charts.bitnami.com/bitnami + version: 10.0.0 + - condition: postgresql.enabled + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 11.6.14 + - condition: mysql.enabled + name: mysql + repository: https://charts.bitnami.com/bitnami + version: 9.11.1 + - condition: kube-hpa-scale-to-zero.enabled + name: kube-hpa-scale-to-zero + repository: https://machine424.github.io/kube-hpa-scale-to-zero + version: 0.4.0 + - alias: extra-objects + condition: extra-objects.enabled + name: raw + repository: https://wiremind.github.io/wiremind-helm-charts + version: 0.1.0 + - condition: druid-tasks-exporter.enabled + name: druid-tasks-exporter + repository: https://wiremind.github.io/wiremind-helm-charts + version: 0.1.5 + description: Apache Druid is a high performance real-time analytics database. + digest: 66d4dfff2513595630eacff7361503f86d04e7c59a791c0b8fdc0d237a19a80b + home: https://druid.apache.org/ + icon: https://druid.apache.org/img/favicon.png + keywords: + - olap + - database + - analytics + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: druid + sources: + - https://github.com/apache/druid + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/druid + type: application + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/druid-1.14.8/druid-1.14.8.tgz + version: 1.14.8 + - apiVersion: v2 + appVersion: 26.0.0 + created: "2024-02-12T10:41:19.202725025Z" + dependencies: + - condition: zookeeper.enabled + name: zookeeper + repository: https://charts.bitnami.com/bitnami + version: 10.0.0 + - condition: postgresql.enabled + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 11.6.14 + - condition: mysql.enabled + name: mysql + repository: https://charts.bitnami.com/bitnami + version: 9.11.1 + - condition: kube-hpa-scale-to-zero.enabled + name: kube-hpa-scale-to-zero + repository: https://machine424.github.io/kube-hpa-scale-to-zero + version: 0.4.0 + - alias: extra-objects + condition: extra-objects.enabled + name: raw + repository: https://wiremind.github.io/wiremind-helm-charts + version: 0.1.0 + - condition: druid-tasks-exporter.enabled + name: druid-tasks-exporter + repository: https://wiremind.github.io/wiremind-helm-charts + version: 0.1.5 + description: Apache Druid is a high performance real-time analytics database. + digest: 5873f4b6644ef228d14eac6832e0c3fa556d4ba17fe65bcc12e4c0b1206a148d + home: https://druid.apache.org/ + icon: https://druid.apache.org/img/favicon.png + keywords: + - olap + - database + - analytics + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: druid + sources: + - https://github.com/apache/druid + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/druid + type: application + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/druid-1.14.7/druid-1.14.7.tgz + version: 1.14.7 + - apiVersion: v2 + appVersion: 26.0.0 + created: "2024-02-01T16:20:46.461108842Z" + dependencies: + - condition: zookeeper.enabled + name: zookeeper + repository: https://charts.bitnami.com/bitnami + version: 10.0.0 + - condition: postgresql.enabled + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 11.6.14 + - condition: mysql.enabled + name: mysql + repository: https://charts.bitnami.com/bitnami + version: 9.11.1 + - condition: kube-hpa-scale-to-zero.enabled + name: kube-hpa-scale-to-zero + repository: https://machine424.github.io/kube-hpa-scale-to-zero + version: 0.3.0 + - alias: extra-objects + condition: extra-objects.enabled + name: raw + repository: https://wiremind.github.io/wiremind-helm-charts + version: 0.1.0 + - condition: druid-tasks-exporter.enabled + name: druid-tasks-exporter + repository: https://wiremind.github.io/wiremind-helm-charts + version: 0.1.5 + description: Apache Druid is a high performance real-time analytics database. + digest: 35df7175dcbc53870ebe3518fb191799a7da40d8a62103d248585f1e6b1c7dba + home: https://druid.apache.org/ + icon: https://druid.apache.org/img/favicon.png + keywords: + - olap + - database + - analytics + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: druid + sources: + - https://github.com/apache/druid + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/druid + type: application + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/druid-1.14.6/druid-1.14.6.tgz + version: 1.14.6 + - apiVersion: v2 + appVersion: 26.0.0 + created: "2024-02-01T16:00:12.39418566Z" + dependencies: + - condition: zookeeper.enabled + name: zookeeper + repository: https://charts.bitnami.com/bitnami + version: 10.0.0 + - condition: postgresql.enabled + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 11.6.14 + - condition: mysql.enabled + name: mysql + repository: https://charts.bitnami.com/bitnami + version: 9.11.1 + - condition: kube-hpa-scale-to-zero.enabled + name: kube-hpa-scale-to-zero + repository: https://machine424.github.io/kube-hpa-scale-to-zero + version: 0.3.0 + - alias: extra-objects + condition: extra-objects.enabled + name: raw + repository: https://wiremind.github.io/wiremind-helm-charts + version: 0.1.0 + - condition: druid-tasks-exporter.enabled + name: druid-tasks-exporter + repository: https://wiremind.github.io/wiremind-helm-charts + version: 0.1.5 + description: Apache Druid is a high performance real-time analytics database. + digest: e0330c461c53f886c7a34d45805a1836750952334ecd7d3e915940b670a5e5eb + home: https://druid.apache.org/ + icon: https://druid.apache.org/img/favicon.png + keywords: + - olap + - database + - analytics + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: druid + sources: + - https://github.com/apache/druid + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/druid + type: application + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/druid-1.14.5/druid-1.14.5.tgz + version: 1.14.5 + - apiVersion: v2 + appVersion: 26.0.0 + created: "2024-01-24T17:53:41.473186992Z" + dependencies: + - condition: zookeeper.enabled + name: zookeeper + repository: https://charts.bitnami.com/bitnami + version: 10.0.0 + - condition: postgresql.enabled + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 11.6.14 + - condition: mysql.enabled + name: mysql + repository: https://charts.bitnami.com/bitnami + version: 9.11.1 + - condition: kube-hpa-scale-to-zero.enabled + name: kube-hpa-scale-to-zero + repository: https://machine424.github.io/kube-hpa-scale-to-zero + version: 0.3.0 + - alias: extra-objects + condition: extra-objects.enabled + name: raw + repository: https://wiremind.github.io/wiremind-helm-charts + version: 0.1.0 + - condition: druid-tasks-exporter.enabled + name: druid-tasks-exporter + repository: https://wiremind.github.io/wiremind-helm-charts + version: 0.1.5 + description: Apache Druid is a high performance real-time analytics database. + digest: 89f4c3d3f0fb5c5bd7e64f0b098e75ee75f9dffafbdbc4a4e4318a1cb55c66c6 + home: https://druid.apache.org/ + icon: https://druid.apache.org/img/favicon.png + keywords: + - olap + - database + - analytics + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: druid + sources: + - https://github.com/apache/druid + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/druid + type: application + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/druid-1.14.4/druid-1.14.4.tgz + version: 1.14.4 + - apiVersion: v2 + appVersion: 26.0.0 + created: "2024-01-23T12:17:28.076470947Z" + dependencies: + - condition: zookeeper.enabled + name: zookeeper + repository: https://charts.bitnami.com/bitnami + version: 10.0.0 + - condition: postgresql.enabled + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 11.6.14 + - condition: mysql.enabled + name: mysql + repository: https://charts.bitnami.com/bitnami + version: 9.11.1 + - condition: kube-hpa-scale-to-zero.enabled + name: kube-hpa-scale-to-zero + repository: https://machine424.github.io/kube-hpa-scale-to-zero + version: 0.3.0 + - alias: extra-objects + condition: extra-objects.enabled + name: raw + repository: https://wiremind.github.io/wiremind-helm-charts + version: 0.1.0 + - condition: druid-tasks-exporter.enabled + name: druid-tasks-exporter + repository: https://wiremind.github.io/wiremind-helm-charts + version: 0.1.5 + description: Apache Druid is a high performance real-time analytics database. + digest: c2d7b71ab63cae5b8dc28ca62f4757171340e0d0f638d2523b28cdd05e790dd7 + home: https://druid.apache.org/ + icon: https://druid.apache.org/img/favicon.png + keywords: + - olap + - database + - analytics + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: druid + sources: + - https://github.com/apache/druid + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/druid + type: application + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/druid-1.14.3/druid-1.14.3.tgz + version: 1.14.3 + - apiVersion: v2 + appVersion: 26.0.0 + created: "2024-01-04T15:46:31.975070703Z" + dependencies: + - condition: zookeeper.enabled + name: zookeeper + repository: https://charts.bitnami.com/bitnami + version: 10.0.0 + - condition: postgresql.enabled + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 11.6.14 + - condition: mysql.enabled + name: mysql + repository: https://charts.bitnami.com/bitnami + version: 9.11.1 + - condition: kube-hpa-scale-to-zero.enabled + name: kube-hpa-scale-to-zero + repository: https://machine424.github.io/kube-hpa-scale-to-zero + version: 0.3.0 + - alias: extra-objects + condition: extra-objects.enabled + name: raw + repository: https://wiremind.github.io/wiremind-helm-charts + version: 0.1.0 + - condition: druid-tasks-exporter.enabled + name: druid-tasks-exporter + repository: https://wiremind.github.io/wiremind-helm-charts + version: 0.1.5 + description: Apache Druid is a high performance real-time analytics database. + digest: 6c4bd47749f6faf2052fd699f02772469f1bd689fa3ccf976b28ce39ae9933da + home: https://druid.apache.org/ + icon: https://druid.apache.org/img/favicon.png + keywords: + - olap + - database + - analytics + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: druid + sources: + - https://github.com/apache/druid + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/druid + type: application + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/druid-1.14.2/druid-1.14.2.tgz + version: 1.14.2 + - apiVersion: v2 + appVersion: 26.0.0 + created: "2024-01-04T14:29:47.051322264Z" + dependencies: + - condition: zookeeper.enabled + name: zookeeper + repository: https://charts.bitnami.com/bitnami + version: 10.0.0 + - condition: postgresql.enabled + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 11.6.14 + - condition: mysql.enabled + name: mysql + repository: https://charts.bitnami.com/bitnami + version: 9.11.1 + - condition: kube-hpa-scale-to-zero.enabled + name: kube-hpa-scale-to-zero + repository: https://machine424.github.io/kube-hpa-scale-to-zero + version: 0.3.0 + - alias: extra-objects + condition: extra-objects.enabled + name: raw + repository: https://wiremind.github.io/wiremind-helm-charts + version: 0.1.0 + - condition: druid-tasks-exporter.enabled + name: druid-tasks-exporter + repository: https://wiremind.github.io/wiremind-helm-charts + version: 0.1.5 + description: Apache Druid is a high performance real-time analytics database. + digest: b256cdc45759ab21d2b18bf242295f8cd33f6819646a32da9e121fda63a6303a + home: https://druid.apache.org/ + icon: https://druid.apache.org/img/favicon.png + keywords: + - olap + - database + - analytics + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: druid + sources: + - https://github.com/apache/druid + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/druid + type: application + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/druid-1.14.1/druid-1.14.1.tgz + version: 1.14.1 + - apiVersion: v2 + appVersion: 26.0.0 + created: "2024-01-04T14:15:49.964726019Z" + dependencies: + - condition: zookeeper.enabled + name: zookeeper + repository: https://charts.bitnami.com/bitnami + version: 10.0.0 + - condition: postgresql.enabled + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 11.6.14 + - condition: mysql.enabled + name: mysql + repository: https://charts.bitnami.com/bitnami + version: 9.11.1 + - condition: kube-hpa-scale-to-zero.enabled + name: kube-hpa-scale-to-zero + repository: https://machine424.github.io/kube-hpa-scale-to-zero + version: 0.3.0 + - alias: extra-objects + condition: extra-objects.enabled + name: raw + repository: https://wiremind.github.io/wiremind-helm-charts + version: 0.1.0 + - condition: druid-tasks-exporter.enabled + name: druid-tasks-exporter + repository: https://wiremind.github.io/wiremind-helm-charts + version: 0.1.5 + description: Apache Druid is a high performance real-time analytics database. + digest: f7439ba52f82748e6d1fd89ae4cf4322de1432f122ad9baa8c9c07b9f85b5288 + home: https://druid.apache.org/ + icon: https://druid.apache.org/img/favicon.png + keywords: + - olap + - database + - analytics + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: druid + sources: + - https://github.com/apache/druid + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/druid + type: application + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/druid-1.14.0/druid-1.14.0.tgz + version: 1.14.0 + - apiVersion: v2 + appVersion: 26.0.0 + created: "2024-01-04T13:18:48.236743231Z" + dependencies: + - condition: zookeeper.enabled + name: zookeeper + repository: https://charts.bitnami.com/bitnami + version: 10.0.0 + - condition: postgresql.enabled + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 11.6.14 + - condition: mysql.enabled + name: mysql + repository: https://charts.bitnami.com/bitnami + version: 9.11.1 + - condition: kube-hpa-scale-to-zero.enabled + name: kube-hpa-scale-to-zero + repository: https://machine424.github.io/kube-hpa-scale-to-zero + version: 0.3.0 + - alias: extra-objects + condition: extra-objects.enabled + name: raw + repository: https://wiremind.github.io/wiremind-helm-charts + version: 0.1.0 + - condition: druid-tasks-exporter.enabled + name: druid-tasks-exporter + repository: https://wiremind.github.io/wiremind-helm-charts + version: 0.1.5 + description: Apache Druid is a high performance real-time analytics database. + digest: f9dfb5703db7368ec34543048de6daceae455d2af93ef824ed048a584a2d6017 + home: https://druid.apache.org/ + icon: https://druid.apache.org/img/favicon.png + keywords: + - olap + - database + - analytics + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: druid + sources: + - https://github.com/apache/druid + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/druid + type: application + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/druid-1.13.1/druid-1.13.1.tgz + version: 1.13.1 + - apiVersion: v2 + appVersion: 26.0.0 + created: "2024-01-04T12:40:19.98828872Z" + dependencies: + - condition: zookeeper.enabled + name: zookeeper + repository: https://charts.bitnami.com/bitnami + version: 10.0.0 + - condition: postgresql.enabled + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 11.6.14 + - condition: mysql.enabled + name: mysql + repository: https://charts.bitnami.com/bitnami + version: 9.11.1 + - condition: kube-hpa-scale-to-zero.enabled + name: kube-hpa-scale-to-zero + repository: https://machine424.github.io/kube-hpa-scale-to-zero + version: 0.3.0 + - alias: extra-objects + condition: extra-objects.enabled + name: raw + repository: https://wiremind.github.io/wiremind-helm-charts + version: 0.1.0 + - condition: druid-tasks-exporter.enabled + name: druid-tasks-exporter + repository: https://wiremind.github.io/wiremind-helm-charts + version: 0.1.5 + description: Apache Druid is a high performance real-time analytics database. + digest: 58e8415b56f7031bb1b7374fb9b13d2df53eba3bffa2bb8bf32c4daf79cf2dc0 + home: https://druid.apache.org/ + icon: https://druid.apache.org/img/favicon.png + keywords: + - olap + - database + - analytics + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: druid + sources: + - https://github.com/apache/druid + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/druid + type: application + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/druid-1.13.0/druid-1.13.0.tgz + version: 1.13.0 + - apiVersion: v2 + appVersion: 26.0.0 + created: "2024-01-03T16:38:23.108779304Z" + dependencies: + - condition: zookeeper.enabled + name: zookeeper + repository: https://charts.bitnami.com/bitnami + version: 10.0.0 + - condition: postgresql.enabled + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 11.6.14 + - condition: mysql.enabled + name: mysql + repository: https://charts.bitnami.com/bitnami + version: 9.11.1 + - condition: kube-hpa-scale-to-zero.enabled + name: kube-hpa-scale-to-zero + repository: https://machine424.github.io/kube-hpa-scale-to-zero + version: 0.3.0 + - alias: extra-objects + condition: extra-objects.enabled + name: raw + repository: https://wiremind.github.io/wiremind-helm-charts + version: 0.1.0 + - condition: druid-tasks-exporter.enabled + name: druid-tasks-exporter + repository: https://wiremind.github.io/wiremind-helm-charts + version: 0.1.5 + description: Apache Druid is a high performance real-time analytics database. + digest: 9db71db49777167e3184b3e46607713a0f7239de8a3ec5eeb3fc15c6bac7b3e2 + home: https://druid.apache.org/ + icon: https://druid.apache.org/img/favicon.png + keywords: + - olap + - database + - analytics + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: druid + sources: + - https://github.com/apache/druid + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/druid + type: application + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/druid-1.12.0/druid-1.12.0.tgz + version: 1.12.0 + - apiVersion: v2 + appVersion: 26.0.0 + created: "2024-01-03T13:36:12.975009378Z" + dependencies: + - condition: zookeeper.enabled + name: zookeeper + repository: https://charts.bitnami.com/bitnami + version: 10.0.0 + - condition: postgresql.enabled + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 11.6.14 + - condition: mysql.enabled + name: mysql + repository: https://charts.bitnami.com/bitnami + version: 9.11.1 + - condition: kube-hpa-scale-to-zero.enabled + name: kube-hpa-scale-to-zero + repository: https://machine424.github.io/kube-hpa-scale-to-zero + version: 0.3.0 + - alias: extra-objects + condition: extra-objects.enabled + name: raw + repository: https://wiremind.github.io/wiremind-helm-charts + version: 0.1.0 + - condition: druid-tasks-exporter.enabled + name: druid-tasks-exporter + repository: https://wiremind.github.io/wiremind-helm-charts + version: 0.1.5 + description: Apache Druid is a high performance real-time analytics database. + digest: 67a15253756280a4c6ba70729c9b03b995c3fdd8a2a459e7f220709c01234112 + home: https://druid.apache.org/ + icon: https://druid.apache.org/img/favicon.png + keywords: + - olap + - database + - analytics + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: druid + sources: + - https://github.com/apache/druid + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/druid + type: application + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/druid-1.11.1/druid-1.11.1.tgz + version: 1.11.1 + - apiVersion: v2 + appVersion: 26.0.0 + created: "2024-01-03T12:42:50.635154503Z" + dependencies: + - condition: zookeeper.enabled + name: zookeeper + repository: https://charts.bitnami.com/bitnami + version: 10.0.0 + - condition: postgresql.enabled + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 11.6.14 + - condition: mysql.enabled + name: mysql + repository: https://charts.bitnami.com/bitnami + version: 9.11.1 + - condition: kube-hpa-scale-to-zero.enabled + name: kube-hpa-scale-to-zero + repository: https://machine424.github.io/kube-hpa-scale-to-zero + version: 0.3.0 + - alias: extra-objects + condition: extra-objects.enabled + name: raw + repository: https://wiremind.github.io/wiremind-helm-charts + version: 0.1.0 + - condition: druid-tasks-exporter.enabled + name: druid-tasks-exporter + repository: https://wiremind.github.io/wiremind-helm-charts + version: 0.1.5 + description: Apache Druid is a high performance real-time analytics database. + digest: a246fab49666e91d3535e96297fdeebe314193effa78bb3ab9ca4a125f40755b + home: https://druid.apache.org/ + icon: https://druid.apache.org/img/favicon.png + keywords: + - olap + - database + - analytics + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: druid + sources: + - https://github.com/apache/druid + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/druid + type: application + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/druid-1.11.0/druid-1.11.0.tgz + version: 1.11.0 + - apiVersion: v2 + appVersion: 26.0.0 + created: "2023-12-15T11:27:35.486728202Z" + dependencies: + - condition: zookeeper.enabled + name: zookeeper + repository: https://charts.bitnami.com/bitnami + version: 10.0.0 + - condition: postgresql.enabled + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 11.6.14 + - condition: mysql.enabled + name: mysql + repository: https://charts.bitnami.com/bitnami + version: 9.11.1 + - condition: kube-hpa-scale-to-zero.enabled + name: kube-hpa-scale-to-zero + repository: https://machine424.github.io/kube-hpa-scale-to-zero + version: 0.3.0 + - alias: extra-objects + condition: extra-objects.enabled + name: raw + repository: https://wiremind.github.io/wiremind-helm-charts + version: 0.1.0 + - condition: druid-tasks-exporter.enabled + name: druid-tasks-exporter + repository: https://wiremind.github.io/wiremind-helm-charts + version: 0.1.5 + description: Apache Druid is a high performance real-time analytics database. + digest: 780287b5837f7532b5ddfb42e5c1c04f7414033e5d596d4ea15866a318d31c0f + home: https://druid.apache.org/ + icon: https://druid.apache.org/img/favicon.png + keywords: + - olap + - database + - analytics + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: druid + sources: + - https://github.com/apache/druid + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/druid + type: application + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/druid-1.10.4/druid-1.10.4.tgz + version: 1.10.4 + - apiVersion: v2 + appVersion: 26.0.0 + created: "2023-12-12T12:36:32.744834874Z" + dependencies: + - condition: zookeeper.enabled + name: zookeeper + repository: https://charts.bitnami.com/bitnami + version: 10.0.0 + - condition: postgresql.enabled + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 11.6.14 + - condition: mysql.enabled + name: mysql + repository: https://charts.bitnami.com/bitnami + version: 9.11.1 + - condition: kube-hpa-scale-to-zero.enabled + name: kube-hpa-scale-to-zero + repository: https://machine424.github.io/kube-hpa-scale-to-zero + version: 0.3.0 + - alias: extra-objects + condition: extra-objects.enabled + name: raw + repository: https://wiremind.github.io/wiremind-helm-charts + version: 0.1.0 + - condition: druid-tasks-exporter.enabled + name: druid-tasks-exporter + repository: https://wiremind.github.io/wiremind-helm-charts + version: 0.1.5 + description: Apache Druid is a high performance real-time analytics database. + digest: 9d44bdc3965aae6e354e864aaf5af250b1d8331fe70ee7caf56239e0be8720a8 + home: https://druid.apache.org/ + icon: https://druid.apache.org/img/favicon.png + keywords: + - olap + - database + - analytics + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: druid + sources: + - https://github.com/apache/druid + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/druid + type: application + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/druid-1.10.3/druid-1.10.3.tgz + version: 1.10.3 + - apiVersion: v2 + appVersion: 26.0.0 + created: "2023-12-12T12:04:43.473473675Z" + dependencies: + - condition: zookeeper.enabled + name: zookeeper + repository: https://charts.bitnami.com/bitnami + version: 10.0.0 + - condition: postgresql.enabled + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 11.6.14 + - condition: mysql.enabled + name: mysql + repository: https://charts.bitnami.com/bitnami + version: 9.11.1 + - condition: kube-hpa-scale-to-zero.enabled + name: kube-hpa-scale-to-zero + repository: https://machine424.github.io/kube-hpa-scale-to-zero + version: 0.3.0 + - alias: extra-objects + condition: extra-objects.enabled + name: raw + repository: https://wiremind.github.io/wiremind-helm-charts + version: 0.1.0 + - condition: druid-tasks-exporter.enabled + name: druid-tasks-exporter + repository: https://wiremind.github.io/wiremind-helm-charts + version: 0.1.5 + description: Apache Druid is a high performance real-time analytics database. + digest: 9ca793cab5003533a836b2bcccf66775faa0878fd3f9cb8e5811e8bf48555688 + home: https://druid.apache.org/ + icon: https://druid.apache.org/img/favicon.png + keywords: + - olap + - database + - analytics + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: druid + sources: + - https://github.com/apache/druid + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/druid + type: application + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/druid-1.10.2/druid-1.10.2.tgz + version: 1.10.2 + - apiVersion: v2 + appVersion: 26.0.0 + created: "2023-12-12T11:35:34.679194294Z" + dependencies: + - condition: zookeeper.enabled + name: zookeeper + repository: https://charts.bitnami.com/bitnami + version: 10.0.0 + - condition: postgresql.enabled + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 11.6.14 + - condition: mysql.enabled + name: mysql + repository: https://charts.bitnami.com/bitnami + version: 9.11.1 + - condition: kube-hpa-scale-to-zero.enabled + name: kube-hpa-scale-to-zero + repository: https://machine424.github.io/kube-hpa-scale-to-zero + version: 0.3.0 + - alias: extra-objects + condition: extra-objects.enabled + name: raw + repository: https://wiremind.github.io/wiremind-helm-charts + version: 0.1.0 + - condition: druid-tasks-exporter.enabled + name: druid-tasks-exporter + repository: https://wiremind.github.io/wiremind-helm-charts + version: 0.1.5 + description: Apache Druid is a high performance real-time analytics database. + digest: a0abf86655345d3a40e39bc2c0160c4bed9224140e4a53abf65b83519154d51b + home: https://druid.apache.org/ + icon: https://druid.apache.org/img/favicon.png + keywords: + - olap + - database + - analytics + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: druid + sources: + - https://github.com/apache/druid + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/druid + type: application + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/druid-1.10.1/druid-1.10.1.tgz + version: 1.10.1 + - apiVersion: v2 + appVersion: 26.0.0 + created: "2023-12-12T10:45:13.681613477Z" + dependencies: + - condition: zookeeper.enabled + name: zookeeper + repository: https://charts.bitnami.com/bitnami + version: 10.0.0 + - condition: postgresql.enabled + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 11.6.14 + - condition: mysql.enabled + name: mysql + repository: https://charts.bitnami.com/bitnami + version: 9.11.1 + - condition: kube-hpa-scale-to-zero.enabled + name: kube-hpa-scale-to-zero + repository: https://machine424.github.io/kube-hpa-scale-to-zero + version: 0.3.0 + - alias: extra-objects + condition: extra-objects.enabled + name: raw + repository: https://wiremind.github.io/wiremind-helm-charts + version: 0.1.0 + - condition: druid-tasks-exporter.enabled + name: druid-tasks-exporter + repository: https://wiremind.github.io/wiremind-helm-charts + version: 0.1.5 + description: Apache Druid is a high performance real-time analytics database. + digest: f3a86e87fb8e1bf0b5df1dc6de502cb99e9847e3b77d0d988a3d0888c04dc21a + home: https://druid.apache.org/ + icon: https://druid.apache.org/img/favicon.png + keywords: + - olap + - database + - analytics + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: druid + sources: + - https://github.com/apache/druid + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/druid + type: application + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/druid-1.10.0/druid-1.10.0.tgz + version: 1.10.0 + - apiVersion: v2 + appVersion: 26.0.0 + created: "2023-12-08T16:46:29.757156126Z" + dependencies: + - condition: zookeeper.enabled + name: zookeeper + repository: https://charts.bitnami.com/bitnami + version: 10.0.0 + - condition: postgresql.enabled + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 11.6.14 + - condition: mysql.enabled + name: mysql + repository: https://charts.bitnami.com/bitnami + version: 9.11.1 + - condition: kube-hpa-scale-to-zero.enabled + name: kube-hpa-scale-to-zero + repository: https://machine424.github.io/kube-hpa-scale-to-zero + version: 0.3.0 + - alias: extra-objects + condition: extra-objects.enabled + name: raw + repository: https://wiremind.github.io/wiremind-helm-charts + version: 0.1.0 + - condition: druid-tasks-exporter.enabled + name: druid-tasks-exporter + repository: https://wiremind.github.io/wiremind-helm-charts + version: 0.1.5 + description: Apache Druid is a high performance real-time analytics database. + digest: 391cae8e47787e1e22aacbde7c8e769b5fc6d69181ffe293d9b49a71adb8c7c6 + home: https://druid.apache.org/ + icon: https://druid.apache.org/img/favicon.png + keywords: + - olap + - database + - analytics + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: druid + sources: + - https://github.com/apache/druid + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/druid + type: application + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/druid-1.9.7/druid-1.9.7.tgz + version: 1.9.7 + - apiVersion: v2 + appVersion: 26.0.0 + created: "2023-12-07T18:10:37.531090218Z" + dependencies: + - condition: zookeeper.enabled + name: zookeeper + repository: https://charts.bitnami.com/bitnami + version: 10.0.0 + - condition: postgresql.enabled + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 11.6.14 + - condition: mysql.enabled + name: mysql + repository: https://charts.bitnami.com/bitnami + version: 9.11.1 + - condition: kube-hpa-scale-to-zero.enabled + name: kube-hpa-scale-to-zero + repository: https://machine424.github.io/kube-hpa-scale-to-zero + version: 0.3.0 + - alias: extra-objects + condition: extra-objects.enabled + name: raw + repository: https://wiremind.github.io/wiremind-helm-charts + version: 0.1.0 + - condition: druid-tasks-exporter.enabled + name: druid-tasks-exporter + repository: https://wiremind.github.io/wiremind-helm-charts + version: 0.1.5 + description: Apache Druid is a high performance real-time analytics database. + digest: d8425028629ff73540a0966c3af04de95918c9fd3ac110c51805547d8599cc59 + home: https://druid.apache.org/ + icon: https://druid.apache.org/img/favicon.png + keywords: + - olap + - database + - analytics + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: druid + sources: + - https://github.com/apache/druid + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/druid + type: application + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/druid-1.9.6/druid-1.9.6.tgz + version: 1.9.6 + - apiVersion: v2 + appVersion: 26.0.0 + created: "2023-12-07T10:02:16.099520596Z" + dependencies: + - condition: zookeeper.enabled + name: zookeeper + repository: https://charts.bitnami.com/bitnami + version: 10.0.0 + - condition: postgresql.enabled + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 11.6.14 + - condition: mysql.enabled + name: mysql + repository: https://charts.bitnami.com/bitnami + version: 9.11.1 + - condition: kube-hpa-scale-to-zero.enabled + name: kube-hpa-scale-to-zero + repository: https://machine424.github.io/kube-hpa-scale-to-zero + version: 0.3.0 + - alias: extra-objects + condition: extra-objects.enabled + name: raw + repository: https://wiremind.github.io/wiremind-helm-charts + version: 0.1.0 + - condition: druid-tasks-exporter.enabled + name: druid-tasks-exporter + repository: https://wiremind.github.io/wiremind-helm-charts + version: 0.1.4 + description: Apache Druid is a high performance real-time analytics database. + digest: 654c6d78c93502b6a2c6b6b687b4aee6a764ff4d6ce02fa99ba2684bf7a6ea9c + home: https://druid.apache.org/ + icon: https://druid.apache.org/img/favicon.png + keywords: + - olap + - database + - analytics + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: druid + sources: + - https://github.com/apache/druid + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/druid + type: application + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/druid-1.9.5/druid-1.9.5.tgz + version: 1.9.5 + - apiVersion: v2 + appVersion: 26.0.0 + created: "2023-12-05T10:09:42.424777076Z" + dependencies: + - condition: zookeeper.enabled + name: zookeeper + repository: https://charts.bitnami.com/bitnami + version: 10.0.0 + - condition: postgresql.enabled + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 11.6.14 + - condition: mysql.enabled + name: mysql + repository: https://charts.bitnami.com/bitnami + version: 9.11.1 + - condition: kube-hpa-scale-to-zero.enabled + name: kube-hpa-scale-to-zero + repository: https://machine424.github.io/kube-hpa-scale-to-zero + version: 0.3.0 + - alias: extra-objects + condition: extra-objects.enabled + name: raw + repository: https://wiremind.github.io/wiremind-helm-charts + version: 0.1.0 + - condition: druid-tasks-exporter.enabled + name: druid-tasks-exporter + repository: https://wiremind.github.io/wiremind-helm-charts + version: 0.1.3 + description: Apache Druid is a high performance real-time analytics database. + digest: f1d9142415df7cd2e49401c3b3476bd1d98374e0b8881a58fdd8fa57281f9099 + home: https://druid.apache.org/ + icon: https://druid.apache.org/img/favicon.png + keywords: + - olap + - database + - analytics + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: druid + sources: + - https://github.com/apache/druid + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/druid + type: application + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/druid-1.9.4/druid-1.9.4.tgz + version: 1.9.4 + - apiVersion: v2 + appVersion: 26.0.0 + created: "2023-12-04T08:41:53.458700729Z" + dependencies: + - condition: zookeeper.enabled + name: zookeeper + repository: https://charts.bitnami.com/bitnami + version: 10.0.0 + - condition: postgresql.enabled + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 11.6.14 + - condition: mysql.enabled + name: mysql + repository: https://charts.bitnami.com/bitnami + version: 9.11.1 + - condition: kube-hpa-scale-to-zero.enabled + name: kube-hpa-scale-to-zero + repository: https://machine424.github.io/kube-hpa-scale-to-zero + version: 0.3.0 + - alias: extra-objects + condition: extra-objects.enabled + name: raw + repository: https://wiremind.github.io/wiremind-helm-charts + version: 0.1.0 + - condition: druid-tasks-exporter.enabled + name: druid-tasks-exporter + repository: https://wiremind.github.io/wiremind-helm-charts + version: 0.1.2 + description: Apache Druid is a high performance real-time analytics database. + digest: 307038d307dd6dd89afe5d1d5f99c1465c6e188eded360dcda52b9f6bb02e804 + home: https://druid.apache.org/ + icon: https://druid.apache.org/img/favicon.png + keywords: + - olap + - database + - analytics + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: druid + sources: + - https://github.com/apache/druid + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/druid + type: application + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/druid-1.9.3/druid-1.9.3.tgz + version: 1.9.3 + - apiVersion: v2 + appVersion: 26.0.0 + created: "2023-11-23T12:16:29.839804036Z" + dependencies: + - condition: zookeeper.enabled + name: zookeeper + repository: https://charts.bitnami.com/bitnami + version: 10.0.0 + - condition: postgresql.enabled + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 11.6.14 + - condition: mysql.enabled + name: mysql + repository: https://charts.bitnami.com/bitnami + version: 9.11.1 + - condition: kube-hpa-scale-to-zero.enabled + name: kube-hpa-scale-to-zero + repository: https://machine424.github.io/kube-hpa-scale-to-zero + version: 0.3.0 + - alias: extra-objects + condition: extra-objects.enabled + name: raw + repository: https://wiremind.github.io/wiremind-helm-charts + version: 0.1.0 + - condition: druid-tasks-exporter.enabled + name: druid-tasks-exporter + repository: https://wiremind.github.io/wiremind-helm-charts + version: 0.1.1 + description: Apache Druid is a high performance real-time analytics database. + digest: 90319dc609d7161d918c45e2c288b448616ca5874b2ae37d66f02bf8d3cea8b0 + home: https://druid.apache.org/ + icon: https://druid.apache.org/img/favicon.png + keywords: + - olap + - database + - analytics + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: druid + sources: + - https://github.com/apache/druid + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/druid + type: application + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/druid-1.9.2/druid-1.9.2.tgz + version: 1.9.2 + - apiVersion: v2 + appVersion: 26.0.0 + created: "2023-11-23T12:02:11.497677489Z" + dependencies: + - condition: zookeeper.enabled + name: zookeeper + repository: https://charts.bitnami.com/bitnami + version: 10.0.0 + - condition: postgresql.enabled + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 11.6.14 + - condition: mysql.enabled + name: mysql + repository: https://charts.bitnami.com/bitnami + version: 9.11.1 + - condition: kube-hpa-scale-to-zero.enabled + name: kube-hpa-scale-to-zero + repository: https://machine424.github.io/kube-hpa-scale-to-zero + version: 0.3.0 + - alias: extra-objects + condition: extra-objects.enabled + name: raw + repository: https://wiremind.github.io/wiremind-helm-charts + version: 0.1.0 + - condition: druid-tasks-exporter.enabled + name: druid-tasks-exporter + repository: https://wiremind.github.io/wiremind-helm-charts + version: 0.1.0 + description: Apache Druid is a high performance real-time analytics database. + digest: c86bc6bb266531f6f50877fbc7e8089bd400dfda33fd73a8c01285e413a4fcde + home: https://druid.apache.org/ + icon: https://druid.apache.org/img/favicon.png + keywords: + - olap + - database + - analytics + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: druid + sources: + - https://github.com/apache/druid + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/druid + type: application + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/druid-1.9.1/druid-1.9.1.tgz + version: 1.9.1 + - apiVersion: v2 + appVersion: 26.0.0 + created: "2023-11-20T16:01:33.217327897Z" + dependencies: + - condition: zookeeper.enabled + name: zookeeper + repository: https://charts.bitnami.com/bitnami + version: 10.0.0 + - condition: postgresql.enabled + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 11.6.10 + - condition: mysql.enabled + name: mysql + repository: https://charts.bitnami.com/bitnami + version: 9.11.1 + - condition: kube-hpa-scale-to-zero.enabled + name: kube-hpa-scale-to-zero + repository: https://machine424.github.io/kube-hpa-scale-to-zero + version: 0.3.0 + - alias: extra-objects + condition: extra-objects.enabled + name: raw + repository: https://wiremind.github.io/wiremind-helm-charts + version: 0.1.0 + - condition: druid-tasks-exporter.enabled + name: druid-tasks-exporter + repository: https://wiremind.github.io/wiremind-helm-charts + version: 0.1.0 + description: Apache Druid is a high performance real-time analytics database. + digest: 9a6582269e714b5bad65be4c1af88af30065876ed666ece22292beffd801bc77 + home: https://druid.apache.org/ + icon: https://druid.apache.org/img/favicon.png + keywords: + - olap + - database + - analytics + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: druid + sources: + - https://github.com/apache/druid + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/druid + type: application + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/druid-1.9.0/druid-1.9.0.tgz + version: 1.9.0 + - apiVersion: v2 + appVersion: 26.0.0 + created: "2023-10-30T12:26:41.448716149Z" + dependencies: + - condition: zookeeper.enabled + name: zookeeper + repository: https://charts.bitnami.com/bitnami + version: 10.0.0 + - condition: postgresql.enabled + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 11.6.10 + - condition: mysql.enabled + name: mysql + repository: https://charts.bitnami.com/bitnami + version: 9.11.1 + - condition: kube-hpa-scale-to-zero.enabled + name: kube-hpa-scale-to-zero + repository: https://machine424.github.io/kube-hpa-scale-to-zero + version: 0.3.0 + - alias: extra-objects + condition: extra-objects.enabled + name: raw + repository: https://wiremind.github.io/wiremind-helm-charts + version: 0.1.0 + description: Apache Druid is a high performance real-time analytics database. + digest: e63431eeec54a0d8e9f4dd034274a998b0d4493ac5d6952bc1b55d02413256f6 + home: https://druid.apache.org/ + icon: https://druid.apache.org/img/favicon.png + keywords: + - olap + - database + - analytics + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: druid + sources: + - https://github.com/apache/druid + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/druid + type: application + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/druid-1.8.1/druid-1.8.1.tgz + version: 1.8.1 + - apiVersion: v2 + appVersion: 26.0.0 + created: "2023-10-27T15:47:40.246908936Z" + dependencies: + - condition: zookeeper.enabled + name: zookeeper + repository: https://charts.bitnami.com/bitnami + version: 10.0.0 + - condition: postgresql.enabled + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 11.6.10 + - condition: mysql.enabled + name: mysql + repository: https://charts.bitnami.com/bitnami + version: 9.11.1 + - condition: kube-hpa-scale-to-zero.enabled + name: kube-hpa-scale-to-zero + repository: https://machine424.github.io/kube-hpa-scale-to-zero + version: 0.3.0 + - alias: extra-objects + condition: extra-objects.enabled + name: raw + repository: https://wiremind.github.io/wiremind-helm-charts + version: 0.1.0 + description: Apache Druid is a high performance real-time analytics database. + digest: f40a885f786f111c2df2e027d9268cb24a40979dc230c867e7510731b482c53f + home: https://druid.apache.org/ + icon: https://druid.apache.org/img/favicon.png + keywords: + - olap + - database + - analytics + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: druid + sources: + - https://github.com/apache/druid + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/druid + type: application + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/druid-1.8.0/druid-1.8.0.tgz + version: 1.8.0 + - apiVersion: v2 + appVersion: 26.0.0 + created: "2023-10-27T13:55:48.130077638Z" + dependencies: + - condition: zookeeper.enabled + name: zookeeper + repository: https://charts.bitnami.com/bitnami + version: 10.0.0 + - condition: postgresql.enabled + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 11.6.10 + - condition: mysql.enabled + name: mysql + repository: https://charts.bitnami.com/bitnami + version: 9.11.1 + - condition: kube-hpa-scale-to-zero.enabled + name: kube-hpa-scale-to-zero + repository: https://machine424.github.io/kube-hpa-scale-to-zero + version: 0.3.0 + - alias: extra-objects + condition: extra-objects.enabled + name: raw + repository: https://wiremind.github.io/wiremind-helm-charts + version: 0.1.0 + description: Apache Druid is a high performance real-time analytics database. + digest: c3d7e044191150766c2e233dda2d9c4b4aa137a7f0989f3a2504fe92728fa5d0 + home: https://druid.apache.org/ + icon: https://druid.apache.org/img/favicon.png + keywords: + - olap + - database + - analytics + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: druid + sources: + - https://github.com/apache/druid + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/druid + type: application + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/druid-1.7.0/druid-1.7.0.tgz + version: 1.7.0 + - apiVersion: v2 + appVersion: 26.0.0 + created: "2023-10-27T11:56:38.494695897Z" + dependencies: + - condition: zookeeper.enabled + name: zookeeper + repository: https://charts.bitnami.com/bitnami + version: 10.0.0 + - condition: postgresql.enabled + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 11.6.10 + - condition: mysql.enabled + name: mysql + repository: https://charts.bitnami.com/bitnami + version: 9.11.1 + - condition: kube-hpa-scale-to-zero.enabled + name: kube-hpa-scale-to-zero + repository: https://machine424.github.io/kube-hpa-scale-to-zero + version: 0.3.0 + - alias: extra-objects + condition: extra-objects.enabled + name: raw + repository: https://wiremind.github.io/wiremind-helm-charts + version: 0.1.0 + description: Apache Druid is a high performance real-time analytics database. + digest: 4d0e8216fec11560d5eaa8f10b737461614fc8d2435652fc82be42232fc539f2 + home: https://druid.apache.org/ + icon: https://druid.apache.org/img/favicon.png + keywords: + - olap + - database + - analytics + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: druid + sources: + - https://github.com/apache/druid + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/druid + type: application + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/druid-1.6.0/druid-1.6.0.tgz + version: 1.6.0 + - apiVersion: v2 + appVersion: 26.0.0 + created: "2023-10-26T12:18:49.135918951Z" + dependencies: + - condition: zookeeper.enabled + name: zookeeper + repository: https://charts.bitnami.com/bitnami + version: 10.0.0 + - condition: postgresql.enabled + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 11.6.10 + - condition: mysql.enabled + name: mysql + repository: https://charts.bitnami.com/bitnami + version: 9.11.1 + - condition: kube-hpa-scale-to-zero.enabled + name: kube-hpa-scale-to-zero + repository: https://machine424.github.io/kube-hpa-scale-to-zero + version: 0.3.0 + - alias: extra-objects + condition: extra-objects.enabled + name: raw + repository: https://wiremind.github.io/wiremind-helm-charts + version: 0.1.0 + description: Apache Druid is a high performance real-time analytics database. + digest: 18984d5da56a377c0c9b55cad979494d766e8467b0401210145c4a8c65500b43 + home: https://druid.apache.org/ + icon: https://druid.apache.org/img/favicon.png + keywords: + - olap + - database + - analytics + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: druid + sources: + - https://github.com/apache/druid + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/druid + type: application + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/druid-1.5.1/druid-1.5.1.tgz + version: 1.5.1 + - apiVersion: v2 + appVersion: 26.0.0 + created: "2023-10-26T09:23:01.56047986Z" + dependencies: + - condition: zookeeper.enabled + name: zookeeper + repository: https://charts.bitnami.com/bitnami + version: 10.0.0 + - condition: postgresql.enabled + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 11.6.10 + - condition: mysql.enabled + name: mysql + repository: https://charts.bitnami.com/bitnami + version: 9.11.1 + - condition: kube-hpa-scale-to-zero.enabled + name: kube-hpa-scale-to-zero + repository: https://machine424.github.io/kube-hpa-scale-to-zero + version: 0.3.0 + - alias: extra-objects + condition: extra-objects.enabled + name: raw + repository: https://wiremind.github.io/wiremind-helm-charts + version: 0.1.0 + description: Apache Druid is a high performance real-time analytics database. + digest: 97eb61156d5f7be05a0871296c21b56dce28ca68497d1672d5b303c1e5c744dd + home: https://druid.apache.org/ + icon: https://druid.apache.org/img/favicon.png + keywords: + - olap + - database + - analytics + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: druid + sources: + - https://github.com/apache/druid + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/druid + type: application + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/druid-1.5.0/druid-1.5.0.tgz + version: 1.5.0 + - apiVersion: v2 + appVersion: 26.0.0 + created: "2023-10-18T09:08:19.601882813Z" + dependencies: + - condition: zookeeper.enabled + name: zookeeper + repository: https://charts.bitnami.com/bitnami + version: 10.0.0 + - condition: postgresql.enabled + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 11.6.10 + - condition: mysql.enabled + name: mysql + repository: https://charts.bitnami.com/bitnami + version: 9.11.1 + - condition: kube-hpa-scale-to-zero.enabled + name: kube-hpa-scale-to-zero + repository: https://machine424.github.io/kube-hpa-scale-to-zero + version: 0.3.0 + - alias: extra-objects + condition: extra-objects.enabled + name: raw + repository: https://wiremind.github.io/wiremind-helm-charts + version: 0.1.0 + description: Apache Druid is a high performance real-time analytics database. + digest: 3165646468d050fb91f8debfdaadf0f03de1173c7da26a2625ab1fee0951d80e + home: https://druid.apache.org/ + icon: https://druid.apache.org/img/favicon.png + keywords: + - olap + - database + - analytics + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: druid + sources: + - https://github.com/apache/druid + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/druid + type: application + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/druid-1.4.1/druid-1.4.1.tgz + version: 1.4.1 + - apiVersion: v2 + appVersion: 26.0.0 + created: "2023-09-06T12:25:20.487777301Z" + dependencies: + - condition: zookeeper.enabled + name: zookeeper + repository: https://charts.bitnami.com/bitnami + version: 10.0.0 + - condition: postgresql.enabled + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 11.6.10 + - condition: mysql.enabled + name: mysql + repository: https://charts.bitnami.com/bitnami + version: 9.11.1 + - condition: kube-hpa-scale-to-zero.enabled + name: kube-hpa-scale-to-zero + repository: https://machine424.github.io/kube-hpa-scale-to-zero + version: 0.3.0 + - alias: extra-objects + condition: extra-objects.enabled + name: raw + repository: https://wiremind.github.io/wiremind-helm-charts + version: 0.1.0 + description: Apache Druid is a high performance real-time analytics database. + digest: 496e5b93932c47e9b7309f62ce1aa1a269f9b9233f5ede6f67418f92aeef387e + home: https://druid.apache.org/ + icon: https://druid.apache.org/img/favicon.png + keywords: + - olap + - database + - analytics + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: druid + sources: + - https://github.com/apache/druid + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/druid + type: application + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/druid-1.4.0/druid-1.4.0.tgz + version: 1.4.0 + - apiVersion: v2 + appVersion: 26.0.0 + created: "2023-09-05T11:06:06.324934817Z" + dependencies: + - condition: zookeeper.enabled + name: zookeeper + repository: https://charts.bitnami.com/bitnami + version: 10.0.0 + - condition: postgresql.enabled + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 11.6.10 + - condition: mysql.enabled + name: mysql + repository: https://charts.bitnami.com/bitnami + version: 9.11.1 + - condition: kube-hpa-scale-to-zero.enabled + name: kube-hpa-scale-to-zero + repository: https://machine424.github.io/kube-hpa-scale-to-zero + version: 0.3.0 + - alias: extra-objects + condition: extra-objects.enabled + name: raw + repository: https://wiremind.github.io/wiremind-helm-charts + version: 0.1.0 + description: Apache Druid is a high performance real-time analytics database. + digest: 4355f25ae1a7bcf48a65a489002da1ae4f9176b2087da346ab20ba35d54bd6f6 + home: https://druid.apache.org/ + icon: https://druid.apache.org/img/favicon.png + keywords: + - olap + - database + - analytics + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: druid + sources: + - https://github.com/apache/druid + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/druid + type: application + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/druid-1.3.1/druid-1.3.1.tgz + version: 1.3.1 + - apiVersion: v2 + appVersion: 26.0.0 + created: "2023-09-04T15:24:28.064973818Z" + dependencies: + - condition: zookeeper.enabled + name: zookeeper + repository: https://charts.bitnami.com/bitnami + version: 10.0.0 + - condition: postgresql.enabled + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 11.6.10 + - condition: mysql.enabled + name: mysql + repository: https://charts.bitnami.com/bitnami + version: 9.11.1 + - condition: kube-hpa-scale-to-zero.enabled + name: kube-hpa-scale-to-zero + repository: https://machine424.github.io/kube-hpa-scale-to-zero + version: 0.3.0 + - alias: extra-objects + condition: extra-objects.enabled + name: raw + repository: https://wiremind.github.io/wiremind-helm-charts + version: 0.1.0 + description: Apache Druid is a high performance real-time analytics database. + digest: 3e2671512528ff316bb6f42395a690bd114b3631c68856d23abc237acf9762ff + home: https://druid.apache.org/ + icon: https://druid.apache.org/img/favicon.png + keywords: + - olap + - database + - analytics + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: druid + sources: + - https://github.com/apache/druid + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/druid + type: application + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/druid-1.3.0/druid-1.3.0.tgz + version: 1.3.0 + - apiVersion: v2 + appVersion: 26.0.0 + created: "2023-09-04T14:48:48.687688983Z" + dependencies: + - condition: zookeeper.enabled + name: zookeeper + repository: https://charts.bitnami.com/bitnami + version: 10.0.0 + - condition: postgresql.enabled + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 11.6.10 + - condition: mysql.enabled + name: mysql + repository: https://charts.bitnami.com/bitnami + version: 9.11.1 + - condition: kube-hpa-scale-to-zero.enabled + name: kube-hpa-scale-to-zero + repository: https://machine424.github.io/kube-hpa-scale-to-zero + version: 0.3.0 + - alias: extra-objects + condition: extra-objects.enabled + name: raw + repository: https://wiremind.github.io/wiremind-helm-charts + version: 0.1.0 + description: Apache Druid is a high performance real-time analytics database. + digest: 6db50c895b0e1d22d5dc1e2e0eac4887f71bde0cfaa96aa474df7c4d1d9ecf5a + home: https://druid.apache.org/ + icon: https://druid.apache.org/img/favicon.png + keywords: + - olap + - database + - analytics + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: druid + sources: + - https://github.com/apache/druid + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/druid + type: application + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/druid-1.2.0/druid-1.2.0.tgz + version: 1.2.0 + - apiVersion: v2 + appVersion: 26.0.0 + created: "2023-08-24T12:23:15.212952114Z" + dependencies: + - condition: zookeeper.enabled + name: zookeeper + repository: https://charts.bitnami.com/bitnami + version: 10.0.0 + - condition: postgresql.enabled + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 11.6.10 + - condition: mysql.enabled + name: mysql + repository: https://charts.bitnami.com/bitnami + version: 9.11.1 + - condition: kube-hpa-scale-to-zero.enabled + name: kube-hpa-scale-to-zero + repository: https://machine424.github.io/kube-hpa-scale-to-zero + version: 0.3.0 + - alias: extra-objects + condition: extra-objects.enabled + name: raw + repository: https://wiremind.github.io/wiremind-helm-charts + version: 0.1.0 + description: Apache Druid is a high performance real-time analytics database. + digest: c9f9d34acdada8e18970e1ac8ce2853aca3bc60126d9f4b227fcf962013a54a7 + home: https://druid.apache.org/ + icon: https://druid.apache.org/img/favicon.png + keywords: + - olap + - database + - analytics + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: druid + sources: + - https://github.com/apache/druid + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/druid + type: application + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/druid-1.1.0/druid-1.1.0.tgz + version: 1.1.0 + - apiVersion: v2 + appVersion: 24.0.2 + created: "2023-08-22T09:15:54.282345Z" + dependencies: + - condition: zookeeper.enabled + name: zookeeper + repository: https://charts.bitnami.com/bitnami + version: 10.0.0 + - condition: postgresql.enabled + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 11.6.10 + - condition: mysql.enabled + name: mysql + repository: https://charts.bitnami.com/bitnami + version: 9.11.1 + - condition: kube-hpa-scale-to-zero.enabled + name: kube-hpa-scale-to-zero + repository: https://machine424.github.io/kube-hpa-scale-to-zero + version: 0.3.0 + - alias: extra-objects + condition: extra-objects.enabled + name: raw + repository: https://wiremind.github.io/wiremind-helm-charts + version: 0.1.0 + description: Apache Druid is a high performance real-time analytics database. + digest: 1b1fe3c26ba3a0c7d117c388d19d62372d1e50fea73a9329fd7ecf3c185cb780 + home: https://druid.apache.org/ + icon: https://druid.apache.org/img/favicon.png + keywords: + - olap + - database + - analytics + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: druid + sources: + - https://github.com/apache/druid + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/druid + type: application + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/druid-1.0.6/druid-1.0.6.tgz + version: 1.0.6 + - apiVersion: v2 + appVersion: 24.0.2 + created: "2023-08-21T15:05:10.036457292Z" + dependencies: + - condition: zookeeper.enabled + name: zookeeper + repository: https://charts.bitnami.com/bitnami + version: 10.0.0 + - condition: postgresql.enabled + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 11.6.10 + - condition: mysql.enabled + name: mysql + repository: https://charts.bitnami.com/bitnami + version: 9.11.1 + - condition: kube-hpa-scale-to-zero.enabled + name: kube-hpa-scale-to-zero + repository: https://machine424.github.io/kube-hpa-scale-to-zero + version: 0.3.0 + - alias: extra-objects + condition: extra-objects.enabled + name: raw + repository: https://wiremind.github.io/wiremind-helm-charts + version: 0.1.0 + description: Apache Druid is a high performance real-time analytics database. + digest: 7471a1a60303fbb791b209a11557a687881d856aa3ddb095182d00a9932691c4 + home: https://druid.apache.org/ + icon: https://druid.apache.org/img/favicon.png + keywords: + - olap + - database + - analytics + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: druid + sources: + - https://github.com/apache/druid + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/druid + type: application + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/druid-1.0.5/druid-1.0.5.tgz + version: 1.0.5 + - apiVersion: v2 + appVersion: 24.0.2 + created: "2023-08-21T13:05:10.101390464Z" + dependencies: + - condition: zookeeper.enabled + name: zookeeper + repository: https://charts.bitnami.com/bitnami + version: 10.0.0 + - condition: postgresql.enabled + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 11.6.10 + - condition: mysql.enabled + name: mysql + repository: https://charts.bitnami.com/bitnami + version: 9.11.1 + - condition: kube-hpa-scale-to-zero.enabled + name: kube-hpa-scale-to-zero + repository: https://machine424.github.io/kube-hpa-scale-to-zero + version: 0.3.0 + - alias: extra-objects + condition: extra-objects.enabled + name: raw + repository: https://wiremind.github.io/wiremind-helm-charts + version: 0.1.0 + description: Apache Druid is a high performance real-time analytics database. + digest: b968c31b3bf0a12735bf32b77084cfae4229d1a5df2b7a5939b8929ad21d249b + home: https://druid.apache.org/ + icon: https://druid.apache.org/img/favicon.png + keywords: + - olap + - database + - analytics + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: druid + sources: + - https://github.com/apache/druid + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/druid + type: application + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/druid-1.0.4/druid-1.0.4.tgz + version: 1.0.4 + - apiVersion: v2 + appVersion: 24.0.2 + created: "2023-08-21T12:04:14.69528814Z" + dependencies: + - condition: zookeeper.enabled + name: zookeeper + repository: https://charts.bitnami.com/bitnami + version: 10.0.0 + - condition: postgresql.enabled + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 11.6.10 + - condition: mysql.enabled + name: mysql + repository: https://charts.bitnami.com/bitnami + version: 9.11.1 + - condition: kube-hpa-scale-to-zero.enabled + name: kube-hpa-scale-to-zero + repository: https://machine424.github.io/kube-hpa-scale-to-zero + version: 0.3.0 + - alias: extra-objects + condition: extra-objects.enabled + name: raw + repository: https://wiremind.github.io/wiremind-helm-charts + version: 0.1.0 + description: Apache Druid is a high performance real-time analytics database. + digest: cf453dfc901d873b50267fe1443ea26d366c21a8c3f9e5ab9effeb0c650e9e12 + home: https://druid.apache.org/ + icon: https://druid.apache.org/img/favicon.png + keywords: + - olap + - database + - analytics + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: druid + sources: + - https://github.com/apache/druid + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/druid + type: application + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/druid-1.0.3/druid-1.0.3.tgz + version: 1.0.3 + - apiVersion: v2 + appVersion: 24.0.2 + created: "2023-08-21T11:28:13.582848446Z" + dependencies: + - condition: zookeeper.enabled + name: zookeeper + repository: https://charts.bitnami.com/bitnami + version: 10.0.0 + - condition: postgresql.enabled + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 11.6.10 + - condition: mysql.enabled + name: mysql + repository: https://charts.bitnami.com/bitnami + version: 9.11.1 + - condition: kube-hpa-scale-to-zero.enabled + name: kube-hpa-scale-to-zero + repository: https://machine424.github.io/kube-hpa-scale-to-zero + version: 0.3.0 + - alias: extra-objects + condition: extra-objects.enabled + name: raw + repository: https://wiremind.github.io/wiremind-helm-charts + version: 0.1.0 + description: Apache Druid is a high performance real-time analytics database. + digest: e43b25632684bb269f637c9d2ebbeefcfed35f5e805d545eea064b513b7c3806 + home: https://druid.apache.org/ + icon: https://druid.apache.org/img/favicon.png + keywords: + - olap + - database + - analytics + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: druid + sources: + - https://github.com/apache/druid + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/druid + type: application + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/druid-1.0.2/druid-1.0.2.tgz + version: 1.0.2 + - apiVersion: v2 + appVersion: 24.0.2 + created: "2023-08-21T10:26:06.140008234Z" + dependencies: + - condition: zookeeper.enabled + name: zookeeper + repository: https://charts.bitnami.com/bitnami + version: 10.0.0 + - condition: postgresql.enabled + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 11.6.10 + - condition: mysql.enabled + name: mysql + repository: https://charts.bitnami.com/bitnami + version: 9.11.1 + - condition: kube-hpa-scale-to-zero.enabled + name: kube-hpa-scale-to-zero + repository: https://machine424.github.io/kube-hpa-scale-to-zero + version: 0.3.0 + - alias: extra-objects + condition: extra-objects.enabled + name: raw + repository: https://wiremind.github.io/wiremind-helm-charts + version: 0.1.0 + description: Apache Druid is a high performance real-time analytics database. + digest: d62eae64eaf7b67e505c126146bb3664770974cc432ca96b0acb743239f7ec20 + home: https://druid.apache.org/ + icon: https://druid.apache.org/img/favicon.png + keywords: + - olap + - database + - analytics + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: druid + sources: + - https://github.com/apache/druid + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/druid + type: application + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/druid-1.0.1/druid-1.0.1.tgz + version: 1.0.1 + - apiVersion: v2 + appVersion: 0.21.1 + created: "2021-08-02T15:50:13.224732881Z" + dependencies: + - condition: zookeeper.enabled + name: zookeeper + repository: https://charts.bitnami.com/bitnami + version: 6.4.0 + - condition: postgresql.enabled + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 8.6.4 + - alias: buffer-postgresql + condition: buffer-postgresql.enabled + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 8.6.4 + - alias: minio-s3 + condition: minio-s3.enabled + name: minio + repository: https://helm.min.io/ + version: 8.0.5 + description: Apache Druid is a high performance analytics data store for event-driven + data. This Chart allows to deploy a Druid cluster. + digest: 48ca7a44fc5f1eb4c1e8143fe9550610f5b97b3c7aec62aa008e4e7f8f94ba1b + home: http://druid.io/ + icon: http://druid.io/img/druid_nav.png + keywords: + - olap + - database + - analytics + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + name: druid + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/druid + type: application + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/druid-1.0.0/druid-1.0.0.tgz + version: 1.0.0 + druid-tasks-exporter: + - apiVersion: v2 + appVersion: v0.3.1 + created: "2023-12-07T17:57:52.341841455Z" + description: A Helm chart for druid-tasks-exporter + digest: bdb6a66bf9666df31d9d88dfc4ff7fedc85e1d5ad41f61c311bc3bab338b3967 + name: druid-tasks-exporter + type: application + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/druid-tasks-exporter-0.1.5/druid-tasks-exporter-0.1.5.tgz + version: 0.1.5 + - apiVersion: v2 + appVersion: v0.3.0 + created: "2023-12-07T09:34:01.254869513Z" + description: A Helm chart for druid-tasks-exporter + digest: 9fa07fa67209545a036bb391f5160a680ecb8486697135379c6d813f4b4c3647 + name: druid-tasks-exporter + type: application + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/druid-tasks-exporter-0.1.4/druid-tasks-exporter-0.1.4.tgz + version: 0.1.4 + - apiVersion: v2 + appVersion: v0.2.1 + created: "2023-12-05T09:56:35.168378604Z" + description: A Helm chart for druid-tasks-exporter + digest: 32a71b8a9b2fd8f2b8a62639539da9df07d000b56bcd3bd394f5b5639d2eaaf5 + name: druid-tasks-exporter + type: application + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/druid-tasks-exporter-0.1.3/druid-tasks-exporter-0.1.3.tgz + version: 0.1.3 + - apiVersion: v2 + appVersion: v0.2.0 + created: "2023-11-28T13:58:28.798458884Z" + description: A Helm chart for druid-tasks-exporter + digest: 57a2b5a12271d169cda7e461d96f687e110d073c1f5e9fa6c2fe4bea4f026aac + name: druid-tasks-exporter + type: application + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/druid-tasks-exporter-0.1.2/druid-tasks-exporter-0.1.2.tgz + version: 0.1.2 + - apiVersion: v2 + appVersion: v0.1.0 + created: "2023-11-23T10:57:38.839510627Z" + description: A Helm chart for druid-tasks-exporter + digest: 858effa69b4c63af6db73dc9e65537b00c52f907ec12bf0ed8cc8bb94af9a542 + name: druid-tasks-exporter + type: application + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/druid-tasks-exporter-0.1.1/druid-tasks-exporter-0.1.1.tgz + version: 0.1.1 + - apiVersion: v2 + appVersion: v0.1.0 + created: "2023-11-16T16:55:42.083419746Z" + description: A Helm chart for druid-tasks-exporter + digest: c6d298a89e2c04d49a5f28db7d94ad637f1c1f73dc8472350cee9637f2211213 + name: druid-tasks-exporter + type: application + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/druid-tasks-exporter-0.1.0/druid-tasks-exporter-0.1.0.tgz + version: 0.1.0 + elasticsearch-cluster: + - apiVersion: v2 + appVersion: 7.17.18 + created: "2024-02-27T15:54:09.869362421Z" + dependencies: + - alias: es-data-hot + condition: es-data-hot.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: 7.17.3 + - alias: es-data-warm + condition: es-data-warm.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: 7.17.3 + - alias: es-data-cold + condition: es-data-cold.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: 7.17.3 + - alias: es-master + condition: es-master.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: 7.17.3 + - alias: es-ingest + condition: es-ingest.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: 7.17.3 + - condition: kibana.enabled + name: kibana + repository: https://helm.elastic.co + version: 7.17.3 + - condition: prometheus-elasticsearch-exporter.enabled + name: prometheus-elasticsearch-exporter + repository: https://prometheus-community.github.io/helm-charts + version: '*' + - condition: cerebro.enabled + name: cerebro + repository: https://wiremind.github.io/wiremind-helm-charts + version: '*' + description: Elasticsearch cluster - a hat chart for several elasticsearch charts + digest: 05f264d3073d4532e6f4f784bc85ba28d12b0cf0bf98b36d741863db0666c889 + home: https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/elasticsearch-cluster + icon: https://static-www.elastic.co/v3/assets/bltefdd0b53724fa2ce/blt5ebe80fb665aef6b/5ea8c8f26b62d4563b6ecec2/brand-elasticsearch-220x130.svg + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: elasticsearch-cluster + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/elasticsearch-cluster + - https://github.com/elastic/helm-charts/tree/master/elasticsearch + - https://github.com/elastic/elasticsearch + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/elasticsearch-cluster-3.8.6/elasticsearch-cluster-3.8.6.tgz + version: 3.8.6 + - apiVersion: v2 + appVersion: 7.17.18 + created: "2024-02-27T15:53:26.424876143Z" + dependencies: + - alias: es-data-hot + condition: es-data-hot.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: 7.17.3 + - alias: es-data-warm + condition: es-data-warm.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: 7.17.3 + - alias: es-data-cold + condition: es-data-cold.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: 7.17.3 + - alias: es-master + condition: es-master.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: 7.17.3 + - alias: es-ingest + condition: es-ingest.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: 7.17.3 + - condition: kibana.enabled + name: kibana + repository: https://helm.elastic.co + version: 7.17.3 + - condition: prometheus-elasticsearch-exporter.enabled + name: prometheus-elasticsearch-exporter + repository: https://prometheus-community.github.io/helm-charts + version: '*' + - condition: cerebro.enabled + name: cerebro + repository: https://wiremind.github.io/wiremind-helm-charts + version: '*' + description: Elasticsearch cluster - a hat chart for several elasticsearch charts + digest: bf841e0e96ad5c84c0023b9b29540c722e1413df4072fcc640c7220f4268c8bd + home: https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/elasticsearch-cluster + icon: https://static-www.elastic.co/v3/assets/bltefdd0b53724fa2ce/blt5ebe80fb665aef6b/5ea8c8f26b62d4563b6ecec2/brand-elasticsearch-220x130.svg + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: elasticsearch-cluster + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/elasticsearch-cluster + - https://github.com/elastic/helm-charts/tree/master/elasticsearch + - https://github.com/elastic/elasticsearch + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/elasticsearch-cluster-3.8.5/elasticsearch-cluster-3.8.5.tgz + version: 3.8.5 + - apiVersion: v2 + appVersion: 7.17.14 + created: "2024-02-21T12:40:43.548147908Z" + dependencies: + - alias: es-data-hot + condition: es-data-hot.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: 7.17.3 + - alias: es-data-warm + condition: es-data-warm.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: 7.17.3 + - alias: es-data-cold + condition: es-data-cold.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: 7.17.3 + - alias: es-master + condition: es-master.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: 7.17.3 + - alias: es-ingest + condition: es-ingest.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: 7.17.3 + - condition: kibana.enabled + name: kibana + repository: https://helm.elastic.co + version: 7.17.3 + - condition: prometheus-elasticsearch-exporter.enabled + name: prometheus-elasticsearch-exporter + repository: https://prometheus-community.github.io/helm-charts + version: '*' + - condition: cerebro.enabled + name: cerebro + repository: https://wiremind.github.io/wiremind-helm-charts + version: '*' + description: Elasticsearch cluster - a hat chart for several elasticsearch charts + digest: 43b0231e53d950b99d5df3ceaf559bb8d10cf1ebd847c14d35a19675ab2b0c58 + home: https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/elasticsearch-cluster + icon: https://static-www.elastic.co/v3/assets/bltefdd0b53724fa2ce/blt5ebe80fb665aef6b/5ea8c8f26b62d4563b6ecec2/brand-elasticsearch-220x130.svg + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: elasticsearch-cluster + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/elasticsearch-cluster + - https://github.com/elastic/helm-charts/tree/master/elasticsearch + - https://github.com/elastic/elasticsearch + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/elasticsearch-cluster-3.8.4/elasticsearch-cluster-3.8.4.tgz + version: 3.8.4 + - apiVersion: v2 + appVersion: 7.17.14 + created: "2023-11-07T09:22:21.219522267Z" + dependencies: + - alias: es-data-hot + condition: es-data-hot.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: 7.17.3 + - alias: es-data-warm + condition: es-data-warm.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: 7.17.3 + - alias: es-data-cold + condition: es-data-cold.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: 7.17.3 + - alias: es-master + condition: es-master.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: 7.17.3 + - alias: es-ingest + condition: es-ingest.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: 7.17.3 + - condition: kibana.enabled + name: kibana + repository: https://helm.elastic.co + version: 7.17.3 + - condition: prometheus-elasticsearch-exporter.enabled + name: prometheus-elasticsearch-exporter + repository: https://prometheus-community.github.io/helm-charts + version: '*' + - condition: cerebro.enabled + name: cerebro + repository: https://wiremind.github.io/wiremind-helm-charts + version: '*' + description: Elasticsearch cluster - a hat chart for several elasticsearch charts + digest: 6e696620ea984e27e84854df0517ae59f2528f0429c963a3fa8641b6cc20661f + home: https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/elasticsearch-cluster + icon: https://static-www.elastic.co/v3/assets/bltefdd0b53724fa2ce/blt5ebe80fb665aef6b/5ea8c8f26b62d4563b6ecec2/brand-elasticsearch-220x130.svg + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: elasticsearch-cluster + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/elasticsearch-cluster + - https://github.com/elastic/helm-charts/tree/master/elasticsearch + - https://github.com/elastic/elasticsearch + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/elasticsearch-cluster-3.8.3/elasticsearch-cluster-3.8.3.tgz + version: 3.8.3 + - apiVersion: v2 + appVersion: 7.17.14 + created: "2023-10-20T10:30:17.497817318Z" + dependencies: + - alias: es-data-hot + condition: es-data-hot.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: 7.17.3 + - alias: es-data-warm + condition: es-data-warm.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: 7.17.3 + - alias: es-data-cold + condition: es-data-cold.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: 7.17.3 + - alias: es-master + condition: es-master.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: 7.17.3 + - alias: es-ingest + condition: es-ingest.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: 7.17.3 + - condition: kibana.enabled + name: kibana + repository: https://helm.elastic.co + version: 7.17.3 + - condition: prometheus-elasticsearch-exporter.enabled + name: prometheus-elasticsearch-exporter + repository: https://prometheus-community.github.io/helm-charts + version: '*' + - condition: cerebro.enabled + name: cerebro + repository: https://wiremind.github.io/wiremind-helm-charts + version: '*' + description: Elasticsearch cluster - a hat chart for several elasticsearch charts + digest: f78ed6c12e0f481d8c25cc5edb8e9d3c42ecc49adc7869c890b31eb86fad5dea + home: https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/elasticsearch-cluster + icon: https://static-www.elastic.co/v3/assets/bltefdd0b53724fa2ce/blt5ebe80fb665aef6b/5ea8c8f26b62d4563b6ecec2/brand-elasticsearch-220x130.svg + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: elasticsearch-cluster + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/elasticsearch-cluster + - https://github.com/elastic/helm-charts/tree/master/elasticsearch + - https://github.com/elastic/elasticsearch + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/elasticsearch-cluster-3.8.2/elasticsearch-cluster-3.8.2.tgz + version: 3.8.2 + - apiVersion: v2 + appVersion: 7.17.9 + created: "2023-04-11T08:00:34.450771777Z" + dependencies: + - alias: es-data-hot + condition: es-data-hot.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: 7.17.3 + - alias: es-data-warm + condition: es-data-warm.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: 7.17.3 + - alias: es-data-cold + condition: es-data-cold.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: 7.17.3 + - alias: es-master + condition: es-master.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: 7.17.3 + - alias: es-ingest + condition: es-ingest.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: 7.17.3 + - condition: kibana.enabled + name: kibana + repository: https://helm.elastic.co + version: 7.17.3 + - condition: prometheus-elasticsearch-exporter.enabled + name: prometheus-elasticsearch-exporter + repository: https://prometheus-community.github.io/helm-charts + version: '*' + - condition: cerebro.enabled + name: cerebro + repository: https://wiremind.github.io/wiremind-helm-charts + version: '*' + description: Elasticsearch cluster - a hat chart for several elasticsearch charts + digest: 51a793ccdb35121dfd3b5626f0e19c0349615dc2e7b8a1a02f94899f7dc75854 + home: https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/elasticsearch-cluster + icon: https://static-www.elastic.co/v3/assets/bltefdd0b53724fa2ce/blt5ebe80fb665aef6b/5ea8c8f26b62d4563b6ecec2/brand-elasticsearch-220x130.svg + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: elasticsearch-cluster + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/elasticsearch-cluster + - https://github.com/elastic/helm-charts/tree/master/elasticsearch + - https://github.com/elastic/elasticsearch + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/elasticsearch-cluster-3.8.1/elasticsearch-cluster-3.8.1.tgz + version: 3.8.1 + - apiVersion: v2 + appVersion: 7.17.9 + created: "2023-03-30T15:17:11.379899898Z" + dependencies: + - alias: es-data-hot + condition: es-data-hot.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: 7.17.3 + - alias: es-data-warm + condition: es-data-warm.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: 7.17.3 + - alias: es-data-cold + condition: es-data-cold.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: 7.17.3 + - alias: es-master + condition: es-master.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: 7.17.3 + - alias: es-ingest + condition: es-ingest.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: 7.17.3 + - condition: kibana.enabled + name: kibana + repository: https://helm.elastic.co + version: 7.17.3 + - condition: prometheus-elasticsearch-exporter.enabled + name: prometheus-elasticsearch-exporter + repository: https://prometheus-community.github.io/helm-charts + version: '*' + - condition: cerebro.enabled + name: cerebro + repository: https://wiremind.github.io/wiremind-helm-charts + version: '*' + description: Elasticsearch cluster - a hat chart for several elasticsearch charts + digest: f3475b70937848541586c95abceaaa3c085a7dc748939f8314d51ce665e3aee4 + home: https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/elasticsearch-cluster + icon: https://static-www.elastic.co/v3/assets/bltefdd0b53724fa2ce/blt5ebe80fb665aef6b/5ea8c8f26b62d4563b6ecec2/brand-elasticsearch-220x130.svg + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: elasticsearch-cluster + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/elasticsearch-cluster + - https://github.com/elastic/helm-charts/tree/master/elasticsearch + - https://github.com/elastic/elasticsearch + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/elasticsearch-cluster-3.8.0/elasticsearch-cluster-3.8.0.tgz + version: 3.8.0 + - apiVersion: v2 + appVersion: 7.17.9 + created: "2023-03-22T05:02:11.836180136Z" + dependencies: + - alias: es-data-hot + condition: es-data-hot.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: 7.17.3 + - alias: es-data-warm + condition: es-data-warm.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: 7.17.3 + - alias: es-data-cold + condition: es-data-cold.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: 7.17.3 + - alias: es-master + condition: es-master.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: 7.17.3 + - alias: es-ingest + condition: es-ingest.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: 7.17.3 + - condition: kibana.enabled + name: kibana + repository: https://helm.elastic.co + version: 7.17.3 + - condition: prometheus-elasticsearch-exporter.enabled + name: prometheus-elasticsearch-exporter + repository: https://prometheus-community.github.io/helm-charts + version: '*' + - condition: cerebro.enabled + name: cerebro + repository: https://wiremind.github.io/wiremind-helm-charts + version: '*' + description: Elasticsearch cluster - a hat chart for several elasticsearch charts + digest: 5cba9290f3532b6f06d632e0af6c22b0c6eb6b42e7e7fe724efd9fe45f9bf010 + home: https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/elasticsearch-cluster + icon: https://static-www.elastic.co/v3/assets/bltefdd0b53724fa2ce/blt5ebe80fb665aef6b/5ea8c8f26b62d4563b6ecec2/brand-elasticsearch-220x130.svg + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: elasticsearch-cluster + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/elasticsearch-cluster + - https://github.com/elastic/helm-charts/tree/master/elasticsearch + - https://github.com/elastic/elasticsearch + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/elasticsearch-cluster-3.7.13/elasticsearch-cluster-3.7.13.tgz + version: 3.7.13 + - apiVersion: v2 + appVersion: 7.17.3 + created: "2023-01-19T13:43:45.601632385Z" + dependencies: + - alias: es-data-hot + condition: es-data-hot.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: 7.17.3 + - alias: es-data-warm + condition: es-data-warm.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: 7.17.3 + - alias: es-data-cold + condition: es-data-cold.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: 7.17.3 + - alias: es-master + condition: es-master.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: 7.17.3 + - alias: es-ingest + condition: es-ingest.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: 7.17.3 + - condition: kibana.enabled + name: kibana + repository: https://helm.elastic.co + version: 7.17.3 + - condition: prometheus-elasticsearch-exporter.enabled + name: prometheus-elasticsearch-exporter + repository: https://prometheus-community.github.io/helm-charts + version: 4.15.0 + - condition: cerebro.enabled + name: cerebro + repository: https://wiremind.github.io/wiremind-helm-charts + version: '*' + description: Elasticsearch cluster - a hat chart for several elasticsearch charts + digest: e01fbcefa1c23377d0841e52adf62dd10a8f987f8d977ff93c6977dce90601dc + home: https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/elasticsearch-cluster + icon: https://static-www.elastic.co/v3/assets/bltefdd0b53724fa2ce/blt5ebe80fb665aef6b/5ea8c8f26b62d4563b6ecec2/brand-elasticsearch-220x130.svg + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: elasticsearch-cluster + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/elasticsearch-cluster + - https://github.com/elastic/helm-charts/tree/master/elasticsearch + - https://github.com/elastic/elasticsearch + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/elasticsearch-cluster-3.7.11/elasticsearch-cluster-3.7.11.tgz + version: 3.7.11 + - apiVersion: v2 + appVersion: 7.17.3 + created: "2022-12-09T12:12:17.463531913Z" + dependencies: + - alias: es-data-hot + condition: es-data-hot.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - alias: es-data-warm + condition: es-data-warm.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - alias: es-data-cold + condition: es-data-cold.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - alias: es-master + condition: es-master.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - alias: es-ingest + condition: es-ingest.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - condition: kibana.enabled + name: kibana + repository: https://helm.elastic.co + version: '*' + - condition: prometheus-elasticsearch-exporter.enabled + name: prometheus-elasticsearch-exporter + repository: https://prometheus-community.github.io/helm-charts + version: '*' + - condition: cerebro.enabled + name: cerebro + repository: https://wiremind.github.io/wiremind-helm-charts + version: '*' + description: Elasticsearch cluster - a hat chart for several elasticsearch charts + digest: 3946a5c024a8783d59f678d1b0ab56164c2d8a39b79c03b02bf739dfc44148e5 + home: https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/elasticsearch-cluster + icon: https://static-www.elastic.co/v3/assets/bltefdd0b53724fa2ce/blt5ebe80fb665aef6b/5ea8c8f26b62d4563b6ecec2/brand-elasticsearch-220x130.svg + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: elasticsearch-cluster + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/elasticsearch-cluster + - https://github.com/elastic/helm-charts/tree/master/elasticsearch + - https://github.com/elastic/elasticsearch + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/elasticsearch-cluster-3.7.10/elasticsearch-cluster-3.7.10.tgz + version: 3.7.10 + - apiVersion: v2 + appVersion: 7.17.3 + created: "2022-12-09T10:20:31.216493664Z" + dependencies: + - alias: es-data-hot + condition: es-data-hot.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - alias: es-data-warm + condition: es-data-warm.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - alias: es-data-cold + condition: es-data-cold.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - alias: es-master + condition: es-master.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - alias: es-ingest + condition: es-ingest.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - condition: kibana.enabled + name: kibana + repository: https://helm.elastic.co + version: '*' + - condition: prometheus-elasticsearch-exporter.enabled + name: prometheus-elasticsearch-exporter + repository: https://prometheus-community.github.io/helm-charts + version: '*' + - condition: cerebro.enabled + name: cerebro + repository: https://wiremind.github.io/wiremind-helm-charts + version: '*' + description: Elasticsearch cluster - a hat chart for several elasticsearch charts + digest: 4da6a197b847765bd2f0d2b7961329733a4a859473044f88d31d95620341ac60 + home: https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/elasticsearch-cluster + icon: https://static-www.elastic.co/v3/assets/bltefdd0b53724fa2ce/blt5ebe80fb665aef6b/5ea8c8f26b62d4563b6ecec2/brand-elasticsearch-220x130.svg + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: elasticsearch-cluster + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/elasticsearch-cluster + - https://github.com/elastic/helm-charts/tree/master/elasticsearch + - https://github.com/elastic/elasticsearch + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/elasticsearch-cluster-3.7.9/elasticsearch-cluster-3.7.9.tgz + version: 3.7.9 + - apiVersion: v2 + appVersion: 7.17.3 + created: "2022-11-17T11:48:02.0980191Z" + dependencies: + - alias: es-data-hot + condition: es-data-hot.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - alias: es-data-warm + condition: es-data-warm.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - alias: es-data-cold + condition: es-data-cold.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - alias: es-master + condition: es-master.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - alias: es-ingest + condition: es-ingest.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - condition: kibana.enabled + name: kibana + repository: https://helm.elastic.co + version: '*' + - condition: prometheus-elasticsearch-exporter.enabled + name: prometheus-elasticsearch-exporter + repository: https://prometheus-community.github.io/helm-charts + version: '*' + - condition: cerebro.enabled + name: cerebro + repository: https://wiremind.github.io/wiremind-helm-charts + version: '*' + description: Elasticsearch cluster - a hat chart for several elasticsearch charts + digest: 283eeb21d6335dde25e00b3c4eaa0ff627bc506a4298360c6b56361e01bf32f3 + home: https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/elasticsearch-cluster + icon: https://static-www.elastic.co/v3/assets/bltefdd0b53724fa2ce/blt5ebe80fb665aef6b/5ea8c8f26b62d4563b6ecec2/brand-elasticsearch-220x130.svg + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: elasticsearch-cluster + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/elasticsearch-cluster + - https://github.com/elastic/helm-charts/tree/master/elasticsearch + - https://github.com/elastic/elasticsearch + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/elasticsearch-cluster-3.7.8/elasticsearch-cluster-3.7.8.tgz + version: 3.7.8 + - apiVersion: v2 + appVersion: 7.17.3 + created: "2022-11-17T10:57:28.496239982Z" + dependencies: + - alias: es-data-hot + condition: es-data-hot.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - alias: es-data-warm + condition: es-data-warm.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - alias: es-data-cold + condition: es-data-cold.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - alias: es-master + condition: es-master.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - alias: es-ingest + condition: es-ingest.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - condition: kibana.enabled + name: kibana + repository: https://helm.elastic.co + version: '*' + - condition: prometheus-elasticsearch-exporter.enabled + name: prometheus-elasticsearch-exporter + repository: https://prometheus-community.github.io/helm-charts + version: '*' + - condition: cerebro.enabled + name: cerebro + repository: https://wiremind.github.io/wiremind-helm-charts + version: '*' + description: Elasticsearch cluster - a hat chart for several elasticsearch charts + digest: a939bc040c65d08fdf188b700ea5155cfd94be965b8c7274658d00ab0a996e5c + home: https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/elasticsearch-cluster + icon: https://static-www.elastic.co/v3/assets/bltefdd0b53724fa2ce/blt5ebe80fb665aef6b/5ea8c8f26b62d4563b6ecec2/brand-elasticsearch-220x130.svg + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: elasticsearch-cluster + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/elasticsearch-cluster + - https://github.com/elastic/helm-charts/tree/master/elasticsearch + - https://github.com/elastic/elasticsearch + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/elasticsearch-cluster-3.7.7/elasticsearch-cluster-3.7.7.tgz + version: 3.7.7 + - apiVersion: v2 + appVersion: 7.17.3 + created: "2022-11-15T18:46:51.214567349Z" + dependencies: + - alias: es-data-hot + condition: es-data-hot.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - alias: es-data-warm + condition: es-data-warm.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - alias: es-data-cold + condition: es-data-cold.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - alias: es-master + condition: es-master.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - alias: es-ingest + condition: es-ingest.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - condition: kibana.enabled + name: kibana + repository: https://helm.elastic.co + version: '*' + - condition: prometheus-elasticsearch-exporter.enabled + name: prometheus-elasticsearch-exporter + repository: https://prometheus-community.github.io/helm-charts + version: '*' + - condition: cerebro.enabled + name: cerebro + repository: https://wiremind.github.io/wiremind-helm-charts + version: '*' + description: Elasticsearch cluster - a hat chart for several elasticsearch charts + digest: 29c438be46611456cd4e8cfddb5de252912843e58d0af0614f211ba839012bf2 + home: https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/elasticsearch-cluster + icon: https://static-www.elastic.co/v3/assets/bltefdd0b53724fa2ce/blt5ebe80fb665aef6b/5ea8c8f26b62d4563b6ecec2/brand-elasticsearch-220x130.svg + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: elasticsearch-cluster + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/elasticsearch-cluster + - https://github.com/elastic/helm-charts/tree/master/elasticsearch + - https://github.com/elastic/elasticsearch + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/elasticsearch-cluster-3.7.6/elasticsearch-cluster-3.7.6.tgz + version: 3.7.6 + - apiVersion: v2 + appVersion: 7.17.3 + created: "2022-11-15T18:37:03.069375074Z" + dependencies: + - alias: es-data-hot + condition: es-data-hot.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - alias: es-data-warm + condition: es-data-warm.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - alias: es-data-cold + condition: es-data-cold.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - alias: es-master + condition: es-master.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - alias: es-ingest + condition: es-ingest.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - condition: kibana.enabled + name: kibana + repository: https://helm.elastic.co + version: '*' + - condition: prometheus-elasticsearch-exporter.enabled + name: prometheus-elasticsearch-exporter + repository: https://prometheus-community.github.io/helm-charts + version: '*' + - condition: cerebro.enabled + name: cerebro + repository: https://wiremind.github.io/wiremind-helm-charts + version: '*' + description: Elasticsearch cluster - a hat chart for several elasticsearch charts + digest: e87afe7681af922caa2f123eab4490c7db8c84f8c52a7edc03a53540e1592efe + home: https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/elasticsearch-cluster + icon: https://static-www.elastic.co/v3/assets/bltefdd0b53724fa2ce/blt5ebe80fb665aef6b/5ea8c8f26b62d4563b6ecec2/brand-elasticsearch-220x130.svg + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: elasticsearch-cluster + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/elasticsearch-cluster + - https://github.com/elastic/helm-charts/tree/master/elasticsearch + - https://github.com/elastic/elasticsearch + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/elasticsearch-cluster-3.7.5/elasticsearch-cluster-3.7.5.tgz + version: 3.7.5 + - apiVersion: v2 + appVersion: 7.17.3 + created: "2022-11-15T16:47:47.292122621Z" + dependencies: + - alias: es-data-hot + condition: es-data-hot.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - alias: es-data-warm + condition: es-data-warm.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - alias: es-data-cold + condition: es-data-cold.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - alias: es-master + condition: es-master.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - alias: es-ingest + condition: es-ingest.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - condition: kibana.enabled + name: kibana + repository: https://helm.elastic.co + version: '*' + - condition: prometheus-elasticsearch-exporter.enabled + name: prometheus-elasticsearch-exporter + repository: https://prometheus-community.github.io/helm-charts + version: '*' + - condition: cerebro.enabled + name: cerebro + repository: https://wiremind.github.io/wiremind-helm-charts + version: '*' + description: Elasticsearch cluster - a hat chart for several elasticsearch charts + digest: 38150ed5a84f3c28b28467b91f0f1124378cbba84afbf109c0345b6ddc784ec7 + home: https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/elasticsearch-cluster + icon: https://static-www.elastic.co/v3/assets/bltefdd0b53724fa2ce/blt5ebe80fb665aef6b/5ea8c8f26b62d4563b6ecec2/brand-elasticsearch-220x130.svg + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: elasticsearch-cluster + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/elasticsearch-cluster + - https://github.com/elastic/helm-charts/tree/master/elasticsearch + - https://github.com/elastic/elasticsearch + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/elasticsearch-cluster-3.7.4/elasticsearch-cluster-3.7.4.tgz + version: 3.7.4 + - apiVersion: v2 + appVersion: 7.17.3 + created: "2022-11-15T16:24:44.168978162Z" + dependencies: + - alias: es-data-hot + condition: es-data-hot.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - alias: es-data-warm + condition: es-data-warm.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - alias: es-data-cold + condition: es-data-cold.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - alias: es-master + condition: es-master.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - alias: es-ingest + condition: es-ingest.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - condition: kibana.enabled + name: kibana + repository: https://helm.elastic.co + version: '*' + - condition: prometheus-elasticsearch-exporter.enabled + name: prometheus-elasticsearch-exporter + repository: https://prometheus-community.github.io/helm-charts + version: '*' + - condition: cerebro.enabled + name: cerebro + repository: https://wiremind.github.io/wiremind-helm-charts + version: '*' + description: Elasticsearch cluster - a hat chart for several elasticsearch charts + digest: d77ab9228f41f26739ba0b41f294c2a4fff19a6d623d17c7d8780a383c994f61 + home: https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/elasticsearch-cluster + icon: https://static-www.elastic.co/v3/assets/bltefdd0b53724fa2ce/blt5ebe80fb665aef6b/5ea8c8f26b62d4563b6ecec2/brand-elasticsearch-220x130.svg + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: elasticsearch-cluster + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/elasticsearch-cluster + - https://github.com/elastic/helm-charts/tree/master/elasticsearch + - https://github.com/elastic/elasticsearch + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/elasticsearch-cluster-3.7.3/elasticsearch-cluster-3.7.3.tgz + version: 3.7.3 + - apiVersion: v2 + appVersion: 7.17.3 + created: "2022-11-15T12:06:08.470780854Z" + dependencies: + - alias: es-data-hot + condition: es-data-hot.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - alias: es-data-warm + condition: es-data-warm.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - alias: es-data-cold + condition: es-data-cold.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - alias: es-master + condition: es-master.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - alias: es-ingest + condition: es-ingest.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - condition: kibana.enabled + name: kibana + repository: https://helm.elastic.co + version: '*' + - condition: prometheus-elasticsearch-exporter.enabled + name: prometheus-elasticsearch-exporter + repository: https://prometheus-community.github.io/helm-charts + version: '*' + - condition: cerebro.enabled + name: cerebro + repository: https://wiremind.github.io/wiremind-helm-charts + version: '*' + description: Elasticsearch cluster - a hat chart for several elasticsearch charts + digest: f8317fee2eb08596ff548b2c276a0212ec24fe2226546221e20aca9ce6f1f633 + home: https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/elasticsearch-cluster + icon: https://static-www.elastic.co/v3/assets/bltefdd0b53724fa2ce/blt5ebe80fb665aef6b/5ea8c8f26b62d4563b6ecec2/brand-elasticsearch-220x130.svg + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: elasticsearch-cluster + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/elasticsearch-cluster + - https://github.com/elastic/helm-charts/tree/master/elasticsearch + - https://github.com/elastic/elasticsearch + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/elasticsearch-cluster-3.7.2/elasticsearch-cluster-3.7.2.tgz + version: 3.7.2 + - apiVersion: v2 + appVersion: 7.17.3 + created: "2022-10-21T12:26:00.314024368Z" + dependencies: + - alias: es-data-hot + condition: es-data-hot.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - alias: es-data-warm + condition: es-data-warm.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - alias: es-data-cold + condition: es-data-cold.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - alias: es-master + condition: es-master.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - alias: es-ingest + condition: es-ingest.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - condition: kibana.enabled + name: kibana + repository: https://helm.elastic.co + version: '*' + - condition: prometheus-elasticsearch-exporter.enabled + name: prometheus-elasticsearch-exporter + repository: https://prometheus-community.github.io/helm-charts + version: '*' + - condition: cerebro.enabled + name: cerebro + repository: https://wiremind.github.io/wiremind-helm-charts + version: '*' + description: Elasticsearch cluster - a hat chart for several elasticsearch charts + digest: 384a52da4e5c8a2ec964d3088e2aa20835d167156b477c920598b6d629cf1f0a + home: https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/elasticsearch-cluster + icon: https://static-www.elastic.co/v3/assets/bltefdd0b53724fa2ce/blt5ebe80fb665aef6b/5ea8c8f26b62d4563b6ecec2/brand-elasticsearch-220x130.svg + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: elasticsearch-cluster + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/elasticsearch-cluster + - https://github.com/elastic/helm-charts/tree/master/elasticsearch + - https://github.com/elastic/elasticsearch + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/elasticsearch-cluster-3.7.1/elasticsearch-cluster-3.7.1.tgz + version: 3.7.1 + - apiVersion: v2 + appVersion: 7.17.3 + created: "2022-10-21T11:36:40.623645504Z" + dependencies: + - alias: es-data-hot + condition: es-data-hot.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - alias: es-data-warm + condition: es-data-warm.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - alias: es-data-cold + condition: es-data-cold.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - alias: es-master + condition: es-master.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - alias: es-ingest + condition: es-ingest.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - condition: kibana.enabled + name: kibana + repository: https://helm.elastic.co + version: '*' + - condition: prometheus-elasticsearch-exporter.enabled + name: prometheus-elasticsearch-exporter + repository: https://prometheus-community.github.io/helm-charts + version: '*' + - condition: cerebro.enabled + name: cerebro + repository: https://wiremind.github.io/wiremind-helm-charts + version: '*' + description: Elasticsearch cluster - a hat chart for several elasticsearch charts + digest: 0299194dd2c429441e7a06bc082f763c73d29e66a9c468e74aa6736b1013ac7f + home: https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/elasticsearch-cluster + icon: https://static-www.elastic.co/v3/assets/bltefdd0b53724fa2ce/blt5ebe80fb665aef6b/5ea8c8f26b62d4563b6ecec2/brand-elasticsearch-220x130.svg + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: elasticsearch-cluster + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/elasticsearch-cluster + - https://github.com/elastic/helm-charts/tree/master/elasticsearch + - https://github.com/elastic/elasticsearch + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/elasticsearch-cluster-3.7.0/elasticsearch-cluster-3.7.0.tgz + version: 3.7.0 + - apiVersion: v2 + appVersion: 7.17.3 + created: "2022-09-22T15:22:31.992252572Z" + dependencies: + - alias: es-data-hot + condition: es-data-hot.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - alias: es-data-warm + condition: es-data-warm.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - alias: es-data-cold + condition: es-data-cold.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - alias: es-master + condition: es-master.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - alias: es-ingest + condition: es-ingest.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - condition: kibana.enabled + name: kibana + repository: https://helm.elastic.co + version: '*' + - condition: prometheus-elasticsearch-exporter.enabled + name: prometheus-elasticsearch-exporter + repository: https://prometheus-community.github.io/helm-charts + version: '*' + - condition: cerebro.enabled + name: cerebro + repository: https://wiremind.github.io/wiremind-helm-charts + version: '*' + description: Elasticsearch cluster - a hat chart for several elasticsearch charts + digest: 9cc908b909f160b6c7062495dfaf6844ae571a89d7f1dcffbe4ab24c75211367 + home: https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/elasticsearch-cluster + icon: https://static-www.elastic.co/v3/assets/bltefdd0b53724fa2ce/blt5ebe80fb665aef6b/5ea8c8f26b62d4563b6ecec2/brand-elasticsearch-220x130.svg + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + name: elasticsearch-cluster + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/elasticsearch-cluster + - https://github.com/elastic/helm-charts/tree/master/elasticsearch + - https://github.com/elastic/elasticsearch + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/elasticsearch-cluster-3.6.2/elasticsearch-cluster-3.6.2.tgz + version: 3.6.2 + - apiVersion: v2 + appVersion: 7.17.1 + created: "2022-04-04T07:05:51.008856842Z" + dependencies: + - alias: es-data-hot + condition: es-data-hot.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - alias: es-data-warm + condition: es-data-warm.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - alias: es-data-cold + condition: es-data-cold.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - alias: es-master + condition: es-master.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - alias: es-ingest + condition: es-ingest.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - condition: kibana.enabled + name: kibana + repository: https://helm.elastic.co + version: '*' + - condition: prometheus-elasticsearch-exporter.enabled + name: prometheus-elasticsearch-exporter + repository: https://prometheus-community.github.io/helm-charts + version: '*' + - condition: cerebro.enabled + name: cerebro + repository: https://wiremind.github.io/wiremind-helm-charts + version: '*' + description: Elasticsearch cluster - a hat chart for several elasticsearch charts + digest: 3ce5017c6c8ef07a4c79898b0aaf7f7c4d1070dbf35483f80c18dd99805c4d1a + home: https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/elasticsearch-cluster + icon: https://static-www.elastic.co/v3/assets/bltefdd0b53724fa2ce/blt5ebe80fb665aef6b/5ea8c8f26b62d4563b6ecec2/brand-elasticsearch-220x130.svg + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + name: elasticsearch-cluster + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/elasticsearch-cluster + - https://github.com/elastic/helm-charts/tree/master/elasticsearch + - https://github.com/elastic/elasticsearch + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/elasticsearch-cluster-3.6.1/elasticsearch-cluster-3.6.1.tgz + version: 3.6.1 + - apiVersion: v2 + appVersion: 7.17.1 + created: "2022-03-14T16:36:20.795613905Z" + dependencies: + - alias: es-data-hot + condition: es-data-hot.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - alias: es-data-warm + condition: es-data-warm.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - alias: es-data-cold + condition: es-data-cold.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - alias: es-master + condition: es-master.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - alias: es-ingest + condition: es-ingest.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - condition: kibana.enabled + name: kibana + repository: https://helm.elastic.co + version: '*' + - condition: prometheus-elasticsearch-exporter.enabled + name: prometheus-elasticsearch-exporter + repository: https://prometheus-community.github.io/helm-charts + version: '*' + - condition: cerebro.enabled + name: cerebro + repository: https://wiremind.github.io/wiremind-helm-charts + version: '*' + description: Elasticsearch cluster - a hat chart for several elasticsearch charts + digest: 10a6b0b0fa3177bbff96356b46e4ee9e51df7d367a545b64f1cfd23773274ce6 + home: https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/elasticsearch-cluster + icon: https://static-www.elastic.co/v3/assets/bltefdd0b53724fa2ce/blt5ebe80fb665aef6b/5ea8c8f26b62d4563b6ecec2/brand-elasticsearch-220x130.svg + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + name: elasticsearch-cluster + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/elasticsearch-cluster + - https://github.com/elastic/helm-charts/tree/master/elasticsearch + - https://github.com/elastic/elasticsearch + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/elasticsearch-cluster-3.6.0/elasticsearch-cluster-3.6.0.tgz + version: 3.6.0 + - apiVersion: v2 + appVersion: 7.17.1 + created: "2022-03-08T16:03:37.54854382Z" + dependencies: + - alias: es-data-hot + condition: es-data-hot.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - alias: es-data-warm + condition: es-data-warm.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - alias: es-data-cold + condition: es-data-cold.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - alias: es-master + condition: es-master.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - alias: es-ingest + condition: es-ingest.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - condition: kibana.enabled + name: kibana + repository: https://helm.elastic.co + version: '*' + - condition: prometheus-elasticsearch-exporter.enabled + name: prometheus-elasticsearch-exporter + repository: https://prometheus-community.github.io/helm-charts + version: '*' + - condition: cerebro.enabled + name: cerebro + repository: https://wiremind.github.io/wiremind-helm-charts + version: '*' + description: Elasticsearch cluster - a hat chart for several elasticsearch charts + digest: 63ff4d72643f9f96810e7022f19591aef23e6482288d6eb6dcdbfcf0731ac393 + home: https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/elasticsearch-cluster + icon: https://static-www.elastic.co/v3/assets/bltefdd0b53724fa2ce/blt5ebe80fb665aef6b/5ea8c8f26b62d4563b6ecec2/brand-elasticsearch-220x130.svg + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + name: elasticsearch-cluster + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/elasticsearch-cluster + - https://github.com/elastic/helm-charts/tree/master/elasticsearch + - https://github.com/elastic/elasticsearch + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/elasticsearch-cluster-3.5.8/elasticsearch-cluster-3.5.8.tgz + version: 3.5.8 + - apiVersion: v2 + appVersion: 7.16.3 + created: "2022-02-02T19:42:16.056781391Z" + dependencies: + - alias: es-data-hot + condition: es-data-hot.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - alias: es-data-warm + condition: es-data-warm.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - alias: es-data-cold + condition: es-data-cold.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - alias: es-master + condition: es-master.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - alias: es-ingest + condition: es-ingest.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - condition: kibana.enabled + name: kibana + repository: https://helm.elastic.co + version: '*' + - condition: prometheus-elasticsearch-exporter.enabled + name: prometheus-elasticsearch-exporter + repository: https://prometheus-community.github.io/helm-charts + version: '*' + - condition: cerebro.enabled + name: cerebro + repository: https://wiremind.github.io/wiremind-helm-charts + version: '*' + description: Elasticsearch cluster - a hat chart for several elasticsearch charts + digest: c880c104923c7dd049ad0f112a5afbeb3b6fbf23a702dc3d728d147aa67b444f + home: https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/elasticsearch-cluster + icon: https://static-www.elastic.co/v3/assets/bltefdd0b53724fa2ce/blt5ebe80fb665aef6b/5ea8c8f26b62d4563b6ecec2/brand-elasticsearch-220x130.svg + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + name: elasticsearch-cluster + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/elasticsearch-cluster + - https://github.com/elastic/helm-charts/tree/master/elasticsearch + - https://github.com/elastic/elasticsearch + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/elasticsearch-cluster-3.5.7/elasticsearch-cluster-3.5.7.tgz + version: 3.5.7 + - apiVersion: v2 + appVersion: 7.16.2 + created: "2022-01-24T19:31:53.881225083Z" + dependencies: + - alias: es-data-hot + condition: es-data-hot.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - alias: es-data-warm + condition: es-data-warm.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - alias: es-data-cold + condition: es-data-cold.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - alias: es-master + condition: es-master.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - alias: es-ingest + condition: es-ingest.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - condition: kibana.enabled + name: kibana + repository: https://helm.elastic.co + version: '*' + - condition: prometheus-elasticsearch-exporter.enabled + name: prometheus-elasticsearch-exporter + repository: https://prometheus-community.github.io/helm-charts + version: '*' + - condition: cerebro.enabled + name: cerebro + repository: https://wiremind.github.io/wiremind-helm-charts + version: '*' + description: Elasticsearch cluster - a hat chart for several elasticsearch charts + digest: 1f9663ef06cbd033305b65252adfef13267b0cbd2557663275edd6753213700b + home: https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/elasticsearch-cluster + icon: https://static-www.elastic.co/v3/assets/bltefdd0b53724fa2ce/blt5ebe80fb665aef6b/5ea8c8f26b62d4563b6ecec2/brand-elasticsearch-220x130.svg + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + name: elasticsearch-cluster + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/elasticsearch-cluster + - https://github.com/elastic/helm-charts/tree/master/elasticsearch + - https://github.com/elastic/elasticsearch + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/elasticsearch-cluster-3.5.6/elasticsearch-cluster-3.5.6.tgz + version: 3.5.6 + - apiVersion: v2 + appVersion: 7.16.2 + created: "2021-12-21T10:38:57.499332467Z" + dependencies: + - alias: es-data-hot + condition: es-data-hot.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - alias: es-data-warm + condition: es-data-warm.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - alias: es-data-cold + condition: es-data-cold.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - alias: es-master + condition: es-master.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - alias: es-ingest + condition: es-ingest.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - condition: kibana.enabled + name: kibana + repository: https://helm.elastic.co + version: '*' + - condition: prometheus-elasticsearch-exporter.enabled + name: prometheus-elasticsearch-exporter + repository: https://prometheus-community.github.io/helm-charts + version: '*' + - condition: cerebro.enabled + name: cerebro + repository: https://wiremind.github.io/wiremind-helm-charts + version: '*' + description: Elasticsearch cluster - a hat chart for several elasticsearch charts + digest: 8ba842f087ffe7dbfcd2e6b2fc70af9c090355a5c88e5361cfc3ab64054850bc + home: https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/elasticsearch-cluster + icon: https://static-www.elastic.co/v3/assets/bltefdd0b53724fa2ce/blt5ebe80fb665aef6b/5ea8c8f26b62d4563b6ecec2/brand-elasticsearch-220x130.svg + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + name: elasticsearch-cluster + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/elasticsearch-cluster + - https://github.com/elastic/helm-charts/tree/master/elasticsearch + - https://github.com/elastic/elasticsearch + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/elasticsearch-cluster-3.5.5/elasticsearch-cluster-3.5.5.tgz + version: 3.5.5 + - apiVersion: v2 + appVersion: 7.16.1 + created: "2021-12-15T08:23:20.620754044Z" + dependencies: + - alias: es-data-hot + condition: es-data-hot.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - alias: es-data-warm + condition: es-data-warm.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - alias: es-data-cold + condition: es-data-cold.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - alias: es-master + condition: es-master.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - alias: es-ingest + condition: es-ingest.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - condition: kibana.enabled + name: kibana + repository: https://helm.elastic.co + version: '*' + - condition: prometheus-elasticsearch-exporter.enabled + name: prometheus-elasticsearch-exporter + repository: https://prometheus-community.github.io/helm-charts + version: '*' + - condition: cerebro.enabled + name: cerebro + repository: https://wiremind.github.io/wiremind-helm-charts + version: '*' + description: Elasticsearch cluster - a hat chart for several elasticsearch charts + digest: 5e942cb01f5c72d7c98b84c9fca0661b0746c19869a7f6e8a0252b0102180479 + home: https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/elasticsearch-cluster + icon: https://static-www.elastic.co/v3/assets/bltefdd0b53724fa2ce/blt5ebe80fb665aef6b/5ea8c8f26b62d4563b6ecec2/brand-elasticsearch-220x130.svg + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + name: elasticsearch-cluster + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/elasticsearch-cluster + - https://github.com/elastic/helm-charts/tree/master/elasticsearch + - https://github.com/elastic/elasticsearch + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/elasticsearch-cluster-3.5.4/elasticsearch-cluster-3.5.4.tgz + version: 3.5.4 + - apiVersion: v2 + appVersion: 7.15.0 + created: "2021-10-28T14:06:02.802903638Z" + dependencies: + - alias: es-data-hot + condition: es-data-hot.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - alias: es-data-warm + condition: es-data-warm.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - alias: es-data-cold + condition: es-data-cold.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - alias: es-master + condition: es-master.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - alias: es-ingest + condition: es-ingest.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - condition: kibana.enabled + name: kibana + repository: https://helm.elastic.co + version: '*' + - condition: prometheus-elasticsearch-exporter.enabled + name: prometheus-elasticsearch-exporter + repository: https://prometheus-community.github.io/helm-charts + version: '*' + - condition: cerebro.enabled + name: cerebro + repository: https://wiremind.github.io/wiremind-helm-charts + version: '*' + description: Elasticsearch cluster - a hat chart for several elasticsearch charts + digest: d85ff12c48976a0a50f99e8d74c1651ee3f842fb3f6feb7c5b28e23f4cb8522a + home: https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/elasticsearch-cluster + icon: https://static-www.elastic.co/v3/assets/bltefdd0b53724fa2ce/blt5ebe80fb665aef6b/5ea8c8f26b62d4563b6ecec2/brand-elasticsearch-220x130.svg + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + name: elasticsearch-cluster + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/elasticsearch-cluster + - https://github.com/elastic/helm-charts/tree/master/elasticsearch + - https://github.com/elastic/elasticsearch + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/elasticsearch-cluster-3.5.3/elasticsearch-cluster-3.5.3.tgz + version: 3.5.3 + - apiVersion: v2 + appVersion: 7.15.0 + created: "2021-10-19T11:08:27.327559465Z" + dependencies: + - alias: es-data-hot + condition: es-data-hot.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - alias: es-data-warm + condition: es-data-warm.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - alias: es-data-cold + condition: es-data-cold.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - alias: es-master + condition: es-master.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - alias: es-ingest + condition: es-ingest.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - condition: kibana.enabled + name: kibana + repository: https://helm.elastic.co + version: '*' + - condition: prometheus-elasticsearch-exporter.enabled + name: prometheus-elasticsearch-exporter + repository: https://prometheus-community.github.io/helm-charts + version: '*' + - condition: cerebro.enabled + name: cerebro + repository: https://wiremind.github.io/wiremind-helm-charts + version: '*' + description: Elasticsearch cluster - a hat chart for several elasticsearch charts + digest: a7ca84b38f5c282e9e6a277d57886e862472052fe890aa1a55ef8cd74667d03e + home: https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/elasticsearch-cluster + icon: https://static-www.elastic.co/v3/assets/bltefdd0b53724fa2ce/blt5ebe80fb665aef6b/5ea8c8f26b62d4563b6ecec2/brand-elasticsearch-220x130.svg + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + name: elasticsearch-cluster + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/elasticsearch-cluster + - https://github.com/elastic/helm-charts/tree/master/elasticsearch + - https://github.com/elastic/elasticsearch + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/elasticsearch-cluster-3.5.2/elasticsearch-cluster-3.5.2.tgz + version: 3.5.2 + - apiVersion: v2 + appVersion: 7.15.0 + created: "2021-10-19T10:19:55.173431394Z" + dependencies: + - alias: es-data-hot + condition: es-data-hot.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - alias: es-data-warm + condition: es-data-warm.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - alias: es-data-cold + condition: es-data-cold.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - alias: es-master + condition: es-master.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - alias: es-ingest + condition: es-ingest.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - condition: kibana.enabled + name: kibana + repository: https://helm.elastic.co + version: '*' + - condition: prometheus-elasticsearch-exporter.enabled + name: prometheus-elasticsearch-exporter + repository: https://prometheus-community.github.io/helm-charts + version: '*' + - condition: cerebro.enabled + name: cerebro + repository: https://wiremind.github.io/wiremind-helm-charts + version: '*' + description: Elasticsearch cluster - a hat chart for several elasticsearch charts + digest: d531def4acc1ec96b6dfd6c32ca191221792cf11949af345dd658eed614b788b + home: https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/elasticsearch-cluster + icon: https://static-www.elastic.co/v3/assets/bltefdd0b53724fa2ce/blt5ebe80fb665aef6b/5ea8c8f26b62d4563b6ecec2/brand-elasticsearch-220x130.svg + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + name: elasticsearch-cluster + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/elasticsearch-cluster + - https://github.com/elastic/helm-charts/tree/master/elasticsearch + - https://github.com/elastic/elasticsearch + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/elasticsearch-cluster-3.5.1/elasticsearch-cluster-3.5.1.tgz + version: 3.5.1 + - apiVersion: v2 + appVersion: 7.15.0 + created: "2021-10-19T09:30:30.49561317Z" + dependencies: + - alias: es-data-hot + condition: es-data-hot.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - alias: es-data-warm + condition: es-data-warm.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - alias: es-data-cold + condition: es-data-cold.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - alias: es-master + condition: es-master.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - alias: es-ingest + condition: es-ingest.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - condition: kibana.enabled + name: kibana + repository: https://helm.elastic.co + version: '*' + - condition: prometheus-elasticsearch-exporter.enabled + name: prometheus-elasticsearch-exporter + repository: https://prometheus-community.github.io/helm-charts + version: '*' + - condition: cerebro.enabled + name: cerebro + repository: https://wiremind.github.io/wiremind-helm-charts + version: '*' + description: Elasticsearch cluster - a hat chart for several elasticsearch charts + digest: 63745bc8ddf7b670fdde5952bee5320f41b88b31aea1995e6131f4e090d28fb5 + home: https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/elasticsearch-cluster + icon: https://static-www.elastic.co/v3/assets/bltefdd0b53724fa2ce/blt5ebe80fb665aef6b/5ea8c8f26b62d4563b6ecec2/brand-elasticsearch-220x130.svg + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + name: elasticsearch-cluster + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/elasticsearch-cluster + - https://github.com/elastic/helm-charts/tree/master/elasticsearch + - https://github.com/elastic/elasticsearch + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/elasticsearch-cluster-3.5.0/elasticsearch-cluster-3.5.0.tgz + version: 3.5.0 + - apiVersion: v2 + appVersion: 7.15.0 + created: "2021-10-11T12:10:13.742023491Z" + dependencies: + - alias: es-data-hot + condition: es-data-hot.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - alias: es-data-warm + condition: es-data-warm.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - alias: es-data-cold + condition: es-data-cold.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - alias: es-master + condition: es-master.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - alias: es-ingest + condition: es-ingest.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - condition: kibana.enabled + name: kibana + repository: https://helm.elastic.co + version: '*' + - condition: prometheus-elasticsearch-exporter.enabled + name: prometheus-elasticsearch-exporter + repository: https://prometheus-community.github.io/helm-charts + version: '*' + - condition: cerebro.enabled + name: cerebro + repository: https://wiremind.github.io/wiremind-helm-charts + version: '*' + description: Elasticsearch cluster - a hat chart for several elasticsearch charts + digest: efe59aa964d242f111455babeeef4376baabf23fe2f222f82d105995f1343a9c + home: https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/elasticsearch-cluster + icon: https://static-www.elastic.co/v3/assets/bltefdd0b53724fa2ce/blt5ebe80fb665aef6b/5ea8c8f26b62d4563b6ecec2/brand-elasticsearch-220x130.svg + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + name: elasticsearch-cluster + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/elasticsearch-cluster + - https://github.com/elastic/helm-charts/tree/master/elasticsearch + - https://github.com/elastic/elasticsearch + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/elasticsearch-cluster-3.4.5/elasticsearch-cluster-3.4.5.tgz + version: 3.4.5 + - apiVersion: v2 + appVersion: 7.15.0 + created: "2021-10-11T11:18:28.303613383Z" + dependencies: + - alias: es-data-hot + condition: es-data-hot.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - alias: es-data-warm + condition: es-data-warm.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - alias: es-data-cold + condition: es-data-cold.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - alias: es-master + condition: es-master.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - alias: es-ingest + condition: es-ingest.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - condition: kibana.enabled + name: kibana + repository: https://helm.elastic.co + version: '*' + - condition: prometheus-elasticsearch-exporter.enabled + name: prometheus-elasticsearch-exporter + repository: https://prometheus-community.github.io/helm-charts + version: '*' + - condition: cerebro.enabled + name: cerebro + repository: https://wiremind.github.io/wiremind-helm-charts + version: '*' + description: Elasticsearch cluster - a hat chart for several elasticsearch charts + digest: 16a18cbcf83f6ccace7f4f42666b237ad7b838882468c1b6b12bd6a62a3f661d + home: https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/elasticsearch-cluster + icon: https://static-www.elastic.co/v3/assets/bltefdd0b53724fa2ce/blt5ebe80fb665aef6b/5ea8c8f26b62d4563b6ecec2/brand-elasticsearch-220x130.svg + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + name: elasticsearch-cluster + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/elasticsearch-cluster + - https://github.com/elastic/helm-charts/tree/master/elasticsearch + - https://github.com/elastic/elasticsearch + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/elasticsearch-cluster-3.4.4/elasticsearch-cluster-3.4.4.tgz + version: 3.4.4 + - apiVersion: v2 + appVersion: 7.15.0 + created: "2021-10-09T10:49:30.325861874Z" + dependencies: + - alias: es-data-hot + condition: es-data-hot.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - alias: es-data-warm + condition: es-data-warm.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - alias: es-data-cold + condition: es-data-cold.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - alias: es-master + condition: es-master.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - alias: es-ingest + condition: es-ingest.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - condition: kibana.enabled + name: kibana + repository: https://helm.elastic.co + version: '*' + - condition: prometheus-elasticsearch-exporter.enabled + name: prometheus-elasticsearch-exporter + repository: https://prometheus-community.github.io/helm-charts + version: '*' + - condition: cerebro.enabled + name: cerebro + repository: https://wiremind.github.io/wiremind-helm-charts + version: '*' + description: Elasticsearch cluster - a hat chart for several elasticsearch charts + digest: ae5df81e239afdf30b2f75e024ba2957e65f270520926f18248dcccfa6d089b1 + home: https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/elasticsearch-cluster + icon: https://static-www.elastic.co/v3/assets/bltefdd0b53724fa2ce/blt5ebe80fb665aef6b/5ea8c8f26b62d4563b6ecec2/brand-elasticsearch-220x130.svg + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + name: elasticsearch-cluster + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/elasticsearch-cluster + - https://github.com/elastic/helm-charts/tree/master/elasticsearch + - https://github.com/elastic/elasticsearch + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/elasticsearch-cluster-3.4.3/elasticsearch-cluster-3.4.3.tgz + version: 3.4.3 + - apiVersion: v2 + appVersion: 7.15.0 + created: "2021-10-09T09:38:35.063409776Z" + dependencies: + - alias: es-data-hot + condition: es-data-hot.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - alias: es-data-warm + condition: es-data-warm.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - alias: es-data-cold + condition: es-data-cold.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - alias: es-master + condition: es-master.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - alias: es-ingest + condition: es-ingest.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - condition: kibana.enabled + name: kibana + repository: https://helm.elastic.co + version: '*' + - condition: prometheus-elasticsearch-exporter.enabled + name: prometheus-elasticsearch-exporter + repository: https://prometheus-community.github.io/helm-charts + version: '*' + - condition: cerebro.enabled + name: cerebro + repository: https://wiremind.github.io/wiremind-helm-charts + version: '*' + description: Elasticsearch cluster - a hat chart for several elasticsearch charts + digest: 69b8d332cece2595ef9006fb04f9b9e53e4694e0b5c84ac2495dc8377c6f11b6 + home: https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/elasticsearch-cluster + icon: https://static-www.elastic.co/v3/assets/bltefdd0b53724fa2ce/blt5ebe80fb665aef6b/5ea8c8f26b62d4563b6ecec2/brand-elasticsearch-220x130.svg + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + name: elasticsearch-cluster + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/elasticsearch-cluster + - https://github.com/elastic/helm-charts/tree/master/elasticsearch + - https://github.com/elastic/elasticsearch + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/elasticsearch-cluster-3.4.2/elasticsearch-cluster-3.4.2.tgz + version: 3.4.2 + - apiVersion: v2 + appVersion: 7.15.0 + created: "2021-10-08T16:22:31.862807084Z" + dependencies: + - alias: es-data-hot + condition: es-data-hot.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - alias: es-data-warm + condition: es-data-warm.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - alias: es-data-cold + condition: es-data-cold.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - alias: es-master + condition: es-master.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - alias: es-ingest + condition: es-ingest.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - condition: kibana.enabled + name: kibana + repository: https://helm.elastic.co + version: '*' + - condition: prometheus-elasticsearch-exporter.enabled + name: prometheus-elasticsearch-exporter + repository: https://prometheus-community.github.io/helm-charts + version: '*' + - condition: cerebro.enabled + name: cerebro + repository: https://wiremind.github.io/wiremind-helm-charts + version: '*' + description: Elasticsearch cluster - a hat chart for several elasticsearch charts + digest: 952249cd12519646f3dd655e19dc5920e772a8b959c3634f154b64c763da4484 + home: https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/elasticsearch-cluster + icon: https://static-www.elastic.co/v3/assets/bltefdd0b53724fa2ce/blt5ebe80fb665aef6b/5ea8c8f26b62d4563b6ecec2/brand-elasticsearch-220x130.svg + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + name: elasticsearch-cluster + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/elasticsearch-cluster + - https://github.com/elastic/helm-charts/tree/master/elasticsearch + - https://github.com/elastic/elasticsearch + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/elasticsearch-cluster-3.4.1/elasticsearch-cluster-3.4.1.tgz + version: 3.4.1 + - apiVersion: v2 + appVersion: 7.15.0 + created: "2021-10-08T16:11:41.159140825Z" + dependencies: + - alias: es-data-hot + condition: es-data-hot.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - alias: es-data-warm + condition: es-data-warm.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - alias: es-data-cold + condition: es-data-cold.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - alias: es-master + condition: es-master.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - alias: es-ingest + condition: es-ingest.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - condition: kibana.enabled + name: kibana + repository: https://helm.elastic.co + version: '*' + - condition: prometheus-elasticsearch-exporter.enabled + name: prometheus-elasticsearch-exporter + repository: https://prometheus-community.github.io/helm-charts + version: '*' + - condition: cerebro.enabled + name: cerebro + repository: https://wiremind.github.io/wiremind-helm-charts + version: '*' + description: Elasticsearch cluster - a hat chart for several elasticsearch charts + digest: 3128ea7269bfc734e78c787a6a9b227e6fa1f9a09f088907d6b30808ee24739e + home: https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/elasticsearch-cluster + icon: https://static-www.elastic.co/v3/assets/bltefdd0b53724fa2ce/blt5ebe80fb665aef6b/5ea8c8f26b62d4563b6ecec2/brand-elasticsearch-220x130.svg + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + name: elasticsearch-cluster + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/elasticsearch-cluster + - https://github.com/elastic/helm-charts/tree/master/elasticsearch + - https://github.com/elastic/elasticsearch + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/elasticsearch-cluster-3.4.0/elasticsearch-cluster-3.4.0.tgz + version: 3.4.0 + - apiVersion: v2 + appVersion: 7.15.0 + created: "2021-10-07T13:15:00.759227561Z" + dependencies: + - alias: es-data-hot + condition: es-data-hot.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - alias: es-data-warm + condition: es-data-warm.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - alias: es-data-cold + condition: es-data-cold.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - alias: es-master + condition: es-master.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - alias: es-ingest + condition: es-ingest.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - condition: kibana.enabled + name: kibana + repository: https://helm.elastic.co + version: '*' + - condition: prometheus-elasticsearch-exporter.enabled + name: prometheus-elasticsearch-exporter + repository: https://prometheus-community.github.io/helm-charts + version: '*' + - condition: cerebro.enabled + name: cerebro + repository: https://wiremind.github.io/wiremind-helm-charts + version: '*' + description: Elasticsearch cluster - a hat chart for several elasticsearch charts + digest: 7672a22b6e94b7d45180681dab85517dc1b92b85a4b789327d04276ac8a3f48c + home: https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/elasticsearch-cluster + icon: https://static-www.elastic.co/v3/assets/bltefdd0b53724fa2ce/blt5ebe80fb665aef6b/5ea8c8f26b62d4563b6ecec2/brand-elasticsearch-220x130.svg + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + name: elasticsearch-cluster + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/elasticsearch-cluster + - https://github.com/elastic/helm-charts/tree/master/elasticsearch + - https://github.com/elastic/elasticsearch + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/elasticsearch-cluster-3.3.0/elasticsearch-cluster-3.3.0.tgz + version: 3.3.0 + - apiVersion: v2 + appVersion: 7.14.0 + created: "2021-08-04T07:15:14.383114516Z" + dependencies: + - alias: es-data-hot + condition: es-data-hot.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - alias: es-data-warm + condition: es-data-warm.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - alias: es-data-cold + condition: es-data-cold.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - alias: es-master + condition: es-master.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - alias: es-ingest + condition: es-ingest.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - condition: kibana.enabled + name: kibana + repository: https://helm.elastic.co + version: '*' + - condition: prometheus-elasticsearch-exporter.enabled + name: prometheus-elasticsearch-exporter + repository: https://prometheus-community.github.io/helm-charts + version: '*' + - condition: cerebro.enabled + name: cerebro + repository: https://wiremind.github.io/wiremind-helm-charts + version: '*' + description: Elasticsearch cluster - a hat chart for several elasticsearch charts + digest: e8f0fd2aedfdfc958f6803fcb77af441e7a2080e4b651e19f510f3c915248b25 + home: https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/elasticsearch-cluster + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + name: elasticsearch-cluster + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/elasticsearch-cluster + - https://github.com/elastic/helm-charts/tree/master/elasticsearch + - https://github.com/elastic/elasticsearch + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/elasticsearch-cluster-3.2.3/elasticsearch-cluster-3.2.3.tgz + version: 3.2.3 + - apiVersion: v2 + appVersion: 7.13.4 + created: "2021-08-03T13:35:54.595691581Z" + dependencies: + - alias: es-data-hot + condition: es-data-hot.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - alias: es-data-warm + condition: es-data-warm.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - alias: es-data-cold + condition: es-data-cold.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - alias: es-master + condition: es-master.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - alias: es-ingest + condition: es-ingest.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - condition: kibana.enabled + name: kibana + repository: https://helm.elastic.co + version: '*' + - condition: prometheus-elasticsearch-exporter.enabled + name: prometheus-elasticsearch-exporter + repository: https://prometheus-community.github.io/helm-charts + version: '*' + - condition: cerebro.enabled + name: cerebro + repository: https://wiremind.github.io/wiremind-helm-charts + version: '*' + description: Elasticsearch cluster - a hat chart for several elasticsearch charts + digest: a4615584d0fec8a56192a38fc2451ae237b0fba9efd30772c4ee93a0dc75a36c + home: https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/elasticsearch-cluster + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + name: elasticsearch-cluster + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/elasticsearch-cluster + - https://github.com/elastic/helm-charts/tree/master/elasticsearch + - https://github.com/elastic/elasticsearch + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/elasticsearch-cluster-3.2.2/elasticsearch-cluster-3.2.2.tgz + version: 3.2.2 + - apiVersion: v2 + appVersion: 7.13.2 + created: "2021-07-20T10:00:55.317692321Z" + dependencies: + - alias: es-data-hot + condition: es-data-hot.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - alias: es-data-warm + condition: es-data-warm.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - alias: es-data-cold + condition: es-data-cold.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - alias: es-master + condition: es-master.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - alias: es-ingest + condition: es-ingest.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - condition: kibana.enabled + name: kibana + repository: https://helm.elastic.co + version: '*' + - condition: prometheus-elasticsearch-exporter.enabled + name: prometheus-elasticsearch-exporter + repository: https://prometheus-community.github.io/helm-charts + version: '*' + - condition: cerebro.enabled + name: cerebro + repository: https://wiremind.github.io/wiremind-helm-charts + version: '*' + description: Elasticsearch cluster - a hat chart for several elasticsearch charts + digest: cca8d32936611378ea74e4c10478fe11aba00a42d15073d90793a00c6f648e22 + home: https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/elasticsearch-cluster + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + name: elasticsearch-cluster + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/elasticsearch-cluster + - https://github.com/elastic/helm-charts/tree/master/elasticsearch + - https://github.com/elastic/elasticsearch + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/elasticsearch-cluster-3.2.1/elasticsearch-cluster-3.2.1.tgz + version: 3.2.1 + - apiVersion: v2 + appVersion: 7.13.2 + created: "2021-07-01T13:51:33.408364469Z" + dependencies: + - alias: es-data-hot + condition: es-data-hot.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - alias: es-data-warm + condition: es-data-warm.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - alias: es-data-cold + condition: es-data-cold.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - alias: es-master + condition: es-master.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - alias: es-ingest + condition: es-ingest.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - condition: kibana.enabled + name: kibana + repository: https://helm.elastic.co + version: '*' + - condition: prometheus-elasticsearch-exporter.enabled + name: prometheus-elasticsearch-exporter + repository: https://prometheus-community.github.io/helm-charts + version: '*' + - condition: cerebro.enabled + name: cerebro + repository: https://wiremind.github.io/wiremind-helm-charts + version: '*' + description: Elasticsearch cluster - a hat chart for several elasticsearch charts + digest: 93accab7136880ef77386bd14a3a37b92eecb8a0c95445b3f879bb93c3399c09 + home: https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/elasticsearch-cluster + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + name: elasticsearch-cluster + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/elasticsearch-cluster + - https://github.com/elastic/helm-charts/tree/master/elasticsearch + - https://github.com/elastic/elasticsearch + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/elasticsearch-cluster-3.2.0/elasticsearch-cluster-3.2.0.tgz + version: 3.2.0 + - apiVersion: v2 + appVersion: 7.13.2 + created: "2021-06-23T17:05:12.562395123Z" + dependencies: + - alias: es-data-hot + condition: es-data-hot.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - alias: es-data-warm + condition: es-data-warm.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - alias: es-data-cold + condition: es-data-cold.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - alias: es-master + condition: es-master.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - alias: es-ingest + condition: es-ingest.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - condition: kibana.enabled + name: kibana + repository: https://helm.elastic.co + version: '*' + - condition: prometheus-elasticsearch-exporter.enabled + name: prometheus-elasticsearch-exporter + repository: https://prometheus-community.github.io/helm-charts + version: '*' + - condition: cerebro.enabled + name: cerebro + repository: https://wiremind.github.io/wiremind-helm-charts + version: '*' + description: Elasticsearch cluster - a hat chart for several elasticsearch charts + digest: 7c6588fae837156796a5feeb4ef2c030746318b34f9931d69c7ba87a35c5c2ad + home: https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/elasticsearch-cluster + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + name: elasticsearch-cluster + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/elasticsearch-cluster + - https://github.com/elastic/helm-charts/tree/master/elasticsearch + - https://github.com/elastic/elasticsearch + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/elasticsearch-cluster-3.1.2/elasticsearch-cluster-3.1.2.tgz + version: 3.1.2 + - apiVersion: v2 + appVersion: 7.12.1 + created: "2021-05-11T12:55:51.919311424Z" + dependencies: + - alias: es-data-hot + condition: es-data-hot.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - alias: es-data-warm + condition: es-data-warm.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - alias: es-data-cold + condition: es-data-cold.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - alias: es-master + condition: es-master.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - alias: es-ingest + condition: es-ingest.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - condition: kibana.enabled + name: kibana + repository: https://helm.elastic.co + version: '*' + - condition: prometheus-elasticsearch-exporter.enabled + name: prometheus-elasticsearch-exporter + repository: https://prometheus-community.github.io/helm-charts + version: '*' + - condition: cerebro.enabled + name: cerebro + repository: https://wiremind.github.io/wiremind-helm-charts + version: '*' + description: Elasticsearch cluster - a hat chart for several elasticsearch charts + digest: f9663d689a929923af2118321b9972514abbb3388b75e87b23af971d011bbedc + home: https://github.com/elastic/helm-charts + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + name: elasticsearch-cluster + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/elasticsearch-logging + - https://github.com/elastic/helm-charts/tree/master/elasticsearch + - https://github.com/elastic/elasticsearch + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/elasticsearch-cluster-3.1.1/elasticsearch-cluster-3.1.1.tgz + version: 3.1.1 + - apiVersion: v2 + appVersion: 7.12.1 + created: "2021-05-11T12:46:35.274101043Z" + dependencies: + - alias: es-data-hot + condition: es-data-hot.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - alias: es-data-warm + condition: es-data-warm.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - alias: es-data-cold + condition: es-data-cold.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - alias: es-master + condition: es-master.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - alias: es-ingest + condition: es-ingest.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - condition: kibana.enabled + name: kibana + repository: https://helm.elastic.co + version: '*' + - condition: prometheus-elasticsearch-exporter.enabled + name: prometheus-elasticsearch-exporter + repository: https://prometheus-community.github.io/helm-charts + version: '*' + - condition: cerebro.enabled + name: cerebro + repository: https://wiremind.github.io/wiremind-helm-charts + version: '*' + description: Elasticsearch cluster - a hat chart for several elasticsearch charts + digest: 6dbf2fa080554e1007447c2aa56a77a9439d4e5577d7511720d3f4decdc40cb6 + home: https://github.com/elastic/helm-charts + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + name: elasticsearch-cluster + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/elasticsearch-logging + - https://github.com/elastic/helm-charts/tree/master/elasticsearch + - https://github.com/elastic/elasticsearch + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/elasticsearch-cluster-3.1.0/elasticsearch-cluster-3.1.0.tgz + version: 3.1.0 + - apiVersion: v2 + appVersion: 7.12.0 + created: "2021-04-12T13:12:47.078432254Z" + dependencies: + - alias: es-data-hot + condition: es-data-hot.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - alias: es-data-warm + condition: es-data-warm.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - alias: es-data-cold + condition: es-data-cold.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - alias: es-master + condition: es-master.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - alias: es-ingest + condition: es-ingest.enabled + name: elasticsearch + repository: https://helm.elastic.co + version: '*' + - condition: kibana.enabled + name: kibana + repository: https://helm.elastic.co + version: '*' + - condition: prometheus-elasticsearch-exporter.enabled + name: prometheus-elasticsearch-exporter + repository: https://prometheus-community.github.io/helm-charts + version: '*' + - condition: cerebro.enabled + name: cerebro + repository: https://wiremind.github.io/wiremind-helm-charts + version: '*' + description: Elasticsearch cluster - a hat chart for several elasticsearch charts + digest: 0eb6425d72010305f76c23b1027244503bfd6b1b2f3ffdcb0990077599b8f018 + home: https://github.com/elastic/helm-charts + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + name: elasticsearch-cluster + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/elasticsearch-logging + - https://github.com/elastic/helm-charts/tree/master/elasticsearch + - https://github.com/elastic/elasticsearch + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/elasticsearch-cluster-3.0.0/elasticsearch-cluster-3.0.0.tgz + version: 3.0.0 + external-monitoring: + - apiVersion: v2 + created: "2023-09-22T13:03:29.825955749Z" + dependencies: + - name: prometheus-blackbox-exporter + repository: https://prometheus-community.github.io/helm-charts + version: 8.3.0 + description: Simple monitoring for things outside of kubernetes + digest: f04330f51671e18a6f9f4790fa215586a700c4cb2317796850f40905519cc78b + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: external-monitoring + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/external-monitoring-0.3.0/external-monitoring-0.3.0.tgz + version: 0.3.0 + - apiVersion: v2 + created: "2022-09-28T15:18:08.5654238Z" + dependencies: + - name: prometheus-blackbox-exporter + repository: https://prometheus-community.github.io/helm-charts + version: 7.1.0 + description: Simple monitoring for things outside of kubernetes + digest: d29d87d1491187c2c959afc57d432d48ba2c3c9590935926962360d08f7144e8 + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + name: external-monitoring + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/external-monitoring-0.2.4/external-monitoring-0.2.4.tgz + version: 0.2.4 + - apiVersion: v2 + created: "2021-09-27T12:08:56.066147179Z" + dependencies: + - name: prometheus-blackbox-exporter + repository: https://prometheus-community.github.io/helm-charts + version: 4.10.0 + description: Simple monitoring for things outside of kubernetes + digest: 3e744498cddf143fb2abe33320bdb44a5c6acc1abf235a17e3eb73db6bbc241b + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + name: external-monitoring + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/external-monitoring-0.2.3/external-monitoring-0.2.3.tgz + version: 0.2.3 + - apiVersion: v2 + created: "2021-09-27T07:30:59.441044482Z" + dependencies: + - name: prometheus-blackbox-exporter + repository: https://prometheus-community.github.io/helm-charts + version: 4.10.0 + description: Simple monitoring for things outside of kubernetes + digest: ece20a5ac3116dc7cd830b9100e0d577f6adbf694dc7d3a48fab8bebb8029ef5 + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + name: external-monitoring + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/external-monitoring-0.2.2/external-monitoring-0.2.2.tgz + version: 0.2.2 + - apiVersion: v2 + created: "2020-11-24T16:08:07.691578321Z" + dependencies: + - name: prometheus-blackbox-exporter + repository: https://prometheus-community.github.io/helm-charts + version: '*' + description: Simple monitoring for things outside of kubernetes + digest: aebca16771ced152ac3fa5ef57ac4cb862301862d4256f88352de5bc0ffc06f9 + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + name: external-monitoring + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/external-monitoring-0.2.1/external-monitoring-0.2.1.tgz + version: 0.2.1 + grafana-pdf-exporter: + - apiVersion: v2 + appVersion: "1.7" + created: "2023-11-02T15:48:57.439203718Z" + description: Grafana pdf exporter is a tool to easily export any Grafana dashboard + as PDF. It will be rendered as if the dashboard was opened in a browser. + digest: 140c4cfbf8172d11d069674812840bc366feda9b08a3a9ee64617b3fd84b9506 + home: https://www.wiremind.io + keywords: + - wiremind + - grafana + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: grafana-pdf-exporter + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/grafana-pdf-exporter + - https://github.com/wiremind/grafana-pdf-exporter + type: application + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/grafana-pdf-exporter-2.1.1/grafana-pdf-exporter-2.1.1.tgz + version: 2.1.1 + - apiVersion: v2 + appVersion: "1.7" + created: "2023-11-02T15:26:07.409941752Z" + description: Grafana pdf exporter is a tool to easily export any Grafana dashboard + as PDF. It will be rendered as if the dashboard was opened in a browser. + digest: 8f5df06de820ec9bc1b789ab9fd998adc2fcd31997bd6404b7c18cafbfeb3ada + home: https://www.wiremind.io + keywords: + - wiremind + - grafana + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: grafana-pdf-exporter + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/grafana-pdf-exporter + - https://github.com/wiremind/grafana-pdf-exporter + type: application + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/grafana-pdf-exporter-2.1.0/grafana-pdf-exporter-2.1.0.tgz + version: 2.1.0 + - apiVersion: v2 + appVersion: "1.5" + created: "2023-11-02T13:05:21.317686346Z" + description: Grafana pdf exporter is a tool to easily export any Grafana dashboard + as PDF. It will be rendered as if the dashboard was opened in a browser. + digest: 3cebaa1c3a06b3aea4eef497571755e4b0b7c61457e10d5effe17df8b27813ef + home: https://www.wiremind.io + keywords: + - wiremind + - grafana + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: grafana-pdf-exporter + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/grafana-pdf-exporter + - https://github.com/wiremind/grafana-pdf-exporter + type: application + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/grafana-pdf-exporter-2.0.1/grafana-pdf-exporter-2.0.1.tgz + version: 2.0.1 + - apiVersion: v2 + appVersion: "1.5" + created: "2023-11-02T12:48:16.202775002Z" + description: Grafana pdf exporter is a tool to easily export any Grafana dashboard + as PDF. It will be rendered as if the dashboard was opened in a browser. + digest: 51e298788f88eab104b083f84a81c35e628ee824c8b7de6e13349d3ef6c0fd73 + home: https://www.wiremind.io + keywords: + - wiremind + - grafana + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: grafana-pdf-exporter + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/grafana-pdf-exporter + - https://github.com/wiremind/grafana-pdf-exporter + type: application + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/grafana-pdf-exporter-2.0.0/grafana-pdf-exporter-2.0.0.tgz + version: 2.0.0 + - apiVersion: v2 + appVersion: v0.1.0 + created: "2023-02-06T13:14:27.85389327Z" + description: Grafana pdf exporter is a tool to easily export any Grafana dashboard + as PDF. It will be rendered as if the dashboard was opened in a browser. + digest: d5f0027b7c7f9c47595a995267ac744dc6379df38610e22df8057c0ac0039ac4 + home: https://www.wiremind.io + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: grafana-pdf-exporter + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/grafana-pdf-exporter + - https://github.com/francoisminaud/grafana-pdf-exporter + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/grafana-pdf-exporter-1.0.0/grafana-pdf-exporter-1.0.0.tgz + version: 1.0.0 + - apiVersion: v2 + appVersion: v0.1.0 + created: "2022-01-14T09:30:14.516470467Z" + description: Grafana pdf exporter is a tool to easily export any Grafana dashboard + as PDF. It will be rendered as if the dashboard was opened in a browser. + digest: c219240291bda1f97cc6db9687b74b5aeebbcdee77a982d0cf72c9ce797019d9 + home: https://www.wiremind.io + maintainers: + - email: platform@wiremind.io + name: Wiremind + name: grafana-pdf-exporter + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/grafana-pdf-exporter + - https://github.com/francoisminaud/grafana-pdf-exporter + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/grafana-pdf-exporter-0.7.0/grafana-pdf-exporter-0.7.0.tgz + version: 0.7.0 + - apiVersion: v2 + appVersion: v0.1.0 + created: "2021-08-12T16:01:45.732314864Z" + description: Grafana pdf exporter is a tool to easily export any Grafana dashboard + as PDF. It will be rendered as if the dashboard was opened in a browser. + digest: 78f977580a0fa39de5fe0d499364eb37669e7e3638a9ece24699854fc1194c06 + home: https://www.wiremind.io + maintainers: + - email: platform@wiremind.io + name: Wiremind + name: grafana-pdf-exporter + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/grafana-pdf-exporter + - https://github.com/francoisminaud/grafana-pdf-exporter + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/grafana-pdf-exporter-0.6.0/grafana-pdf-exporter-0.6.0.tgz + version: 0.6.0 + - apiVersion: v2 + appVersion: v0.1.0 + created: "2021-07-18T11:39:26.368951323Z" + description: Grafana pdf exporter is a tool to easily export any Grafana dashboard + as PDF. It will be rendered as if the dashboard was opened in a browser. + digest: 3b808dc7a379e7c6b1a41a70559f47cf560efd42a6aaff807298248a3482c504 + home: https://www.wiremind.io + maintainers: + - email: platform@wiremind.io + name: Wiremind + name: grafana-pdf-exporter + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/grafana-pdf-exporter + - https://github.com/francoisminaud/grafana-pdf-exporter + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/grafana-pdf-exporter-0.5.1/grafana-pdf-exporter-0.5.1.tgz + version: 0.5.1 + - apiVersion: v2 + appVersion: v0.1.0 + created: "2021-06-21T19:56:11.670844398Z" + description: Grafana pdf exporter is a tool to easily export any Grafana dashboard + as PDF. It will be rendered as if the dashboard was opened in a browser. + digest: c6f1ec601764d18b978597aacda1403076f3fbbe68c8cddfec0ee9b00d31555e + home: https://www.wiremind.io + maintainers: + - email: platform@wiremind.io + name: Wiremind + name: grafana-pdf-exporter + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/grafana-pdf-exporter + - https://github.com/francoisminaud/grafana-pdf-exporter + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/grafana-pdf-exporter-0.4.1/grafana-pdf-exporter-0.4.1.tgz + version: 0.4.1 + - apiVersion: v2 + appVersion: v0.1.0 + created: "2021-06-21T15:59:41.506411214Z" + description: Grafana pdf exporter is a tool to easily export any Grafana dashboard + as PDF. It will be rendered as if the dashboard was opened in a browser. + digest: 8053aeebb728281b47ba20500adcfdba525bc62bcfb8c4e9f595130af15d1f28 + home: https://www.wiremind.io + maintainers: + - email: platform@wiremind.io + name: Wiremind + name: grafana-pdf-exporter + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/grafana-pdf-exporter + - https://github.com/francoisminaud/grafana-pdf-exporter + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/grafana-pdf-exporter-0.4.0/grafana-pdf-exporter-0.4.0.tgz + version: 0.4.0 + - apiVersion: v2 + appVersion: v0.1.0 + created: "2021-06-21T14:57:58.966439215Z" + description: Grafana pdf exporter is a tool to easily export any Grafana dashboard + as PDF. It will be rendered as if the dashboard was opened in a browser. + digest: 9aa3a0b2302994c167e94851e424bf165ae76a307f681761cc9130e8873b33c8 + home: https://www.wiremind.io + maintainers: + - email: platform@wiremind.io + name: Wiremind + name: grafana-pdf-exporter + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/grafana-pdf-exporter + - https://github.com/francoisminaud/grafana-pdf-exporter + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/grafana-pdf-exporter-0.3.0/grafana-pdf-exporter-0.3.0.tgz + version: 0.3.0 + iam-chart: + - apiVersion: v1 + appVersion: v0.1.1 + created: "2023-02-06T14:25:53.433018194Z" + description: Manage CRDs of the ACK service controller for AWS Identity & Access + Management (IAM) + digest: 6991827c581b7ffc68ea3642e225d835babc42cd961781d88f8e8c80421e6e6d + home: https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/ack-iam-controller-crds + icon: https://raw.githubusercontent.com/aws/eks-charts/master/docs/logo/aws.png + keywords: + - aws + - kubernetes + - iam + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: iam-chart + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/ack-iam-controller-crds + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/iam-chart-1.0.0/iam-chart-1.0.0.tgz + version: 1.0.0 + - apiVersion: v1 + appVersion: v0.1.1 + created: "2023-02-03T12:30:49.320628681Z" + description: Manage CRDs of the ACK service controller for AWS Identity & Access + Management (IAM) + digest: 7de134a21dc47e7819ba884fb7a88a68fad1819760a09347b5c82639e368d232 + home: https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/ack-iam-controller-crds + icon: https://raw.githubusercontent.com/aws/eks-charts/master/docs/logo/aws.png + keywords: + - aws + - kubernetes + - iam + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: iam-chart + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/ack-iam-controller-crds + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/iam-chart-v0.1.1/iam-chart-v0.1.1.tgz + version: v0.1.1 + istio-operator: + - apiVersion: v2 + appVersion: 1.18.2 + created: "2023-10-22T07:52:25.61179151Z" + description: Helm chart for deploying Istio operator. This is a carbon-copy of + the chart found in https://github.com/istio/istio, with container image versions + pinned + digest: 6d4c294bf9609d1486a315fb003d3017fa2a475450c9330c21cf1bcd1ed1baba + icon: https://istio.io/latest/favicons/android-192x192.png + keywords: + - istio + - operator + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: istio-operator + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/istio-operator + - https://github.com/istio/istio/tree/master/operator + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/istio-operator-1.18.2/istio-operator-1.18.2.tgz + version: 1.18.2 + - apiVersion: v2 + appVersion: 1.15.5 + created: "2023-02-16T12:30:49.741832433Z" + description: Helm chart for deploying Istio operator. This is a carbon-copy of + the chart found in https://github.com/istio/istio, with container image versions + pinned + digest: e78c1ac6103442424da0f10f6d60f2765167f2bd93b64fcf1091bf8e2a0a83a2 + icon: https://istio.io/latest/favicons/android-192x192.png + keywords: + - istio + - operator + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: istio-operator + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/istio-operator + - https://github.com/istio/istio/tree/master/operator + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/istio-operator-1.15.5/istio-operator-1.15.5.tgz + version: 1.15.5 + - apiVersion: v2 + appVersion: 1.14.3 + created: "2022-08-24T10:06:53.570663774Z" + description: Helm chart for deploying Istio operator. This is a carbon-copy of + the chart found in https://github.com/istio/istio, with container image versions + pinned + digest: f232170cf2c582ac4a62d3607f16e7fbb21797270577f426a4f86d8f8b2d4bd6 + icon: https://istio.io/latest/favicons/android-192x192.png + keywords: + - istio + - operator + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + - email: 19607336+maxime1907@users.noreply.github.com + name: maxime1907 + name: istio-operator + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/istio-operator + - https://github.com/istio/istio/tree/master/operator + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/istio-operator-1.14.3/istio-operator-1.14.3.tgz + version: 1.14.3 + - apiVersion: v2 + appVersion: 1.14.1 + created: "2022-07-18T10:02:00.378283112Z" + description: Helm chart for deploying Istio operator. This is a carbon-copy of + the chart found in https://github.com/istio/istio, with container image versions + pinned + digest: 2b2bfbfbe23234fa51a7f11d4c18cf2b719fa39d703dc12d5502a4173f3b5f65 + icon: https://istio.io/latest/favicons/android-192x192.png + keywords: + - istio + - operator + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + - email: 19607336+maxime1907@users.noreply.github.com + name: maxime1907 + name: istio-operator + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/istio-operator + - https://github.com/istio/istio/tree/master/operator + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/istio-operator-1.14.1/istio-operator-1.14.1.tgz + version: 1.14.1 + - apiVersion: v2 + appVersion: 1.12.0 + created: "2021-12-06T16:26:46.10382819Z" + description: Helm chart for deploying Istio operator. This is a carbon-copy of + the chart found in https://github.com/istio/istio, with container image versions + pinned + digest: 3fb7c672de40acbbb917c51261ebb2f0135f66aaf03e218ed3848220a40bdb3f + icon: https://istio.io/latest/favicons/android-192x192.png + keywords: + - istio + - operator + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + name: istio-operator + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/istio-operator + - https://github.com/istio/istio/tree/master/operator + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/istio-operator-1.12.0/istio-operator-1.12.0.tgz + version: 1.12.0 + - apiVersion: v2 + appVersion: 1.11.4 + created: "2021-12-06T08:31:22.965855961Z" + description: Helm chart for deploying Istio operator. This is a carbon-copy of + the chart found in https://github.com/istio/istio, with container image versions + pinned + digest: 437061c2607dec9cfbca69833533f5a3b28baa08da2c0d79b6a99706a9713661 + icon: https://istio.io/latest/favicons/android-192x192.png + keywords: + - istio + - operator + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + name: istio-operator + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/istio-operator + - https://github.com/istio/istio/tree/master/operator + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/istio-operator-1.11.4/istio-operator-1.11.4.tgz + version: 1.11.4 + - apiVersion: v2 + appVersion: 1.10.5 + created: "2021-11-30T10:44:50.756818192Z" + description: Helm chart for deploying Istio operator. This is a carbon-copy of + the chart found in https://github.com/istio/istio, with container image versions + pinned + digest: d190ad89d95774c25939ecec1bb9da08928c60a2f5ef0fd05bf94d3f648a8db0 + icon: https://istio.io/latest/favicons/android-192x192.png + keywords: + - istio + - operator + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + name: istio-operator + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/istio-operator + - https://github.com/istio/istio/tree/master/operator + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/istio-operator-1.10.5/istio-operator-1.10.5.tgz + version: 1.10.5 + - apiVersion: v2 + appVersion: 1.9.5 + created: "2021-05-12T07:20:37.10436589Z" + description: Helm chart for deploying Istio operator. This is a carbon-copy of + the chart found in https://github.com/istio/istio, with container image versions + pinned + digest: aa7221cf8495ff1030276b893e4f8bee0254336c26104b7ce4029f2a6bc2fe3a + icon: https://istio.io/latest/favicons/android-192x192.png + keywords: + - istio + - operator + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + name: istio-operator + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/istio-operator + - https://github.com/istio/istio/tree/master/operator + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/istio-operator-1.9.5/istio-operator-1.9.5.tgz + version: 1.9.5 + - apiVersion: v2 + appVersion: 1.9.4 + created: "2021-04-27T19:33:40.970769336Z" + description: Helm chart for deploying Istio operator. This is a carbon-copy of + the chart found in https://github.com/istio/istio, with container image versions + pinned + digest: 32a9bc91c43d9d7e1eeef2f7ebcfbc73c0321904b1e396accccd09c03496663e + icon: https://istio.io/latest/favicons/android-192x192.png + keywords: + - istio + - operator + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + name: istio-operator + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/istio-operator + - https://github.com/istio/istio/tree/master/operator + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/istio-operator-1.9.4/istio-operator-1.9.4.tgz + version: 1.9.4 + - apiVersion: v2 + appVersion: 1.9.3 + created: "2021-04-15T20:41:50.796723751Z" + description: Helm chart for deploying Istio operator. This is a carbon-copy of + the chart found in https://github.com/istio/istio, with container image versions + pinned + digest: dac10390f47e91a980279559efe73ae6e6b23054826dc087903bd6ab9bf7f4ca + icon: https://istio.io/latest/favicons/android-192x192.png + keywords: + - istio + - operator + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + name: istio-operator + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/istio-operator + - https://github.com/istio/istio/tree/master/operator + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/istio-operator-1.9.3/istio-operator-1.9.3.tgz + version: 1.9.3 + - apiVersion: v2 + appVersion: 1.9.2 + created: "2021-03-25T20:56:20.530647229Z" + description: Helm chart for deploying Istio operator. This is a carbon-copy of + the chart found in https://github.com/istio/istio, with container image versions + pinned + digest: 037c5007e8f740fc9fef9fde0a3e0da7dd6c52cd62e58fd736c0994e72e8f21b + icon: https://istio.io/latest/favicons/android-192x192.png + keywords: + - istio + - operator + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + name: istio-operator + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/istio-operator + - https://github.com/istio/istio/tree/master/operator + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/istio-operator-1.9.2/istio-operator-1.9.2.tgz + version: 1.9.2 + - apiVersion: v2 + created: "2021-03-04T18:43:02.685941416Z" + description: Helm chart for deploying Istio operator. This is a carbon-copy of + the chart found in https://github.com/istio/istio, with container image versions + pinned + digest: 513a50e9ab08e53aa88c61b364307471d0960b413de8e50ef6dfa2629e7345d0 + icon: https://istio.io/latest/favicons/android-192x192.png + keywords: + - istio + - operator + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + name: istio-operator + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/istio-operator + - https://github.com/istio/istio/tree/master/operator + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/istio-operator-1.9.1/istio-operator-1.9.1.tgz + version: 1.9.1 + istio-operator-crds: + - annotations: + category: DeveloperTools + apiVersion: v2 + appVersion: 1.20.3 + created: "2024-02-26T15:14:08.441114441Z" + description: Manage istio-operator CRDs + digest: cf6426aa628979cc5eb12a16ef0c1d77cd2cf8608980a4cd205c852765423814 + icon: https://istio.io/latest/favicons/android-192x192.png + keywords: + - istio + - operator + - crds + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: istio-operator-crds + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/istio-operator-crds + - https://github.com/istio/istio/tree/master/operator + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/istio-operator-crds-1.20.3/istio-operator-crds-1.20.3.tgz + version: 1.20.3 + - annotations: + category: DeveloperTools + apiVersion: v2 + appVersion: 1.18.2 + created: "2023-09-03T16:49:56.499597042Z" + description: Manage istio-operator CRDs + digest: 50678f89dcfa201cd6acdb8c11a77424910598f22cf366c953938a8e1fa9a27a + icon: https://istio.io/latest/favicons/android-192x192.png + keywords: + - istio + - operator + - crds + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: istio-operator-crds + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/istio-operator-crds + - https://github.com/istio/istio/tree/master/operator + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/istio-operator-crds-1.18.2/istio-operator-crds-1.18.2.tgz + version: 1.18.2 + - annotations: + category: DeveloperTools + apiVersion: v2 + appVersion: 1.17.5 + created: "2023-09-03T16:30:09.907967796Z" + description: Manage istio-operator CRDs + digest: 3fc4c304e08c688d5e3037c03bcb03a0f25b561d0b7139a913ec66d6ae0a1de4 + icon: https://istio.io/latest/favicons/android-192x192.png + keywords: + - istio + - operator + - crds + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: istio-operator-crds + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/istio-operator-crds + - https://github.com/istio/istio/tree/master/operator + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/istio-operator-crds-1.17.5/istio-operator-crds-1.17.5.tgz + version: 1.17.5 + - annotations: + category: DeveloperTools + apiVersion: v2 + appVersion: 1.16.7 + created: "2023-09-03T16:24:47.210560376Z" + description: Manage istio-operator CRDs + digest: c98a7886fcb4f89d5cbfa2a5defdd5d0d3227044f9f63ad1125baae18c214e87 + icon: https://istio.io/latest/favicons/android-192x192.png + keywords: + - istio + - operator + - crds + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: istio-operator-crds + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/istio-operator-crds + - https://github.com/istio/istio/tree/master/operator + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/istio-operator-crds-1.16.7/istio-operator-crds-1.16.7.tgz + version: 1.16.7 + - annotations: + category: DeveloperTools + apiVersion: v2 + appVersion: 1.16.5 + created: "2023-06-21T11:00:21.000406367Z" + description: Manage istio-operator CRDs + digest: 3848e3d864edb3cb2b8ebaa404546cc8578331097f3434903c25ff22534c0dc2 + icon: https://istio.io/latest/favicons/android-192x192.png + keywords: + - istio + - operator + - crds + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: istio-operator-crds + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/istio-operator-crds + - https://github.com/istio/istio/tree/master/operator + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/istio-operator-crds-1.16.5/istio-operator-crds-1.16.5.tgz + version: 1.16.5 + - annotations: + category: DeveloperTools + apiVersion: v2 + appVersion: 1.15.5 + created: "2023-02-16T12:30:49.872080856Z" + description: Manage istio-operator CRDs + digest: f544d9e32edf4264a5f3787e9419cc5b4f1deb6fea333581174c44a07ef9ccba + icon: https://istio.io/latest/favicons/android-192x192.png + keywords: + - istio + - operator + - crds + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: istio-operator-crds + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/istio-operator-crds + - https://github.com/istio/istio/tree/master/operator + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/istio-operator-crds-1.15.5/istio-operator-crds-1.15.5.tgz + version: 1.15.5 + - annotations: + category: DeveloperTools + apiVersion: v2 + appVersion: 1.14.1 + created: "2022-09-05T08:13:09.36165434Z" + description: Manage istio-operator CRDs + digest: 5ccb629667ae45c27d5641214fdb527e8d1abc923b7a2dcc5bee91b703809a4f + icon: https://istio.io/latest/favicons/android-192x192.png + keywords: + - istio + - operator + - crds + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + - email: 19607336+maxime1907@users.noreply.github.com + name: maxime1907 + name: istio-operator-crds + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/istio-operator-crds + - https://github.com/istio/istio/tree/master/operator + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/istio-operator-crds-1.14.2/istio-operator-crds-1.14.2.tgz + version: 1.14.2 + - annotations: + category: DeveloperTools + apiVersion: v2 + appVersion: 1.14.1 + created: "2022-07-18T10:46:05.851073143Z" + description: Manage istio-operator CRDs + digest: 1c2d44df6655b1ccfbad7d6e37e4d7e60f58b48841ef37174ea4df5739a7bc69 + icon: https://istio.io/latest/favicons/android-192x192.png + keywords: + - istio + - operator + - crds + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + - email: 19607336+maxime1907@users.noreply.github.com + name: maxime1907 + name: istio-operator-crds + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/istio-operator-crds + - https://github.com/istio/istio/tree/master/operator + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/istio-operator-crds-1.14.1/istio-operator-crds-1.14.1.tgz + version: 1.14.1 + - annotations: + category: DeveloperTools + apiVersion: v2 + appVersion: 1.12.0 + created: "2022-06-02T17:17:40.830434522Z" + description: Manage istio-operator CRDs + digest: e70c27629bceebc678ef06dd343a84df176851c3cfb0dbd60027360d070fc7ed + icon: https://istio.io/latest/favicons/android-192x192.png + keywords: + - istio + - operator + - crds + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + - email: 19607336+maxime1907@users.noreply.github.com + name: maxime1907 + name: istio-operator-crds + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/istio-operator-crds + - https://github.com/istio/istio/tree/master/operator + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/istio-operator-crds-1.12.4/istio-operator-crds-1.12.4.tgz + version: 1.12.4 + - annotations: + category: DeveloperTools + apiVersion: v2 + appVersion: 1.12.0 + created: "2022-05-16T20:20:57.210841369Z" + description: Manage istio-operator CRDs + digest: 571c1a71f2d373aa265a344a0c81385bfc7bd875b1afdbc9d1da1bc16fb3301c + icon: https://istio.io/latest/favicons/android-192x192.png + keywords: + - istio + - operator + - crds + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + - email: 19607336+maxime1907@users.noreply.github.com + name: maxime1907 + name: istio-operator-crds + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/istio-operator-crds + - https://github.com/istio/istio/tree/master/operator + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/istio-operator-crds-1.12.3/istio-operator-crds-1.12.3.tgz + version: 1.12.3 + - annotations: + category: DeveloperTools + apiVersion: v2 + appVersion: 1.12.0 + created: "2022-05-16T09:17:46.176008776Z" + description: Manage istio-operator CRDs + digest: bca9bc1c3b7154b096676958fb3afd06ed6f20c4e5e0f28473a0bddeb00afa20 + icon: https://istio.io/latest/favicons/android-192x192.png + keywords: + - istio + - operator + - crds + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + - email: 19607336+maxime1907@users.noreply.github.com + name: maxime1907 + name: istio-operator-crds + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/istio-operator-crds + - https://github.com/istio/istio/tree/master/operator + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/istio-operator-crds-1.12.2/istio-operator-crds-1.12.2.tgz + version: 1.12.2 + - annotations: + category: DeveloperTools + apiVersion: v2 + appVersion: 1.12.0 + created: "2022-03-31T15:06:42.858139197Z" + description: Manage istio-operator CRDs + digest: 60b92c47c1de7750139b3cae93d78da0dda138781ae75c048e407a374ed4abef + icon: https://istio.io/latest/favicons/android-192x192.png + keywords: + - istio + - operator + - crds + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + - email: 19607336+maxime1907@users.noreply.github.com + name: maxime1907 + name: istio-operator-crds + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/istio-operator-crds + - https://github.com/istio/istio/tree/master/operator + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/istio-operator-crds-1.12.1-labels0/istio-operator-crds-1.12.1-labels0.tgz + version: 1.12.1-labels0 + - annotations: + category: DeveloperTools + apiVersion: v2 + appVersion: 1.12.0 + created: "2022-03-30T12:58:45.481202411Z" + description: Manage istio-operator CRDs + digest: a820aa283b354f81b359376f0c3bcf221696c2455d9c9f3d69a8f70ce32e5c9c + icon: https://istio.io/latest/favicons/android-192x192.png + keywords: + - istio + - operator + - crds + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + - email: 19607336+maxime1907@users.noreply.github.com + name: maxime1907 + name: istio-operator-crds + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/istio-operator-crds + - https://github.com/istio/istio/tree/master/operator + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/istio-operator-crds-1.12.0/istio-operator-crds-1.12.0.tgz + version: 1.12.0 + karma: + - apiVersion: v2 + appVersion: v0.118 + created: "2024-01-26T10:26:55.342900859Z" + description: A Helm chart for Karma - an UI for Prometheus Alertmanager + digest: 115a75b2a505b838e6a9e705dee74e229c7ab57500b0cf789ccc2da41fa8fa3f + home: https://github.com/prymitive/karma + kubeVersion: '>= 1.19-0' + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: karma + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/karma + - https://github.com/prymitive/karma + type: application + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/karma-2.5.2/karma-2.5.2.tgz + version: 2.5.2 + - apiVersion: v2 + appVersion: v0.115 + created: "2023-11-05T11:45:24.521926914Z" + description: A Helm chart for Karma - an UI for Prometheus Alertmanager + digest: 5dbdd024009c6803ba3c59918e96b13626cf77140c42e2a27171654ee83bc1c0 + home: https://github.com/prymitive/karma + kubeVersion: '>= 1.19-0' + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: karma + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/karma + - https://github.com/prymitive/karma + type: application + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/karma-2.5.1/karma-2.5.1.tgz + version: 2.5.1 + - apiVersion: v2 + appVersion: v0.115 + created: "2023-10-22T07:59:14.747914682Z" + description: A Helm chart for Karma - an UI for Prometheus Alertmanager + digest: 9c70e6e9527703c42440e62560c537fefab8534f8cf172c32bba9236df860729 + home: https://github.com/prymitive/karma + kubeVersion: '>= 1.19-0' + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: karma + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/karma + - https://github.com/prymitive/karma + type: application + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/karma-2.5.0/karma-2.5.0.tgz + version: 2.5.0 + - apiVersion: v2 + appVersion: v0.115 + created: "2023-09-18T11:05:16.520998408Z" + description: A Helm chart for Karma - an UI for Prometheus Alertmanager + digest: 8f3c3c5779f541d5bfe50b806e2ef5f753e07b38490274fbd71addbe259af62f + home: https://github.com/prymitive/karma + kubeVersion: '>= 1.19-0' + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: karma + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/karma + - https://github.com/prymitive/karma + type: application + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/karma-2.4.0/karma-2.4.0.tgz + version: 2.4.0 + - apiVersion: v2 + appVersion: v0.112 + created: "2023-03-31T14:52:25.535319381Z" + description: A Helm chart for Karma - an UI for Prometheus Alertmanager + digest: 459ff30b0e1c8464c091812ca805d0a4a4f4ef88844e8f4b3578df71093d4423 + home: https://github.com/prymitive/karma + kubeVersion: '>= 1.19-0' + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: karma + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/karma + - https://github.com/prymitive/karma + type: application + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/karma-2.3.0/karma-2.3.0.tgz + version: 2.3.0 + - apiVersion: v2 + appVersion: v0.112 + created: "2023-03-30T15:38:36.852842348Z" + description: A Helm chart for Karma - an UI for Prometheus Alertmanager + digest: 1209054dd3d65da3a883fbee9583a3408eda94577ca95d468c7937678cef06fd + home: https://github.com/prymitive/karma + kubeVersion: '>= 1.19-0' + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: karma + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/karma + - https://github.com/prymitive/karma + type: application + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/karma-2.2.2/karma-2.2.2.tgz + version: 2.2.2 + - apiVersion: v2 + appVersion: v0.112 + created: "2023-02-24T07:23:41.2572306Z" + description: A Helm chart for Karma - an UI for Prometheus Alertmanager + digest: 198769ba1660f2cfae3e2d29b263fa15ad426779067a7b1300b4cef3a010f636 + home: https://github.com/prymitive/karma + kubeVersion: '>= 1.19-0' + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: karma + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/karma + - https://github.com/prymitive/karma + type: application + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/karma-2.2.1/karma-2.2.1.tgz + version: 2.2.1 + - apiVersion: v2 + appVersion: v0.111 + created: "2023-02-24T07:19:46.010348825Z" + description: A Helm chart for Karma - an UI for Prometheus Alertmanager + digest: c07f2ccd61d37efbefa3b9eef3e3178249659a5d89cb251141528ae28dc6acc3 + home: https://github.com/prymitive/karma + kubeVersion: '>= 1.19-0' + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: karma + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/karma + - https://github.com/prymitive/karma + type: application + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/karma-2.2.0/karma-2.2.0.tgz + version: 2.2.0 + - apiVersion: v2 + appVersion: v0.111 + created: "2023-02-13T08:22:30.792630685Z" + description: A Helm chart for Karma - an UI for Prometheus Alertmanager + digest: c62d3e5fe2bd8f8c0955a99d5518cdd00057e4147d7a36daa2ce1f059c2a5869 + home: https://github.com/prymitive/karma + kubeVersion: '>= 1.19-0' + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: karma + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/karma + - https://github.com/prymitive/karma + type: application + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/karma-2.1.4/karma-2.1.4.tgz + version: 2.1.4 + - apiVersion: v2 + appVersion: v0.111 + created: "2023-01-19T13:43:45.856728056Z" + description: A Helm chart for Karma - an UI for Prometheus Alertmanager + digest: 73295ca263d626ea367f05ab87a18631f1457bd16ffd61c45d52cd5eed470665 + home: https://github.com/prymitive/karma + kubeVersion: '>= 1.19-0' + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: karma + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/karma + - https://github.com/prymitive/karma + type: application + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/karma-2.1.3/karma-2.1.3.tgz + version: 2.1.3 + - apiVersion: v2 + appVersion: v0.109 + created: "2022-10-26T08:15:59.751627419Z" + description: A Helm chart for Karma - an UI for Prometheus Alertmanager + digest: fac4cc7c996df1ecfd72c91df7052c07f0afc62b2d8b98440c3cebb12c5e6e5e + home: https://github.com/prymitive/karma + kubeVersion: '>= 1.19-0' + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: karma + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/karma + - https://github.com/prymitive/karma + type: application + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/karma-2.1.2/karma-2.1.2.tgz + version: 2.1.2 + - apiVersion: v2 + appVersion: v0.105 + created: "2022-08-22T14:06:57.971083746Z" + description: A Helm chart for Karma - an UI for Prometheus Alertmanager + digest: a3053ee5edd01da40d075aea1dab9caf28d3e5a1761f6979fd426f5c848c2445 + home: https://github.com/prymitive/karma + kubeVersion: '>= 1.19-0' + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + name: karma + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/karma + - https://github.com/prymitive/karma + type: application + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/karma-2.1.1/karma-2.1.1.tgz + version: 2.1.1 + - apiVersion: v2 + appVersion: v0.99 + created: "2022-03-18T10:23:53.710677513Z" + description: A Helm chart for Karma - an UI for Prometheus Alertmanager + digest: 74fde50603b88de9054fa7fce6f6eaf1ac9f22bc29612f5db6c1840297e71aca + home: https://github.com/prymitive/karma + kubeVersion: '>= 1.19-0' + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + name: karma + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/karma + - https://github.com/prymitive/karma + type: application + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/karma-2.1.0/karma-2.1.0.tgz + version: 2.1.0 + - apiVersion: v2 + appVersion: v0.99 + created: "2022-02-21T08:23:04.786133491Z" + description: A Helm chart for Karma - an UI for Prometheus Alertmanager + digest: 341638438af1f4adb45a42c440c9e3e756d602d2b2fef3a968c3c5b037ee272f + home: https://github.com/prymitive/karma + kubeVersion: '>= 1.19-0' + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + name: karma + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/karma + - https://github.com/prymitive/karma + type: application + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/karma-2.0.5/karma-2.0.5.tgz + version: 2.0.5 + - apiVersion: v2 + appVersion: v0.97 + created: "2022-02-14T10:07:13.918215985Z" + description: A Helm chart for Karma - an UI for Prometheus Alertmanager + digest: 78cd809d1877fc2c0b13797bb2c8c4a7e5c8db911ce500014bfd50c176eeb969 + home: https://github.com/prymitive/karma + kubeVersion: '>= 1.19-0' + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + name: karma + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/karma + - https://github.com/prymitive/karma + type: application + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/karma-2.0.4/karma-2.0.4.tgz + version: 2.0.4 + - apiVersion: v2 + appVersion: "0.95" + created: "2022-02-02T19:28:07.76134404Z" + description: A Helm chart for Karma - an UI for Prometheus Alertmanager + digest: 1baeed7ffbc8d15a007fb0dccb07a05b40d60dc7e700afd8714afc91dc3822f9 + home: https://github.com/prymitive/karma + kubeVersion: '>= 1.19-0' + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + name: karma + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/karma + - https://github.com/prymitive/karma + type: application + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/karma-2.0.3/karma-2.0.3.tgz + version: 2.0.3 + - apiVersion: v2 + appVersion: "0.93" + created: "2021-11-09T07:55:25.783062668Z" + description: A Helm chart for Karma - an UI for Prometheus Alertmanager + digest: 9db809f7d6c732a49b6bc40130f0861cac1f4dbc93b144f53db90619435e66d6 + home: https://github.com/prymitive/karma + kubeVersion: '>= 1.19-0' + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + name: karma + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/karma + - https://github.com/prymitive/karma + type: application + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/karma-2.0.2/karma-2.0.2.tgz + version: 2.0.2 + - apiVersion: v2 + appVersion: "0.92" + created: "2021-10-13T15:11:17.855443969Z" + description: A Helm chart for Karma - an UI for Prometheus Alertmanager + digest: a69910d1f12bdd31ca641a03994327ec4c0653e3c34f59b9b2e6dc290cea653e + home: https://github.com/prymitive/karma + kubeVersion: '>= 1.19-0' + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + name: karma + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/karma + - https://github.com/prymitive/karma + type: application + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/karma-2.0.1/karma-2.0.1.tgz + version: 2.0.1 + - apiVersion: v2 + appVersion: "0.91" + created: "2021-09-30T10:21:55.18317423Z" + description: A Helm chart for Karma - an UI for Prometheus Alertmanager + digest: 4287aa69a7a93e26713344301551ffbe0291c1f6218fe113cd31c3104fbd8e60 + home: https://github.com/prymitive/karma + kubeVersion: '>= 1.19-0' + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + name: karma + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/karma + - https://github.com/prymitive/karma + type: application + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/karma-2.0.0/karma-2.0.0.tgz + version: 2.0.0 + - apiVersion: v1 + appVersion: "0.91" + created: "2021-09-27T12:31:49.12394071Z" + description: A Helm chart for Karma - an UI for Prometheus Alertmanager + digest: d58d802944357c3ec0b356f3df1e8b6a117ef9b813a85ff62416e442762ab4f9 + home: https://github.com/prymitive/karma + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + name: karma + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/karma + - https://github.com/prymitive/karma + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/karma-1.9.0/karma-1.9.0.tgz + version: 1.9.0 + - apiVersion: v1 + appVersion: "0.91" + created: "2021-09-13T07:43:58.788213393Z" + description: A Helm chart for Karma - an UI for Prometheus Alertmanager + digest: c307606c5072b2ab6829ef1bec01ef7b3b4fe6b6ccbdf62bd874ea567e700afc + home: https://github.com/prymitive/karma + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + name: karma + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/karma + - https://github.com/prymitive/karma + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/karma-1.8.3/karma-1.8.3.tgz + version: 1.8.3 + - apiVersion: v1 + appVersion: "0.90" + created: "2021-08-09T16:49:00.344988725Z" + description: A Helm chart for Karma - an UI for Prometheus Alertmanager + digest: 0fcc8bdf7f9b44877ba1f5990cc6efdddc926123a526bc1320aa8aa13e65591a + home: https://github.com/prymitive/karma + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + name: karma + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/karma + - https://github.com/prymitive/karma + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/karma-1.8.2/karma-1.8.2.tgz + version: 1.8.2 + - apiVersion: v1 + appVersion: "0.86" + created: "2021-06-29T10:00:17.777605124Z" + description: A Helm chart for Karma - an UI for Prometheus Alertmanager + digest: 19577c7b7003eaabb40bda04cffaf1dae8aa167f4472f5df478b192268cbaae8 + home: https://github.com/prymitive/karma + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + name: karma + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/karma + - https://github.com/prymitive/karma + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/karma-1.8.1/karma-1.8.1.tgz + version: 1.8.1 + - apiVersion: v1 + appVersion: "0.85" + created: "2021-05-06T09:48:50.774525341Z" + description: A Helm chart for Karma - an UI for Prometheus Alertmanager + digest: 4efc8146c12c056b639586c4d15c1cfc8d0182b879dce5cf6c6653c0f622743d + home: https://github.com/prymitive/karma + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + name: karma + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/karma + - https://github.com/prymitive/karma + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/karma-1.8.0/karma-1.8.0.tgz + version: 1.8.0 + - apiVersion: v1 + appVersion: "0.85" + created: "2021-05-04T14:13:47.941221038Z" + description: A Helm chart for Karma - an UI for Prometheus Alertmanager + digest: 98dc621fead6462a5626ada2eaa67689b2f4886204969d4797cf14ff8a79e61c + home: https://github.com/prymitive/karma + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + name: karma + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/karma + - https://github.com/prymitive/karma + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/karma-1.7.9/karma-1.7.9.tgz + version: 1.7.9 + - apiVersion: v1 + appVersion: "0.83" + created: "2021-04-19T14:04:35.062926154Z" + description: A Helm chart for Karma - an UI for Prometheus Alertmanager + digest: f6171535ebb14eba3eb15821ab356e831fd94bc81fec8b4648eefeeef552a32e + home: https://github.com/prymitive/karma + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + name: karma + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/karma + - https://github.com/prymitive/karma + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/karma-1.7.8/karma-1.7.8.tgz + version: 1.7.8 + - apiVersion: v1 + appVersion: "0.82" + created: "2021-04-12T11:52:15.802169677Z" + description: A Helm chart for Karma - an UI for Prometheus Alertmanager + digest: fec5116ff00b31a2f5c92b85f86ad4cc9956e0b069b75930f5f2a454af59e31a + home: https://github.com/prymitive/karma + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + name: karma + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/karma + - https://github.com/prymitive/karma + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/karma-1.7.7/karma-1.7.7.tgz + version: 1.7.7 + - apiVersion: v1 + appVersion: "0.81" + created: "2021-04-01T19:08:40.58753876Z" + description: A Helm chart for Karma - an UI for Prometheus Alertmanager + digest: 9941d9799ba31c026714f46b1e2962d366eb36d8e2a09b187c7bd011e976b539 + home: https://github.com/prymitive/karma + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + name: karma + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/karma + - https://github.com/prymitive/karma + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/karma-1.7.6/karma-1.7.6.tgz + version: 1.7.6 + - apiVersion: v1 + appVersion: "0.81" + created: "2021-03-22T10:37:15.176114294Z" + description: A Helm chart for Karma - an UI for Prometheus Alertmanager + digest: 569893439336594e5220820bbc98c957ddcccc4280940c5d48f0d6a68c19368b + home: https://github.com/prymitive/karma + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + name: karma + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/karma + - https://github.com/prymitive/karma + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/karma-1.7.5/karma-1.7.5.tgz + version: 1.7.5 + - apiVersion: v1 + appVersion: "0.80" + created: "2021-03-09T16:38:33.90330844Z" + description: A Helm chart for Karma - an UI for Prometheus Alertmanager + digest: a1e5c33743b2a48385d3a07e1d337cf46837f4943f26778a9618b584fa0babd0 + home: https://github.com/prymitive/karma + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + name: karma + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/karma + - https://hub.docker.com/r/lmierzwa/karma/ + - https://github.com/prymitive/karma + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/karma-1.7.4/karma-1.7.4.tgz + version: 1.7.4 + - apiVersion: v1 + appVersion: "0.80" + created: "2021-03-09T15:45:15.704079757Z" + description: A Helm chart for Karma - an UI for Prometheus Alertmanager + digest: 806d018dc970a7c606a799896b3d095956d3b65ab2ea90533460e7eb29fa28e7 + home: https://github.com/prymitive/karma + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + name: karma + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/karma + - https://hub.docker.com/r/lmierzwa/karma/ + - https://github.com/prymitive/karma + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/karma-1.7.3/karma-1.7.3.tgz + version: 1.7.3 + keycloak-operator: + - annotations: + category: DeveloperTools + apiVersion: v2 + appVersion: 18.0.0-legacy + created: "2022-09-06T16:30:33.142218006Z" + description: Keycloak is a high performance Java-based identity and access management + solution. It lets developers add an authentication layer to their applications + with minimum effort. + digest: efd7f324dc9630eb3a7e3b6a82cd894cb5f4615d369fe008bede532e4705f8c1 + icon: https://www.keycloak.org/resources/images/keycloak_icon_512px.svg + keywords: + - keycloak + - operator + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + - email: 19607336+maxime1907@users.noreply.github.com + name: maxime1907 + name: keycloak-operator + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/keycloak-operator + - https://github.com/keycloak/keycloak-operator + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/keycloak-operator-0.0.14/keycloak-operator-0.0.14.tgz + version: 0.0.14 + - annotations: + category: DeveloperTools + apiVersion: v2 + appVersion: 18.0.0-legacy + created: "2022-05-25T13:42:13.162819261Z" + description: Keycloak is a high performance Java-based identity and access management + solution. It lets developers add an authentication layer to their applications + with minimum effort. + digest: 3138a82d0ea1ac96b630c1345ddd18e99bad9c684bbeaaa5bb91f437d2a814f8 + icon: https://www.keycloak.org/resources/images/keycloak_icon_512px.svg + keywords: + - keycloak + - operator + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + - email: 19607336+maxime1907@users.noreply.github.com + name: maxime1907 + name: keycloak-operator + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/keycloak-operator + - https://github.com/keycloak/keycloak-operator + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/keycloak-operator-0.0.13/keycloak-operator-0.0.13.tgz + version: 0.0.13 + - annotations: + category: DeveloperTools + apiVersion: v2 + appVersion: 18.0.0-legacy + created: "2022-05-04T13:36:12.733216198Z" + description: Keycloak is a high performance Java-based identity and access management + solution. It lets developers add an authentication layer to their applications + with minimum effort. + digest: 59a41fa410db299ea8cefb1261baed25b2302172662a184bf42c2c25fedf3311 + icon: https://www.keycloak.org/resources/images/keycloak_icon_512px.svg + keywords: + - keycloak + - operator + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + - email: 19607336+maxime1907@users.noreply.github.com + name: maxime1907 + name: keycloak-operator + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/keycloak-operator + - https://github.com/keycloak/keycloak-operator + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/keycloak-operator-0.0.12/keycloak-operator-0.0.12.tgz + version: 0.0.12 + - annotations: + category: DeveloperTools + apiVersion: v2 + appVersion: 18.0.0-legacy + created: "2022-04-22T09:39:41.329114724Z" + description: Keycloak is a high performance Java-based identity and access management + solution. It lets developers add an authentication layer to their applications + with minimum effort. + digest: 5e4f8fda5f39ded0f24cb2ac73cca28c38bd23c5dedf6bf4a82f3fe16128e310 + icon: https://www.keycloak.org/resources/images/keycloak_icon_512px.svg + keywords: + - keycloak + - operator + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + - email: 19607336+maxime1907@users.noreply.github.com + name: maxime1907 + name: keycloak-operator + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/keycloak-operator + - https://github.com/keycloak/keycloak-operator + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/keycloak-operator-0.0.11/keycloak-operator-0.0.11.tgz + version: 0.0.11 + - annotations: + category: DeveloperTools + apiVersion: v2 + appVersion: 17.0.0 + created: "2022-03-24T11:08:02.463052813Z" + description: Keycloak is a high performance Java-based identity and access management + solution. It lets developers add an authentication layer to their applications + with minimum effort. + digest: e2f2ae62304f7cf44fbcb7ef07051b739a0684fd23bef5dc8c6e47c0ee74372d + icon: https://www.keycloak.org/resources/images/keycloak_icon_512px.svg + keywords: + - keycloak + - operator + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + - email: 19607336+maxime1907@users.noreply.github.com + name: maxime1907 + name: keycloak-operator + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/keycloak-operator + - https://github.com/keycloak/keycloak-operator + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/keycloak-operator-0.0.10/keycloak-operator-0.0.10.tgz + version: 0.0.10 + - annotations: + category: DeveloperTools + apiVersion: v2 + appVersion: 17.0.0 + created: "2022-03-22T14:47:01.922403954Z" + description: Keycloak is a high performance Java-based identity and access management + solution. It lets developers add an authentication layer to their applications + with minimum effort. + digest: 51fb595ca319b23bb62a547c2e7453ae4c34a1d1216b3d1a879d5a089f1522d2 + icon: https://www.keycloak.org/resources/images/keycloak_icon_512px.svg + keywords: + - keycloak + - operator + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + - email: 19607336+maxime1907@users.noreply.github.com + name: maxime1907 + name: keycloak-operator + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/keycloak-operator + - https://github.com/keycloak/keycloak-operator + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/keycloak-operator-0.0.9/keycloak-operator-0.0.9.tgz + version: 0.0.9 + - annotations: + category: DeveloperTools + apiVersion: v2 + appVersion: 17.0.0 + created: "2022-03-15T11:44:50.079571707Z" + description: Keycloak is a high performance Java-based identity and access management + solution. It lets developers add an authentication layer to their applications + with minimum effort. + digest: c5b407bf72903a5001578ac9f1a5d305df18f794edc087ddf9c2291abf282130 + icon: https://www.keycloak.org/resources/images/keycloak_icon_512px.svg + keywords: + - keycloak + - operator + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + - email: 19607336+maxime1907@users.noreply.github.com + name: maxime1907 + name: keycloak-operator + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/keycloak-operator + - https://github.com/keycloak/keycloak-operator + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/keycloak-operator-0.0.8/keycloak-operator-0.0.8.tgz + version: 0.0.8 + - annotations: + category: DeveloperTools + apiVersion: v2 + appVersion: 17.0.0 + created: "2022-03-14T15:06:00.139831255Z" + description: Keycloak is a high performance Java-based identity and access management + solution. It lets developers add an authentication layer to their applications + with minimum effort. + digest: 33fb2e5e44c70a8d1863a3dd71c07baf34c18defa8dc4174ce60b011f5cea172 + icon: https://www.keycloak.org/resources/images/keycloak_icon_512px.svg + keywords: + - keycloak + - operator + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + - email: 19607336+maxime1907@users.noreply.github.com + name: maxime1907 + name: keycloak-operator + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/keycloak-operator + - https://github.com/keycloak/keycloak-operator + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/keycloak-operator-0.0.7/keycloak-operator-0.0.7.tgz + version: 0.0.7 + - annotations: + category: DeveloperTools + apiVersion: v2 + appVersion: 17.0.0 + created: "2022-03-14T11:47:49.723835641Z" + dependencies: + - condition: postgresql.enabled + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 11.x.x + - name: common + repository: https://charts.bitnami.com/bitnami + tags: + - bitnami-common + version: 1.x.x + description: Keycloak is a high performance Java-based identity and access management + solution. It lets developers add an authentication layer to their applications + with minimum effort. + digest: 7c151dc48e31090d334eef17d0665e4282dd9ffc4e9488c7aac5ece50eda667b + icon: https://www.keycloak.org/resources/images/keycloak_icon_512px.svg + keywords: + - keycloak + - operator + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + - email: 19607336+maxime1907@users.noreply.github.com + name: maxime1907 + name: keycloak-operator + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/keycloak-operator + - https://github.com/keycloak/keycloak-operator + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/keycloak-operator-0.0.6/keycloak-operator-0.0.6.tgz + version: 0.0.6 + - apiVersion: v2 + appVersion: 17.0.0 + created: "2022-03-14T10:00:06.590887494Z" + dependencies: + - condition: postgresql.enabled + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 11.x.x + description: Keycloak is a high performance Java-based identity and access management + solution. It lets developers add an authentication layer to their applications + with minimum effort. + digest: 18f71d2c64cd49d8f3948fe44a70cbd02b8168f32b1733b4594e6a7cb30544ef + icon: https://www.keycloak.org/resources/images/keycloak_icon_512px.svg + keywords: + - keycloak + - operator + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + - email: 19607336+maxime1907@users.noreply.github.com + name: maxime1907 + name: keycloak-operator + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/keycloak-operator + - https://github.com/keycloak/keycloak-operator + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/keycloak-operator-0.0.5/keycloak-operator-0.0.5.tgz + version: 0.0.5 + - apiVersion: v2 + appVersion: 17.0.0 + created: "2022-03-11T13:45:15.981281682Z" + description: Helm chart for deploying keycloak operator + digest: 27b543bf21bf7be386059037698f112aa568f1fd063cdb1a357dcee798b8bd6a + icon: https://www.keycloak.org/resources/images/keycloak_icon_512px.svg + keywords: + - keycloak + - operator + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + - email: 19607336+maxime1907@users.noreply.github.com + name: maxime1907 + name: keycloak-operator + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/keycloak-operator + - https://github.com/keycloak/keycloak-operator + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/keycloak-operator-0.0.4/keycloak-operator-0.0.4.tgz + version: 0.0.4 + - apiVersion: v2 + appVersion: 17.0.0 + created: "2022-03-10T16:05:26.3764524Z" + description: Helm chart for deploying keycloak operator + digest: e351e6659fd26c5e4a3817cb2b2fe7e2574f3b63596da213f6ce70b5d2e913b5 + icon: https://www.keycloak.org/resources/images/keycloak_icon_512px.svg + keywords: + - keycloak + - operator + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + - email: 19607336+maxime1907@users.noreply.github.com + name: maxime1907 + name: keycloak-operator + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/keycloak-operator + - https://github.com/keycloak/keycloak-operator + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/keycloak-operator-0.0.3/keycloak-operator-0.0.3.tgz + version: 0.0.3 + - apiVersion: v2 + appVersion: 17.0.0 + created: "2022-03-10T15:44:42.499340243Z" + description: Helm chart for deploying keycloak operator + digest: f8499940334a3537ce8d94eb5b2bed1d8933810677b6a80fb83c20efa2aaa6b8 + icon: https://www.keycloak.org/resources/images/keycloak_icon_512px.svg + keywords: + - keycloak + - operator + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + - email: 19607336+maxime1907@users.noreply.github.com + name: maxime1907 + name: keycloak-operator + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/keycloak-operator + - https://github.com/keycloak/keycloak-operator + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/keycloak-operator-0.0.2/keycloak-operator-0.0.2.tgz + version: 0.0.2 + - apiVersion: v2 + appVersion: 17.0.0 + created: "2022-03-08T11:11:17.673045753Z" + description: Helm chart for deploying keycloak operator + digest: c26b4ac6e874d664f1a02189d8b3dec5ac164cca53da699e9f5dbaedc653f07d + icon: https://www.keycloak.org/resources/images/keycloak_icon_512px.svg + keywords: + - keycloak + - operator + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + - email: 19607336+maxime1907@users.noreply.github.com + name: maxime1907 + name: keycloak-operator + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/keycloak-operator + - https://github.com/keycloak/keycloak-operator + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/keycloak-operator-0.0.1/keycloak-operator-0.0.1.tgz + version: 0.0.1 + keycloak-operator-crds: + - annotations: + category: DeveloperTools + apiVersion: v2 + appVersion: 18.0.0 + created: "2022-04-22T09:39:41.509139878Z" + description: Manage keycloak-operator CRDs + digest: b98d3c720150590f7f5610d5666c3fbfc1d96b0be087f929bd2dbe5734eb6021 + icon: https://www.keycloak.org/resources/images/keycloak_icon_512px.svg + keywords: + - keycloak + - operator + - crds + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + - email: 19607336+maxime1907@users.noreply.github.com + name: maxime1907 + name: keycloak-operator-crds + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/keycloak-operator-crds + - https://github.com/keycloak/keycloak-operator + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/keycloak-operator-crds-0.0.11/keycloak-operator-crds-0.0.11.tgz + version: 0.0.11 + - annotations: + category: DeveloperTools + apiVersion: v2 + appVersion: 17.0.0 + created: "2022-03-31T15:09:03.500848992Z" + description: Manage keycloak-operator CRDs + digest: 2ef02a8fb23f58c8b80ec8086502bf01cab2aef56e186bb6d097fff73cc85530 + icon: https://www.keycloak.org/resources/images/keycloak_icon_512px.svg + keywords: + - keycloak + - operator + - crds + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + - email: 19607336+maxime1907@users.noreply.github.com + name: maxime1907 + name: keycloak-operator-crds + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/keycloak-operator-crds + - https://github.com/keycloak/keycloak-operator + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/keycloak-operator-crds-0.0.11-labels0/keycloak-operator-crds-0.0.11-labels0.tgz + version: 0.0.11-labels0 + - annotations: + category: DeveloperTools + apiVersion: v2 + appVersion: 17.0.0 + created: "2022-03-30T08:39:40.708928646Z" + description: Manage keycloak-operator CRDs + digest: e6d8b37484e55e2c5e883222c2a1e583d94fbbdf7ae451c854aee7f771b2b41f + icon: https://www.keycloak.org/resources/images/keycloak_icon_512px.svg + keywords: + - keycloak + - operator + - crds + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + - email: 19607336+maxime1907@users.noreply.github.com + name: maxime1907 + name: keycloak-operator-crds + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/keycloak-operator-crds + - https://github.com/keycloak/keycloak-operator + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/keycloak-operator-crds-0.0.10/keycloak-operator-crds-0.0.10.tgz + version: 0.0.10 + koherence: + - apiVersion: v2 + appVersion: 0.1.2 + created: "2023-10-18T09:32:09.438596016Z" + description: Daemonset to check coherence between provider & machine block-storage + db + digest: 38d9bac07e2d7760bd98cd70d18563379e9f30787ba2b72dad0ce655769e6279 + home: https://github.com/wiremind/koherence/ + keywords: + - wiremind + - openstack + kubeVersion: '>=1.19.0-0' + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: koherence + sources: + - https://github.com/wiremind/koherence/ + type: application + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/koherence-0.1.3/koherence-0.1.3.tgz + version: 0.1.3 + - apiVersion: v2 + appVersion: 0.1.1 + created: "2023-10-17T17:59:45.479769607Z" + description: Daemonset to check coherence between provider & machine block-storage + db + digest: f6045df3822fbf9ca0e2a04e12fb4ca3c0e8f081060b7e6ced9a38f5dfeeb3a4 + home: https://github.com/wiremind/koherence/ + keywords: + - wiremind + - openstack + kubeVersion: '>=1.19.0-0' + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: koherence + sources: + - https://github.com/wiremind/koherence/ + type: application + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/koherence-0.1.2/koherence-0.1.2.tgz + version: 0.1.2 + - apiVersion: v2 + appVersion: 0.1.1 + created: "2023-10-17T14:44:05.165217323Z" + description: Daemonset to check coherence between provider & machine block-storage + db + digest: 89a16bb5a61fa2dc5670b95fcd3c6176a2c82dc866c55708f6cb7a85d7748801 + home: https://github.com/wiremind/koherence/ + keywords: + - wiremind + - openstack + kubeVersion: '>=1.19.0-0' + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: koherence + sources: + - https://github.com/wiremind/koherence/ + type: application + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/koherence-0.1.1/koherence-0.1.1.tgz + version: 0.1.1 + - apiVersion: v2 + appVersion: 0.1.1 + created: "2023-10-17T13:13:42.083232534Z" + description: Daemonset to check coherence between provider & machine block-storage + db + digest: f754e9f34b20932d16a940d32fe1bd2e43dade5d26dc03a30a9a3e43a91f73b4 + home: https://github.com/wiremind/koherence/ + keywords: + - wiremind + - openstack + kubeVersion: '>=1.19.0-0' + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: koherence + sources: + - https://github.com/wiremind/koherence/ + type: application + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/koherence-0.1.0/koherence-0.1.0.tgz + version: 0.1.0 + kube-prometheus-stack-crds: + - annotations: + category: DeveloperTools + apiVersion: v2 + appVersion: 0.59.1 + created: "2022-09-16T10:31:33.916864068Z" + description: Manage kube-prometheus-stack CRDs + digest: d495e493719686cdb14960dd536c010cb3c3ccb027d8521862ab829a8689996d + icon: https://raw.githubusercontent.com/prometheus/prometheus.github.io/master/assets/prometheus_logo-cb55bb5c346.png + keywords: + - prometheus + - operator + - crds + - kube-prometheus + kubeVersion: '>=1.16.0-0' + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + - email: 19607336+maxime1907@users.noreply.github.com + name: maxime1907 + name: kube-prometheus-stack-crds + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/kube-prometheus-stack-crds + - https://github.com/prometheus-community/helm-charts + - https://github.com/prometheus-operator/prometheus-operator + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/kube-prometheus-stack-crds-40.0.0/kube-prometheus-stack-crds-40.0.0.tgz + version: 40.0.0 + - annotations: + category: DeveloperTools + apiVersion: v2 + appVersion: 0.58.0 + created: "2022-08-26T16:48:37.231425865Z" + description: Manage kube-prometheus-stack CRDs + digest: 5c37794486d160bb0e8115ceee5dbbde21878945fb61782da64857d8f66c5cad + icon: https://raw.githubusercontent.com/prometheus/prometheus.github.io/master/assets/prometheus_logo-cb55bb5c346.png + keywords: + - prometheus + - operator + - crds + - kube-prometheus + kubeVersion: '>=1.16.0-0' + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + - email: 19607336+maxime1907@users.noreply.github.com + name: maxime1907 + name: kube-prometheus-stack-crds + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/kube-prometheus-stack-crds + - https://github.com/prometheus-community/helm-charts + - https://github.com/prometheus-operator/prometheus-operator + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/kube-prometheus-stack-crds-39.9.0/kube-prometheus-stack-crds-39.9.0.tgz + version: 39.9.0 + - annotations: + category: DeveloperTools + apiVersion: v2 + appVersion: 0.56.0 + created: "2022-06-02T10:43:44.159733122Z" + description: Manage kube-prometheus-stack CRDs + digest: c8e550811c50f7645e28109062ad213c8f95119a6519ea23483482b9a3c1c13a + icon: https://raw.githubusercontent.com/prometheus/prometheus.github.io/master/assets/prometheus_logo-cb55bb5c346.png + keywords: + - prometheus + - operator + - crds + - kube-prometheus + kubeVersion: '>=1.16.0-0' + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + - email: 19607336+maxime1907@users.noreply.github.com + name: maxime1907 + name: kube-prometheus-stack-crds + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/kube-prometheus-stack-crds + - https://github.com/prometheus-community/helm-charts + - https://github.com/prometheus-operator/prometheus-operator + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/kube-prometheus-stack-crds-35.5.1/kube-prometheus-stack-crds-35.5.1.tgz + version: 35.5.1 + - annotations: + category: DeveloperTools + apiVersion: v2 + appVersion: 0.55.0 + created: "2022-04-04T11:03:05.331711005Z" + description: Manage kube-prometheus-stack CRDs + digest: 22180a8dbcf1becaa1e16aa60b481d3cbf1b94c4db869ef4e35b363316a103d3 + icon: https://raw.githubusercontent.com/prometheus/prometheus.github.io/master/assets/prometheus_logo-cb55bb5c346.png + keywords: + - prometheus + - operator + - crds + - kube-prometheus + kubeVersion: '>=1.16.0-0' + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + - email: 19607336+maxime1907@users.noreply.github.com + name: maxime1907 + name: kube-prometheus-stack-crds + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/kube-prometheus-stack-crds + - https://github.com/prometheus-community/helm-charts + - https://github.com/prometheus-operator/prometheus-operator + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/kube-prometheus-stack-crds-34.6.0/kube-prometheus-stack-crds-34.6.0.tgz + version: 34.6.0 + - annotations: + category: DeveloperTools + apiVersion: v2 + appVersion: 0.54.1 + created: "2022-03-31T15:14:58.239916111Z" + description: Manage kube-prometheus-stack CRDs + digest: c60590bca404a87b7079086661005b397529d8ae0f9d5ce2caf18d19393fce3b + icon: https://raw.githubusercontent.com/prometheus/prometheus.github.io/master/assets/prometheus_logo-cb55bb5c346.png + keywords: + - prometheus + - operator + - crds + - kube-prometheus + kubeVersion: '>=1.16.0-0' + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + - email: 19607336+maxime1907@users.noreply.github.com + name: maxime1907 + name: kube-prometheus-stack-crds + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/kube-prometheus-stack-crds + - https://github.com/prometheus-community/helm-charts + - https://github.com/prometheus-operator/prometheus-operator + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/kube-prometheus-stack-crds-33.2.1-labels0/kube-prometheus-stack-crds-33.2.1-labels0.tgz + version: 33.2.1-labels0 + - annotations: + category: DeveloperTools + apiVersion: v2 + appVersion: 0.54.1 + created: "2022-03-30T08:41:32.511188615Z" + description: Manage kube-prometheus-stack CRDs + digest: 37ebd1344243f9e5a0356e9239d5f7cc57efd2c45176e2410edd600d907ed962 + icon: https://raw.githubusercontent.com/prometheus/prometheus.github.io/master/assets/prometheus_logo-cb55bb5c346.png + keywords: + - prometheus + - operator + - crds + - kube-prometheus + kubeVersion: '>=1.16.0-0' + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + - email: 19607336+maxime1907@users.noreply.github.com + name: maxime1907 + name: kube-prometheus-stack-crds + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/kube-prometheus-stack-crds + - https://github.com/prometheus-community/helm-charts + - https://github.com/prometheus-operator/prometheus-operator + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/kube-prometheus-stack-crds-33.2.0/kube-prometheus-stack-crds-33.2.0.tgz + version: 33.2.0 + kubemod: + - apiVersion: v2 + appVersion: 0.13.0 + created: "2021-06-01T21:05:38.61199415Z" + description: KubeMod is a universal Kubernetes mutating operator. + digest: 278ca921fddb777223518349ce1881d90863305f4f8d2bfdb1f49ed5ceb41d16 + home: https://github.com/kubemod/kubemod + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + name: kubemod + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/kubemod + - https://github.com/kubemod/kubemod + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/kubemod-0.1.5/kubemod-0.1.5.tgz + version: 0.1.5 + - apiVersion: v2 + appVersion: 0.12.0 + created: "2021-04-28T15:47:26.603655917Z" + description: KubeMod is a universal Kubernetes mutating operator. + digest: 3aab7caba3a0c161a4640dca5eb1ef543f2d7267467b6ab33f687469e2b07804 + home: https://github.com/kubemod/kubemod + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + name: kubemod + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/kubemod + - https://github.com/kubemod/kubemod + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/kubemod-0.1.4/kubemod-0.1.4.tgz + version: 0.1.4 + - apiVersion: v2 + appVersion: 0.10.0 + created: "2021-04-01T19:08:40.853637264Z" + description: KubeMod is a universal Kubernetes mutating operator. + digest: 072904b8943dee1b12722ed82d3c84e54948f9d7800e673bb5b42f9acacd5b0a + home: https://github.com/kubemod/kubemod + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + name: kubemod + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/kubemod + - https://github.com/kubemod/kubemod + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/kubemod-0.1.3/kubemod-0.1.3.tgz + version: 0.1.3 + - apiVersion: v2 + appVersion: 0.10.0 + created: "2021-04-01T16:13:13.625295778Z" + description: KubeMod is a universal Kubernetes mutating operator. + digest: 022953aa4130cf3c6da7a884f48f37bedf173d3e9e8ac80899f2f153aa7fddbe + home: https://github.com/kubemod/kubemod + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + name: kubemod + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/kubemod + - https://github.com/kubemod/kubemod + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/kubemod-0.1.1/kubemod-0.1.1.tgz + version: 0.1.1 + - apiVersion: v2 + appVersion: 0.10.0 + created: "2021-04-01T15:56:44.317249881Z" + description: KubeMod is a universal Kubernetes mutating operator. + digest: fdca446947fec27b6d42ec92f644cf6c0b1e47f0f000ad02defc848343c9619e + home: https://github.com/kubemod/kubemod + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + name: kubemod + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/kubemod + - https://github.com/kubemod/kubemod + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/kubemod-0.1.0/kubemod-0.1.0.tgz + version: 0.1.0 + kubemod-crds: + - apiVersion: v2 + appVersion: 0.19.1 + created: "2023-11-23T13:31:05.809032148Z" + description: A Helm chart to manage Kubemod CRDs + digest: ebc14f8cb97d44b5e05a1c5fb5719d0665962b591e28c297b6a1fbd1ad882be8 + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: kubemod-crds + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/kubemod-crds-0.5.1/kubemod-crds-0.5.1.tgz + version: 0.5.1 + - apiVersion: v2 + appVersion: 0.19.1 + created: "2023-07-20T08:11:07.668337121Z" + description: A Helm chart to manage Kubemod CRDs + digest: 31935bb1167febe0eef489249ddff5d9590d772e21194ff66990884e5dccab41 + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: kubemod-crds + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/kubemod-crds-0.4.0/kubemod-crds-0.4.0.tgz + version: 0.4.0 + - apiVersion: v2 + appVersion: 0.13.0 + created: "2022-05-31T16:37:26.707988128Z" + description: A Helm chart to manage Kubemod CRDs + digest: 4651c415d58add101601b98a3dc889ab9d6f59e42beb13f08299893fc0a41b7e + maintainers: + - email: platform@wiremind.io + name: Wiremind + name: kubemod-crds + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/kubemod-crds-0.3.1/kubemod-crds-0.3.1.tgz + version: 0.3.1 + marge-bot: + - apiVersion: v2 + appVersion: 0.14.0 + created: "2024-01-26T10:30:49.210727549Z" + description: Marge-bot is a merge-bot for GitLab + digest: 746a8bb2aed5a614f5dc89e96b4d74ad8e6f989bbd8b0c5b8c75f1a9fe593ae2 + home: https://github.com/smarkets/marge-bot + icon: https://upload.wikimedia.org/wikipedia/en/0/0b/Marge_Simpson.png + keywords: + - merge + - marge + - bot + - gitlab + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: marge-bot + type: application + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/marge-bot-1.4.2/marge-bot-1.4.2.tgz + version: 1.4.2 + - apiVersion: v2 + appVersion: 0.13.0 + created: "2024-01-25T11:04:28.520056476Z" + description: Marge-bot is a merge-bot for GitLab + digest: b801cde7b3fabe3d395f4d4e128fbc70a0ca4de65f41f7ea557d88d2f2b55dcc + home: https://github.com/smarkets/marge-bot + icon: https://upload.wikimedia.org/wikipedia/en/0/0b/Marge_Simpson.png + keywords: + - merge + - marge + - bot + - gitlab + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: marge-bot + type: application + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/marge-bot-1.4.1/marge-bot-1.4.1.tgz + version: 1.4.1 + - apiVersion: v2 + appVersion: 0.12.1 + created: "2023-11-20T16:47:47.553665818Z" + description: Marge-bot is a merge-bot for GitLab + digest: 839607c9de1118e1b4654d77b653eb6fe0cb58719a70022053ec36d6f1cd8635 + home: https://github.com/smarkets/marge-bot + icon: https://upload.wikimedia.org/wikipedia/en/0/0b/Marge_Simpson.png + keywords: + - merge + - marge + - bot + - gitlab + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: marge-bot + type: application + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/marge-bot-1.4.0/marge-bot-1.4.0.tgz + version: 1.4.0 + - apiVersion: v2 + appVersion: 0.12.1 + created: "2023-10-17T14:17:03.986451732Z" + description: Marge-bot is a merge-bot for GitLab + digest: 3c0dbfd0fb1d0fc1f4445bc5bd7382703e4eee573fdd9e6694625f42fbddedab + home: https://github.com/smarkets/marge-bot + icon: https://upload.wikimedia.org/wikipedia/en/0/0b/Marge_Simpson.png + keywords: + - merge + - marge + - bot + - gitlab + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: marge-bot + type: application + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/marge-bot-1.3.0/marge-bot-1.3.0.tgz + version: 1.3.0 + - apiVersion: v2 + appVersion: 0.11.0 + created: "2023-07-18T09:35:16.633940603Z" + description: Marge-bot is a merge-bot for GitLab + digest: 49420e8a71843c4ff44769dcb6cc1e9816294f5d136ffe89a37a5c236582c6b4 + home: https://github.com/smarkets/marge-bot + icon: https://upload.wikimedia.org/wikipedia/en/0/0b/Marge_Simpson.png + keywords: + - merge + - marge + - bot + - gitlab + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: marge-bot + type: application + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/marge-bot-1.2.2/marge-bot-1.2.2.tgz + version: 1.2.2 + - apiVersion: v2 + appVersion: 0.11.0 + created: "2023-04-06T15:31:16.442830682Z" + description: Marge-bot is a merge-bot for GitLab + digest: cf8e6aac99d071efdf18ddf5bd26217213c24902f26ec0ba2a7b4d1474af1e19 + home: https://github.com/smarkets/marge-bot + icon: https://upload.wikimedia.org/wikipedia/en/0/0b/Marge_Simpson.png + keywords: + - merge + - marge + - bot + - gitlab + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: marge-bot + type: application + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/marge-bot-1.2.1/marge-bot-1.2.1.tgz + version: 1.2.1 + - apiVersion: v2 + appVersion: 0.11.0 + created: "2023-04-06T14:58:41.936830019Z" + description: Marge-bot is a merge-bot for GitLab + digest: 648d032839e11f7bc285de048708b6ca49b796d973f798a8780f1c46e62f3145 + home: https://github.com/smarkets/marge-bot + icon: https://upload.wikimedia.org/wikipedia/en/0/0b/Marge_Simpson.png + keywords: + - merge + - marge + - bot + - gitlab + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: marge-bot + type: application + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/marge-bot-1.2.0/marge-bot-1.2.0.tgz + version: 1.2.0 + nginx: + - apiVersion: v2 + created: "2020-11-24T16:08:07.975878328Z" + description: An NGINX HTTP server + digest: a32ddea8043918f04867667742adb73da51aca1f7ffbab5740873718696da703 + keywords: + - http + - nginx + - www + - web + kubeVersion: '>=1.10.0' + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + name: nginx + sources: + - https://hub.docker.com/_/nginx/ + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/nginx-2.1.1/nginx-2.1.1.tgz + version: 2.1.1 + pghoard: + - apiVersion: v2 + appVersion: "1.0" + created: "2021-10-09T10:49:30.509632459Z" + description: pghoard + digest: a834e20e44304258e75c7cc6b1776028e27d0c061cd409363ff0c1ad00123504 + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + name: pghoard + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/pghoard-0.8.1/pghoard-0.8.1.tgz + version: 0.8.1 + - apiVersion: v2 + appVersion: "1.0" + created: "2021-07-22T14:48:50.044736016Z" + description: pghoard + digest: 3cf3e1c27b28b6ea938595684c2493372ad53cd0b9a3cf326e2cff595e76e315 + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + name: pghoard + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/pghoard-0.8.0/pghoard-0.8.0.tgz + version: 0.8.0 + - apiVersion: v2 + appVersion: "1.0" + created: "2021-02-03T11:24:50.810562288Z" + description: pghoard + digest: 24258d2b60ae1f9c449b62340a1b4f6f2545a9d0086ad15528b19c85c5a9d6a8 + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + name: pghoard + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/pghoard-0.7.0/pghoard-0.7.0.tgz + version: 0.7.0 + - apiVersion: v2 + appVersion: "1.0" + created: "2020-11-24T16:08:08.267690244Z" + description: pghoard + digest: 4603d30012ede98fb88d01a8915f1455ecdfb468c76de30b4da27f32b19bdadb + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + name: pghoard + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/pghoard-0.6.1/pghoard-0.6.1.tgz + version: 0.6.1 + postgres-operator-crds: + - annotations: + category: DeveloperTools + apiVersion: v2 + appVersion: 1.9.0 + created: "2023-02-15T10:16:50.305579394Z" + description: Manage postgres-operator CRDs + digest: b0bdb7c097c677d0cea1313078238f3bb0234df3e1945dc576b92b7ebcdfc0f7 + icon: https://raw.githubusercontent.com/zalando/postgres-operator/master/docs/diagrams/logo.png + keywords: + - postgres + - operator + - crds + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: postgres-operator-crds + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/postgres-operator-crds + - https://github.com/zalando/postgres-operator/tree/master/charts/postgres-operator + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/postgres-operator-crds-1.9.0/postgres-operator-crds-1.9.0.tgz + version: 1.9.0 + - annotations: + category: DeveloperTools + apiVersion: v2 + appVersion: 1.8.0 + created: "2022-05-02T18:56:24.200854037Z" + description: Manage postgres-operator CRDs + digest: 6d1313c598aa03005184729a9d801bac96080e02155dfe577c726a5630aecbcb + icon: https://raw.githubusercontent.com/zalando/postgres-operator/master/docs/diagrams/logo.png + keywords: + - postgres + - operator + - crds + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + - email: 19607336+maxime1907@users.noreply.github.com + name: maxime1907 + name: postgres-operator-crds + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/postgres-operator-crds + - https://github.com/zalando/postgres-operator/tree/master/charts/postgres-operator + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/postgres-operator-crds-1.8.0/postgres-operator-crds-1.8.0.tgz + version: 1.8.0 + - apiVersion: v2 + appVersion: 1.7.1 + created: "2022-03-24T13:32:22.715666219Z" + description: A Helm chart to manage postgres-operator CRDs + digest: 82553b7ebde5bba65fb6cf8c564a4c272070b9cb7498dc53ee85f689e24f9fc4 + name: postgres-operator-crds + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/postgres-operator-crds-1.7.1/postgres-operator-crds-1.7.1.tgz + version: 1.7.1 + - annotations: + category: DeveloperTools + apiVersion: v2 + appVersion: 1.7.1-sby + created: "2022-04-04T10:45:34.919384788Z" + description: Manage postgres-operator CRDs + digest: 278bb9df197ab262c320acd4d658c4f00f7cceda6e846b402facaadc91b80c20 + icon: https://raw.githubusercontent.com/zalando/postgres-operator/master/docs/diagrams/logo.png + keywords: + - postgres + - operator + - crds + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + - email: 19607336+maxime1907@users.noreply.github.com + name: maxime1907 + name: postgres-operator-crds + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/postgres-operator-crds + - https://github.com/zalando/postgres-operator/tree/master/charts/postgres-operator + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/postgres-operator-crds-1.7.1-sby/postgres-operator-crds-1.7.1-sby.tgz + version: 1.7.1-sby + postgresql: + - apiVersion: v1 + appVersion: 11.7.0 + created: "2021-06-01T12:45:38.93611998Z" + description: DEPRECATED Chart for PostgreSQL, an object-relational database management + system (ORDBMS) with an emphasis on extensibility and on standards-compliance. + digest: 49dad2a451b76078243182ad27c472a947e56e39d437318386bcc26aa144fb76 + home: https://www.postgresql.org/ + icon: https://bitnami.com/assets/stacks/postgresql/img/postgresql-stack-110x117.png + keywords: + - postgresql + - postgres + - database + - sql + - replication + - cluster + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + name: postgresql + sources: + - https://github.com/bitnami/bitnami-docker-postgresql + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/postgresql-8.7.0/postgresql-8.7.0.tgz + version: 8.7.0 + pypi: + - apiVersion: v2 + appVersion: "1.0" + created: "2020-11-24T16:08:08.539040937Z" + description: A Helm chart for codekoala/pypi, which uses pypiserver + digest: ed16a95b722c11c8d1c3ce14e69a9860ca62d519868b55855b4d28f3df932f3d + icon: https://raw.githubusercontent.com/pypiserver/pypiserver/master/pypiserver_logo.png + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + name: pypi + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/pypi-0.2.1/pypi-0.2.1.tgz + version: 0.2.1 + pythie: + - apiVersion: v2 + appVersion: "1.0" + created: "2024-02-08T09:03:51.509653963Z" + description: Serve machine learning models with tensorflow and pythie + digest: 3f3604481dd4613802938edb3f0e74270aa01e6011806a522b8f3947c719f0e3 + home: https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/pythie + icon: https://avatars.githubusercontent.com/u/9391624?s=200&v=4 + keywords: + - pythie + - serving + - machine + - learning + - model + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: pythie + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/pythie + - https://github.com/wiremind/pythie-serving + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/pythie-0.5.0/pythie-0.5.0.tgz + version: 0.5.0 + - apiVersion: v2 + appVersion: "1.0" + created: "2023-12-22T11:38:14.122372052Z" + description: Serve machine learning models with tensorflow and pythie + digest: 76653105005aed06bd292277b23b4a43e7a36e03da7e2f0c079ac47e1325f102 + home: https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/pythie + icon: https://avatars.githubusercontent.com/u/9391624?s=200&v=4 + keywords: + - pythie + - serving + - machine + - learning + - model + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: pythie + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/pythie + - https://github.com/wiremind/pythie-serving + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/pythie-0.4.2/pythie-0.4.2.tgz + version: 0.4.2 + - apiVersion: v2 + appVersion: "1.0" + created: "2023-12-22T11:24:54.490051196Z" + description: Serve machine learning models with tensorflow and pythie + digest: c1df0eec0d79eefca41bfba2ad5243673542f8624642ba4f98440d1e117ba4a1 + home: https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/pythie + icon: https://avatars.githubusercontent.com/u/9391624?s=200&v=4 + keywords: + - pythie + - serving + - machine + - learning + - model + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: pythie + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/pythie + - https://github.com/wiremind/pythie-serving + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/pythie-0.4.1/pythie-0.4.1.tgz + version: 0.4.1 + - apiVersion: v2 + appVersion: "1.0" + created: "2023-10-16T10:19:53.783891878Z" + description: Serve machine learning models with tensorflow and pythie + digest: 74c80f1d5a031e8b21f5e664ac47993bfb6142ec576c929126df459d07d660e4 + home: https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/pythie + icon: https://avatars.githubusercontent.com/u/9391624?s=200&v=4 + keywords: + - pythie + - serving + - machine + - learning + - model + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: pythie + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/pythie + - https://github.com/wiremind/pythie-serving + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/pythie-0.4.0/pythie-0.4.0.tgz + version: 0.4.0 + - apiVersion: v2 + appVersion: "1.0" + created: "2023-07-27T10:06:05.372104853Z" + description: Serve machine learning models with tensorflow and pythie + digest: e8a46cf32c0081c24caf4199e568662d989dcc61033838359aba8531466a8896 + home: https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/pythie + icon: https://avatars.githubusercontent.com/u/9391624?s=200&v=4 + keywords: + - pythie + - serving + - machine + - learning + - model + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: pythie + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/pythie + - https://github.com/wiremind/pythie-serving + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/pythie-0.3.2/pythie-0.3.2.tgz + version: 0.3.2 + - apiVersion: v2 + appVersion: "1.0" + created: "2023-07-26T16:30:35.314807572Z" + description: Serve machine learning models with tensorflow and pythie + digest: 8ec5632c6e1ed6853b36ff5ebf91a0484e2d12d67196812ddb9e7831cedcd17f + home: https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/pythie + icon: https://avatars.githubusercontent.com/u/9391624?s=200&v=4 + keywords: + - pythie + - serving + - machine + - learning + - model + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: pythie + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/pythie + - https://github.com/wiremind/pythie-serving + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/pythie-0.3.1/pythie-0.3.1.tgz + version: 0.3.1 + - apiVersion: v2 + appVersion: "1.0" + created: "2023-07-26T14:04:46.617380024Z" + description: Serve machine learning models with tensorflow and pythie + digest: 2a9d254841470b8f59d5c086a77922dfc11c57e9651a7af4257dcfa0d823c371 + home: https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/pythie + icon: https://avatars.githubusercontent.com/u/9391624?s=200&v=4 + keywords: + - pythie + - serving + - machine + - learning + - model + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: pythie + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/pythie + - https://github.com/wiremind/pythie-serving + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/pythie-0.3.0/pythie-0.3.0.tgz + version: 0.3.0 + - apiVersion: v2 + appVersion: "1.0" + created: "2023-07-13T09:02:55.063168856Z" + description: Serve machine learning models with tensorflow and pythie + digest: 8ae16d5ea2b45b690c5303301b51a27cc7ea9e43b2f5054a9f4d0f6a3237ab9e + home: https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/pythie + icon: https://avatars.githubusercontent.com/u/9391624?s=200&v=4 + keywords: + - pythie + - serving + - machine + - learning + - model + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: pythie + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/pythie + - https://github.com/wiremind/pythie-serving + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/pythie-0.2.0/pythie-0.2.0.tgz + version: 0.2.0 + raw: + - annotations: + category: DeveloperTools + apiVersion: v2 + appVersion: 0.0.0 + created: "2022-03-24T13:39:25.260515337Z" + description: A helm chart to generate extra resources + digest: 003980f874a7a49193c59c247294bce951c1b28616bcccd64a4ccc1e92550733 + keywords: + - raw + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + - email: 19607336+maxime1907@users.noreply.github.com + name: maxime1907 + name: raw + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/raw + type: application + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/raw-0.1.0/raw-0.1.0.tgz + version: 0.1.0 + remoulade: + - apiVersion: v2 + created: "2022-04-20T15:39:13.895688593Z" + dependencies: + - condition: postgresql.enabled + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: '*' + - condition: redis.enabled + name: redis + repository: https://charts.bitnami.com/bitnami + version: '*' + - condition: rabbimq.enabled + name: rabbitmq + repository: https://charts.bitnami.com/bitnami + version: '*' + - condition: prometheus-rabbitmq-exporter.enabled + name: prometheus-rabbitmq-exporter + repository: https://prometheus-community.github.io/helm-charts + version: '*' + description: A Helm chart to deploy Remoulade and its dependencies + digest: 6d5f0782b2f38811eec9af7ec0c04dea96c69985ec3cfcd3eebe1d22e20105d9 + home: https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/remoulade + icon: https://raw.githubusercontent.com/wiremind/remoulade/master/artwork/logo.png + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + name: remoulade + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/remoulade + - https://github.com/wiremind/remoulade + type: application + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/remoulade-0.1.7/remoulade-0.1.7.tgz + version: 0.1.7 + - apiVersion: v2 + created: "2022-04-15T17:02:31.748006088Z" + dependencies: + - condition: postgresql.enabled + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: '*' + - condition: redis.enabled + name: redis + repository: https://charts.bitnami.com/bitnami + version: '*' + - condition: rabbimq.enabled + name: rabbitmq + repository: https://charts.bitnami.com/bitnami + version: '*' + - condition: prometheus-rabbitmq-exporter.enabled + name: prometheus-rabbitmq-exporter + repository: https://prometheus-community.github.io/helm-charts + version: '*' + description: A Helm chart to deploy Remoulade and its dependencies + digest: 8c5d632011e30329203f29df830556373157f10f595920e47f68ccc25b9a9a00 + home: https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/remoulade + icon: https://raw.githubusercontent.com/wiremind/remoulade/master/artwork/logo.png + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + name: remoulade + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/remoulade + - https://github.com/wiremind/remoulade + type: application + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/remoulade-0.1.6/remoulade-0.1.6.tgz + version: 0.1.6 + - apiVersion: v2 + created: "2022-04-15T16:34:57.657359604Z" + dependencies: + - condition: postgresql.enabled + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: '*' + - condition: redis.enabled + name: redis + repository: https://charts.bitnami.com/bitnami + version: '*' + - condition: rabbimq.enabled + name: rabbitmq + repository: https://charts.bitnami.com/bitnami + version: '*' + - condition: rabbitmq-exporter.enabled + name: prometheus-rabbitmq-exporter + repository: https://prometheus-community.github.io/helm-charts + version: '*' + description: A Helm chart to deploy Remoulade and its dependencies + digest: edf788ee0ee1bea0f02c2133f0f7c6c22d51b3eab0de2ddd06c483709c15c1ca + home: https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/remoulade + icon: https://raw.githubusercontent.com/wiremind/remoulade/master/artwork/logo.png + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + name: remoulade + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/remoulade + - https://github.com/wiremind/remoulade + type: application + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/remoulade-0.1.5/remoulade-0.1.5.tgz + version: 0.1.5 + - apiVersion: v2 + created: "2022-04-15T16:02:16.396161975Z" + dependencies: + - alias: remoulade-postgresql + condition: remoulade-postgresql.enabled + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: '*' + - alias: remoulade-redis + condition: remoulade-redis.enabled + name: redis + repository: https://charts.bitnami.com/bitnami + version: '*' + - alias: remoulade-rabbitmq + condition: remoulade-rabbimq.enabled + name: rabbitmq + repository: https://charts.bitnami.com/bitnami + version: '*' + - alias: remoulade-rabbitmq-exporter + condition: prometheus-rabbitmq-exporter.enabled + name: prometheus-rabbitmq-exporter + repository: https://prometheus-community.github.io/helm-charts + version: '*' + description: A Helm chart to deploy Remoulade and its dependencies + digest: fe109a4ddf30dd8f4975cb26f2c4119895bec59b8c3e37e92639ea0ea2ad930f + home: https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/remoulade + icon: https://raw.githubusercontent.com/wiremind/remoulade/master/artwork/logo.png + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + name: remoulade + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/remoulade + - https://github.com/wiremind/remoulade + type: application + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/remoulade-0.1.4/remoulade-0.1.4.tgz + version: 0.1.4 + - apiVersion: v2 + created: "2022-04-15T15:11:29.187055621Z" + dependencies: + - alias: remoulade-postgresql + condition: remoulade-postgresql.enabled + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: '*' + - alias: remoulade-redis + condition: remoulade-redis.enabled + name: redis + repository: https://charts.bitnami.com/bitnami + version: '*' + - alias: remoulade-rabbitmq + condition: remoulade-rabbimq.enabled + name: rabbitmq + repository: https://charts.bitnami.com/bitnami + version: '*' + - alias: remoulade-rabbitmq-exporter + condition: prometheus-rabbitmq-exporter.enabled + name: prometheus-rabbitmq-exporter + repository: https://prometheus-community.github.io/helm-charts + version: '*' + description: A Helm chart to deploy Remoulade and its dependencies + digest: fc59e4171a6d5e3d9e9a67f7a3a93fd62c8f90e44af67cc7cc05886060c45cd4 + home: https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/remoulade + icon: https://raw.githubusercontent.com/wiremind/remoulade/master/artwork/logo.png + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + name: remoulade + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/remoulade + - https://github.com/wiremind/remoulade + type: application + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/remoulade-0.1.3/remoulade-0.1.3.tgz + version: 0.1.3 + - apiVersion: v2 + created: "2022-04-15T12:13:52.803962055Z" + dependencies: + - alias: remoulade-postgresql + condition: remoulade-postgresql.enabled + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: '*' + - alias: remoulade-redis + condition: remoulade-redis.enabled + name: redis + repository: https://charts.bitnami.com/bitnami + version: '*' + - alias: remoulade-rabbitmq + condition: remoulade-rabbimq.enabled + name: rabbitmq + repository: https://charts.bitnami.com/bitnami + version: '*' + - alias: remoulade-rabbitmq-exporter + condition: prometheus-rabbitmq-exporter.enabled + name: prometheus-rabbitmq-exporter + repository: https://prometheus-community.github.io/helm-charts + version: '*' + description: A Helm chart to deploy Remoulade and its dependencies + digest: 38b52eaafcd03d2ef52b1caf7a9d0301522f438e74fa4b4ae0cabebe1a0fdcfd + home: https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/remoulade + icon: https://raw.githubusercontent.com/wiremind/remoulade/master/artwork/logo.png + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + name: remoulade + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/remoulade + - https://github.com/wiremind/remoulade + type: application + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/remoulade-0.1.2/remoulade-0.1.2.tgz + version: 0.1.2 + - apiVersion: v2 + created: "2022-04-14T14:58:31.942930706Z" + dependencies: + - alias: remoulade-postgresql + condition: remoulade-postgresql.enabled + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: '*' + - alias: remoulade-redis + condition: remoulade-redis.enabled + name: redis + repository: https://charts.bitnami.com/bitnami + version: '*' + - alias: remoulade-rabbitmq + condition: remoulade-rabbimq.enabled + name: rabbitmq + repository: https://charts.bitnami.com/bitnami + version: '*' + - alias: remoulade-rabbitmq-exporter + condition: prometheus-rabbitmq-exporter.enabled + name: prometheus-rabbitmq-exporter + repository: https://prometheus-community.github.io/helm-charts + version: '*' + description: A Helm chart to deploy Remoulade and its dependencies + digest: 911c23585371fa7e145bd6d826474a94fba06992c98312b6d79bc51b75210e79 + home: https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/remoulade + icon: https://raw.githubusercontent.com/wiremind/remoulade/master/artwork/logo.png + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + name: remoulade + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/remoulade + - https://github.com/wiremind/remoulade + type: application + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/remoulade-0.1.1/remoulade-0.1.1.tgz + version: 0.1.1 + - apiVersion: v2 + created: "2022-04-08T11:28:43.654969588Z" + dependencies: + - alias: remoulade-postgresql + condition: remoulade-postgresql.enabled + name: postgresql + repository: https://charts.bitnami.com/bitnami + version: '*' + - alias: remoulade-redis + condition: remoulade-redis.enabled + name: redis + repository: https://charts.bitnami.com/bitnami + version: '*' + - alias: remoulade-rabbitmq + condition: remoulade-rabbimq.enabled + name: rabbitmq + repository: https://charts.bitnami.com/bitnami + version: '*' + - alias: remoulade-rabbitmq-exporter + condition: prometheus-rabbitmq-exporter.enabled + name: prometheus-rabbitmq-exporter + repository: https://prometheus-community.github.io/helm-charts + version: '*' + description: A Helm chart to deploy Remoulade and its dependencies + digest: 9dc7bb23fa980f77f8c4cba8f439528133e76c024f76c208ccef5364e2ba2b79 + home: https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/remoulade + icon: https://raw.githubusercontent.com/wiremind/remoulade/master/artwork/logo.png + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + name: remoulade + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/remoulade + - https://github.com/wiremind/remoulade + type: application + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/remoulade-0.1.0/remoulade-0.1.0.tgz + version: 0.1.0 + s3-chart: + - apiVersion: v1 + appVersion: v0.1.7 + created: "2023-02-06T14:25:53.662763592Z" + description: Manage CRDs of the ACK service controller for Amazon Simple Storage + Service (S3) + digest: 2f97bf52d59024b9ea15793e5973215cd6382b959b3eafb2658b0686a05aeb2e + home: https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/ack-s3-controller-crds + icon: https://raw.githubusercontent.com/aws/eks-charts/master/docs/logo/aws.png + keywords: + - aws + - kubernetes + - s3 + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: s3-chart + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/ack-s3-controller-crds + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/s3-chart-1.0.0/s3-chart-1.0.0.tgz + version: 1.0.0 + - apiVersion: v1 + appVersion: v0.1.7 + created: "2023-02-03T12:30:49.548661909Z" + description: Manage CRDs of the ACK service controller for Amazon Simple Storage + Service (S3) + digest: 2342aa76d4f468a39ff43cba01f6eac1f31dd1091c075f419aa48a9eec9578a2 + home: https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/ack-s3-controller-crds + icon: https://raw.githubusercontent.com/aws/eks-charts/master/docs/logo/aws.png + keywords: + - aws + - kubernetes + - s3 + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: s3-chart + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/ack-s3-controller-crds + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/s3-chart-v0.1.7/s3-chart-v0.1.7.tgz + version: v0.1.7 + scrapoxy: + - apiVersion: v2 + appVersion: 3.1.1 + created: "2023-09-07T13:17:50.963186103Z" + description: Helm chart for the Scrapoxy service. + digest: 45328e0acd7b0d4f1abfdbc2c148d6af6704cd2d8603f4775ccd6c05f5d406f8 + home: https://github.com/fabienvauchelles/scrapoxy + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: scrapoxy + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/scrapoxy-0.3.4/scrapoxy-0.3.4.tgz + version: 0.3.4 + - apiVersion: v2 + appVersion: 3.1.1 + created: "2023-08-24T08:58:08.560571566Z" + description: Helm chart for the Scrapoxy service. + digest: df4d0a54a698fce04995b3a3c7fc8c787e8c9dfd06facd07911c3d23f87df3d5 + home: https://github.com/fabienvauchelles/scrapoxy + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: scrapoxy + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/scrapoxy-0.3.3/scrapoxy-0.3.3.tgz + version: 0.3.3 + - apiVersion: v2 + appVersion: 3.1.1 + created: "2022-02-17T17:23:43.079148081Z" + description: Helm chart for the Scrapoxy service. + digest: 71174c2f7b43945363cca3347f22c5d32fe40ef12de3eecfdab8e0e8e659f21c + home: https://github.com/fabienvauchelles/scrapoxy + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + name: scrapoxy + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/scrapoxy-0.3.2/scrapoxy-0.3.2.tgz + version: 0.3.2 + - apiVersion: v2 + appVersion: 3.1.1 + created: "2020-11-24T16:08:08.812459533Z" + description: Helm chart for the Scrapoxy service. + digest: d9990ec9d242be90a88381462203d02df4c3fca4fd85f69b3b6df9a98cfc4be8 + home: https://github.com/fabienvauchelles/scrapoxy + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + name: scrapoxy + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/scrapoxy-0.3.1/scrapoxy-0.3.1.tgz + version: 0.3.1 + silence-operator: + - apiVersion: v2 + appVersion: 0.7.0-7cce53575d94f59a6b5ae7f0a89617117cfc204c + created: "2022-09-26T10:28:08.339626736Z" + description: Silence operator manages Alertmanager silences via custom resources. + digest: 2e2ae55b63ce96955d7f2b7ad7840a28bd2c777dd14268316db2b8f81cdd4da2 + icon: https://raw.githubusercontent.com/kubernetes/kubernetes/master/logo/logo.png + keywords: + - silence + - operator + - prometheus + - alertmanager + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + - email: 19607336+maxime1907@users.noreply.github.com + name: maxime1907 + name: silence-operator + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/silence-operator + - https://github.com/giantswarm/silence-operator + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/silence-operator-0.0.6/silence-operator-0.0.6.tgz + version: 0.0.6 + - apiVersion: v2 + appVersion: 0.7.0-9f22cc20e399c2779de81ce77f0fb21ec4858245 + created: "2022-09-19T08:02:24.555564677Z" + description: Silence operator manages Alertmanager silences via custom resources. + digest: 1bb09b0d667c6fa452ff77ce0a9dbc77d4d2bab95ca3491032f52a32fbbe5b11 + icon: https://raw.githubusercontent.com/kubernetes/kubernetes/master/logo/logo.png + keywords: + - silence + - operator + - prometheus + - alertmanager + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + - email: 19607336+maxime1907@users.noreply.github.com + name: maxime1907 + name: silence-operator + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/silence-operator + - https://github.com/giantswarm/silence-operator + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/silence-operator-0.0.5/silence-operator-0.0.5.tgz + version: 0.0.5 + - apiVersion: v2 + appVersion: 0.7.0-a65f8453873ad6247b753528cec63f94fd0c8fa7 + created: "2022-08-31T10:05:53.121378353Z" + description: Silence operator manages Alertmanager silences via custom resources. + digest: 77266563d7813732077a14daa36abe9d559f9b36d249860dbacbb9aaa0b62c3a + icon: https://raw.githubusercontent.com/kubernetes/kubernetes/master/logo/logo.png + keywords: + - silence + - operator + - prometheus + - alertmanager + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + - email: 19607336+maxime1907@users.noreply.github.com + name: maxime1907 + name: silence-operator + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/silence-operator + - https://github.com/giantswarm/silence-operator + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/silence-operator-0.0.4/silence-operator-0.0.4.tgz + version: 0.0.4 + - apiVersion: v2 + appVersion: 0.7.0-a65f8453873ad6247b753528cec63f94fd0c8fa7 + created: "2022-08-25T13:26:49.277793819Z" + description: Silence operator manages Alertmanager silences via custom resources. + digest: f46245af67e5158938fe198f51e0a98116e76a6517659dc22e87bf8b83b90862 + icon: https://raw.githubusercontent.com/kubernetes/kubernetes/master/logo/logo.png + keywords: + - silence + - operator + - prometheus + - alertmanager + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + - email: 19607336+maxime1907@users.noreply.github.com + name: maxime1907 + name: silence-operator + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/silence-operator + - https://github.com/giantswarm/silence-operator + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/silence-operator-0.0.3/silence-operator-0.0.3.tgz + version: 0.0.3 + - apiVersion: v2 + appVersion: 0.7.0-a65f8453873ad6247b753528cec63f94fd0c8fa7 + created: "2022-08-24T10:09:04.632862509Z" + description: Silence operator manages Alertmanager silences via custom resources. + digest: 3613aed469d8df9e632c47f7a7e2fb43a4efcaed8b3b8230149f401b2dbc1e0f + icon: https://raw.githubusercontent.com/kubernetes/kubernetes/master/logo/logo.png + keywords: + - silence + - operator + - prometheus + - alertmanager + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + - email: 19607336+maxime1907@users.noreply.github.com + name: maxime1907 + name: silence-operator + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/silence-operator + - https://github.com/giantswarm/silence-operator + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/silence-operator-0.0.2/silence-operator-0.0.2.tgz + version: 0.0.2 + - apiVersion: v2 + appVersion: 0.7.0-a65f8453873ad6247b753528cec63f94fd0c8fa7 + created: "2022-08-24T08:10:46.505603515Z" + description: Silence operator manages Alertmanager silences via custom resources. + digest: 6a4a6df8bb4a33484d21e5f3d30050d6e66ac058d43d3a809a810f66494eba58 + icon: https://raw.githubusercontent.com/kubernetes/kubernetes/master/logo/logo.png + keywords: + - silence + - operator + - prometheus + - alertmanager + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + - email: 19607336+maxime1907@users.noreply.github.com + name: maxime1907 + name: silence-operator + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/silence-operator + - https://github.com/giantswarm/silence-operator + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/silence-operator-0.0.1/silence-operator-0.0.1.tgz + version: 0.0.1 + silence-operator-crds: + - apiVersion: v2 + appVersion: v0.7.0 + created: "2022-08-24T08:03:26.410133382Z" + description: Silence operator manages Alertmanager silences via custom resources. + digest: 53df24cd17a64787cf1e63afc20f7479974b1e01e03e4a9ef818cfa1919da6dd + icon: https://raw.githubusercontent.com/kubernetes/kubernetes/master/logo/logo.png + keywords: + - silence + - operator + - crds + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + - email: 19607336+maxime1907@users.noreply.github.com + name: maxime1907 + name: silence-operator-crds + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/silence-operator-crds + - https://github.com/giantswarm/silence-operator + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/silence-operator-crds-0.0.1/silence-operator-crds-0.0.1.tgz + version: 0.0.1 + snapshot-controller-crds: + - annotations: + category: DeveloperTools + apiVersion: v2 + appVersion: v6.2.1 + created: "2023-02-24T13:02:53.393565764Z" + description: Manage snapshot-controller CRDs + digest: a304c8d058e7de19100aad22eb430c8f3b9bd0acf5d2af15e9a1abebc5ab4218 + keywords: + - storage + - snapshot + - crds + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: snapshot-controller-crds + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/snapshot-controller-crds + - https://github.com/kubernetes-csi/external-snapshotter + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/snapshot-controller-crds-6.2.1/snapshot-controller-crds-6.2.1.tgz + version: 6.2.1 + sshd: + - apiVersion: v2 + appVersion: "1.0" + created: "2020-11-24T16:08:09.081656024Z" + description: A Helm chart for Kubernetes + digest: 09fcab0c6725324e746cbce68a271bd509f5b62ff78f2972ca600b883429a55e + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + name: sshd + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/sshd-0.1.1/sshd-0.1.1.tgz + version: 0.1.1 + topolvm-crds: + - annotations: + category: DeveloperTools + apiVersion: v2 + appVersion: 0.18.2 + created: "2023-05-12T12:31:52.549520006Z" + description: Manage topolvm CRDs + digest: efe2b06694894777683161a0ae1f58dcf08b71fd073cfc28446ea4e67ea94bd7 + icon: https://i.imgur.com/iqSQEf7.png + keywords: + - topolvm + - crds + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: topolvm-crds + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/topolvm-crds + - https://github.com/topolvm/topolvm/tree/main/charts/topolvm + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/topolvm-crds-11.2.0/topolvm-crds-11.2.0.tgz + version: 11.2.0 + - annotations: + category: DeveloperTools + apiVersion: v2 + appVersion: 0.10.5 + created: "2022-04-04T08:56:22.835204038Z" + description: Manage topolvm CRDs + digest: 2550decfad0ec65a915b02538ea1d5d93dc51f5069f2ba2ea2ef1b4135e838af + icon: https://i.imgur.com/iqSQEf7.png + keywords: + - topolvm + - crds + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + - email: 19607336+maxime1907@users.noreply.github.com + name: maxime1907 + name: topolvm-crds + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/topolvm-crds + - https://github.com/topolvm/topolvm/tree/main/charts/topolvm + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/topolvm-crds-4.0.1/topolvm-crds-4.0.1.tgz + version: 4.0.1 + traefik-crds: + - annotations: + category: DeveloperTools + apiVersion: v2 + appVersion: 2.10.5 + created: "2024-02-22T10:16:44.768531224Z" + description: Manage traefik CRDs + digest: 5e754ad5185b58b0db568ab53d81e78f820cb0f5a3489499552e95c418b917d1 + keywords: + - traefik + - crds + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: traefik-crds + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/traefik-crds + - https://github.com/traefik/traefik-helm-chart/tree/master/traefik + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/traefik-crds-2.7.0/traefik-crds-2.7.0.tgz + version: 2.7.0 + - annotations: + category: DeveloperTools + apiVersion: v2 + appVersion: 2.6.3 + created: "2022-08-10T14:56:36.091536117Z" + description: Manage traefik CRDs + digest: d9c3dd9fb2069746690c5847f4bb5567f16b9544afc54706b6516f5a1259783f + keywords: + - traefik + - crds + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: fminaud@wiremind.io + name: francoisminaud + - email: 19607336+maxime1907@users.noreply.github.com + name: maxime1907 + name: traefik-crds + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/traefik-crds + - https://github.com/traefik/traefik-helm-chart/tree/master/traefik + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/traefik-crds-2.6.3/traefik-crds-2.6.3.tgz + version: 2.6.3 + velero-crds: + - apiVersion: v2 + appVersion: 1.12.0 + created: "2023-11-17T10:03:02.660608371Z" + description: A Helm chart to manage velero CRDs + digest: 81c8d034d37ce9a30dcb4d72c9b0f7a9fad627a1d5b004fe1abacc1cf1bc5399 + kubeVersion: '>=1.16.0-0' + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: velero-crds + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/velero-crds-5.1.4/velero-crds-5.1.4.tgz + version: 5.1.4 + - apiVersion: v2 + appVersion: 1.11.0 + created: "2023-06-13T12:10:02.604155081Z" + description: A Helm chart to manage velero CRDs + digest: 410dbe27d0d1619692450ca24999eea33f7f9194e8d0a78908cb20cfd6f17cb3 + kubeVersion: '>=1.16.0-0' + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: velero-crds + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/velero-crds-4.0.3/velero-crds-4.0.3.tgz + version: 4.0.3 + - apiVersion: v2 + appVersion: 1.10.0 + created: "2023-02-27T10:47:16.626243465Z" + description: A Helm chart to manage velero CRDs + digest: 8bcc591a2f16f677f832c8171063d03ef1d2cc17ab65d94c4aed03c83d27bce5 + kubeVersion: '>=1.16.0-0' + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: velero-crds + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/velero-crds-3.1.2/velero-crds-3.1.2.tgz + version: 3.1.2 + - apiVersion: v2 + appVersion: 1.9.2 + created: "2022-10-20T13:02:37.402545481Z" + description: A Helm chart to manage velero CRDs + digest: 1e5ac56fe92dc5db0674b29dc140cde5a4892c3b3c72311e53265084a0eb032c + maintainers: + - email: cdesaintmartin@wiremind.io + name: desaintmartin + - email: amrini@wiremind.io + name: machine424 + - email: 19607336+maxime1907@users.noreply.github.com + name: maxime1907 + name: velero-crds + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/velero-crds-2.32.1/velero-crds-2.32.1.tgz + version: 2.32.1 + - apiVersion: v2 + appVersion: 1.8.0 + created: "2022-03-24T13:32:22.89080719Z" + description: A Helm chart to manage velero CRDs + digest: 5790deb3c251216e1af3c4772447d725feaab13d6f3cfc8cec00395b178b0779 + name: velero-crds + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/velero-crds-2.28.0/velero-crds-2.28.0.tgz + version: 2.28.0 + wiremind-baremetal: + - apiVersion: v2 + appVersion: 3.18.0 + created: "2023-07-05T14:05:06.163540756Z" + description: Helm chart to use BareMetal Encrypted at Rest disks + digest: 38f98ffb59ea0793592a92153901089903d3b4c2a42bf64d35be1d6035b7f13f + icon: https://www.wiremind.io/assets/logo.png + maintainers: + - email: platform@wiremind.io + name: platform + name: wiremind-baremetal + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/wiremind-baremetal-1.4.4/wiremind-baremetal-1.4.4.tgz + version: 1.4.4 + - apiVersion: v2 + appVersion: 3.18.0 + created: "2023-07-05T13:48:40.541912859Z" + description: Helm chart to use BareMetal Encrypted at Rest disks + digest: 0728039b8f9373478297bb482cdd5a70214d87fe0edaab58d2769a01502f2092 + icon: https://www.wiremind.io/assets/logo.png + maintainers: + - email: platform@wiremind.io + name: platform + name: wiremind-baremetal + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/wiremind-baremetal-1.4.3/wiremind-baremetal-1.4.3.tgz + version: 1.4.3 + - apiVersion: v2 + appVersion: 3.18.0 + created: "2023-07-05T13:19:02.804309762Z" + description: Helm chart to use BareMetal Encrypted at Rest disks + digest: 11bda498980d4ae88ec942b20d01d352eccfd6a7b2c23ce30fb4f35d99adea1c + icon: https://www.wiremind.io/assets/logo.png + maintainers: + - email: platform@wiremind.io + name: platform + name: wiremind-baremetal + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/wiremind-baremetal-1.4.2/wiremind-baremetal-1.4.2.tgz + version: 1.4.2 + - apiVersion: v2 + appVersion: 3.18.0 + created: "2023-07-05T13:06:46.28200082Z" + description: Helm chart to use BareMetal Encrypted at Rest disks + digest: b00a9975e54b2a14addaba85b0823078f0eb88893348222b8c866943f9814479 + icon: https://www.wiremind.io/assets/logo.png + maintainers: + - email: platform@wiremind.io + name: platform + name: wiremind-baremetal + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/wiremind-baremetal-1.4.1/wiremind-baremetal-1.4.1.tgz + version: 1.4.1 + - apiVersion: v2 + appVersion: 3.18.0 + created: "2023-06-13T15:04:41.847369638Z" + description: Helm chart to use BareMetal Encrypted at Rest disks + digest: 8491565e0573786008d04a664653d478c896f3ecdeff0d1dec56c64b15d18e4f + icon: https://www.wiremind.io/assets/logo.png + maintainers: + - email: platform@wiremind.io + name: platform + name: wiremind-baremetal + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/wiremind-baremetal-1.4.0/wiremind-baremetal-1.4.0.tgz + version: 1.4.0 + - apiVersion: v2 + created: "2023-05-25T12:53:01.139351805Z" + description: Helm chart to use BareMetal Encrypted at Rest disks + digest: 0df3e264ae84dc5d0579e469e7e5a335cc8af1f86ad01d6fe121b5de962fb25b + icon: https://www.wiremind.io/assets/logo.png + maintainers: + - email: platform@wiremind.io + name: platform + name: wiremind-baremetal + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/wiremind-baremetal-1.3.1/wiremind-baremetal-1.3.1.tgz + version: 1.3.1 + - apiVersion: v2 + created: "2023-05-25T12:46:32.047314496Z" + description: Helm chart to use BareMetal Encrypted at Rest disks + digest: 4deb31367e0f045422283bd5b89afb7372fa392bc192c2fa39938b37d6dd343a + icon: https://www.wiremind.io/assets/logo.png + maintainers: + - email: platform@wiremind.io + name: platform + name: wiremind-baremetal + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/wiremind-baremetal-1.3.0/wiremind-baremetal-1.3.0.tgz + version: 1.3.0 + - apiVersion: v2 + created: "2023-05-25T12:33:58.305736113Z" + description: Helm chart to use BareMetal Encrypted at Rest disks + digest: 98f6b6ff441011fa8addf3d5465866e58901931653919ce8a1f9735440f80d3a + icon: https://www.wiremind.io/assets/logo.png + maintainers: + - email: platform@wiremind.io + name: platform + name: wiremind-baremetal + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/wiremind-baremetal-1.2.0/wiremind-baremetal-1.2.0.tgz + version: 1.2.0 + wiremind-crds: + - annotations: + category: DeveloperTools + apiVersion: v2 + appVersion: 0.1.0 + created: "2023-06-27T11:44:56.904344233Z" + description: Manage Wiremind CRDs + digest: d41cb498e2d9b8d8042cf2fdcfe397493cbd09c7058aee6e60e1d5e8b510eb3f + home: https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/wiremind-crds + icon: https://avatars.githubusercontent.com/u/9391624?s=200&v=4 + keywords: + - wiremind + - crds + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: wiremind-crds + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/wiremind-crds + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/wiremind-crds-0.1.0/wiremind-crds-0.1.0.tgz + version: 0.1.0 + wiremind-istio: + - apiVersion: v2 + created: "2023-11-22T15:42:20.378110417Z" + description: wiremind-istio + digest: b247cd428909f3d39885d2aa6bb889f0723227f442a875151a15b79749b833e5 + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: wiremind-istio + type: application + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/wiremind-istio-2.3.1/wiremind-istio-2.3.1.tgz + version: 2.3.1 + - apiVersion: v2 + created: "2023-09-27T09:47:34.949293524Z" + description: wiremind-istio + digest: ea69b778a19dc0933114890acb25a3cbaef0acac4aff546bc47dfce2e79ada87 + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: wiremind-istio + type: application + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/wiremind-istio-2.3.0/wiremind-istio-2.3.0.tgz + version: 2.3.0 + - apiVersion: v2 + created: "2023-07-06T10:01:09.833610697Z" + description: wiremind-istio + digest: 2857757419e7a8050d18754de9b3a4366fc1ee891d1f8f0bb51767efc4deccf7 + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: wiremind-istio + type: application + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/wiremind-istio-2.2.0/wiremind-istio-2.2.0.tgz + version: 2.2.0 + - apiVersion: v2 + created: "2023-06-09T11:39:29.489647769Z" + description: wiremind-istio + digest: 2ada70de9dd6ae6e5f1d67a5a89402519f1304b11e00fcd033a89683d9c08c44 + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: wiremind-istio + type: application + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/wiremind-istio-2.1.1/wiremind-istio-2.1.1.tgz + version: 2.1.1 + - apiVersion: v2 + created: "2023-06-09T11:03:06.368571808Z" + description: wiremind-istio + digest: c443060bb1f285d3abff2983682d4e2b56d98d4e93ad3b696bf7c8721fa36752 + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: wiremind-istio + type: application + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/wiremind-istio-2.1.0/wiremind-istio-2.1.0.tgz + version: 2.1.0 + - apiVersion: v2 + created: "2023-05-31T08:38:54.775555036Z" + description: wiremind-istio + digest: b082c3b4023684634942292a9d11e8183eb9da99b794160d67f8623e79ac9eb0 + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: wiremind-istio + type: application + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/wiremind-istio-2.0.1/wiremind-istio-2.0.1.tgz + version: 2.0.1 + - apiVersion: v2 + created: "2023-05-26T10:06:54.624074031Z" + description: wiremind-istio + digest: b6221bdda2115f7fe9b18f5b1b75216594bdcb0a629e0b867de93bcec4adc447 + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: wiremind-istio + type: application + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/wiremind-istio-2.0.0/wiremind-istio-2.0.0.tgz + version: 2.0.0 + wiremind-kubies: + - apiVersion: v2 + appVersion: 1.27.7 + created: "2023-11-21T11:01:48.051434446Z" + description: Helm chart to deploy non-chart specific kubernetes resources + digest: 28f5b9a239db47c6417b7a37a056d0af7d0aa64302572bc6826de28a32777a93 + home: https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/wiremind-kubies + icon: https://avatars.githubusercontent.com/u/9391624?s=200&v=4 + keywords: + - wiremind + - kubies + maintainers: + - name: Wiremind + url: https://github.com/wiremind/wiremind-helm-charts + name: wiremind-kubies + sources: + - https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/wiremind-kubies + type: application + urls: + - https://github.com/wiremind/wiremind-helm-charts/releases/download/wiremind-kubies-0.7.0/wiremind-kubies-0.7.0.tgz + version: 0.7.0 +generated: "2024-02-27T15:54:09.870102089Z" diff --git a/.cache/nix/binary-cache-v6.sqlite b/.cache/nix/binary-cache-v6.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..17f3f0828cdd348be96b7ccc93c3a34095a6e762 GIT binary patch literal 81920 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 T!*DUT(}B?#oV5LHgOmCXEZ-P^ literal 0 HcmV?d00001 diff --git a/.cache/nix/binary-cache-v6.sqlite-journal b/.cache/nix/binary-cache-v6.sqlite-journal new file mode 100644 index 0000000..e69de29 diff --git a/.cache/nix/fetcher-cache-v1.sqlite b/.cache/nix/fetcher-cache-v1.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..593322a935438139a3af2de6192ef9f346c99128 GIT binary patch literal 12288 zcmeI$&u-H&7y$63EwD~o%dLl9qKLyPZE4yjX)+1Hn5JEJ0d^dk+{A99=3gCGOE>k9 z@CLhZg*AsVh7cL{WGt zNrE6$crEjKTSVT;kKL9$zOPgSg?!npe-%o#YoT^s|8(C8kOu(}009sH0T2KI5C8!X z009sHfrksEr{a@FqanU;Fx2<(0kVhRe@X{$4);$ErIYB`LYammxdqMtCZ1 z7jtZ`H=Cu$jpq$fa03S?@z~=l`!h6QVG*AdcXie-ntWZqmV0jUTHfdhwa=R$cmo9l zKmY_l00ck)1V8`;KmY`m1+sVLYPOX%)ACy7QVx)h{7-I4fp`3a+|cZUf;HfNwDS^#L~MaA-dVOP#3F&oXRVoO+LR?%tDG= zbZl#hXI{9|vDXjG@tAtv$k4{YFe2@~Mt7HP1z#(6_M%ixXIV9UwCJ1j>`nr{GUUtG zl>*E2pj^>59J_-$q>GJi$FbX{X_{yL~Un*&77xvpN=#>jSz$n+A!*8RXe zKUcM$tEovZ2V8*Rf+%|?R@0-03G(aSyqWe81p)SczM4Ot!GF%Q&cEz(?MkR!)j!sy z<{Uno30+=bM?|eDnSO`r+B-*?0RhzxAH3K7RU@{aOEbN4{O&{&J_i zcl`NLT_3I3k|0J1dU`NR_FNyJ5BLf6>u^#bmKU?+{?^!lADaq+$%|B^C6=kwn1jl( zGMwU~q*OH|6#|+Fk@^Jii1MzjQ17rFl?58S-N^tqXX=XqDkO)YwOR)2`qk;i^|Rzb zoT|{iw+loHbSQl^$T(uGO3R8c^zg8rC9m+oR)Oy!zy=>Rc)xY$n|P;__=SyTso^Xu z48?+G8Rmv5tT+%XfR-S0mNFX6{!cmb)_EH)TG&B5fk32!o77;M8HgYiL5wj z7~3SHigLwxk!M*^=8b8LP%_tLYE(`OrVR+5-mKOh;CYDgjoZ2f*-uy1*0yGhb=1c& zF=3dMH6s-%DqbF6n{)qoTf1nEF2&T+t{ZF%SHG?Gqz$bMjq}|IZEe4Oy^_Am`8;|1 E7aCQ%8UO$Q literal 0 HcmV?d00001 diff --git a/.kube/cache/http/b4752430e41333ef78276ae689e53c4499fb52097a4291779131865a314a01a8 b/.kube/cache/http/b4752430e41333ef78276ae689e53c4499fb52097a4291779131865a314a01a8 new file mode 100644 index 0000000000000000000000000000000000000000..02c01600eb39e97a16be0cbb6536c25cd193dda0 GIT binary patch literal 7657 zcmd5>%Wm676z#5n0Cm|l!L=CkOu?Vmr+{{H>T-cdaJ;A%1J`1xPPpZ|R|9*>UH2eP2bvhd=x+i^%7W1od2?hAfIQrztfvLIyA zlb|mgqe)=frY%hZRgrYvG9}wER7pdYVVdT#Y?%tMK>h`mfDubb)E8(ri9$c;%y7)4 z@g>E50Z|HX5f^myT}tAIvqy-AL74hvfs@MzZ|w9zNFFX8Ez}8SNO_3TM}yIm#|g=( zyFB$YOj)<%A_ff4v$!WHvhWNg07lgXRq1PbUz3H$&&J)(kfB*$5Urs))V&kec3j7{ zbw!hhC*IIAb<40k^TaV^YhVut=0F_|Z0}ef%7&+$n4T(IC;CvaHOJIk(=~?!!%#HO zbsa_a9K}>MP1S)w(_F{0Ek_0B$C_)XmTn9*Z{WG6?KrM2b~`Uoa@iLKzKVi=Mhs1s?TV_CAW za*PouqAJsME~6wQNysiEyueYx2wR$^2U;L0Mu36Q1Q<;%Us8NIPy*i%WZmYBK;IAt zQlao2IqHmzxvP< zLx$(6*#Gvb{$BJGoX6leoa2V+uJ}&-TKEb~e zP(F-jX>o=EIX=ztT!}Ltxo`yjy5EPL4!S_{0YsLipm&a;iGI$K#d*%6uBQ`aDZ|NTC09h( zm7QS*j}hds_!ikN=^FEa|k$O+!%FV-Q?*C69KpdFF{bN?7d%Q^z~yvJoC|dj2=ZLKcbJPcm{B+nS%TtOn^b(tiO)E36TsIZ4}&_F zx1PoEvZ%Fia+R=k+&imJC2cq6R{0871JB`XvaJ8bZBTmwm3JD(C3aQP^~YqckD!FI$)yP>eX~ z3(9-ml*6yQx_+r_u|HhvcjWcb1ChP9CJXw+(_Vkvxfw2 zyg-7w;cv|hIKH#C6rJnGH>@--moUTQ8O)aXFeIWV+QSEkG1w8bs2U^~pTB6?=miOkq~X35sBRU?_~C&@~r1DqLQP+Y(=E*8yIH`R-VE9LQlCRiAyTz<+bKU)?0Z>T?G&g~4p&ER7LH%}FJ zRX@3!_N7l+Bz)~A622S /dev/null || true diff --git a/.ssh/config b/.ssh/config new file mode 100644 index 0000000..3a30306 --- /dev/null +++ b/.ssh/config @@ -0,0 +1,4 @@ +Host tag.nsupdate.info + Hostname localhost + Port 2222 + User git diff --git a/.ssh/id_rsa.pub b/.ssh/id_rsa.pub new file mode 100644 index 0000000..c6651ec --- /dev/null +++ b/.ssh/id_rsa.pub @@ -0,0 +1 @@ +ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQD9bqYYPzj+YoMfOdFCiO7ibb34QM1YN9r1H0ZLmBU300WyglVzYNnoU1ma1enms1/qZ9tbvZa/epocWnlOIaoxKD3nGwqh3diwzcc/Gcdrwi4bHrbO5ucOMWTnLWN/lRgEakMoIq0xAIn+OGdV3y2vA2fzY0vwIw7Aq7Eccoao7lYoQ41cDTQCJVvGR4k7+zWsOiM5ZHAt8HFPNDsIZ0R3Xbo4soYitFHMWfT8fJBT8cc8J7PBB975/IJPkRy6pnr3ELCUk5QavzXApVuw1TJ2SDe9LXOD9QC6gEZRtMXG9dqe4SCdGxC+TM6r7GL89nRzJ12ywDvXizENRH10lxDDlObfqaEvKYy+NU4iP4rgQvKqcmX63gU6Tabs+as5IMViscm36v4hX5sB2qhvDM5yGdCdawZfsY6KCx+zuBgxj1LGRcjhFFb3ALadvqlGBFeRlCQecGXpHlGxQXcegJizf06qCeHThj9Cq74TYwKmWJJRL+Hm4yaEEUHJA2+MZTU= root@hulk diff --git a/.ssh/known_hosts b/.ssh/known_hosts new file mode 100644 index 0000000..4e32bea --- /dev/null +++ b/.ssh/known_hosts @@ -0,0 +1,2 @@ +|1|A7fQM9Oo6U9vUqXT7OuBQZYdI3U=|TMrvNw0BsPrgnMkIsBK7kCvKP3o= ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBL3BfDglIXMCi7yVdEoTCyTZOPiYg7tISRvjBX5/GZ0ZSZ6qwl6DNPeQ2cdv7S2rpHEpi1I4BDuOn9ViDzQ6U3s= +|1|CwUccuMm5U7WTUhD1fiGRBV2e5g=|ZFpiFJaYChfzvY5I9BH0UUsXDeU= ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAJZ7M8avGEn3n6TLZLGuu3qIxf27Ai/yBrwws6FCJwGxpcbqktmBChQy5zI84SaSUj9tkRvbeBmZ//tDmHMGxE= diff --git a/.viminfo b/.viminfo new file mode 100644 index 0000000..f447ea1 --- /dev/null +++ b/.viminfo @@ -0,0 +1,439 @@ +# This viminfo file was generated by Vim 8.2. +# You may edit it if you are careful! + +# Viminfo version +|1,4 + +# Value of 'encoding' when this file was written +*encoding=utf-8 + + +# hlsearch on (H) or off (h): +~h +# Last Search Pattern: +~MSle0~/method + +# Command Line History (newest to oldest): +:wq +|2,0,1711061545,,"wq" +:q! +|2,0,1711059402,,"q!" +:set mouse=r +|2,0,1691882248,,"set mouse=r" + +# Search String History (newest to oldest): +?/method +|2,1,1680785369,47,"method" +?/auth +|2,1,1680785363,47,"auth" + +# Expression History (newest to oldest): + +# Input Line History (newest to oldest): + +# Debug Line History (newest to oldest): + +# Registers: +"0 LINE 0 + url = https://tag.nsupdate.info/gitea/etc_hulk.git +|3,0,0,1,1,0,1711059183," url = https://tag.nsupdate.info/gitea/etc_hulk.git" +"1 LINE 0 + url = https://tag.nsupdate.info/gitea/etc_hulk.git +|3,0,1,1,1,0,1711059200," url = https://tag.nsupdate.info/gitea/etc_hulk.git" +"2 LINE 0 + +|3,0,2,1,1,0,1691882911,"" +"3 LINE 0 + ), +|3,0,3,1,1,0,1691882910," )," +"4 LINE 0 + 'password' => '44nan49', +|3,0,4,1,1,0,1691882910," 'password' => '44nan49'," +"5 LINE 0 + 'port' => 6363, +|3,0,5,1,1,0,1691882909," 'port' => 6363," +"6 LINE 0 + //'host' => 'docker', //you can add docker alias to /etc/hosts +|3,0,6,1,1,0,1691882909," //'host' => 'docker', //you can add docker alias to /etc/hosts" +"7 LINE 0 + 'host' => '192.168.1.3', //if you binded port you can use localhost:6363 or 172.17.0.1:6363 +|3,0,7,1,1,0,1691882908," 'host' => '192.168.1.3', //if you binded port you can use localhost:6363 or 172.17.0.1:6363" +"8 LINE 0 + array ( +|3,0,8,1,1,0,1691882908," array (" +"9 LINE 0 + 'redis' => +|3,0,9,1,1,0,1691882907," 'redis' =>" +""- CHAR 0 + t +|3,1,36,0,1,0,1711059854,"t" + +# File marks: +'0 1 561 ~/.ssh/id_rsa.pub +|4,48,1,561,1711061545,"~/.ssh/id_rsa.pub" +'1 38 32 ~/.ssh/id_rsa +|4,49,38,32,1711061475,"~/.ssh/id_rsa" +'2 1 5 ~/.gitignore +|4,50,1,5,1711061100,"~/.gitignore" +'3 2 12 ~/.ssh/config +|4,51,2,12,1711060763,"~/.ssh/config" +'4 3 10 ~/.ssh/config +|4,52,3,10,1711059903,"~/.ssh/config" +'5 3 10 ~/.ssh/config +|4,53,3,10,1711059903,"~/.ssh/config" +'6 7 27 /etc/.git/config +|4,54,7,27,1711059865,"/etc/.git/config" +'7 2 21 ~/.ssh/config +|4,55,2,21,1711059835,"~/.ssh/config" +'8 2 21 ~/.ssh/config +|4,56,2,21,1711059835,"~/.ssh/config" +'9 2 21 ~/.ssh/config +|4,57,2,21,1711059835,"~/.ssh/config" + +# Jumplist (newest first): +-' 1 561 ~/.ssh/id_rsa.pub +|4,39,1,561,1711061545,"~/.ssh/id_rsa.pub" +-' 38 32 ~/.ssh/id_rsa +|4,39,38,32,1711061475,"~/.ssh/id_rsa" +-' 38 32 ~/.ssh/id_rsa +|4,39,38,32,1711061475,"~/.ssh/id_rsa" +-' 1 0 ~/.ssh/id_rsa +|4,39,1,0,1711061468,"~/.ssh/id_rsa" +-' 1 0 ~/.ssh/id_rsa +|4,39,1,0,1711061468,"~/.ssh/id_rsa" +-' 1 5 ~/.gitignore +|4,39,1,5,1711061100,"~/.gitignore" +-' 1 5 ~/.gitignore +|4,39,1,5,1711061100,"~/.gitignore" +-' 1 5 ~/.gitignore +|4,39,1,5,1711061100,"~/.gitignore" +-' 1 5 ~/.gitignore +|4,39,1,5,1711061100,"~/.gitignore" +-' 2 12 ~/.ssh/config +|4,39,2,12,1711060763,"~/.ssh/config" +-' 2 12 ~/.ssh/config +|4,39,2,12,1711060763,"~/.ssh/config" +-' 2 12 ~/.ssh/config +|4,39,2,12,1711060763,"~/.ssh/config" +-' 2 12 ~/.ssh/config +|4,39,2,12,1711060763,"~/.ssh/config" +-' 2 12 ~/.ssh/config +|4,39,2,12,1711060763,"~/.ssh/config" +-' 2 12 ~/.ssh/config +|4,39,2,12,1711060763,"~/.ssh/config" +-' 2 12 ~/.ssh/config +|4,39,2,12,1711060763,"~/.ssh/config" +-' 2 12 ~/.ssh/config +|4,39,2,12,1711060763,"~/.ssh/config" +-' 3 10 ~/.ssh/config +|4,39,3,10,1711060753,"~/.ssh/config" +-' 3 10 ~/.ssh/config +|4,39,3,10,1711060753,"~/.ssh/config" +-' 3 10 ~/.ssh/config +|4,39,3,10,1711060753,"~/.ssh/config" +-' 3 10 ~/.ssh/config +|4,39,3,10,1711060753,"~/.ssh/config" +-' 3 10 ~/.ssh/config +|4,39,3,10,1711060753,"~/.ssh/config" +-' 3 10 ~/.ssh/config +|4,39,3,10,1711060753,"~/.ssh/config" +-' 3 10 ~/.ssh/config +|4,39,3,10,1711060753,"~/.ssh/config" +-' 3 10 ~/.ssh/config +|4,39,3,10,1711060753,"~/.ssh/config" +-' 3 10 ~/.ssh/config +|4,39,3,10,1711059903,"~/.ssh/config" +-' 3 10 ~/.ssh/config +|4,39,3,10,1711059903,"~/.ssh/config" +-' 3 10 ~/.ssh/config +|4,39,3,10,1711059903,"~/.ssh/config" +-' 3 10 ~/.ssh/config +|4,39,3,10,1711059903,"~/.ssh/config" +-' 3 10 ~/.ssh/config +|4,39,3,10,1711059903,"~/.ssh/config" +-' 3 10 ~/.ssh/config +|4,39,3,10,1711059903,"~/.ssh/config" +-' 3 10 ~/.ssh/config +|4,39,3,10,1711059903,"~/.ssh/config" +-' 3 10 ~/.ssh/config +|4,39,3,10,1711059903,"~/.ssh/config" +-' 2 21 ~/.ssh/config +|4,39,2,21,1711059895,"~/.ssh/config" +-' 2 21 ~/.ssh/config +|4,39,2,21,1711059895,"~/.ssh/config" +-' 2 21 ~/.ssh/config +|4,39,2,21,1711059895,"~/.ssh/config" +-' 2 21 ~/.ssh/config +|4,39,2,21,1711059895,"~/.ssh/config" +-' 2 21 ~/.ssh/config +|4,39,2,21,1711059895,"~/.ssh/config" +-' 2 21 ~/.ssh/config +|4,39,2,21,1711059895,"~/.ssh/config" +-' 2 21 ~/.ssh/config +|4,39,2,21,1711059895,"~/.ssh/config" +-' 2 21 ~/.ssh/config +|4,39,2,21,1711059895,"~/.ssh/config" +-' 7 27 /etc/.git/config +|4,39,7,27,1711059865,"/etc/.git/config" +-' 7 27 /etc/.git/config +|4,39,7,27,1711059865,"/etc/.git/config" +-' 7 27 /etc/.git/config +|4,39,7,27,1711059865,"/etc/.git/config" +-' 7 27 /etc/.git/config +|4,39,7,27,1711059865,"/etc/.git/config" +-' 7 27 /etc/.git/config +|4,39,7,27,1711059865,"/etc/.git/config" +-' 7 27 /etc/.git/config +|4,39,7,27,1711059865,"/etc/.git/config" +-' 7 27 /etc/.git/config +|4,39,7,27,1711059865,"/etc/.git/config" +-' 7 27 /etc/.git/config +|4,39,7,27,1711059865,"/etc/.git/config" +-' 7 27 /etc/.git/config +|4,39,7,27,1711059865,"/etc/.git/config" +-' 7 27 /etc/.git/config +|4,39,7,27,1711059865,"/etc/.git/config" +-' 7 27 /etc/.git/config +|4,39,7,27,1711059865,"/etc/.git/config" +-' 7 27 /etc/.git/config +|4,39,7,27,1711059865,"/etc/.git/config" +-' 7 27 /etc/.git/config +|4,39,7,27,1711059865,"/etc/.git/config" +-' 7 27 /etc/.git/config +|4,39,7,27,1711059865,"/etc/.git/config" +-' 7 27 /etc/.git/config +|4,39,7,27,1711059865,"/etc/.git/config" +-' 7 27 /etc/.git/config +|4,39,7,27,1711059865,"/etc/.git/config" +-' 7 27 /etc/.git/config +|4,39,7,27,1711059865,"/etc/.git/config" +-' 7 27 /etc/.git/config +|4,39,7,27,1711059865,"/etc/.git/config" +-' 7 27 /etc/.git/config +|4,39,7,27,1711059865,"/etc/.git/config" +-' 7 27 /etc/.git/config +|4,39,7,27,1711059865,"/etc/.git/config" +-' 7 27 /etc/.git/config +|4,39,7,27,1711059865,"/etc/.git/config" +-' 7 27 /etc/.git/config +|4,39,7,27,1711059865,"/etc/.git/config" +-' 7 27 /etc/.git/config +|4,39,7,27,1711059865,"/etc/.git/config" +-' 7 27 /etc/.git/config +|4,39,7,27,1711059865,"/etc/.git/config" +-' 7 27 /etc/.git/config +|4,39,7,27,1711059865,"/etc/.git/config" +-' 7 27 /etc/.git/config +|4,39,7,27,1711059865,"/etc/.git/config" +-' 7 27 /etc/.git/config +|4,39,7,27,1711059865,"/etc/.git/config" +-' 7 27 /etc/.git/config +|4,39,7,27,1711059865,"/etc/.git/config" +-' 7 27 /etc/.git/config +|4,39,7,27,1711059865,"/etc/.git/config" +-' 7 27 /etc/.git/config +|4,39,7,27,1711059865,"/etc/.git/config" +-' 7 27 /etc/.git/config +|4,39,7,27,1711059865,"/etc/.git/config" +-' 7 27 /etc/.git/config +|4,39,7,27,1711059865,"/etc/.git/config" +-' 10 11 /etc/.git/config +|4,39,10,11,1711059843,"/etc/.git/config" +-' 10 11 /etc/.git/config +|4,39,10,11,1711059843,"/etc/.git/config" +-' 10 11 /etc/.git/config +|4,39,10,11,1711059843,"/etc/.git/config" +-' 10 11 /etc/.git/config +|4,39,10,11,1711059843,"/etc/.git/config" +-' 10 11 /etc/.git/config +|4,39,10,11,1711059843,"/etc/.git/config" +-' 10 11 /etc/.git/config +|4,39,10,11,1711059843,"/etc/.git/config" +-' 10 11 /etc/.git/config +|4,39,10,11,1711059843,"/etc/.git/config" +-' 10 11 /etc/.git/config +|4,39,10,11,1711059843,"/etc/.git/config" +-' 10 11 /etc/.git/config +|4,39,10,11,1711059843,"/etc/.git/config" +-' 10 11 /etc/.git/config +|4,39,10,11,1711059843,"/etc/.git/config" +-' 10 11 /etc/.git/config +|4,39,10,11,1711059843,"/etc/.git/config" +-' 10 11 /etc/.git/config +|4,39,10,11,1711059843,"/etc/.git/config" +-' 10 11 /etc/.git/config +|4,39,10,11,1711059843,"/etc/.git/config" +-' 10 11 /etc/.git/config +|4,39,10,11,1711059843,"/etc/.git/config" +-' 10 11 /etc/.git/config +|4,39,10,11,1711059843,"/etc/.git/config" +-' 10 11 /etc/.git/config +|4,39,10,11,1711059843,"/etc/.git/config" +-' 10 11 /etc/.git/config +|4,39,10,11,1711059843,"/etc/.git/config" +-' 10 11 /etc/.git/config +|4,39,10,11,1711059843,"/etc/.git/config" +-' 10 11 /etc/.git/config +|4,39,10,11,1711059843,"/etc/.git/config" +-' 10 11 /etc/.git/config +|4,39,10,11,1711059843,"/etc/.git/config" +-' 10 11 /etc/.git/config +|4,39,10,11,1711059843,"/etc/.git/config" +-' 10 11 /etc/.git/config +|4,39,10,11,1711059843,"/etc/.git/config" +-' 10 11 /etc/.git/config +|4,39,10,11,1711059843,"/etc/.git/config" +-' 10 11 /etc/.git/config +|4,39,10,11,1711059843,"/etc/.git/config" +-' 10 11 /etc/.git/config +|4,39,10,11,1711059843,"/etc/.git/config" +-' 10 11 /etc/.git/config +|4,39,10,11,1711059843,"/etc/.git/config" +-' 10 11 /etc/.git/config +|4,39,10,11,1711059843,"/etc/.git/config" + +# History of marks within files (newest to oldest): + +> ~/.ssh/id_rsa.pub + * 1711061544 0 + " 1 561 + ^ 1 562 + . 1 561 + + 1 561 + +> ~/.ssh/id_rsa + * 1711061474 0 + " 38 32 + ^ 38 33 + . 38 32 + + 38 32 + +> ~/.gitignore + * 1711061100 0 + " 1 5 + ^ 1 6 + . 1 5 + + 1 5 + +> ~/.ssh/config + * 1711060762 0 + " 2 12 + ^ 2 13 + . 3 12 + + 4 11 + + 1 21 + + 2 21 + + 3 12 + +> /etc/.git/config + * 1711059864 0 + " 7 27 + ^ 7 28 + . 7 27 + + 7 50 + + 8 0 + + 7 46 + + 8 0 + + 7 27 + +> ~/.bashrc + * 1710544205 0 + " 22 1 + ^ 22 2 + . 22 1 + + 22 1 + +> /boot/cmdline.txt + * 1709935491 0 + " 1 159 + ^ 1 160 + . 1 159 + + 1 159 + +> /DOCKER/nextcloud/config/config.php + * 1691882945 0 + " 12 27 + ^ 12 28 + . 12 27 + + 16 5 + + 7 0 + + 12 7 + + 12 26 + + 76 6 + + 8 1 + + 9 1 + + 10 1 + + 11 1 + + 12 1 + + 13 1 + + 14 1 + + 15 1 + + 16 1 + + 76 32 + + 76 0 + + 76 28 + + 76 19 + + 76 0 + + 8 0 + + 9 0 + + 10 0 + + 11 0 + + 12 0 + + 13 0 + + 14 0 + + 15 0 + + 16 0 + + 15 0 + + 14 19 + + 12 27 + +> /etc/motion/motion.conf + * 1680785941 0 + " 14 0 + ^ 14 0 + . 14 0 + + 15 0 + + 14 28 + + 12 0 + + 14 0 + + 12 0 + + 14 0 + +> /DOCKER/caddy/Caddyfile + * 1680099217 0 + " 56 0 + ^ 16 0 + . 59 1 + + 1 0 + + 1 34 + + 59 1 + +> /home/greggy/projects/netdisco/docker-compose.yml + * 1678178958 0 + " 62 8 + ^ 62 9 + . 62 0 + + 62 18 + + 61 0 + + 62 0 + +> /etc/ssh/sshd_config + * 1670959107 0 + " 70 0 + ^ 125 27 + . 125 26 + + 125 26 + +> /etc/network/interfaces + * 1670101159 0 + " 10 20 + ^ 10 21 + . 10 20 + + 3 0 + + 11 0 + + 11 26 + + 11 0 + + 11 1 + + 11 2 + + 11 0 + + 10 20 diff --git a/nextcloud_config.php.ori b/nextcloud_config.php.ori new file mode 100644 index 0000000..6d6257a --- /dev/null +++ b/nextcloud_config.php.ori @@ -0,0 +1,67 @@ + 'next.nsupdate.info', + 'overwriteprotocol' => 'https', + 'overwritewebroot' => '/', + 'htaccess.RewriteBase' => '/', + 'memcache.local' => '\\OC\\Memcache\\APCu', + 'apps_paths' => + array ( + 0 => + array ( + 'path' => '/var/www/html/apps', + 'url' => '/apps', + 'writable' => false, + ), + 1 => + array ( + 'path' => '/var/www/html/custom_apps', + 'url' => '/custom_apps', + 'writable' => true, + ), + ), + 'instanceid' => 'ocjagv207ky9', + 'passwordsalt' => 'KULYIu6xnTuh+qToCqQ5dO2LyTTUNt', + 'secret' => 'dJQlqAiHWxilLgXC9H5SFoPRSRnhpQ+jvq0UAbg6ibedc4wo', + 'trusted_domains' => + array ( + 0 => 'next.nsupdate.info', + ), + 'trusted_proxies' => + array ( + 0 => '192.168.1.3', + 1 => '172.17.0.2', + 2 => '172.17.0.3', + ), + 'forwarded_for_headers' => + array ( + 0 => 'HTTP_X_FORWARDED_FOR', + ), + 'datadirectory' => '/var/www/html/data', + 'dbtype' => 'mysql', + 'version' => '25.0.1.1', + 'dbname' => 'nextclouddb', + 'dbhost' => '192.168.1.3:3306', + 'dbport' => '', + 'dbtableprefix' => 'oc_', + 'mysql.utf8mb4' => true, + 'dbuser' => 'nextclouduser', + 'dbpassword' => '36RD26yn!*', + 'installed' => true, + 'default_phone_region' => 'FR', + 'overwrite.cli.url' => 'https://next.nsupdate.info', + 'theme' => '', + 'loglevel' => 2, + 'maintenance' => false, + 'mail_from_address' => 'guegrer', + 'mail_smtpmode' => 'smtp', + 'mail_sendmailmode' => 'smtp', + 'mail_domain' => 'gmail.com', + 'mail_smtpauthtype' => 'PLAIN', + 'mail_smtphost' => 'smtp.gmail.com', + 'mail_smtpsecure' => 'ssl', + 'mail_smtpport' => '465', + 'mail_smtpauth' => 1, + 'mail_smtpname' => 'guegrer', + 'mail_smtppassword' => 'advsiuejytdhxbad', +);