-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Updated dev tools docker image tag to 0.4.6 #289
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updated dev tools docker image tag to 0.4.6 #289
Conversation
f59d79f
to
764f033
Compare
This was partially addressed by #292 which updated the image to 0.4.5. |
@@ -15,6 +15,11 @@ | |||
|
|||
set -e | |||
|
|||
# shellcheck disable=SC2034 | |||
if [ -n "${GOOGLE_APPLICATION_CREDENTIALS}" ]; then | |||
CLOUDSDK_AUTH_CREDENTIAL_FILE_OVERRIDE=${GOOGLE_APPLICATION_CREDENTIALS} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add quotes
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added
@@ -34,6 +34,7 @@ resource "random_shuffle" "available_zones" { | |||
locals { | |||
// location | |||
location = var.regional ? var.region : var.zones[0] | |||
region = var.region == null ? join("-", slice(split("-", var.zones[0]), 0, 2)) : var.region |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are you sure it is safe?
variable "registry_project_id" { | ||
type = string | ||
description = "Project holding the Google Container Registry. If empty, we use the cluster project. If grant_registry_access is true, storage.objectViewer role is assigned on this project." | ||
default = "" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why do you have empty line as a default?
@@ -15,6 +15,11 @@ | |||
|
|||
set -e | |||
|
|||
# shellcheck disable=SC2034 | |||
if [ -n "${GOOGLE_APPLICATION_CREDENTIALS}" ]; then | |||
CLOUDSDK_AUTH_CREDENTIAL_FILE_OVERRIDE=${GOOGLE_APPLICATION_CREDENTIALS} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same
variable "registry_project_id" { | ||
type = string | ||
description = "Project holding the Google Container Registry. If empty, we use the cluster project. If grant_registry_access is true, storage.objectViewer role is assigned on this project." | ||
default = "" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same
764f033
to
4531f0d
Compare
* Fixed lint tests * Updated Makefile * Fixed check_generate test function
4531f0d
to
40a08a0
Compare
PR rebased |
Uh oh!
There was an error while loading. Please reload this page.