Skip to content

Commit

Permalink
new version of nginx
Browse files Browse the repository at this point in the history
  • Loading branch information
Rein-Vanbelleghem committed Apr 12, 2024
1 parent 6b5f974 commit 5581ff4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/example/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.0
version: 0.2.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
9 changes: 7 additions & 2 deletions charts/example/site.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
image_url: "https://www.nginx.com/wp-content/uploads/2021/08/NGINX-Part-of-F5-horiz-black-type-1.svg"
something: "else"
image_url: "https://miro.medium.com/v2/resize:fit:720/format:webp/0*mjG1YdoT7xPcnznN.jpg"
cluster_settings:
version: "v1.24.10"
control_plane_machines: 2
worker_machines: 2
worker_machines_memory: 8
machine_cores: 3

0 comments on commit 5581ff4

Please sign in to comment.