Skip to content

Releases: alexellis/arkade

Update example for inlets-operator for K8s 1.18

12 May 10:32
Compare
Choose a tag to compare

Changelog for 0.3.3:

  • PR #107 Update README.md with the renaming of nginx-ingress by @aledbf

Commits
519c056 Add note for running Nginx on K8s 1.18 by @alexellis
c021d77 Update README.md with the renaming of nginx-ingress by @aledbf
e5701fa Update as per lgtm.com by @alexellis

Generated by Derek

Trim any whitespace from inlets PRO license

04 May 19:13
Compare
Choose a tag to compare

Changelog for 0.3.2:

Commits
9757df6 Trim whitespace from license read from file by @alexellis

Generated by Derek

Migrate to new ingress-nginx app

04 May 15:34
Compare
Choose a tag to compare

Changelog for 0.3.1:

  • PR #105 Update name and location of nginx-ingress chart by @aledbf

Commits
81b23d9 Update name and location of nginx-ingress chart by @aledbf

nginx-ingress in the stable repo has moved to ingress-nginx in its own GitHub Pages Helm repo.

No immediate action is required, but you should now install via ingress-nginx.

arkade install --help

Install Kubernetes apps from helm charts or YAML files using the "install" 
command. Helm 3 is used by default unless you pass --helm3=false, then helm 2
will be used to generate YAML files which are applied without tiller.

You can also find the post-install message for each app with the "info" 
command.

Usage:
  arkade install [flags]
  arkade install [command]

Examples:
  arkade install
  arkade install openfaas --helm3 --gateways=2
  arkade install inlets-operator --token-file $HOME/do-token

Available Commands:
  argocd                  Install argocd
  cert-manager            Install cert-manager
  chart                   Install the specified helm chart
  cron-connector          Install cron-connector for OpenFaaS
  crossplane              Install Crossplane
  docker-registry         Install a Docker registry
  docker-registry-ingress Install registry ingress with TLS
  grafana                 Install grafana
  info                    Find info about a Kubernetes app
  ingress-nginx           Install ingress-nginx
  inlets-operator         Install inlets-operator
  istio                   Install istio
  jenkins                 Install jenkins
  kafka-connector         Install kafka-connector for OpenFaaS
  kube-state-metrics      Install kube-state-metrics
  kubernetes-dashboard    Install kubernetes-dashboard
  linkerd                 Install linkerd
  metrics-server          Install metrics-server
  minio                   Install minio
  mongodb                 Install mongodb
  openfaas                Install openfaas
  openfaas-ingress        Install openfaas ingress with TLS
  portainer               Install portainer to visualise and manage containers
  postgresql              Install postgresql
  tekton                  Install Tekton pipelines and dashboard
  traefik2                Install traefik2

Update with:

arkade update

Generated by Derek

Fix for max-inflight value for OpenFaaS

04 May 12:05
Compare
Choose a tag to compare

Changelog for 0.3.0:

Commits
bc8ece5 Fix issue with max_inflight flag mismatch by @alexellis

Fixes: #106 with incorrect max_inflight value set for NATS in the OpenFaaS app

arkade update

Generated by Derek

Add --max-inflight to openfaas

01 May 15:28
Compare
Choose a tag to compare

Changelog for 0.2.9:

Commits
496f8b4 Add max-inflight flag to openfaas by @alexellis
0e93e38 Fixes #98: Add stable repo for grafana by @aidun
54037ee Inline travis build environment by @alexellis

Generated by Derek

Add Jenkins app

13 Apr 19:41
Compare
Choose a tag to compare

Changelog for 0.2.8:

arkade install jenkins --help

Commits
8f311a3 Update Jenkins messages by @alexellis
c6d2943 Fixes #82: Add Jenkins App by @aidun

Generated by Derek

Fix issue with Istio init timing

13 Apr 19:00
Compare
Choose a tag to compare

Changelog for 0.2.7:

Commits
a7b2c4c Fix issue with Istio init timing by @alexellis

Generated by Derek

Fix download of Helm on Git Bash

13 Apr 10:11
Compare
Choose a tag to compare

Changelog for 0.2.6:

Commits
0f49b2b Fix download of Helm on Git Bash by @alexellis
4a2c870 Updated comment by @kadern0

Generated by Derek

Add tekton and kube-state-metrics

07 Apr 21:31
Compare
Choose a tag to compare

Changelog for 0.2.5:

arkade update

arkade install tekton --help
arkade install kube-state-metrics --help

Commits
e3da63c support downloading into a folder with a space by @amalkh5
ff83f7e Added kube-state-metrics app by @kadern0
b67628f Add Tekton app by @nickgerace

Generated by Derek

Add license flag for inlets-operator

03 Apr 14:06
Compare
Choose a tag to compare

Changelog for 0.2.4:

Commits
bd4d1d4 add license key file for inlets-operator as command line flag by @amalkh5

Generated by Derek