Skip to content

Commit

Permalink
adds variable to fix bug from previous version
Browse files Browse the repository at this point in the history
  • Loading branch information
antonis-snowplow committed Oct 29, 2024
1 parent b5cc671 commit f0c9403
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Version 0.1.79 (2024-10-29)
---------------------------
charts/snowplow-iglu-server: Adds missiing variable to fix bug from previous version (closes #205)

Version 0.1.78 (2024-10-28)
---------------------------
charts/snowplow-iglu-server: Adds helm hook job to create dev database (closes #205)
Expand Down
2 changes: 1 addition & 1 deletion charts/snowplow-iglu-server/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: snowplow-iglu-server
description: A Helm Chart to deploy the Snowplow Iglu Server project
version: 0.10.0
version: 0.10.1
appVersion: "0.12.0"
icon: https://raw.githubusercontent.com/snowplow-devops/helm-charts/master/docs/logo/snowplow.png
home: https://github.com/snowplow-devops/helm-charts
Expand Down
1 change: 1 addition & 0 deletions charts/snowplow-iglu-server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ You will need to fill these targeted fields:
| service.aws.targetGroupARN | string | `""` | EC2 TargetGroup ARN to bind the service onto |
| service.aws.dev_db | bool | `false` | Whether we deploy for dev db in AWS |
| service.aws.secrets.admin_username | string | `""` | The admin username that will be used for the psql command |
| service.aws.secrets.admin_password | string | `""` | The admin password that will be used for the psql command |
| service.config.database.dbname | string | `""` | Postgres database name |
| service.config.database.host | string | `""` | Postgres database host |
| service.config.database.port | int | `5432` | Postgres database port |
Expand Down
1 change: 1 addition & 0 deletions charts/snowplow-iglu-server/values-aws.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,4 @@ service:
prod_dbname: "<prod_dbname>"
secrets:
admin_username: "<admin_username>"
admin_password: "<admin_password>"
1 change: 1 addition & 0 deletions charts/snowplow-iglu-server/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ service:
prod_dbname: ""
secrets:
admin_username: ""
admin_password: ""

azure:
# -- Whether we deploy for dev db
Expand Down

0 comments on commit f0c9403

Please sign in to comment.