Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/brucellino/nomad-jobs into …
Browse files Browse the repository at this point in the history
…main
  • Loading branch information
brucellino committed Sep 24, 2023
2 parents 7c51a4e + fd0bb3d commit e19d6bf
Show file tree
Hide file tree
Showing 6 changed files with 71 additions and 72 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Node.js
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tfsec-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

steps:
- name: Clone repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Run tfsec
uses: tfsec/tfsec-sarif-action@21ded20e8ca120cd9d3d6ab04ef746477542a608
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
nomad: ${{ steps.changes.outputs.nomad }}
steps:
- name: checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Get Changed Files
id: changes
# Set outputs
Expand All @@ -36,7 +36,7 @@ jobs:
- name: check connectivity
run: ifconfig ; host sense.orca-ordinal.ts.net
- name: Checkout change
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Get Vault
Expand Down
121 changes: 57 additions & 64 deletions loki/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions loki/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@ terraform {
required_providers {
vault = {
source = "hashicorp/vault"
version = "3.7.0"
version = "3.20.1"
}
digitalocean = {
source = "digitalocean/digitalocean"
version = "2.21.0"
version = "2.30.0"
}
nomad = {
source = "hashicorp/nomad"
version = "1.4.17"
version = "2.0.0"
}
consul = {
source = "hashicorp/consul"
version = "2.15.1"
version = "2.18.0"
}
}
}
Expand Down
6 changes: 6 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
]
}

0 comments on commit e19d6bf

Please sign in to comment.