Skip to content

Commit

Permalink
charts/snowplow-iglu-server: Bump gce-proxy to latest version (closes #…
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy-Hay authored and jbeemster committed Jan 16, 2023
1 parent e3b0ecb commit ed99a8d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
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.1.9
version: 0.1.10
appVersion: "0.8.7"
icon: https://raw.githubusercontent.com/snowplow-devops/helm-charts/master/docs/logo/snowplow.png
home: https://github.com/snowplow-devops/helm-charts
Expand Down
8 changes: 4 additions & 4 deletions charts/snowplow-iglu-server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ resource "google_service_account" "snowplow_iglu_server" {
resource "google_service_account_iam_binding" "snowplow_iglu_server_sa_wiu_binding" {
role = "roles/iam.workloadIdentityUser"
members = [
"serviceAccount:<project>.svc.id.goog[<namespace>/<release_name>-iglu-app]",
"serviceAccount:<project>.svc.id.goog[<namespace>/<release_name>-iglu-cloudsqlproxy]"
"serviceAccount:<project>.svc.id.goog[<namespace>/<release_name>]",
"serviceAccount:<project>.svc.id.goog[<namespace>/<release_name>-csp]"
]
service_account_id = google_service_account.snowplow_iglu_server.id
}
Expand Down 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.7"` | |
| service.image.tag | string | `"0.8.7-distroless"` | |
| 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 Expand Up @@ -173,7 +173,7 @@ You will need to fill these targeted fields:
| service.gcp.proxy.region | string | `""` | Region where CloudSQL instance is deployed |
| service.gcp.proxy.instanceName | string | `""` | Name of the CloudSQL instance |
| service.gcp.proxy.image.repository | string | `"gcr.io/cloudsql-docker/gce-proxy"` | |
| service.gcp.proxy.image.tag | string | `"1.11"` | |
| service.gcp.proxy.image.tag | string | `"1.31.2"` | |
| service.gcp.proxy.image.isRepositoryPublic | bool | `true` | Whether the repository is public |
| service.gcp.proxy.resources.limits.cpu | string | `"100m"` | |
| service.gcp.proxy.resources.limits.memory | string | `"256Mi"` | |
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 @@ -37,7 +37,7 @@ service:
instanceName: "<cloudsql-instance-name>"
image:
repository: "gcr.io/cloudsql-docker/gce-proxy"
tag: "1.11"
tag: "1.31.2"

cloudserviceaccount:
deploy: true
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 @@ -87,7 +87,7 @@ service:
instanceName: ""
image:
repository: "gcr.io/cloudsql-docker/gce-proxy"
tag: "1.11"
tag: "1.31.2"
# -- Whether the repository is public
isRepositoryPublic: true

Expand Down

0 comments on commit ed99a8d

Please sign in to comment.