Skip to content

Commit

Permalink
Fixes and updates in addons yaml (#1043)
Browse files Browse the repository at this point in the history
  • Loading branch information
ktsakalozos authored Mar 20, 2020
1 parent 46a8055 commit 2c97438
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions microk8s-resources/wrappers/addon-lists.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ microk8s-addons:

- name: "linkerd"
description: "Linkerd is a service mesh for Kubernetes and other frameworks"
version: "2.6.0"
version: "2.7.0"
check_status: "pod/linkerd-controller"
supported_architectures:
- amd64
Expand All @@ -114,29 +114,21 @@ microk8s-addons:
- amd64

- name: "helm"
description: "Helm 2: The package manager for Kubernetes"
description: "Helm 2 - the package manager for Kubernetes"
version: "2.16.0"
check_status: "${SNAP_DATA}/bin/helm"
supported_architectures:
- amd64
- arm64

- name: "helm3"
description: "Helm 3: Kubernetes package manager"
description: "Helm 3 - Kubernetes package manager"
version: "3.0.2"
check_status: "${SNAP_DATA}/bin/helm3"
supported_architectures:
- amd64
- arm64

- name: "juju"
description: "Model-driven operator engine"
version: "2.7.0"
check_status: "${SNAP_DATA}/bin/juju"
supported_architectures:
- amd64
- arm64

- name: "kubeflow"
description: "Kubeflow for easy ML deployments"
version: ""
Expand Down

0 comments on commit 2c97438

Please sign in to comment.