Skip to content

Commit

Permalink
fix: use forked/vendored nats chart to use globals
Browse files Browse the repository at this point in the history
  • Loading branch information
ed382 committed Oct 30, 2024
1 parent b427114 commit aef1618
Show file tree
Hide file tree
Showing 64 changed files with 6,053 additions and 7 deletions.
8 changes: 4 additions & 4 deletions charts/testkube-enterprise/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ dependencies:
repository: https://charts.bitnami.com/bitnami
version: 15.6.16
- name: nats
repository: https://nats-io.github.io/k8s/helm/charts/
version: 1.2.6
repository: file://./charts/nats
version: 1.2.6-1
- name: minio
repository: https://charts.bitnami.com/bitnami
version: 14.7.0
digest: sha256:ee2cf81d011858957a838c3c19f0123ff859797ea8af7abb7baf9d9cfb1685dc
generated: "2024-10-28T19:18:28.108028+01:00"
digest: sha256:85c2bb96725dd2eca17c2bb68a296f2ae2660c8eb782ffca65d9c1c9a7dbe67a
generated: "2024-10-30T20:09:13.077375+01:00"
6 changes: 3 additions & 3 deletions charts/testkube-enterprise/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ dependencies:
repository: https://charts.bitnami.com/bitnami
condition: mongodb.enabled
- name: nats
version: 1.2.6
repository: https://nats-io.github.io/k8s/helm/charts/
condition: nats.enabled
condition: testkube-api.nats.enabled
version: 1.2.6-1
repository: "file://./charts/nats"
- name: minio
version: 14.7.0
repository: https://charts.bitnami.com/bitnami
Expand Down
26 changes: 26 additions & 0 deletions charts/testkube-enterprise/charts/nats/.helmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# 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
*.orig
*~
# Various IDEs
.project
.idea/
*.tmproj
.vscode/

# template tests
/test
15 changes: 15 additions & 0 deletions charts/testkube-enterprise/charts/nats/Chart.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
apiVersion: v2
appVersion: 2.10.22
description: A Helm chart for the NATS.io High Speed Cloud Native Distributed Communications Technology.
name: nats
keywords:
- nats
- messaging
- cncf
version: 1.2.6-1
home: http://github.com/nats-io/k8s
maintainers:
- email: info@nats.io
name: The NATS Authors
url: https://github.com/nats-io
icon: https://nats.io/img/nats-icon-color.png
Loading

0 comments on commit aef1618

Please sign in to comment.