Skip to content

Commit

Permalink
feat: agh3 chart init
Browse files Browse the repository at this point in the history
  • Loading branch information
knowlet committed Mar 28, 2024
1 parent 1a22784 commit eb6a55e
Show file tree
Hide file tree
Showing 39 changed files with 2,547 additions and 23 deletions.
23 changes: 0 additions & 23 deletions .github/workflows/values.template
Original file line number Diff line number Diff line change
Expand Up @@ -115,29 +115,6 @@ db:
internal:
enabled: true

## @section Helper parameters
## @descriptionStart
## Control the DB Helper behaviors.
## @descriptionEnd
##

## @param db.helpers.init.dbs.enabled Enable dbs init feature
## @param db.helpers.init.dbs.installPgroongaExtensions Install pgroonga extensions
## @param db.helpers.init.attack.enabled Enable attack-datasets feature
##
helpers:
init:
dbs:
enabled: true
## @skip db.helpers.init.dbs.forceProvision
## Force provision the DB
## !!! DO NOT CHANGE IF YOU DON'T KNOW WHAT YOU ARE DOING !!!
##
forceProvision: false
installPgroongaExtensions: true
attack:
enabled: true

## @section Internal PostgreSQL database provisioning parameters
## @descriptionStart
## Leave as default if using external DB
Expand Down
12 changes: 12 additions & 0 deletions charts/agh3/Chart.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
dependencies:
- name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 12.1.2
- name: minio
repository: https://charts.bitnami.com/bitnami
version: 12.2.4
- name: common
repository: https://charts.bitnami.com/bitnami
version: 2.2.1
digest: sha256:2021d4727852eaf549dd17dc82089458b40ca973ca539daddba960eea3d7bb96
generated: "2023-04-18T16:35:20.504672+08:00"
36 changes: 36 additions & 0 deletions charts/agh3/Chart.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
apiVersion: v2
name: agh3
description: A Helm chart for ArgusHack3

# A chart can be either an 'application' or a 'library' chart.
#
# Application charts are a collection of templates that can be packaged into versioned archives
# to be deployed.
#
# Library charts provide useful utilities or functions for the chart developer. They're included as
# a dependency of application charts to inject those utilities and functions into the rendering
# pipeline. Library charts do not define any templates and therefore cannot be deployed.
type: application

# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 3.0.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "240328"
dependencies:
- name: postgresql
version: 15.1.4
repository: https://charts.bitnami.com/bitnami
condition: db.internal.enabled
- name: minio
version: 14.1.3
repository: https://charts.bitnami.com/bitnami
condition: minio.internal.enabled
- name: common
version: 2.2.1
repository: https://charts.bitnami.com/bitnami
250 changes: 250 additions & 0 deletions charts/agh3/README.md

Large diffs are not rendered by default.

Loading

0 comments on commit eb6a55e

Please sign in to comment.