Skip to content

Commit

Permalink
chore: generated code with new version
Browse files Browse the repository at this point in the history
  • Loading branch information
hessjcg committed Nov 14, 2023
1 parent 621c192 commit a427a4c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion installer/cloud-sql-proxy-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1499,7 +1499,7 @@ spec:
- --leader-elect
command:
- /manager
image: gcr.io/cloud-sql-connectors/cloud-sql-operator/cloud-sql-proxy-operator:1.3.0
image: gcr.io/cloud-sql-connectors/cloud-sql-operator/cloud-sql-proxy-operator:1.4.0
livenessProbe:
httpGet:
path: /healthz
Expand Down
4 changes: 2 additions & 2 deletions installer/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@

set -euxo # exit 1 from the script when command fails

# If CSQL_OPERATOR_VERSION is not set, use the release version: v1.3.0.
CSQL_OPERATOR_VERSION="${CSQL_OPERATOR_VERSION:-v1.3.0}"
# If CSQL_OPERATOR_VERSION is not set, use the release version: v1.4.0.
CSQL_OPERATOR_VERSION="${CSQL_OPERATOR_VERSION:-v1.4.0}"

# If CSQL_CERT_MANAGER_VERSION is not set, use the default: v1.13.2.
CSQL_CERT_MANAGER_VERSION="${CSQL_CERT_MANAGER_VERSION:-v1.13.2}"
Expand Down

0 comments on commit a427a4c

Please sign in to comment.