forked from jfrog/charts
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from fastly/grigor/helm-chart-deployment
Add local dependancies and CI check
- Loading branch information
Showing
88 changed files
with
14,356 additions
and
10 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 |
---|---|---|
@@ -0,0 +1,39 @@ | ||
# name: Deploy Helm Chart | ||
|
||
# on: | ||
# workflow_dispatch: | ||
# pull_request: | ||
# branches: ["release"] | ||
# paths: | ||
# - stable/jfrog-platform/** | ||
# push: | ||
# branches: ["release"] | ||
# paths: | ||
# - stable/jfrog-platform/** | ||
|
||
# jobs: | ||
# check: | ||
# runs-on: forge-amd64-dagger | ||
# steps: | ||
# - name: Checkout | ||
# uses: actions/checkout@v4 | ||
# - name: Checkout elevation-data | ||
# uses: actions/checkout@v4 | ||
# with: | ||
# repository: fastly/elevation-data | ||
|
||
# - name: Conftest | ||
# uses: fastly/forge/actions/dagger@actions-v1 | ||
# if: github.ref != 'refs/heads/release' | ||
# with: | ||
# verb: call | ||
# module: .forge/dagger-modules/standard/registry/ | ||
# args: --vault-token="env:VAULT_TOKEN" helm elevation-conftest --chart ./jfrog-helm-charts/stable/jfrog-platform/ --additional-values ./elevation-data/workloads/dev-usc1/jfrog-platform/jfrog-platform.yaml | ||
|
||
# - name: Conftest | ||
# uses: fastly/forge/actions/dagger@actions-v1 | ||
# if: github.ref == 'refs/heads/release' | ||
# with: | ||
# verb: call | ||
# module: .forge/dagger-modules/standard/registry/ | ||
# args: --vault-token="env:VAULT_TOKEN" helm push --chart ./jfrog-helm-charts/stable/jfrog-platform/ --additional-values ./elevation-data/workloads/dev-usc1/jfrog-platform/jfrog-platform.yaml |
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 @@ | ||
* Added rabbitmq dependency locally to modify chart template to configure EmtpyDisk size to pass elevation conftest | ||
* Added xray local dependency until templating issue fixed when rabbitmq credential secret set https://github.com/jfrog/charts/pull/1968 |
25 changes: 25 additions & 0 deletions
25
stable/jfrog-platform/local_dependancy_charts/rabbitmq/.helmignore
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,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 |
5 changes: 5 additions & 0 deletions
5
stable/jfrog-platform/local_dependancy_charts/rabbitmq/CHANGELOG.md
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,5 @@ | ||
* Removed all the explicit namespace definition from the resources | ||
* In template/statefulset.yaml added size limit for empty disk definition | ||
volumes: | ||
- name: empty-dir | ||
sizeLimit: 1Gi |
6 changes: 6 additions & 0 deletions
6
stable/jfrog-platform/local_dependancy_charts/rabbitmq/Chart.lock
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,6 @@ | ||
dependencies: | ||
- name: common | ||
repository: oci://registry-1.docker.io/bitnamicharts | ||
version: 2.20.5 | ||
digest: sha256:5b98791747a148b9d4956b81bb8635f49a0ae831869d700d52e514b8fd1a2445 | ||
generated: "2024-07-16T12:17:21.995344+02:00" |
31 changes: 31 additions & 0 deletions
31
stable/jfrog-platform/local_dependancy_charts/rabbitmq/Chart.yaml
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,31 @@ | ||
annotations: | ||
category: Infrastructure | ||
images: | | ||
- name: os-shell | ||
image: docker.io/bitnami/os-shell:12-debian-12-r26 | ||
- name: rabbitmq | ||
image: docker.io/bitnami/rabbitmq:3.13.6-debian-12-r1 | ||
licenses: Apache-2.0 | ||
apiVersion: v2 | ||
appVersion: 3.13.6 | ||
dependencies: | ||
- name: common | ||
repository: oci://registry-1.docker.io/bitnamicharts | ||
tags: | ||
- bitnami-common | ||
version: 2.x.x | ||
description: RabbitMQ is an open source general-purpose message broker that is designed | ||
for consistent, highly-available messaging scenarios (both synchronous and asynchronous). | ||
home: https://bitnami.com | ||
icon: https://bitnami.com/assets/stacks/rabbitmq/img/rabbitmq-stack-220x234.png | ||
keywords: | ||
- rabbitmq | ||
- message queue | ||
- AMQP | ||
maintainers: | ||
- name: Broadcom, Inc. All Rights Reserved. | ||
url: https://github.com/bitnami/charts | ||
name: rabbitmq | ||
sources: | ||
- https://github.com/bitnami/charts/tree/main/bitnami/rabbitmq | ||
version: 14.6.6 |
Oops, something went wrong.