Skip to content
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

feat: update SecurityContext for minio and mongodb charts to use global #234

Merged
merged 28 commits into from
Nov 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions charts/testkube-enterprise/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ dependencies:
repository: file://./charts/dex
version: 0.19.1-5
- name: mongodb
repository: https://charts.bitnami.com/bitnami
version: 15.6.16
repository: file://./charts/mongodb
version: 16.2.1-1
- name: nats
repository: file://./charts/nats
version: 1.2.6-3
- name: minio
repository: https://charts.bitnami.com/bitnami
version: 14.7.0
digest: sha256:f079a9c77dac217089585ae817b64727d1bc2a82db114cfd48ee18f8ad7b6d05
generated: "2024-11-08T13:30:56.720044558Z"
repository: file://./charts/minio
version: 14.8.3-1
digest: sha256:60767f8e93b5f0b1b7f158f2b8efba1771e8a0493ce2445e7d801c64836b7692
generated: "2024-11-10T16:34:23.261538+02:00"
8 changes: 4 additions & 4 deletions charts/testkube-enterprise/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,16 @@ dependencies:
repository: file://./charts/dex
condition: dex.enabled
- name: mongodb
version: 15.6.16
repository: https://charts.bitnami.com/bitnami
version: 16.2.1-1
repository: file://./charts/mongodb
condition: mongodb.enabled
- name: nats
condition: testkube-api.nats.enabled
version: 1.2.6-3
repository: "file://./charts/nats"
- name: minio
version: 14.7.0
repository: https://charts.bitnami.com/bitnami
version: 14.8.3-1
repository: file://./charts/minio
condition: minio.enabled
maintainers:
- name: testkube
Expand Down
25 changes: 25 additions & 0 deletions charts/testkube-enterprise/charts/minio/.helmignore
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
2,550 changes: 2,550 additions & 0 deletions charts/testkube-enterprise/charts/minio/CHANGELOG.md

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions charts/testkube-enterprise/charts/minio/Chart.lock
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.26.0
digest: sha256:5ff7837915aef0067bd32271ee2b10c990774c16c4b6fe0a7c5eb6e53530ce08
generated: "2024-10-31T09:35:39.451559083Z"
37 changes: 37 additions & 0 deletions charts/testkube-enterprise/charts/minio/Chart.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# Copyright Broadcom, Inc. All Rights Reserved.
# SPDX-License-Identifier: APACHE-2.0

annotations:
category: Infrastructure
licenses: Apache-2.0
images: |
- name: minio
image: docker.io/bitnami/minio:2024.10.29-debian-12-r0
- name: minio-client
image: docker.io/bitnami/minio-client:2024.10.29-debian-12-r0
- name: os-shell
image: docker.io/bitnami/os-shell:12-debian-12-r32
apiVersion: v2
appVersion: 2024.10.29
dependencies:
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
tags:
- bitnami-common
version: 2.x.x
description: MinIO(R) is an object storage server, compatible with Amazon S3 cloud storage service, mainly used for storing unstructured data (such as photos, videos, log files, etc.).
home: https://bitnami.com
icon: https://bitnami.com/assets/stacks/minio/img/minio-stack-220x234.png
keywords:
- minio
- storage
- object-storage
- s3
- cluster
maintainers:
- name: Broadcom, Inc. All Rights Reserved.
url: https://github.com/bitnami/charts
name: minio
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/minio
version: 14.8.3-1
626 changes: 626 additions & 0 deletions charts/testkube-enterprise/charts/minio/README.md

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
604 changes: 604 additions & 0 deletions charts/testkube-enterprise/charts/minio/charts/common/CHANGELOG.md

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Copyright Broadcom, Inc. All Rights Reserved.
# SPDX-License-Identifier: APACHE-2.0

annotations:
category: Infrastructure
licenses: Apache-2.0
apiVersion: v2
# Please make sure that version and appVersion are always the same.
appVersion: 2.26.0
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://bitnami.com/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.26.0
Loading
Loading