-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Added wasp-ws-reading-service * Changed template name of kafka.listenerType template and bumped several charts to new versions.
- Loading branch information
1 parent
94d7a1a
commit b3d2780
Showing
27 changed files
with
1,702 additions
and
215 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# Patterns to ignore when building packages. | ||
# This supports shell glob matching, relative path matching, and | ||
# negation (prefixed with !). Only one pattern per line. | ||
.DS_Store | ||
# Common VCS dirs | ||
.git/ | ||
.gitignore | ||
.bzr/ | ||
.bzrignore | ||
.hg/ | ||
.hgignore | ||
.svn/ | ||
# Common backup files | ||
*.swp | ||
*.bak | ||
*.tmp | ||
*~ | ||
# Various IDEs | ||
.project | ||
.idea/ | ||
*.tmproj |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,9 @@ | ||
dependencies: | ||
- name: kafka | ||
repository: https://charts.bitnami.com/bitnami | ||
version: 20.0.5 | ||
digest: sha256:7b64b5633bdd799f9b73157c2eba9edd918998952031ff5bd13d2fb27cd3830b | ||
generated: "2023-01-24T10:13:21.759898Z" | ||
version: 20.0.6 | ||
- name: common | ||
repository: https://charts.bitnami.com/bitnami | ||
version: 2.2.3 | ||
digest: sha256:e09ef4c860d8c62fa8b131797793c98af5bf85342f629fa624bf3a8b999e51c5 | ||
generated: "2023-02-20T11:38:59.023932Z" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,28 @@ | ||
annotations: | ||
category: wasp | ||
licenses: Apache-2.0 | ||
apiVersion: v2 | ||
name: wasp-ws-reading-service | ||
appVersion: '0.1.0' | ||
description: A Helm chart for wasp-ws-reading-service | ||
version: '0.0.9' | ||
type: application | ||
maintainers: | ||
- name: digicatapult | ||
email: opensource@digicatapult.org.uk | ||
url: www.digicatapult.org.uk | ||
|
||
appVersion: 0.1.1 | ||
dependencies: | ||
- name: kafka | ||
version: '20.x.x' | ||
- condition: kafka.enabled | ||
name: kafka | ||
repository: https://charts.bitnami.com/bitnami | ||
version: 20.x.x | ||
- name: common | ||
repository: https://charts.bitnami.com/bitnami | ||
condition: kafka.enabled | ||
tags: | ||
- bitnami-common | ||
version: 2.x.x | ||
description: The wasp-ws-reading-service is a component of the WASP (Wide-Area-Sensor-Platform), an IoT platform designed to normalise and consolidate data from multiple IoT data services into one place. | ||
home: https://github.com/digicatapult/wasp-documentation | ||
icon: https://raw.githubusercontent.com/digicatapult/wasp-documentation/main/assets/icon.png | ||
keywords: | ||
- IoT | ||
maintainers: | ||
- name: digicatapult # Digital Catapult | ||
url: https://github.com/digicatapult/helm-charts | ||
email: opensource@digicatapult.org.uk | ||
name: wasp-ws-reading-service | ||
sources: | ||
- https://github.com/digicatapult/wasp-ws-reading-service | ||
version: 1.0.0 |
Oops, something went wrong.