Skip to content

Commit

Permalink
Bumping chart version
Browse files Browse the repository at this point in the history
  • Loading branch information
gitkvark committed Jan 5, 2024
1 parent 4840211 commit 5aeece7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion helm/monitoring-ingress/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.2
version: 0.1.3

# 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
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
resource "helm_release" "monitoring_ingress" {
name = "monitoring-ingress"
chart = "${path.module}/../../../../helm/monitoring-ingress"
version = "0.1.2"
version = "0.1.3"
values = [
file("${path.module}/../../../../helm/monitoring-ingress/values-preprod.yaml")
]
Expand Down
2 changes: 1 addition & 1 deletion terraform/deployments/prod/releases/monitoring-ingress.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
resource "helm_release" "monitoring_ingress" {
name = "monitoring-ingress"
chart = "${path.module}/../../../../helm/monitoring-ingress"
version = "0.1.2"
version = "0.1.3"
values = [
file("${path.module}/../../../../helm/monitoring-ingress/values-prod.yaml")
]
Expand Down

0 comments on commit 5aeece7

Please sign in to comment.