Skip to content

Commit

Permalink
update chart to delete default secretName
Browse files Browse the repository at this point in the history
  • Loading branch information
coutug committed Apr 2, 2024
1 parent b4f65cc commit 9167f67
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/substreams-sink-clickhouse/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ 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: 1.0.3
version: 1.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
Expand Down
2 changes: 1 addition & 1 deletion charts/substreams-sink-clickhouse/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ substreams-sink:
# secretName is the name of the Secret that contains database USERNAME and PASSWORD
secret:
# secretName is the name of the sealed secret to use. Leave empty to use no secret
secretName: "db-secret"
secretName: ""
# true to create the secret and fill it with following values
# false if the secret is created elsewhere
create: false
Expand Down
4 changes: 2 additions & 2 deletions charts/substreams-sink-prometheus/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ 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: 1.1.3
version: 1.1.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
Expand All @@ -25,6 +25,6 @@ appVersion: "v0.7.11"

dependencies:
- name: substreams-sink
version: 1.1.2
version: 1.1.3
repository: https://pinax-network.github.io/helm-charts

2 changes: 1 addition & 1 deletion charts/substreams-sink-prometheus/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ substreams-sink:
# secretName is the name of the Secret that contains SUBSTREAMS_API_TOKEN
secret:
# secretName is the name of the sealed secret to use. Leave empty to use no secret
secretName: "token-secret"
secretName: ""
# true to create the secret and fill it with following values
# false if the secret is created elsewhere
create: false
Expand Down

0 comments on commit 9167f67

Please sign in to comment.