Skip to content

Commit

Permalink
charts/snowplow-iglu-server: Update application to v0.8.6 (closes #70)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbeemster committed Nov 1, 2022
1 parent 950d720 commit b163309
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions charts/snowplow-iglu-server/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v2
name: snowplow-iglu-server
description: A Helm Chart to deploy the Snowplow Iglu Server project
version: 0.1.6
appVersion: "0.8.5"
version: 0.1.7
appVersion: "0.8.6"
icon: https://raw.githubusercontent.com/snowplow-devops/helm-charts/master/docs/logo/snowplow.png
home: https://github.com/snowplow-devops/helm-charts
sources:
Expand Down
2 changes: 1 addition & 1 deletion charts/snowplow-iglu-server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ You will need to fill these targeted fields:
| service.deploySetupHooks | bool | `true` | Whether to run the post-deploy setup hooks |
| service.port | int | `8080` | Port to bind and expose the service on |
| service.image.repository | string | `"snowplow/iglu-server"` | |
| service.image.tag | string | `"0.8.5"` | |
| service.image.tag | string | `"0.8.6"` | |
| service.image.isRepositoryPublic | bool | `true` | Whether the repository is public |
| service.image.pullPolicy | string | `"IfNotPresent"` | The image pullPolicy to use |
| service.minReplicas | int | `1` | |
Expand Down
2 changes: 1 addition & 1 deletion charts/snowplow-iglu-server/values-aws.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ service:
port: 8080
image:
repository: "snowplow/iglu-server"
tag: "0.8.5"
tag: "0.8.6"
minReplicas: 1
maxReplicas: 4
targetCPUUtilizationPercentage: 75
Expand Down
2 changes: 1 addition & 1 deletion charts/snowplow-iglu-server/values-gcp.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ service:
port: 8080
image:
repository: "snowplow/iglu-server"
tag: "0.8.5"
tag: "0.8.6"
minReplicas: 1
maxReplicas: 4
targetCPUUtilizationPercentage: 75
Expand Down
2 changes: 1 addition & 1 deletion charts/snowplow-iglu-server/values-local.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ service:
port: 8080
image:
repository: "snowplow/iglu-server"
tag: "0.8.5"
tag: "0.8.6"
minReplicas: 1
maxReplicas: 4
targetCPUUtilizationPercentage: 75
Expand Down
2 changes: 1 addition & 1 deletion charts/snowplow-iglu-server/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ service:
port: 8080
image:
repository: "snowplow/iglu-server"
tag: "0.8.5"
tag: "0.8.6"
# -- Whether the repository is public
isRepositoryPublic: true
# -- The image pullPolicy to use
Expand Down

0 comments on commit b163309

Please sign in to comment.