diff --git a/charts/snowplow-iglu-server/Chart.yaml b/charts/snowplow-iglu-server/Chart.yaml index 9777ba9..c05d500 100644 --- a/charts/snowplow-iglu-server/Chart.yaml +++ b/charts/snowplow-iglu-server/Chart.yaml @@ -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 diff --git a/charts/snowplow-iglu-server/README.md b/charts/snowplow-iglu-server/README.md index e835c7d..fd5cc76 100644 --- a/charts/snowplow-iglu-server/README.md +++ b/charts/snowplow-iglu-server/README.md @@ -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:.svc.id.goog[/-iglu-app]", - "serviceAccount:.svc.id.goog[/-iglu-cloudsqlproxy]" + "serviceAccount:.svc.id.goog[/]", + "serviceAccount:.svc.id.goog[/-csp]" ] service_account_id = google_service_account.snowplow_iglu_server.id } @@ -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` | | @@ -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"` | | diff --git a/charts/snowplow-iglu-server/values-gcp.yaml.tmpl b/charts/snowplow-iglu-server/values-gcp.yaml.tmpl index 2b27115..22ded9c 100644 --- a/charts/snowplow-iglu-server/values-gcp.yaml.tmpl +++ b/charts/snowplow-iglu-server/values-gcp.yaml.tmpl @@ -37,7 +37,7 @@ service: instanceName: "" image: repository: "gcr.io/cloudsql-docker/gce-proxy" - tag: "1.11" + tag: "1.31.2" cloudserviceaccount: deploy: true diff --git a/charts/snowplow-iglu-server/values.yaml b/charts/snowplow-iglu-server/values.yaml index f3e8a25..8c9a0f4 100644 --- a/charts/snowplow-iglu-server/values.yaml +++ b/charts/snowplow-iglu-server/values.yaml @@ -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