Skip to content

Commit

Permalink
Merge pull request #5 from nellyk/helm-chart
Browse files Browse the repository at this point in the history
Merge remote-tracking branch 'origin' into helm-chart
  • Loading branch information
nellyk authored Apr 18, 2024
2 parents 841143f + b72909e commit fbe9cfa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/azure-managed-cluster/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.2.1
version: 0.2.2

# 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
4 changes: 2 additions & 2 deletions charts/azure-managed-cluster/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@ agentpools:
nodecount: 5
osDiskSizeGB: 100
additionalTags:
- key: test
value: test
- key: department
value: finance
# To enable availability zones, uncomment the following lines and set the availability zones
# availabilityZones:
# - "1"
Expand Down

0 comments on commit fbe9cfa

Please sign in to comment.