Skip to content

Commit

Permalink
chore(deps): update helm release gitlab-runner to v0.70.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 23, 2024
1 parent 671bc76 commit 2a34df2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gitlab-com-runner/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ resource "helm_release" "gitlab_runner" {
namespace = kubernetes_namespace_v1.gitlab_runner.metadata[0].name
repository = "https://charts.gitlab.io/"
chart = "gitlab-runner"
version = "0.70.1"
version = "0.70.2"

values = [
"${file("values.yml")}"
Expand Down

0 comments on commit 2a34df2

Please sign in to comment.