Skip to content

Commit

Permalink
adds portal-middleware as a subchart (#74)
Browse files Browse the repository at this point in the history
* adds portal-middleware as a subchart

* fix chart version bump

* adds pokt helm repo
  • Loading branch information
Wesley Charles Blake authored Nov 9, 2022
1 parent eeaba56 commit 666cc0a
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 12 deletions.
7 changes: 5 additions & 2 deletions charts/pokt-portal/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,8 @@ dependencies:
- name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 12.1.0
digest: sha256:c9d6e1b6e963535d86ede95b253570dc8f9e3abd2cad0413bd4ec596f031f385
generated: "2022-11-04T12:15:47.327702835+02:00"
- name: portal-middleware
repository: https://pokt-foundation.github.io/charts
version: 0.0.2
digest: sha256:c1a9b571b2b7d428d02fa616bd98254d1bf92785d853dc17849dc81c1fa66a88
generated: "2022-11-09T14:26:50.203320836+02:00"
12 changes: 6 additions & 6 deletions charts/pokt-portal/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ 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: 0.0.3
version: 0.0.4

# 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: "0.0.1"
appVersion: "0.0.2"

dependencies:
- name: redis
Expand All @@ -45,10 +45,10 @@ dependencies:
version: "12.1.0"
repository: "https://charts.bitnami.com/bitnami"
condition: postgresql.enabled
# - name: portal-middleware
# version: "0.0.1"
# repository: "https://pokt-foundation.github.io/charts"
# condition: portal-middleware.enabled
- name: portal-middleware
version: "0.0.2"
repository: "https://pokt-foundation.github.io/charts"
condition: portal-middleware.enabled
# - name: pokt-relay-meter
# version: "0.0.1"
# repository: "https://pokt-foundation.github.io/charts"
Expand Down
8 changes: 7 additions & 1 deletion charts/pokt-portal/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ image:
repository: pocketfoundation/portal-api
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "develop"
tag: ""

imagePullSecrets: []
# - name: "regcred"
Expand Down Expand Up @@ -163,6 +163,12 @@ env:
LOG_TO_DATADOG: "false"
DATADOG_API_KEY: myApiKey

## @section portal-middleware subchart parameters
## @param portal-middleware .enabled Deploy portal-middleware subchart
##
portal-middleware:
enabled: true

## @section redis subcharts parameters
## @param redis.enabled Deploy redis subchart
redis:
Expand Down
6 changes: 3 additions & 3 deletions ct.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ target-branch: master
chart-dirs:
- charts
chart-repos:
# - pokt=https://pokt-foundation.github.io/charts/
- bitnami=https://charts.bitnami.com/bitnami
- influxdata=https://helm.influxdata.com/
- pokt=https://pokt-foundation.github.io/charts/
- bitnami=https://charts.bitnami.com/bitnami
- influxdata=https://helm.influxdata.com/
helm-extra-args: --timeout 600s

0 comments on commit 666cc0a

Please sign in to comment.