-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Vendoring bitnami charts/images #13039
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
705759d
f9e57e2
45261f1
4d398e3
80d843a
87a8307
d67028e
d79b73a
91c17c3
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,9 +1,9 @@ | ||
| dependencies: | ||
| - name: postgresql | ||
| repository: https://charts.bitnami.com/bitnami | ||
| version: 16.7.0 | ||
| repository: "" | ||
| version: 16.7.26 | ||
| - name: redis | ||
| repository: https://charts.bitnami.com/bitnami | ||
| repository: "" | ||
| version: 19.6.4 | ||
| digest: sha256:20147b5ef71e728a24b1ce410bfbc64885bb824bac17d75dc3ad49e9af5f1b01 | ||
| generated: "2025-05-08T15:21:14.221601771Z" | ||
| digest: sha256:5fa1fba91aaae8fdd86c34eb61f51bac9ba6cacc17de9c6513b3c49621fa7fe3 | ||
| generated: "2025-08-22T14:38:41.453492-05:00" |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -10,10 +10,8 @@ maintainers: | |
| url: https://github.com/DefectDojo/django-DefectDojo | ||
| dependencies: | ||
| - name: postgresql | ||
| version: ~16.7.0 | ||
| repository: "https://charts.bitnami.com/bitnami" | ||
| version: 16.7.26 | ||
| condition: postgresql.enabled | ||
| - name: redis | ||
| version: ~19.6.0 | ||
| repository: "https://charts.bitnami.com/bitnami" | ||
| version: 19.6.4 | ||
| condition: redis.enabled | ||
|
Comment on lines
11
to
17
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Is this section needed? If all deps are included, this might be removed. |
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,25 @@ | ||
| # 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 | ||
| # img folder | ||
| img/ | ||
| # Changelog | ||
| CHANGELOG.md |
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Is this file needed? If |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| dependencies: | ||
| - name: common | ||
| repository: oci://registry-1.docker.io/bitnamicharts | ||
| version: 2.31.4 | ||
| digest: sha256:fc442e77200e1914dd46fe26490dcf62f44caa51db673c2f8e67d5319cd4c163 | ||
| generated: "2025-08-14T15:30:01.842897577Z" |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,38 @@ | ||
| annotations: | ||
| category: Database | ||
| images: | | ||
| - name: os-shell | ||
| image: docker.io/bitnami/os-shell:12-debian-12-r50 | ||
| - name: postgres-exporter | ||
| image: docker.io/bitnami/postgres-exporter:0.17.1-debian-12-r15 | ||
| - name: postgresql | ||
| image: docker.io/bitnami/postgresql:17.6.0-debian-12-r0 | ||
| licenses: Apache-2.0 | ||
| tanzuCategory: service | ||
| apiVersion: v2 | ||
| appVersion: 17.6.0 | ||
| dependencies: | ||
| - name: common | ||
| repository: oci://registry-1.docker.io/bitnamicharts | ||
| tags: | ||
| - bitnami-common | ||
| version: 2.x.x | ||
|
Comment on lines
+14
to
+19
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Is this section needed? If |
||
| description: PostgreSQL (Postgres) is an open source object-relational database known | ||
| for reliability and data integrity. ACID-compliant, it supports foreign keys, joins, | ||
| views, triggers and stored procedures. | ||
| home: https://bitnami.com | ||
| icon: https://dyltqmyl993wv.cloudfront.net/assets/stacks/postgresql/img/postgresql-stack-220x234.png | ||
| keywords: | ||
| - postgresql | ||
| - postgres | ||
| - database | ||
| - sql | ||
| - replication | ||
| - cluster | ||
| maintainers: | ||
| - name: Broadcom, Inc. All Rights Reserved. | ||
| url: https://github.com/bitnami/charts | ||
| name: postgresql | ||
| sources: | ||
| - https://github.com/bitnami/charts/tree/main/bitnami/postgresql | ||
| version: 16.7.26 | ||
Large diffs are not rendered by default.
| 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 | ||
| *~ | ||
| # Various IDEs | ||
| .project | ||
| .idea/ | ||
| *.tmproj | ||
| .vscode/ | ||
| # img folder | ||
| img/ | ||
| # Changelog | ||
| CHANGELOG.md |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,23 @@ | ||
| annotations: | ||
| category: Infrastructure | ||
| licenses: Apache-2.0 | ||
| apiVersion: v2 | ||
| appVersion: 2.31.4 | ||
| description: A Library Helm Chart for grouping common logic between bitnami charts. | ||
| This chart is not deployable by itself. | ||
| home: https://bitnami.com | ||
| icon: https://dyltqmyl993wv.cloudfront.net/downloads/logos/bitnami-mark.png | ||
| keywords: | ||
| - common | ||
| - helper | ||
| - template | ||
| - function | ||
| - bitnami | ||
| maintainers: | ||
| - name: Broadcom, Inc. All Rights Reserved. | ||
| url: https://github.com/bitnami/charts | ||
| name: common | ||
| sources: | ||
| - https://github.com/bitnami/charts/tree/main/bitnami/common | ||
| type: library | ||
| version: 2.31.4 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this file needed? If all deps are included, this might be removed.