Skip to content

Commit

Permalink
add dependencies locally and collect metrics from nginx-internal (#22)
Browse files Browse the repository at this point in the history
* [FIX] bump dependency charts due bitnami changes
  • Loading branch information
etaques authored Jun 3, 2022
1 parent f3c452a commit 572b1b4
Show file tree
Hide file tree
Showing 162 changed files with 16,163 additions and 27 deletions.
24 changes: 12 additions & 12 deletions charts/orb/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,34 +3,34 @@ dependencies:
repository: https://jaegertracing.github.io/helm-charts
version: 2.23.0
- name: nats
repository: https://charts.bitnami.com/bitnami
repository: ""
version: 6.4.2
- name: postgresql
repository: https://charts.bitnami.com/bitnami
repository: ""
version: 10.9.1
- name: postgresql
repository: https://charts.bitnami.com/bitnami
repository: ""
version: 10.9.1
- name: postgresql
repository: https://charts.bitnami.com/bitnami
repository: ""
version: 10.9.1
- name: postgresql
repository: https://charts.bitnami.com/bitnami
repository: ""
version: 10.9.1
- name: postgresql
repository: https://charts.bitnami.com/bitnami
repository: ""
version: 10.9.1
- name: postgresql
repository: https://charts.bitnami.com/bitnami
repository: ""
version: 10.9.1
- name: redis
repository: https://charts.bitnami.com/bitnami
repository: ""
version: 14.8.8
- name: redis
repository: https://charts.bitnami.com/bitnami
repository: ""
version: 14.8.8
- name: redis
repository: https://charts.bitnami.com/bitnami
repository: ""
version: 14.8.8
digest: sha256:9d6fcb8b8f17f13f57514dce9015ae329aa56a5585de58a4e1df3f2aa7ec832b
generated: "2022-03-23T11:28:05.314991924-03:00"
digest: sha256:63fe927ac31e9d2d1bd2e416cca0a183bd1c5ccaf824689cdccec615a79c017f
generated: "2022-06-02T22:41:49.911919063-03:00"
20 changes: 10 additions & 10 deletions charts/orb/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,50 +26,50 @@ dependencies:
condition: jaeger-operator.enabled
- name: nats
version: "6.4.2"
repository: "@bitnami"
repository: ""
- name: postgresql
version: "10.9.1"
repository: "@bitnami"
repository: ""
alias: postgresql-fleet
condition: postgresql-fleet.enabled
- name: postgresql
version: "10.9.1"
repository: "@bitnami"
repository: ""
alias: postgresql-policies
condition: postgresql-policies.enabled
- name: postgresql
version: "10.9.1"
repository: "@bitnami"
repository: ""
alias: postgresql-sinks
condition: postgresql-sinks.enabled
- name: postgresql
version: "10.9.1"
repository: "@bitnami"
repository: ""
alias: postgresql-things
condition: postgresql-things.enabled
- name: postgresql
version: "10.9.1"
repository: "@bitnami"
repository: ""
alias: postgresql-users
condition: postgresql-users.enabled
- name: postgresql
version: "10.9.1"
repository: "@bitnami"
repository: ""
alias: postgresql-auth
condition: postgresql-auth.enabled
- name: redis
version: "14.8.8"
repository: "@bitnami"
repository: ""
alias: redis-streams
condition: redis-streams.enabled
- name: redis
version: "14.8.8"
repository: "@bitnami"
repository: ""
alias: redis-auth
condition: redis-auth.enabled
- name: redis
version: "14.8.8"
repository: "@bitnami"
repository: ""
alias: redis-sinker
condition: redis-sinker.enabled

2 changes: 1 addition & 1 deletion charts/orb/charts/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1 @@
*.tgz
*.tgz
21 changes: 21 additions & 0 deletions charts/orb/charts/nats/.helmignore
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
6 changes: 6 additions & 0 deletions charts/orb/charts/nats/Chart.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
dependencies:
- name: common
repository: https://charts.bitnami.com/bitnami
version: 1.8.0
digest: sha256:3e342a25057f87853e52d83e1d14e6d8727c15fd85aaae22e7594489cc129f15
generated: "2021-08-05T00:48:32.754860253Z"
26 changes: 26 additions & 0 deletions charts/orb/charts/nats/Chart.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
annotations:
category: Infrastructure
apiVersion: v2
appVersion: 2.3.4
dependencies:
- name: common
repository: https://charts.bitnami.com/bitnami
tags:
- bitnami-common
version: 1.x.x
description: An open-source, cloud-native messaging system
home: https://github.com/bitnami/charts/tree/master/bitnami/nats
icon: https://bitnami.com/assets/stacks/nats/img/nats-stack-220x234.png
keywords:
- nats
- messaging
- addressing
- discovery
maintainers:
- email: [email protected]
name: Bitnami
name: nats
sources:
- https://github.com/bitnami/bitnami-docker-nats
- https://nats.io/
version: 6.4.2
354 changes: 354 additions & 0 deletions charts/orb/charts/nats/README.md

Large diffs are not rendered by default.

22 changes: 22 additions & 0 deletions charts/orb/charts/nats/charts/common/.helmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# 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
.vscode/
23 changes: 23 additions & 0 deletions charts/orb/charts/nats/charts/common/Chart.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
annotations:
category: Infrastructure
apiVersion: v2
appVersion: 1.8.0
description: A Library Helm Chart for grouping common logic between bitnami charts.
This chart is not deployable by itself.
home: https://github.com/bitnami/charts/tree/master/bitnami/common
icon: https://bitnami.com/downloads/logos/bitnami-mark.png
keywords:
- common
- helper
- template
- function
- bitnami
maintainers:
- email: [email protected]
name: Bitnami
name: common
sources:
- https://github.com/bitnami/charts
- http://www.bitnami.com/
type: library
version: 1.8.0
Loading

0 comments on commit 572b1b4

Please sign in to comment.