Skip to content

Commit

Permalink
chore(deps): update helm release gitlab-runner to v0.70.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 1, 2024
1 parent 2a34df2 commit 36dd160
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.2"
version = "0.70.3"

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

0 comments on commit 36dd160

Please sign in to comment.