-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Changed: avoid latest image * Changed: version bump * Fixed: pull policy * Removed: specific ci for glue since now it's on by default * Fixed: don't refresh dependencies * Changed: testing chart action version update * Fixed: action * Changed: dependency updates required * Fixed: lint and install * Revert "Changed: dependency updates required" This reverts commit 34ee22d. * Changed: use copy of dep charts because ththey may become unavailable * Changed: updated readme
- Loading branch information
1 parent
9cf2868
commit 69048b5
Showing
159 changed files
with
14,491 additions
and
23 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,11 +33,7 @@ jobs: | |
version: v0.11.1 | ||
node_image: kindest/node:${{ matrix.k8s }} | ||
- name: Set up chart-testing | ||
uses: helm/[email protected] | ||
- name: Add bitnami repo | ||
run: helm repo add bitnami https://charts.bitnami.com/bitnami | ||
- name: Add elastic repo | ||
run: helm repo add elastic https://helm.elastic.co | ||
uses: helm/[email protected] | ||
- name: Run chart-testing (list-changed) | ||
id: list-changed | ||
run: | | ||
|
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,12 +1,12 @@ | ||
dependencies: | ||
- name: redis | ||
repository: https://charts.bitnami.com/bitnami | ||
repository: file://../../dependency_charts/redis | ||
version: 10.9.0 | ||
- name: mongodb | ||
repository: https://charts.bitnami.com/bitnami | ||
repository: file://../../dependency_charts/mongodb | ||
version: 10.3.4 | ||
- name: elasticsearch | ||
repository: https://helm.elastic.co | ||
repository: file://../../dependency_charts/elasticsearch | ||
version: 7.16.2 | ||
digest: sha256:ac733cb02d50e8398c1d2832988333896f1c7b765c19a0f1eea5e9b24bdb8207 | ||
generated: "2022-01-05T07:52:34.913745+01:00" | ||
digest: sha256:149b5a49382d280b1e083f3c193d014d3d2eb7fcdf3ec1402008996960cc173a | ||
generated: "2022-06-02T21:09:00.961174+02:00" |
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
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
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,2 @@ | ||
tests/ | ||
.pytest_cache/ |
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,12 @@ | ||
apiVersion: v1 | ||
appVersion: 7.16.2 | ||
description: Official Elastic helm chart for Elasticsearch | ||
home: https://github.com/elastic/helm-charts | ||
icon: https://helm.elastic.co/icons/elasticsearch.png | ||
maintainers: | ||
- email: [email protected] | ||
name: Elastic | ||
name: elasticsearch | ||
sources: | ||
- https://github.com/elastic/elasticsearch | ||
version: 7.16.2 |
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 @@ | ||
include ../helpers/common.mk |
Oops, something went wrong.