Skip to content

Commit

Permalink
updates on versioning and minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
antonis-snowplow committed Oct 29, 2024
1 parent 8949440 commit b5cc671
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Version 0.1.78 (2024-10-28)
---------------------------
charts/snowplow-iglu-server: Adds helm hook job to create dev database (closes #205)

Version 0.1.77 (2024-10-25)
---------------------------
charts/service-deployment: update hpa to supply metrics object instead of fixed CPU utilization threshold (closes #202)
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.9.0
version: 0.10.0
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
4 changes: 4 additions & 0 deletions charts/snowplow-iglu-server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,8 @@ When `dev_db` is `true` the hook job `-dev-db-user-setup` will be initiated

### AWS (EKS) settings

When `dev_db` is `true` the hook job `-create-dev-db` will be initiated

#### TargetGroup binding

To manage the load balancer externally to the kubernetes cluster you can bind the deployment to an existing TargetGroup ARN. Its important that the TargetGroup exist ahead of time and that you use the same port as you have used in your `values.yaml`.
Expand Down Expand Up @@ -151,6 +153,8 @@ You will need to fill these targeted fields:
| global.labels | object | `{}` | Global labels deployed to all resources deployed by the chart |
| service.annotations | object | `{}` | Map of annotations to add to the service |
| 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.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: 0 additions & 1 deletion charts/snowplow-iglu-server/values-aws.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,3 @@ service:
prod_dbname: "<prod_dbname>"
secrets:
admin_username: "<admin_username>"
dev_username "<dev_username>"
1 change: 0 additions & 1 deletion charts/snowplow-iglu-server/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ service:
prod_dbname: ""
secrets:
admin_username: ""
dev_username: ""

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

0 comments on commit b5cc671

Please sign in to comment.