Skip to content

Commit

Permalink
Merge pull request #163 from sitewhere/jev/MigrateToHelmV3
Browse files Browse the repository at this point in the history
Jev/migrate to helm v3
  • Loading branch information
jorgevillaverde-sitewhere authored Oct 12, 2020
2 parents 2413234 + ea60ca1 commit 6d3b76f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
dependencies:
- name: sitewhere-infra-core
version: 0.2.7
repository: https://sitewhere.io/helm-charts
condition: sitewhere-infra-core.enabled
version: 0.2.8
- name: sitewhere-infra-database
version: 0.2.12
repository: https://sitewhere.io/helm-charts
version: 0.2.13
digest: sha256:07c40df0d24094af11abf81817f7b58dd3fa364ac3273a62fd39c5272e299891
generated: "2020-10-12T11:39:50.334619-03:00"
16 changes: 11 additions & 5 deletions charts/sitewhere/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
appVersion: "2.2"
description: SiteWhere 2.2 Helm chart for Kubernetes using Default configuration
apiVersion: v2
appVersion: "2.1.1"
description: SiteWhere 2.1 Helm chart for Kubernetes using Default configuration
name: sitewhere
version: 0.2.9
description: SiteWhere is an industrial strength open-source application enablement platform for the Internet of Things (IoT). It provides a multi-tenant microservice-based infrastructure that includes device/asset management, data ingestion, big-data storage, and integration through a modern, scalable architecture.
Expand Down Expand Up @@ -32,5 +32,11 @@ maintainers:
- name: Jorge Villaverde
email: jorge.villaverde@sitewhere.com
icon: http://sitewhere.io/docs/2.0.0/images/favicon.png


dependencies:
- name: sitewhere-infra-core
version: 0.2.8
repository: https://sitewhere.io/helm-charts
condition: sitewhere-infra-core.enabled
- name: sitewhere-infra-database
version: 0.2.13
repository: https://sitewhere.io/helm-charts

0 comments on commit 6d3b76f

Please sign in to comment.