Skip to content
This repository has been archived by the owner on Jun 14, 2023. It is now read-only.

Commit

Permalink
update nginx to v1.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
guewa committed May 18, 2021
1 parent a219121 commit bb2ae20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ def replace_chart_placeholder(chart_path: str, image_version: str, chart_version

replace_placeholder_in_yaml(values_yaml, "<NGINX_REGISTRY>", "eu.gcr.io")
replace_placeholder_in_yaml(values_yaml, "<NGINX_REPOSITORY>", image_repo_3rd + "nginx")
replace_placeholder_in_yaml(values_yaml, "<NGINX_TAG>", "1.19.10-alpine")
replace_placeholder_in_yaml(values_yaml, "<NGINX_TAG>", "1.20.0-alpine")

replace_placeholder_in_yaml(values_yaml, "<IMAGE_PULL_POLICY>", "IfNotPresent")

Expand Down

0 comments on commit bb2ae20

Please sign in to comment.